Reference documentation and code samples for the Google Cloud Config V1 Client class UpdateAutoMigrationConfigRequest.
The request message for the UpdateAutoMigrationConfig method.
Generated from protobuf message google.cloud.config.v1.UpdateAutoMigrationConfigRequest
Namespace
Google \ Cloud \ Config \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ update_mask
Google\Protobuf\FieldMask
Optional. The update mask applies to the resource. See google.protobuf.FieldMask .
↳ auto_migration_config
getUpdateMask
Optional. The update mask applies to the resource. See google.protobuf.FieldMask .
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. The update mask applies to the resource. See google.protobuf.FieldMask .
$this
getAutoMigrationConfig
Required. The AutoMigrationConfig to update.
hasAutoMigrationConfig
clearAutoMigrationConfig
setAutoMigrationConfig
Required. The AutoMigrationConfig to update.
$this
static::build
autoMigrationConfig
updateMask
Google\Protobuf\FieldMask
Optional. The update mask applies to the resource. See google.protobuf.FieldMask .

