Generated from protobuf enumDS_STATE_UNSPECIFIED = 0;
DS_RECORDS_UNPUBLISHED
Value: 1
DNSSEC is disabled for this domain. No DS records for this domain are
published in the parent DNS zone.
Generated from protobuf enumDS_RECORDS_UNPUBLISHED = 1;
DS_RECORDS_PUBLISHED
Value: 2
DNSSEC is enabled for this domain. Appropriate DS records for this domain
are published in the parent DNS zone. This option is valid only if the
DNS zone referenced in theRegistration'sdns_providerfield is
already DNSSEC-signed.
Generated from protobuf enumDS_RECORDS_PUBLISHED = 2;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Domains V1 Client - Class DsState (1.0.4)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.4 (latest)](/php/docs/reference/cloud-domains/latest/V1.DnsSettings.DsState)\n- [1.0.3](/php/docs/reference/cloud-domains/1.0.3/V1.DnsSettings.DsState)\n- [0.5.5](/php/docs/reference/cloud-domains/0.5.5/V1.DnsSettings.DsState)\n- [0.4.2](/php/docs/reference/cloud-domains/0.4.2/V1.DnsSettings.DsState)\n- [0.3.1](/php/docs/reference/cloud-domains/0.3.1/V1.DnsSettings.DsState)\n- [0.2.11](/php/docs/reference/cloud-domains/0.2.11/V1.DnsSettings.DsState) \nReference documentation and code samples for the Google Cloud Domains V1 Client class DsState.\n\nThe publication state of DS records for a `Registration`.\n\nProtobuf type `google.cloud.domains.v1.DnsSettings.DsState`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Domains \\\\ V1 \\\\ DnsSettings\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### DS_STATE_UNSPECIFIED\n\n Value: 0\n\nDS state is unspecified.\n\nGenerated from protobuf enum `DS_STATE_UNSPECIFIED = 0;`\n\n### DS_RECORDS_UNPUBLISHED\n\n Value: 1\n\nDNSSEC is disabled for this domain. No DS records for this domain are\npublished in the parent DNS zone.\n\nGenerated from protobuf enum `DS_RECORDS_UNPUBLISHED = 1;`\n\n### DS_RECORDS_PUBLISHED\n\n Value: 2\n\nDNSSEC is enabled for this domain. Appropriate DS records for this domain\nare published in the parent DNS zone. This option is valid only if the\nDNS zone referenced in the `Registration`'s `dns_provider` field is\nalready DNSSEC-signed.\n\nGenerated from protobuf enum `DS_RECORDS_PUBLISHED = 2;`"]]