Cloud Domains V1 API - Class Google::Cloud::Domains::V1::ConfigureContactSettingsRequest (v0.1.0)

Reference documentation and code samples for the Cloud Domains V1 API class Google::Cloud::Domains::V1::ConfigureContactSettingsRequest.

Request for the ConfigureContactSettings method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#contact_notices

def contact_notices() -> ::Array<::Google::Cloud::Domains::V1::ContactNotice>
Returns

#contact_notices=

def contact_notices=(value) -> ::Array<::Google::Cloud::Domains::V1::ContactNotice>
Parameter
Returns

#contact_settings

def contact_settings() -> ::Google::Cloud::Domains::V1::ContactSettings
Returns

#contact_settings=

def contact_settings=(value) -> ::Google::Cloud::Domains::V1::ContactSettings
Parameter
Returns

#registration

def registration() -> ::String
Returns
  • (::String) — Required. The name of the Registration whose contact settings are being updated, in the format projects/*/locations/*/registrations/*.

#registration=

def registration=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the Registration whose contact settings are being updated, in the format projects/*/locations/*/registrations/*.
Returns
  • (::String) — Required. The name of the Registration whose contact settings are being updated, in the format projects/*/locations/*/registrations/*.

#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 registrant contact is being updated, the update_mask is "registrant_contact".

#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 registrant contact is being updated, the update_mask is "registrant_contact".
Returns
  • (::Google::Protobuf::FieldMask) — Required. The field mask describing which fields to update as a comma-separated list. For example, if only the registrant contact is being updated, the update_mask is "registrant_contact".

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — Validate the request without actually updating the contact settings.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Validate the request without actually updating the contact settings.
Returns
  • (::Boolean) — Validate the request without actually updating the contact settings.