Class: Google::Cloud::Domains::V1beta1::UpdateRegistrationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Domains::V1beta1::UpdateRegistrationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/domains/v1beta1/domains.rb
Overview
Request for the UpdateRegistration
method.
Instance Attribute Summary collapse
-
#registration ⇒ ::Google::Cloud::Domains::V1beta1::Registration
Fields of the
Registration
to update. -
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#registration ⇒ ::Google::Cloud::Domains::V1beta1::Registration
Returns Fields of the Registration
to update.
633 634 635 636 |
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 633 class UpdateRegistrationRequest 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 labels are being updated, the update_mask
is
"labels"
.
633 634 635 636 |
# File 'proto_docs/google/cloud/domains/v1beta1/domains.rb', line 633 class UpdateRegistrationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |