Class ConfigureDnsSettingsRequest (0.1.0)

ConfigureDnsSettingsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for the ConfigureDnsSettings method.

Attributes

NameDescription
registration str
Required. The name of the Registration whose DNS settings are being updated, in the format projects/*/locations/*/registrations/*.
dns_settings google.cloud.domains_v1beta1.types.DnsSettings
Fields of the DnsSettings to update.
update_mask google.protobuf.field_mask_pb2.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 would be "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 would be "custom_dns". //
validate_only bool
Validate the request without actually updating the DNS settings.