Class: Google::Cloud::ConfigService::V1::UpdateAutoMigrationConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/config/v1/config.rb

Overview

The request message for the UpdateAutoMigrationConfig method.

Instance Attribute Summary collapse

Instance Attribute Details

#auto_migration_config::Google::Cloud::ConfigService::V1::AutoMigrationConfig

Returns Required. The AutoMigrationConfig to update.

Returns:



2178
2179
2180
2181
# File 'proto_docs/google/cloud/config/v1/config.rb', line 2178

class UpdateAutoMigrationConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Optional. The update mask applies to the resource. See google.protobuf.FieldMask.

Returns:



2178
2179
2180
2181
# File 'proto_docs/google/cloud/config/v1/config.rb', line 2178

class UpdateAutoMigrationConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end