Reference documentation and code samples for the Cloud Domains V1 API class Google::Cloud::Domains::V1::ConfigureDnsSettingsRequest.
Request for the ConfigureDnsSettings
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dns_settings
def dns_settings() -> ::Google::Cloud::Domains::V1::DnsSettings
-
(::Google::Cloud::Domains::V1::DnsSettings) — Fields of the
DnsSettings
to update.
#dns_settings=
def dns_settings=(value) -> ::Google::Cloud::Domains::V1::DnsSettings
-
value (::Google::Cloud::Domains::V1::DnsSettings) — Fields of the
DnsSettings
to update.
-
(::Google::Cloud::Domains::V1::DnsSettings) — Fields of the
DnsSettings
to update.
#registration
def registration() -> ::String
-
(::String) — Required. The name of the
Registration
whose DNS settings are being updated, in the formatprojects/*/locations/*/registrations/*
.
#registration=
def registration=(value) -> ::String
-
value (::String) — Required. The name of the
Registration
whose DNS settings are being updated, in the formatprojects/*/locations/*/registrations/*
.
-
(::String) — Required. The name of the
Registration
whose DNS settings are being updated, in the formatprojects/*/locations/*/registrations/*
.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
-
(::Google::Protobuf::FieldMask) — Required. The field mask describing which fields to update as a comma-separated list.
For example, if only the name servers are being updated for an existing
Custom DNS configuration, the
update_mask
is"custom_dns.name_servers"
.When changing the DNS provider from one type to another, pass the new provider's field name as part of the field mask. For example, when changing from a Google Domains DNS configuration to a Custom DNS configuration, the
update_mask
is"custom_dns"
. //
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
-
value (::Google::Protobuf::FieldMask) — Required. The field mask describing which fields to update as a comma-separated list.
For example, if only the name servers are being updated for an existing
Custom DNS configuration, the
update_mask
is"custom_dns.name_servers"
.When changing the DNS provider from one type to another, pass the new provider's field name as part of the field mask. For example, when changing from a Google Domains DNS configuration to a Custom DNS configuration, the
update_mask
is"custom_dns"
. //
-
(::Google::Protobuf::FieldMask) — Required. The field mask describing which fields to update as a comma-separated list.
For example, if only the name servers are being updated for an existing
Custom DNS configuration, the
update_mask
is"custom_dns.name_servers"
.When changing the DNS provider from one type to another, pass the new provider's field name as part of the field mask. For example, when changing from a Google Domains DNS configuration to a Custom DNS configuration, the
update_mask
is"custom_dns"
. //
#validate_only
def validate_only() -> ::Boolean
- (::Boolean) — Validate the request without actually updating the DNS settings.
#validate_only=
def validate_only=(value) -> ::Boolean
- value (::Boolean) — Validate the request without actually updating the DNS settings.
- (::Boolean) — Validate the request without actually updating the DNS settings.