Class: Google::Cloud::Domains::V1beta1::ConfigureManagementSettingsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Domains::V1beta1::ConfigureManagementSettingsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/domains/v1beta1/domains.rb
Overview
Request for the ConfigureManagementSettings
method.
Instance Attribute Summary collapse
-
#management_settings ⇒ ::Google::Cloud::Domains::V1beta1::ManagementSettings
Fields of the
ManagementSettings
to update. -
#registration ⇒ ::String
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#management_settings ⇒ ::Google::Cloud::Domains::V1beta1::ManagementSettings
Returns Fields of the ManagementSettings
to update.
651 652 653 654 |
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 651 class ConfigureManagementSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#registration ⇒ ::String
Returns Required. The name of the Registration
whose management settings are being updated,
in the format projects/*/locations/*/registrations/*
.
651 652 653 654 |
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 651 class ConfigureManagementSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The field mask describing which fields to update as a comma-separated list.
For example, if only the transfer lock is being updated, the update_mask
is "transfer_lock_state"
.
651 652 653 654 |
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 651 class ConfigureManagementSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |