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.
| Parameters | |
|---|---|
| Name | Description |
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 |
AutoMigrationConfig
Required. The AutoMigrationConfig to update. |
getUpdateMask
Optional. The update mask applies to the resource. See google.protobuf.FieldMask.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\FieldMask|null |
|
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. The update mask applies to the resource. See google.protobuf.FieldMask.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\FieldMask
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAutoMigrationConfig
Required. The AutoMigrationConfig to update.
| Returns | |
|---|---|
| Type | Description |
AutoMigrationConfig|null |
|
hasAutoMigrationConfig
clearAutoMigrationConfig
setAutoMigrationConfig
Required. The AutoMigrationConfig to update.
| Parameter | |
|---|---|
| Name | Description |
var |
AutoMigrationConfig
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
autoMigrationConfig |
AutoMigrationConfig
Required. The AutoMigrationConfig to update. |
updateMask |
Google\Protobuf\FieldMask
Optional. The update mask applies to the resource. See google.protobuf.FieldMask. |
| Returns | |
|---|---|
| Type | Description |
UpdateAutoMigrationConfigRequest |
|