Cloud Domains V1 API - Class Google::Cloud::Domains::V1::UpdateRegistrationRequest (v0.7.0)

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

#registration=

def registration=(value) -> ::Google::Cloud::Domains::V1::Registration
Parameter
Returns

#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".