Class: Google::Cloud::MigrationCenter::V1::UpdateSettingsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::UpdateSettingsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
A request to update the settings.
Instance Attribute Summary collapse
-
#request_id ⇒ ::String
Optional.
-
#settings ⇒ ::Google::Cloud::MigrationCenter::V1::Settings
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#request_id ⇒ ::String
1527 1528 1529 1530 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1527 class UpdateSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#settings ⇒ ::Google::Cloud::MigrationCenter::V1::Settings
1527 1528 1529 1530 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1527 class UpdateSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
1527 1528 1529 1530 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1527 class UpdateSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |