public interface UpdateAutoMigrationConfigRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAutoMigrationConfig()
public abstract AutoMigrationConfig getAutoMigrationConfig()Required. The AutoMigrationConfig to update.
.google.cloud.config.v1.AutoMigrationConfig auto_migration_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AutoMigrationConfig |
The autoMigrationConfig. |
getAutoMigrationConfigOrBuilder()
public abstract AutoMigrationConfigOrBuilder getAutoMigrationConfigOrBuilder()Required. The AutoMigrationConfig to update.
.google.cloud.config.v1.AutoMigrationConfig auto_migration_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AutoMigrationConfigOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Optional. The update mask applies to the resource. See google.protobuf.FieldMask.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. The update mask applies to the resource. See google.protobuf.FieldMask.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasAutoMigrationConfig()
public abstract boolean hasAutoMigrationConfig()Required. The AutoMigrationConfig to update.
.google.cloud.config.v1.AutoMigrationConfig auto_migration_config = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the autoMigrationConfig field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Optional. The update mask applies to the resource. See google.protobuf.FieldMask.
.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |