Reference documentation and code samples for the Infrastructure Manager V1 API class Google::Cloud::ConfigService::V1::UpdateAutoMigrationConfigRequest.
The request message for the UpdateAutoMigrationConfig method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#auto_migration_config
def auto_migration_config() -> ::Google::Cloud::ConfigService::V1::AutoMigrationConfig
Returns
- (::Google::Cloud::ConfigService::V1::AutoMigrationConfig) — Required. The AutoMigrationConfig to update.
#auto_migration_config=
def auto_migration_config=(value) -> ::Google::Cloud::ConfigService::V1::AutoMigrationConfig
Parameter
- value (::Google::Cloud::ConfigService::V1::AutoMigrationConfig) — Required. The AutoMigrationConfig to update.
Returns
- (::Google::Cloud::ConfigService::V1::AutoMigrationConfig) — Required. The AutoMigrationConfig to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Optional. The update mask applies to the resource. See google.protobuf.FieldMask.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Optional. The update mask applies to the resource. See google.protobuf.FieldMask.
Returns
- (::Google::Protobuf::FieldMask) — Optional. The update mask applies to the resource. See google.protobuf.FieldMask.