Class: Google::Cloud::ConfigService::V1::UpdateAutoMigrationConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::UpdateAutoMigrationConfigRequest
- 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
-
#auto_migration_config ⇒ ::Google::Cloud::ConfigService::V1::AutoMigrationConfig
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#auto_migration_config ⇒ ::Google::Cloud::ConfigService::V1::AutoMigrationConfig
Returns Required. The AutoMigrationConfig to update.
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.
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 |