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
-
(::Array<::Google::Cloud::Domains::V1::ContactNotice>) — The list of contact notices that the caller acknowledges. The notices
needed here depend on the values specified in
contact_settings
.
#contact_notices=
def contact_notices=(value) -> ::Array<::Google::Cloud::Domains::V1::ContactNotice>
Parameter
-
value (::Array<::Google::Cloud::Domains::V1::ContactNotice>) — The list of contact notices that the caller acknowledges. The notices
needed here depend on the values specified in
contact_settings
.
Returns
-
(::Array<::Google::Cloud::Domains::V1::ContactNotice>) — The list of contact notices that the caller acknowledges. The notices
needed here depend on the values specified in
contact_settings
.
#contact_settings
def contact_settings() -> ::Google::Cloud::Domains::V1::ContactSettings
Returns
-
(::Google::Cloud::Domains::V1::ContactSettings) — Fields of the
ContactSettings
to update.
#contact_settings=
def contact_settings=(value) -> ::Google::Cloud::Domains::V1::ContactSettings
Parameter
-
value (::Google::Cloud::Domains::V1::ContactSettings) — Fields of the
ContactSettings
to update.
Returns
-
(::Google::Cloud::Domains::V1::ContactSettings) — Fields of the
ContactSettings
to update.
#registration
def registration() -> ::String
Returns
-
(::String) — Required. The name of the
Registration
whose contact settings are being updated, in the formatprojects/*/locations/*/registrations/*
.
#registration=
def registration=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the
Registration
whose contact settings are being updated, in the formatprojects/*/locations/*/registrations/*
.
Returns
-
(::String) — Required. The name of the
Registration
whose contact settings are being updated, in the formatprojects/*/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.