HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //snap/google-cloud-cli/current/help/man/man1/gcloud_domains_registrations_configure_contacts.1
.TH "GCLOUD_DOMAINS_REGISTRATIONS_CONFIGURE_CONTACTS" 1



.SH "NAME"
.HP
gcloud domains registrations configure contacts \- configure contact settings of a Cloud Domains registration



.SH "SYNOPSIS"
.HP
\f5gcloud domains registrations configure contacts\fR \fIREGISTRATION\fR [\fB\-\-contact\-data\-from\-file\fR=\fICONTACT_DATA_FILE_NAME\fR] [\fB\-\-contact\-privacy\fR=\fICONTACT_PRIVACY\fR] [\fB\-\-validate\-only\fR] [\fB\-\-async\fR] [\fB\-\-notices\fR=[\fINOTICE\fR,...]] [\fIGCLOUD_WIDE_FLAG\ ...\fR]



.SH "DESCRIPTION"

Configure registration's contact settings: email, phone number, postal address
and also contact privacy.

In some cases such changes have to be confirmed through an email sent to the
registrant before they take effect. In order to resend the email, execute this
command again.

NOTE: Please consider carefully any changes to contact privacy settings when
changing from "redacted\-contact\-data" to "public\-contact\-data." There may be
a delay in reflecting updates you make to registrant contact information such
that any changes you make to contact privacy (including from
"redacted\-contact\-data" to "public\-contact\-data") will be applied without
delay but changes to registrant contact information may take a limited time to
be publicized. This means that changes to contact privacy from
"redacted\-contact\-data" to "public\-contact\-data" may make the previous
registrant contact data public until the modified registrant contact details are
published.



.SH "EXAMPLES"

To start an interactive flow to configure contact settings for
\f5\fIexample.com\fR\fR, run:

.RS 2m
$ gcloud domains registrations configure contacts example.com
.RE

To enable contact privacy for \f5\fIexample.com\fR\fR, run:

.RS 2m
$ gcloud domains registrations configure contacts example.com \e
    \-\-contact\-privacy=private\-contact\-data
.RE

To change contact data for \f5\fIexample.com\fR\fR according to information from
a YAML file \f5\fIcontacts.yaml\fR\fR, run:

.RS 2m
$ gcloud domains registrations configure contacts example.com \e
    \-\-contact\-data\-from\-file=contacts.yaml
.RE



.SH "POSITIONAL ARGUMENTS"

.RS 2m
.TP 2m

Registration resource \- The domain registration to configure contact settings
for. This represents a Cloud resource. (NOTE) Some attributes are not given
arguments in this group but can be set in other ways.

To set the \f5project\fR attribute:
.RS 2m
.IP "\(em" 2m
provide the argument \f5registration\fR on the command line with a fully
specified name;
.IP "\(em" 2m
provide the argument \f5\-\-project\fR on the command line;
.IP "\(em" 2m
set the property \f5core/project\fR.
.RE
.sp

To set the \f5location\fR attribute:
.RS 2m
.IP "\(em" 2m
provide the argument \f5registration\fR on the command line with a fully
specified name;
.IP "\(em" 2m
location is always global.
.RE
.sp

This must be specified.


.RS 2m
.TP 2m
\fIREGISTRATION\fR

ID of the registration or fully qualified identifier for the registration.

To set the \f5registration\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5registration\fR on the command line.
.RE
.sp


.RE
.RE
.sp

.SH "COMMONLY USED FLAGS"

.RS 2m
.TP 2m
\fB\-\-contact\-data\-from\-file\fR=\fICONTACT_DATA_FILE_NAME\fR

A YAML file containing the contact data for the domain's three contacts:
registrant, admin, and technical.

The file can either specify a single set of contact data with label
\'allContacts', or three separate sets of contact data with labels
\'adminContact' and 'technicalContact'.

If 'registrantContact', 'adminContact' or 'technicalContact' labels are used
then only the specified contacts are updated.

Each contact data must contain values for all required fields: email,
phoneNumber and postalAddress in google.type.PostalAddress format.

For more guidance on how to specify postalAddress, please see:
https://support.google.com/business/answer/6397478

Examples of file contents:

.RS 2m
allContacts:
  email: 'example@example.com'
  phoneNumber: '+1.8005550123'
  postalAddress:
    regionCode: 'US'
    postalCode: '94043'
    administrativeArea: 'CA'
    locality: 'Mountain View'
    addressLines: ['1600 Amphitheatre Pkwy']
    recipients: ['Jane Doe']
.RE

.RS 2m
adminContact:
  email: 'admin@example.com'
  phoneNumber: '+1.8005550123'
  postalAddress:
    regionCode: 'US'
    postalCode: '94043'
    administrativeArea: 'CA'
    locality: 'Mountain View'
    addressLines: ['1600 Amphitheatre Pkwy']
    recipients: ['Admin Jane Doe']
.RE

.RS 2m
registrantContact:
  email: 'registrant@example.com'
  phoneNumber: '+1.8005550123'
  postalAddress:
    regionCode: 'US'
    postalCode: '94043'
    administrativeArea: 'CA'
    locality: 'Mountain View'
    addressLines: ['1600 Amphitheatre Pkwy']
    recipients: ['Registrant Jane Doe']
adminContact:
  email: 'admin@example.com'
  phoneNumber: '+1.8005550123'
  postalAddress:
    regionCode: 'US'
    postalCode: '94043'
    administrativeArea: 'CA'
    locality: 'Mountain View'
    addressLines: ['1600 Amphitheatre Pkwy']
    recipients: ['Admin Jane Doe']
technicalContact:
  email: 'technical@example.com'
  phoneNumber: '+1.8005550123'
  postalAddress:
    regionCode: 'US'
    postalCode: '94043'
    administrativeArea: 'CA'
    locality: 'Mountain View'
    addressLines: ['1600 Amphitheatre Pkwy']
    recipients: ['Technic Jane Doe']
.RE

.TP 2m
\fB\-\-contact\-privacy\fR=\fICONTACT_PRIVACY\fR

The contact privacy mode to use. Supported privacy modes depend on the domain.
\fICONTACT_PRIVACY\fR must be one of:

.RS 2m
.TP 2m
\fBprivate\-contact\-data\fR
(DEPRECATED) Your contact info won't be available to the public. To help protect
your info and prevent spam, a third party provides alternate (proxy) contact
info for your domain in the public directory at no extra cost. They will forward
received messages to you. The private\-contact\-data option is deprecated; See
https://cloud.google.com/domains/docs/deprecations/feature\-deprecations.
.TP 2m
\fBpublic\-contact\-data\fR
All the data from contact config is publicly available. To set this value, you
must also pass the \-\-notices flag with value
public\-contact\-data\-acknowledgement or agree to the notice interactively.
.TP 2m
\fBredacted\-contact\-data\fR
Limited personal information will be available to the public. The actual
information redacted depends on the domain. For more information see
https://support.google.com/domains/answer/3251242.
.RE
.sp


.TP 2m
\fB\-\-validate\-only\fR

Don't actually configure contact settings of the registration. Only validate
arguments.


.RE
.sp

.SH "OTHER FLAGS"

.RS 2m
.TP 2m
\fB\-\-async\fR

Return immediately, without waiting for the operation in progress to complete.

.TP 2m
\fB\-\-notices\fR=[\fINOTICE\fR,...]

Notices about special properties of contacts. \fINOTICE\fR must be (only one
value is supported):

.RS 2m
.TP 2m
\fBpublic\-contact\-data\-acknowledgement\fR
By sending this notice you acknowledge that using public\-contact\-data contact
privacy makes all the data from contact config publicly available.
.RE
.sp



.RE
.sp

.SH "GCLOUD WIDE FLAGS"

These flags are available to all commands: \-\-access\-token\-file, \-\-account,
\-\-billing\-project, \-\-configuration, \-\-flags\-file, \-\-flatten,
\-\-format, \-\-help, \-\-impersonate\-service\-account, \-\-log\-http,
\-\-project, \-\-quiet, \-\-trace\-token, \-\-user\-output\-enabled,
\-\-verbosity.

Run \fB$ gcloud help\fR for details.



.SH "NOTES"

These variants are also available:

.RS 2m
$ gcloud alpha domains registrations configure contacts
.RE

.RS 2m
$ gcloud beta domains registrations configure contacts
.RE