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 
Registrationto update. 
#registration=
def registration=(value) -> ::Google::Cloud::Domains::V1::Registration
    Parameter
    
  - 
        value (::Google::Cloud::Domains::V1::Registration) — Fields of the 
Registrationto update. 
    Returns
    
  - 
        (::Google::Cloud::Domains::V1::Registration) — Fields of the 
Registrationto 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_maskis"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_maskis"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_maskis"labels".