Updates select fields of a Registration
resource, notably labels
. To update other fields, use the appropriate custom update method: * To update management settings, see ConfigureManagementSettings
* To update DNS configuration, see ConfigureDnsSettings
* To update contact information, see ConfigureContactSettings
Scopes
You will need authorization for the https://www.googleapis.com/auth/cloud-platform scope to make a valid call.
If unset, the scope for this method defaults to https://www.googleapis.com/auth/cloud-platform.
You can set the scope for this method like this: domains1-beta1 --scope <scope> projects locations-registrations-patch ...
Required Scalar Argument
- <name> (string)
- Output only. Name of the
Registration
resource, in the formatprojects/*/locations/*/registrations/
.
- Output only. Name of the
Required Request Value
The request value is a data-structure with various fields. Each field may be a simple scalar or another data-structure. In the latter case it is advised to set the field-cursor to the data-structure's field to specify values more concisely.
For example, a structure like this:
Registration:
contact-settings:
admin-contact:
email: string
fax-number: string
phone-number: string
postal-address:
address-lines: [string]
administrative-area: string
language-code: string
locality: string
organization: string
postal-code: string
recipients: [string]
region-code: string
revision: integer
sorting-code: string
sublocality: string
privacy: string
registrant-contact:
email: string
fax-number: string
phone-number: string
postal-address:
address-lines: [string]
administrative-area: string
language-code: string
locality: string
organization: string
postal-code: string
recipients: [string]
region-code: string
revision: integer
sorting-code: string
sublocality: string
technical-contact:
email: string
fax-number: string
phone-number: string
postal-address:
address-lines: [string]
administrative-area: string
language-code: string
locality: string
organization: string
postal-code: string
recipients: [string]
region-code: string
revision: integer
sorting-code: string
sublocality: string
create-time: string
dns-settings:
custom-dns:
name-servers: [string]
google-domains-dns:
ds-state: string
name-servers: [string]
domain-name: string
expire-time: string
issues: [string]
labels: { string: string }
management-settings:
preferred-renewal-method: string
renewal-method: string
transfer-lock-state: string
name: string
pending-contact-settings:
admin-contact:
email: string
fax-number: string
phone-number: string
postal-address:
address-lines: [string]
administrative-area: string
language-code: string
locality: string
organization: string
postal-code: string
recipients: [string]
region-code: string
revision: integer
sorting-code: string
sublocality: string
privacy: string
registrant-contact:
email: string
fax-number: string
phone-number: string
postal-address:
address-lines: [string]
administrative-area: string
language-code: string
locality: string
organization: string
postal-code: string
recipients: [string]
region-code: string
revision: integer
sorting-code: string
sublocality: string
technical-contact:
email: string
fax-number: string
phone-number: string
postal-address:
address-lines: [string]
administrative-area: string
language-code: string
locality: string
organization: string
postal-code: string
recipients: [string]
region-code: string
revision: integer
sorting-code: string
sublocality: string
register-failure-reason: string
state: string
supported-privacy: [string]
transfer-failure-reason: string
can be set completely with the following arguments which are assumed to be executed in the given order. Note how the cursor position is adjusted to the respective structures, allowing simple field names to be used most of the time.
-r .contact-settings.admin-contact email=diam
- Required. Email address of the contact.
fax-number=dolor
- Fax number of the contact in international format. For example,
"+1-800-555-0123"
.
- Fax number of the contact in international format. For example,
phone-number=et
- Required. Phone number of the contact in international format. For example,
"+1-800-555-0123"
.
- Required. Phone number of the contact in international format. For example,
postal-address address-lines=et
- Unstructured address lines describing the lower levels of an address. Because values in address_lines do not have type information and may sometimes contain multiple values in a single field (e.g. "Austin, TX"), it is important that the line order is clear. The order of address lines should be "envelope order" for the country/region of the address. In places where this can vary (e.g. Japan), address_language is used to make it explicit (e.g. "ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large). This way, the most specific line of an address can be selected based on the language. The minimum permitted structural representation of an address consists of a region_code with all remaining information placed in the address_lines. It would be possible to format such an address very approximately without geocoding, but no semantic reasoning could be made about any of the address components until it was at least partially resolved. Creating an address only containing a region_code and address_lines, and then geocoding is the recommended way to handle completely unstructured addresses (as opposed to guessing which parts of the address should be localities or administrative areas).
- Each invocation of this argument appends the given value to the array.
administrative-area=sadipscing
- Optional. Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, an oblast, or a prefecture. Specifically, for Spain this is the province and not the autonomous community (e.g. "Barcelona" and not "Catalonia"). Many countries don't use an administrative area in postal addresses. E.g. in Switzerland this should be left unpopulated.
language-code=stet
- Optional. BCP-47 language code of the contents of this address (if known). This is often the UI language of the input form or is expected to match one of the languages used in the address' country/region, or their transliterated equivalents. This can affect formatting in certain countries, but is not critical to the correctness of the data and will never affect any validation or other non-formatting related operations. If this value is not known, it should be omitted (rather than specifying a possibly incorrect default). Examples: "zh-Hant", "ja", "ja-Latn", "en".
locality=dolor
- Optional. Generally refers to the city/town portion of the address. Examples: US city, IT comune, UK post town. In regions of the world where localities are not well defined or do not fit into this structure well, leave locality empty and use address_lines.
organization=duo
- Optional. The name of the organization at the address.
postal-code=vero
- Optional. Postal code of the address. Not all countries use or require postal codes to be present, but where they are used, they may trigger additional validation with other parts of the address (e.g. state/zip validation in the U.S.A.).
recipients=vero
- Optional. The recipient at the address. This field may, under certain circumstances, contain multiline information. For example, it might contain "care of" information.
- Each invocation of this argument appends the given value to the array.
region-code=invidunt
- Required. CLDR region code of the country/region of the address. This is never inferred and it is up to the user to ensure the value is correct. See https://cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: "CH" for Switzerland.
revision=36
- The schema revision of the
PostalAddress
. This must be set to 0, which is the latest revision. All new revisions must be backward compatible with old revisions.
- The schema revision of the
sorting-code=vero
- Optional. Additional, country-specific, sorting code. This is not used in most regions. Where it is used, the value is either a string like "CEDEX", optionally followed by a number (e.g. "CEDEX 7"), or just a number alone, representing the "sector code" (Jamaica), "delivery area indicator" (Malawi) or "post office indicator" (e.g. Côte d'Ivoire).
-
sublocality=elitr
- Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.
-
... privacy=lorem
- Required. Privacy setting for the contacts associated with the
Registration
.
- Required. Privacy setting for the contacts associated with the
registrant-contact email=diam
- Required. Email address of the contact.
fax-number=no
- Fax number of the contact in international format. For example,
"+1-800-555-0123"
.
- Fax number of the contact in international format. For example,
phone-number=ipsum
- Required. Phone number of the contact in international format. For example,
"+1-800-555-0123"
.
- Required. Phone number of the contact in international format. For example,
postal-address address-lines=accusam
- Unstructured address lines describing the lower levels of an address. Because values in address_lines do not have type information and may sometimes contain multiple values in a single field (e.g. "Austin, TX"), it is important that the line order is clear. The order of address lines should be "envelope order" for the country/region of the address. In places where this can vary (e.g. Japan), address_language is used to make it explicit (e.g. "ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large). This way, the most specific line of an address can be selected based on the language. The minimum permitted structural representation of an address consists of a region_code with all remaining information placed in the address_lines. It would be possible to format such an address very approximately without geocoding, but no semantic reasoning could be made about any of the address components until it was at least partially resolved. Creating an address only containing a region_code and address_lines, and then geocoding is the recommended way to handle completely unstructured addresses (as opposed to guessing which parts of the address should be localities or administrative areas).
- Each invocation of this argument appends the given value to the array.
administrative-area=takimata
- Optional. Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, an oblast, or a prefecture. Specifically, for Spain this is the province and not the autonomous community (e.g. "Barcelona" and not "Catalonia"). Many countries don't use an administrative area in postal addresses. E.g. in Switzerland this should be left unpopulated.
language-code=consetetur
- Optional. BCP-47 language code of the contents of this address (if known). This is often the UI language of the input form or is expected to match one of the languages used in the address' country/region, or their transliterated equivalents. This can affect formatting in certain countries, but is not critical to the correctness of the data and will never affect any validation or other non-formatting related operations. If this value is not known, it should be omitted (rather than specifying a possibly incorrect default). Examples: "zh-Hant", "ja", "ja-Latn", "en".
locality=voluptua.
- Optional. Generally refers to the city/town portion of the address. Examples: US city, IT comune, UK post town. In regions of the world where localities are not well defined or do not fit into this structure well, leave locality empty and use address_lines.
organization=et
- Optional. The name of the organization at the address.
postal-code=erat
- Optional. Postal code of the address. Not all countries use or require postal codes to be present, but where they are used, they may trigger additional validation with other parts of the address (e.g. state/zip validation in the U.S.A.).
recipients=consetetur
- Optional. The recipient at the address. This field may, under certain circumstances, contain multiline information. For example, it might contain "care of" information.
- Each invocation of this argument appends the given value to the array.
region-code=amet.
- Required. CLDR region code of the country/region of the address. This is never inferred and it is up to the user to ensure the value is correct. See https://cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: "CH" for Switzerland.
revision=71
- The schema revision of the
PostalAddress
. This must be set to 0, which is the latest revision. All new revisions must be backward compatible with old revisions.
- The schema revision of the
sorting-code=takimata
- Optional. Additional, country-specific, sorting code. This is not used in most regions. Where it is used, the value is either a string like "CEDEX", optionally followed by a number (e.g. "CEDEX 7"), or just a number alone, representing the "sector code" (Jamaica), "delivery area indicator" (Malawi) or "post office indicator" (e.g. Côte d'Ivoire).
-
sublocality=dolores
- Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.
-
...technical-contact email=gubergren
- Required. Email address of the contact.
fax-number=et
- Fax number of the contact in international format. For example,
"+1-800-555-0123"
.
- Fax number of the contact in international format. For example,
phone-number=accusam
- Required. Phone number of the contact in international format. For example,
"+1-800-555-0123"
.
- Required. Phone number of the contact in international format. For example,
postal-address address-lines=voluptua.
- Unstructured address lines describing the lower levels of an address. Because values in address_lines do not have type information and may sometimes contain multiple values in a single field (e.g. "Austin, TX"), it is important that the line order is clear. The order of address lines should be "envelope order" for the country/region of the address. In places where this can vary (e.g. Japan), address_language is used to make it explicit (e.g. "ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large). This way, the most specific line of an address can be selected based on the language. The minimum permitted structural representation of an address consists of a region_code with all remaining information placed in the address_lines. It would be possible to format such an address very approximately without geocoding, but no semantic reasoning could be made about any of the address components until it was at least partially resolved. Creating an address only containing a region_code and address_lines, and then geocoding is the recommended way to handle completely unstructured addresses (as opposed to guessing which parts of the address should be localities or administrative areas).
- Each invocation of this argument appends the given value to the array.
administrative-area=dolore
- Optional. Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, an oblast, or a prefecture. Specifically, for Spain this is the province and not the autonomous community (e.g. "Barcelona" and not "Catalonia"). Many countries don't use an administrative area in postal addresses. E.g. in Switzerland this should be left unpopulated.
language-code=dolore
- Optional. BCP-47 language code of the contents of this address (if known). This is often the UI language of the input form or is expected to match one of the languages used in the address' country/region, or their transliterated equivalents. This can affect formatting in certain countries, but is not critical to the correctness of the data and will never affect any validation or other non-formatting related operations. If this value is not known, it should be omitted (rather than specifying a possibly incorrect default). Examples: "zh-Hant", "ja", "ja-Latn", "en".
locality=dolore
- Optional. Generally refers to the city/town portion of the address. Examples: US city, IT comune, UK post town. In regions of the world where localities are not well defined or do not fit into this structure well, leave locality empty and use address_lines.
organization=voluptua.
- Optional. The name of the organization at the address.
postal-code=amet.
- Optional. Postal code of the address. Not all countries use or require postal codes to be present, but where they are used, they may trigger additional validation with other parts of the address (e.g. state/zip validation in the U.S.A.).
recipients=ea
- Optional. The recipient at the address. This field may, under certain circumstances, contain multiline information. For example, it might contain "care of" information.
- Each invocation of this argument appends the given value to the array.
region-code=sadipscing
- Required. CLDR region code of the country/region of the address. This is never inferred and it is up to the user to ensure the value is correct. See https://cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: "CH" for Switzerland.
revision=95
- The schema revision of the
PostalAddress
. This must be set to 0, which is the latest revision. All new revisions must be backward compatible with old revisions.
- The schema revision of the
sorting-code=invidunt
- Optional. Additional, country-specific, sorting code. This is not used in most regions. Where it is used, the value is either a string like "CEDEX", optionally followed by a number (e.g. "CEDEX 7"), or just a number alone, representing the "sector code" (Jamaica), "delivery area indicator" (Malawi) or "post office indicator" (e.g. Côte d'Ivoire).
-
sublocality=no
- Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.
-
.... create-time=est
- Output only. The creation timestamp of the
Registration
resource.
- Output only. The creation timestamp of the
-
dns-settings.custom-dns name-servers=at
- Required. A list of name servers that store the DNS zone for this domain. Each name server is a domain name, with Unicode domain names expressed in Punycode format.
- Each invocation of this argument appends the given value to the array.
-
..google-domains-dns ds-state=sed
- Required. The state of DS records for this domain. Used to enable or disable automatic DNSSEC.
-
name-servers=sit
- Output only. A list of name servers that store the DNS zone for this domain. Each name server is a domain name, with Unicode domain names expressed in Punycode format. This field is automatically populated with the name servers assigned to the Google Domains DNS zone.
- Each invocation of this argument appends the given value to the array.
-
... domain-name=et
- Required. Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
expire-time=tempor
- Output only. The expiration timestamp of the
Registration
.
- Output only. The expiration timestamp of the
issues=aliquyam
- Output only. The set of issues with the
Registration
that require attention. - Each invocation of this argument appends the given value to the array.
- Output only. The set of issues with the
labels=key=ipsum
- Set of labels associated with the
Registration
. - the value will be associated with the given
key
- Set of labels associated with the
management-settings preferred-renewal-method=et
- Optional. The desired renewal method for this
Registration
. The actualrenewal_method
is automatically updated to reflect this choice. If unset or equal toRENEWAL_METHOD_UNSPECIFIED
, the actualrenewalMethod
is treated as if it were set toAUTOMATIC_RENEWAL
. You cannot useRENEWAL_DISABLED
during resource creation, and you can update the renewal status only when theRegistration
resource has stateACTIVE
orSUSPENDED
. Whenpreferred_renewal_method
is set toAUTOMATIC_RENEWAL
, the actualrenewal_method
can be set toRENEWAL_DISABLED
in case of problems with the billing account or reported domain abuse. In such cases, check theissues
field on theRegistration
. After the problem is resolved, therenewal_method
is automatically updated topreferred_renewal_method
in a few hours.
- Optional. The desired renewal method for this
renewal-method=sanctus
- Output only. The actual renewal method for this
Registration
. Whenpreferred_renewal_method
is set toAUTOMATIC_RENEWAL
, the actualrenewal_method
can be equal toRENEWAL_DISABLED
—for example, when there are problems with the billing account or reported domain abuse. In such cases, check theissues
field on theRegistration
. After the problem is resolved, therenewal_method
is automatically updated topreferred_renewal_method
in a few hours.
- Output only. The actual renewal method for this
-
transfer-lock-state=lorem
- Controls whether the domain can be transferred to another registrar.
-
.. name=est
- Output only. Name of the
Registration
resource, in the formatprojects/*/locations/*/registrations/
.
- Output only. Name of the
pending-contact-settings.admin-contact email=sed
- Required. Email address of the contact.
fax-number=diam
- Fax number of the contact in international format. For example,
"+1-800-555-0123"
.
- Fax number of the contact in international format. For example,
phone-number=dolores
- Required. Phone number of the contact in international format. For example,
"+1-800-555-0123"
.
- Required. Phone number of the contact in international format. For example,
postal-address address-lines=dolores
- Unstructured address lines describing the lower levels of an address. Because values in address_lines do not have type information and may sometimes contain multiple values in a single field (e.g. "Austin, TX"), it is important that the line order is clear. The order of address lines should be "envelope order" for the country/region of the address. In places where this can vary (e.g. Japan), address_language is used to make it explicit (e.g. "ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large). This way, the most specific line of an address can be selected based on the language. The minimum permitted structural representation of an address consists of a region_code with all remaining information placed in the address_lines. It would be possible to format such an address very approximately without geocoding, but no semantic reasoning could be made about any of the address components until it was at least partially resolved. Creating an address only containing a region_code and address_lines, and then geocoding is the recommended way to handle completely unstructured addresses (as opposed to guessing which parts of the address should be localities or administrative areas).
- Each invocation of this argument appends the given value to the array.
administrative-area=et
- Optional. Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, an oblast, or a prefecture. Specifically, for Spain this is the province and not the autonomous community (e.g. "Barcelona" and not "Catalonia"). Many countries don't use an administrative area in postal addresses. E.g. in Switzerland this should be left unpopulated.
language-code=sed
- Optional. BCP-47 language code of the contents of this address (if known). This is often the UI language of the input form or is expected to match one of the languages used in the address' country/region, or their transliterated equivalents. This can affect formatting in certain countries, but is not critical to the correctness of the data and will never affect any validation or other non-formatting related operations. If this value is not known, it should be omitted (rather than specifying a possibly incorrect default). Examples: "zh-Hant", "ja", "ja-Latn", "en".
locality=no
- Optional. Generally refers to the city/town portion of the address. Examples: US city, IT comune, UK post town. In regions of the world where localities are not well defined or do not fit into this structure well, leave locality empty and use address_lines.
organization=et
- Optional. The name of the organization at the address.
postal-code=elitr
- Optional. Postal code of the address. Not all countries use or require postal codes to be present, but where they are used, they may trigger additional validation with other parts of the address (e.g. state/zip validation in the U.S.A.).
recipients=sed
- Optional. The recipient at the address. This field may, under certain circumstances, contain multiline information. For example, it might contain "care of" information.
- Each invocation of this argument appends the given value to the array.
region-code=no
- Required. CLDR region code of the country/region of the address. This is never inferred and it is up to the user to ensure the value is correct. See https://cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: "CH" for Switzerland.
revision=10
- The schema revision of the
PostalAddress
. This must be set to 0, which is the latest revision. All new revisions must be backward compatible with old revisions.
- The schema revision of the
sorting-code=at
- Optional. Additional, country-specific, sorting code. This is not used in most regions. Where it is used, the value is either a string like "CEDEX", optionally followed by a number (e.g. "CEDEX 7"), or just a number alone, representing the "sector code" (Jamaica), "delivery area indicator" (Malawi) or "post office indicator" (e.g. Côte d'Ivoire).
-
sublocality=sadipscing
- Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.
-
... privacy=aliquyam
- Required. Privacy setting for the contacts associated with the
Registration
.
- Required. Privacy setting for the contacts associated with the
registrant-contact email=dolores
- Required. Email address of the contact.
fax-number=sadipscing
- Fax number of the contact in international format. For example,
"+1-800-555-0123"
.
- Fax number of the contact in international format. For example,
phone-number=erat
- Required. Phone number of the contact in international format. For example,
"+1-800-555-0123"
.
- Required. Phone number of the contact in international format. For example,
postal-address address-lines=aliquyam
- Unstructured address lines describing the lower levels of an address. Because values in address_lines do not have type information and may sometimes contain multiple values in a single field (e.g. "Austin, TX"), it is important that the line order is clear. The order of address lines should be "envelope order" for the country/region of the address. In places where this can vary (e.g. Japan), address_language is used to make it explicit (e.g. "ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large). This way, the most specific line of an address can be selected based on the language. The minimum permitted structural representation of an address consists of a region_code with all remaining information placed in the address_lines. It would be possible to format such an address very approximately without geocoding, but no semantic reasoning could be made about any of the address components until it was at least partially resolved. Creating an address only containing a region_code and address_lines, and then geocoding is the recommended way to handle completely unstructured addresses (as opposed to guessing which parts of the address should be localities or administrative areas).
- Each invocation of this argument appends the given value to the array.
administrative-area=amet
- Optional. Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, an oblast, or a prefecture. Specifically, for Spain this is the province and not the autonomous community (e.g. "Barcelona" and not "Catalonia"). Many countries don't use an administrative area in postal addresses. E.g. in Switzerland this should be left unpopulated.
language-code=est
- Optional. BCP-47 language code of the contents of this address (if known). This is often the UI language of the input form or is expected to match one of the languages used in the address' country/region, or their transliterated equivalents. This can affect formatting in certain countries, but is not critical to the correctness of the data and will never affect any validation or other non-formatting related operations. If this value is not known, it should be omitted (rather than specifying a possibly incorrect default). Examples: "zh-Hant", "ja", "ja-Latn", "en".
locality=et
- Optional. Generally refers to the city/town portion of the address. Examples: US city, IT comune, UK post town. In regions of the world where localities are not well defined or do not fit into this structure well, leave locality empty and use address_lines.
organization=sea
- Optional. The name of the organization at the address.
postal-code=consetetur
- Optional. Postal code of the address. Not all countries use or require postal codes to be present, but where they are used, they may trigger additional validation with other parts of the address (e.g. state/zip validation in the U.S.A.).
recipients=consetetur
- Optional. The recipient at the address. This field may, under certain circumstances, contain multiline information. For example, it might contain "care of" information.
- Each invocation of this argument appends the given value to the array.
region-code=stet
- Required. CLDR region code of the country/region of the address. This is never inferred and it is up to the user to ensure the value is correct. See https://cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: "CH" for Switzerland.
revision=94
- The schema revision of the
PostalAddress
. This must be set to 0, which is the latest revision. All new revisions must be backward compatible with old revisions.
- The schema revision of the
sorting-code=aliquyam
- Optional. Additional, country-specific, sorting code. This is not used in most regions. Where it is used, the value is either a string like "CEDEX", optionally followed by a number (e.g. "CEDEX 7"), or just a number alone, representing the "sector code" (Jamaica), "delivery area indicator" (Malawi) or "post office indicator" (e.g. Côte d'Ivoire).
-
sublocality=elitr
- Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.
-
...technical-contact email=duo
- Required. Email address of the contact.
fax-number=diam
- Fax number of the contact in international format. For example,
"+1-800-555-0123"
.
- Fax number of the contact in international format. For example,
phone-number=est
- Required. Phone number of the contact in international format. For example,
"+1-800-555-0123"
.
- Required. Phone number of the contact in international format. For example,
postal-address address-lines=sit
- Unstructured address lines describing the lower levels of an address. Because values in address_lines do not have type information and may sometimes contain multiple values in a single field (e.g. "Austin, TX"), it is important that the line order is clear. The order of address lines should be "envelope order" for the country/region of the address. In places where this can vary (e.g. Japan), address_language is used to make it explicit (e.g. "ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large). This way, the most specific line of an address can be selected based on the language. The minimum permitted structural representation of an address consists of a region_code with all remaining information placed in the address_lines. It would be possible to format such an address very approximately without geocoding, but no semantic reasoning could be made about any of the address components until it was at least partially resolved. Creating an address only containing a region_code and address_lines, and then geocoding is the recommended way to handle completely unstructured addresses (as opposed to guessing which parts of the address should be localities or administrative areas).
- Each invocation of this argument appends the given value to the array.
administrative-area=sed
- Optional. Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, an oblast, or a prefecture. Specifically, for Spain this is the province and not the autonomous community (e.g. "Barcelona" and not "Catalonia"). Many countries don't use an administrative area in postal addresses. E.g. in Switzerland this should be left unpopulated.
language-code=eos
- Optional. BCP-47 language code of the contents of this address (if known). This is often the UI language of the input form or is expected to match one of the languages used in the address' country/region, or their transliterated equivalents. This can affect formatting in certain countries, but is not critical to the correctness of the data and will never affect any validation or other non-formatting related operations. If this value is not known, it should be omitted (rather than specifying a possibly incorrect default). Examples: "zh-Hant", "ja", "ja-Latn", "en".
locality=lorem
- Optional. Generally refers to the city/town portion of the address. Examples: US city, IT comune, UK post town. In regions of the world where localities are not well defined or do not fit into this structure well, leave locality empty and use address_lines.
organization=ea
- Optional. The name of the organization at the address.
postal-code=stet
- Optional. Postal code of the address. Not all countries use or require postal codes to be present, but where they are used, they may trigger additional validation with other parts of the address (e.g. state/zip validation in the U.S.A.).
recipients=dolores
- Optional. The recipient at the address. This field may, under certain circumstances, contain multiline information. For example, it might contain "care of" information.
- Each invocation of this argument appends the given value to the array.
region-code=eos
- Required. CLDR region code of the country/region of the address. This is never inferred and it is up to the user to ensure the value is correct. See https://cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: "CH" for Switzerland.
revision=33
- The schema revision of the
PostalAddress
. This must be set to 0, which is the latest revision. All new revisions must be backward compatible with old revisions.
- The schema revision of the
sorting-code=sea
- Optional. Additional, country-specific, sorting code. This is not used in most regions. Where it is used, the value is either a string like "CEDEX", optionally followed by a number (e.g. "CEDEX 7"), or just a number alone, representing the "sector code" (Jamaica), "delivery area indicator" (Malawi) or "post office indicator" (e.g. Côte d'Ivoire).
-
sublocality=et
- Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.
-
.... register-failure-reason=at
- Output only. The reason the domain registration failed. Only set for domains in REGISTRATION_FAILED state.
state=dolore
- Output only. The state of the
Registration
- Output only. The state of the
supported-privacy=eirmod
- Output only. Set of options for the
contact_settings.privacy
field that thisRegistration
supports. - Each invocation of this argument appends the given value to the array.
- Output only. Set of options for the
transfer-failure-reason=lorem
- Output only. Deprecated: For more information, see Cloud Domains feature deprecation. The reason the domain transfer failed. Only set for domains in TRANSFER_FAILED state.
About Cursors
The cursor position is key to comfortably set complex nested structures. The following rules apply:
- The cursor position is always set relative to the current one, unless the field name starts with the
.
character. Fields can be nested such as in-r f.s.o
. - The cursor position is set relative to the top-level structure if it starts with
.
, e.g.-r .s.s
- You can also set nested fields without setting the cursor explicitly. For example, to set a value relative to the current cursor position, you would specify
-r struct.sub_struct=bar
. - You can move the cursor one level up by using
..
. Each additional.
moves it up one additional level. E.g....
would go three levels up.
Optional Output Flags
The method's return value a JSON encoded structure, which will be written to standard output by default.
- -o out
- out specifies the destination to which to write the server's result to.
It will be a JSON-encoded structure.
The destination may be
-
to indicate standard output, or a filepath that is to contain the received bytes. If unset, it defaults to standard output.
- out specifies the destination to which to write the server's result to.
It will be a JSON-encoded structure.
The destination may be
Optional Method Properties
You may set the following properties to further configure the call. Please note that -p
is followed by one
or more key-value-pairs, and is called like this -p k1=v1 k2=v2
even though the listing below repeats the
-p
for completeness.
- -p update-mask=string
- Required. The field mask describing which fields to update as a comma-separated list. For example, if only the labels are being updated, the
update_mask
is"labels"
.
- Required. The field mask describing which fields to update as a comma-separated list. For example, if only the labels are being updated, the
Optional General Properties
The following properties can configure any call, and are not specific to this method.
-
-p $-xgafv=string
- V1 error format.
-
-p access-token=string
- OAuth access token.
-
-p alt=string
- Data format for response.
-
-p callback=string
- JSONP
-
-p fields=string
- Selector specifying which fields to include in a partial response.
-
-p key=string
- API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
-
-p oauth-token=string
- OAuth 2.0 token for the current user.
-
-p pretty-print=boolean
- Returns response with indentations and line breaks.
-
-p quota-user=string
- Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
-
-p upload-type=string
- Legacy upload protocol for media (e.g. "media", "multipart").
-
-p upload-protocol=string
- Upload protocol for media (e.g. "raw", "multipart").