Reference documentation and code samples for the Cloud Domains V1 API class Google::Cloud::Domains::V1::UpdateRegistrationRequest.
Request for the UpdateRegistration
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#registration
def registration() -> ::Google::Cloud::Domains::V1::Registration
Returns
-
(::Google::Cloud::Domains::V1::Registration) — Fields of the
Registration
to update.
#registration=
def registration=(value) -> ::Google::Cloud::Domains::V1::Registration
Parameter
-
value (::Google::Cloud::Domains::V1::Registration) — Fields of the
Registration
to update.
Returns
-
(::Google::Cloud::Domains::V1::Registration) — Fields of the
Registration
to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
-
(::Google::Protobuf::FieldMask) — 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"
.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
-
value (::Google::Protobuf::FieldMask) — 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"
.
Returns
-
(::Google::Protobuf::FieldMask) — 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"
.