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/394/help/man/man1/gcloud_preview_config_list.1
.TH "GCLOUD_PREVIEW_CONFIG_LIST" 1



.SH "NAME"
.HP
gcloud preview config list \- list Google Cloud CLI properties for the currently active configuration



.SH "SYNOPSIS"
.HP
\f5gcloud preview config list\fR [\fISECTION\fR/\fIPROPERTY\fR] [\fB\-\-all\fR] [\fB\-\-filter\fR=\fIEXPRESSION\fR] [\fB\-\-limit\fR=\fILIMIT\fR] [\fB\-\-sort\-by\fR=[\fIFIELD\fR,...]] [\fIGCLOUD_WIDE_FLAG\ ...\fR]



.SH "DESCRIPTION"

\fB(PREVIEW)\fR gcloud preview config list lists the properties of the specified
section using the active configuration. These include the account used to
authorize access to Google Cloud, the current Google Cloud project, and the
default Compute Engine region and zone, if set. See \f5gcloud topic
configurations\fR for more about configurations.



.SH "EXAMPLES"

To list the set project property in the core section, run:

.RS 2m
$ gcloud preview config list project
.RE

To list the set zone property in the compute section, run:

.RS 2m
$ gcloud preview config list compute/zone
.RE

To list all the set properties in the compute section, run:

.RS 2m
$ gcloud preview config list compute/
.RE

To list all the properties in the compute section, run:

.RS 2m
$ gcloud preview config list compute/ \-\-all
.RE

To list all the properties, run:

.RS 2m
$ gcloud preview config list \-\-all
.RE

Note, you cannot specify both \f5\-\-all\fR and a property name. Only a section
name and the \f5\-\-all\fR flag can be used together in the format \f5gcloud
config list <SECTION>/ \-\-all\fR.



.SH "POSITIONAL ARGUMENTS"

.RS 2m
.TP 2m
[\fISECTION\fR/\fIPROPERTY\fR]

Property to be listed. Note that SECTION/ is optional while referring to
properties in the core section.


.RE
.sp

.SH "FLAGS"

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

List all set and unset properties that match the arguments.


.RE
.sp

.SH "LIST COMMAND FLAGS"

.RS 2m
.TP 2m
\fB\-\-filter\fR=\fIEXPRESSION\fR

Apply a Boolean filter \fIEXPRESSION\fR to each resource item to be listed. If
the expression evaluates \f5True\fR, then that item is listed. For more details
and examples of filter expressions, run $ gcloud topic filters. This flag
interacts with other flags that are applied in this order: \fB\-\-flatten\fR,
\fB\-\-sort\-by\fR, \fB\-\-filter\fR, \fB\-\-limit\fR.

.TP 2m
\fB\-\-limit\fR=\fILIMIT\fR

Maximum number of resources to list. The default is \fBunlimited\fR. This flag
interacts with other flags that are applied in this order: \fB\-\-flatten\fR,
\fB\-\-sort\-by\fR, \fB\-\-filter\fR, \fB\-\-limit\fR.

.TP 2m
\fB\-\-sort\-by\fR=[\fIFIELD\fR,...]

Comma\-separated list of resource field key names to sort by. The default order
is ascending. Prefix a field with ``~'' for descending order on that field. This
flag interacts with other flags that are applied in this order:
\fB\-\-flatten\fR, \fB\-\-sort\-by\fR, \fB\-\-filter\fR, \fB\-\-limit\fR.


.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 "AVAILABLE PROPERTIES"

.RS 2m
.TP 2m
\fIcore\fR


.RS 2m
.TP 2m
\fBaccount\fR

Account \f5gcloud\fR should use for authentication. Run \f5gcloud auth list\fR
to see your currently available accounts.


.TP 2m
\fBconsole_log_format\fR

Control the format used to display log messages to the console.

Valid values are:
.RS 2m
.IP "\(bu" 2m
\f5standard\fR \- Simplified log messages are displayed on the console.
.IP "\(bu" 2m
\f5detailed\fR \- More detailed messages are displayed on the console.
.RE
.sp

If unset, default is \f5standard\fR.


.TP 2m
\fBcustom_ca_certs_file\fR

Absolute path to a custom CA cert file.


.TP 2m
\fBdefault_format\fR

Sets the default format for printing command resources.
\f5core/default_format\fR overrides the default yaml format. If the command
contains a command\-specific output format, it takes precedence over the
\f5core/default_format\fR value. Use \f5\-\-verbosity=debug\fR flag to view the
command\-specific format. Both \f5core/format\fR and \f5\-\-format\fR also take
precedence over \f5core/default_format\fR. The supported formats are limited to:
\f5config\fR, \f5default\fR, \f5disable\fR, \f5flattened\fR, \f5json\fR,
\f5list\fR, \f5none\fR, \f5object\fR, \f5text\fR. For more details run $ gcloud
topic formats. Run \f5$ gcloud config set \-\-help\fR to see more information
about \f5core/default_format\fR


.TP 2m
\fBdefault_regional_backend_service\fR

If True, backend services in \f5gcloud compute backend\-services\fR will be
regional by default. Setting the \f5\-\-global\fR flag is required for global
backend services.


.TP 2m
\fBdisable_color\fR

If True, color will not be used when printing messages in the terminal.


.TP 2m
\fBdisable_file_logging\fR

If True, \f5gcloud\fR will not store logs to a file. This may be useful if disk
space is limited.


.TP 2m
\fBdisable_prompts\fR

If True, the default answer will be assumed for all user prompts. However, for
any prompts that require user input, an error will be raised. This is equivalent
to either using the global \f5\-\-quiet\fR flag or setting the environment
variable \f5CLOUDSDK_CORE_DISABLE_PROMPTS\fR to 1. Setting this property is
useful when scripting with \f5gcloud\fR.


.TP 2m
\fBdisable_usage_reporting\fR

If True, anonymous statistics on SDK usage will not be collected. This value is
set by your choices during installation, but can be changed at any time. For
more information, see Usage statistics.


.TP 2m
\fBformat\fR

Sets the format for printing all command resources. This overrides the default
command\-specific human\-friendly output format. Use \f5\-\-verbosity=debug\fR
flag to view the command\-specific format. If both \f5core/default_format\fR and
\f5core/format\fR are specified, \f5core/format\fR takes precedence. If both
\f5core/format\fR and \f5\-\-format\fR are specified, \f5\-\-format\fR takes
precedence. The supported formats are limited to: \f5config\fR, \f5default\fR,
\f5disable\fR, \f5flattened\fR, \f5json\fR, \f5list\fR, \f5none\fR,
\f5object\fR, \f5text\fR. For more details run $ gcloud topic formats. Run \f5$
gcloud config set \-\-help\fR to see more information about \f5core/format\fR


.TP 2m
\fBlog_http\fR

If True, log HTTP requests and responses to the logs. To see logs in the
terminal, adjust \f5verbosity\fR settings. Otherwise, logs are available in
their respective log files.


.TP 2m
\fBmax_log_days\fR

Maximum number of days to retain log files before deleting. If set to 0, turns
off log garbage collection and does not delete log files. If unset, the default
is 30 days.


.TP 2m
\fBparse_error_details\fR

If True, \f5gcloud\fR will attempt to parse and interpret error details in API
originating errors. If False, \f5gcloud\fR will write flush error details as is
to stderr/log.


.TP 2m
\fBpass_credentials_to_gsutil\fR

If True, pass the configured Google Cloud CLI authentication to gsutil.


.TP 2m
\fBproject\fR

Project ID of the Cloud Platform project to operate on by default. This can be
overridden by using the global \f5\-\-project\fR flag.


.TP 2m
\fBshow_structured_logs\fR

Control when JSON\-structured log messages for the current verbosity level (and
above) will be written to standard error. If this property is disabled, logs are
formatted as \f5text\fR by default.

Valid values are:
.RS 2m
.IP "\(bu" 2m
\f5never\fR \- Log messages as text
.IP "\(bu" 2m
\f5always\fR \- Always log messages as JSON
.IP "\(bu" 2m
\f5log\fR \- Only log messages as JSON if stderr is a file
.IP "\(bu" 2m
\f5terminal\fR \- Only log messages as JSON if stderr is a terminal
.RE
.sp

If unset, default is \f5never\fR.


.TP 2m
\fBtrace_token\fR

Token used to route traces of service requests for investigation of issues. This
token will be provided by Google support.


.TP 2m
\fBuser_output_enabled\fR

True, by default. If False, messages to the user and command output on both
standard output and standard error will be suppressed.


.TP 2m
\fBverbosity\fR

Default logging verbosity for \f5gcloud\fR commands. This is the equivalent of
using the global \f5\-\-verbosity\fR flag. Supported verbosity levels:
\f5debug\fR, \f5info\fR, \f5warning\fR, \f5error\fR, \f5critical\fR, and
\f5none\fR.


.RE
.sp
.TP 2m
\fIaccessibility\fR


.RS 2m
.TP 2m
\fBscreen_reader\fR

Make gcloud more screen reader friendly.


.RE
.sp
.TP 2m
\fIai\fR


.RS 2m
.TP 2m
\fBregion\fR

Default region to use when working with AI Platform resources. When a
\f5\-\-region\fR flag is required but not provided, the command will fall back
to this value, if set.


.RE
.sp
.TP 2m
\fIai_platform\fR


.RS 2m
.TP 2m
\fBregion\fR

Default region to use when working with AI Platform Training and Prediction
resources (currently for Prediction only). It is ignored for training resources
for now. The value should be either \f5global\fR or one of the supported
regions. When a \f5\-\-region\fR flag is required but not provided, the command
will fall back to this value, if set.


.RE
.sp
.TP 2m
\fIapi_endpoint_overrides\fR


.RS 2m
.TP 2m
\fBaccessapproval\fR

Overrides API endpoint for \f5gcloud access\-approval\fR command group. Defaults
to \f5https://accessapproval.googleapis.com/\fR


.TP 2m
\fBaccesscontextmanager\fR

Overrides API endpoint for \f5gcloud access\-context\-manager\fR command group.
Defaults to \f5https://accesscontextmanager.googleapis.com/\fR


.TP 2m
\fBai\fR

Overrides API endpoint for \f5gcloud ai\fR command group.


.TP 2m
\fBaiplatform\fR

Overrides API endpoint for \f5gcloud ai\-platform\fR command group. Defaults to
\f5https://aiplatform.googleapis.com/\fR


.TP 2m
\fBanthosevents\fR

Overrides API endpoint for \f5gcloud anthos\fR command group. Defaults to
\f5https://anthosevents.googleapis.com/\fR


.TP 2m
\fBanthospolicycontrollerstatus_pa\fR

Overrides API endpoint for \f5gcloud container fleet policycontroller\fR command
group. Defaults to
\f5https://anthospolicycontrollerstatus\-pa.googleapis.com/\fR


.TP 2m
\fBapigateway\fR

Overrides API endpoint for \f5gcloud api\-gateway\fR command group. Defaults to
\f5https://apigateway.googleapis.com/\fR


.TP 2m
\fBapigee\fR

Overrides API endpoint for \f5gcloud apigee\fR command group. Defaults to
\f5https://apigee.googleapis.com/\fR


.TP 2m
\fBappengine\fR

Overrides API endpoint for \f5gcloud app\fR command group. Defaults to
\f5https://appengine.googleapis.com/\fR


.TP 2m
\fBapphub\fR

Overrides API endpoint for \f5gcloud apphub\fR command group. Defaults to
\f5https://apphub.googleapis.com/\fR


.TP 2m
\fBartifactregistry\fR

Overrides API endpoint for \f5gcloud artifacts\fR command group. Defaults to
\f5https://artifactregistry.googleapis.com/\fR


.TP 2m
\fBassuredworkloads\fR

Overrides API endpoint for \f5gcloud assured\fR command group. Defaults to
\f5https://assuredworkloads.googleapis.com/\fR


.TP 2m
\fBauditmanager\fR

Overrides API endpoint for \f5gcloud audit\-manager\fR command group. Defaults
to \f5https://auditmanager.googleapis.com/\fR


.TP 2m
\fBbaremetalsolution\fR

Overrides API endpoint for \f5gcloud bms\fR command group. Defaults to
\f5https://baremetalsolution.googleapis.com/\fR


.TP 2m
\fBbigtableadmin\fR

Overrides API endpoint for \f5gcloud bigtable\fR command group. Defaults to
\f5https://bigtableadmin.googleapis.com/\fR


.TP 2m
\fBcertificatemanager\fR

Overrides API endpoint for \f5gcloud certificate\-manager\fR command group.
Defaults to \f5https://certificatemanager.googleapis.com/\fR


.TP 2m
\fBcloudasset\fR

Overrides API endpoint for \f5gcloud asset\fR command group. Defaults to
\f5https://cloudasset.googleapis.com/\fR


.TP 2m
\fBcloudbilling\fR

Overrides API endpoint for \f5gcloud billing\fR command group. Defaults to
\f5https://cloudbilling.googleapis.com/\fR


.TP 2m
\fBcloudbuild\fR

Overrides API endpoint for \f5gcloud builds\fR command group. Defaults to
\f5https://cloudbuild.googleapis.com/\fR


.TP 2m
\fBcloudcommerceconsumerprocurement\fR

Overrides API endpoint for \f5gcloud commerce\-procurement\fR command group.
Defaults to \f5https://cloudcommerceconsumerprocurement.googleapis.com/\fR


.TP 2m
\fBclouddebugger\fR

Overrides API endpoint for \f5gcloud debug\fR command group. Defaults to
\f5https://clouddebugger.googleapis.com/\fR


.TP 2m
\fBclouddeploy\fR

Overrides API endpoint for \f5gcloud deploy\fR command group. Defaults to
\f5https://clouddeploy.googleapis.com/\fR


.TP 2m
\fBclouderrorreporting\fR

Overrides API endpoint for \f5gcloud error\-reporting\fR command group. Defaults
to \f5https://clouderrorreporting.googleapis.com/\fR


.TP 2m
\fBcloudfunctions\fR

Overrides API endpoint for \f5gcloud functions\fR command group. Defaults to
\f5https://cloudfunctions.googleapis.com/\fR


.TP 2m
\fBcloudidentity\fR

Overrides API endpoint for \f5gcloud identity\fR command group. Defaults to
\f5https://cloudidentity.googleapis.com/\fR


.TP 2m
\fBcloudkms\fR

Overrides API endpoint for \f5gcloud kms\fR command group. Defaults to
\f5https://cloudkms.googleapis.com/\fR


.TP 2m
\fBcloudlocationfinder\fR

Overrides API endpoint for \f5gcloud cloudlocationfinder\fR command group.
Defaults to \f5https://cloudlocationfinder.googleapis.com/\fR


.TP 2m
\fBcloudresourcemanager\fR

Overrides API endpoint for \f5gcloud projects\fR command group. Defaults to
\f5https://cloudresourcemanager.googleapis.com/\fR


.TP 2m
\fBcloudscheduler\fR

Overrides API endpoint for \f5gcloud scheduler\fR command group. Defaults to
\f5https://cloudscheduler.googleapis.com/\fR


.TP 2m
\fBcloudtasks\fR

Overrides API endpoint for \f5gcloud tasks\fR command group. Defaults to
\f5https://cloudtasks.googleapis.com/\fR


.TP 2m
\fBcloudtrace\fR

Overrides API endpoint for \f5gcloud trace\fR command group. Defaults to
\f5https://cloudtrace.googleapis.com/\fR


.TP 2m
\fBcomposer\fR

Overrides API endpoint for \f5gcloud composer\fR command group. Defaults to
\f5https://composer.googleapis.com/\fR


.TP 2m
\fBcompute\fR

Overrides API endpoint for \f5gcloud compute\fR command group. For Private
Service Connect usage, see
https://cloud.google.com/vpc/docs/configure\-private\-service\-connect\-apis#using\-endpoints


.TP 2m
\fBconfig\fR

Overrides API endpoint for \f5gcloud infra\-manager\fR command group. Defaults
to \f5https://config.googleapis.com/\fR


.TP 2m
\fBcontainer\fR

Overrides API endpoint for \f5gcloud container\fR command group. Defaults to
\f5https://container.googleapis.com/\fR


.TP 2m
\fBdatacatalog\fR

Overrides API endpoint for \f5gcloud data\-catalog\fR command group. Defaults to
\f5https://datacatalog.googleapis.com/\fR


.TP 2m
\fBdataflow\fR

Overrides API endpoint for \f5gcloud dataflow\fR command group. Defaults to
\f5https://dataflow.googleapis.com/\fR


.TP 2m
\fBdatafusion\fR

Overrides API endpoint for \f5gcloud data\-fusion\fR command group. Defaults to
\f5https://datafusion.googleapis.com/\fR


.TP 2m
\fBdatamigration\fR

Overrides API endpoint for \f5gcloud database\-migration\fR command group.
Defaults to \f5https://datamigration.googleapis.com/\fR


.TP 2m
\fBdatapipelines\fR

Overrides API endpoint for \f5gcloud datapipelines\fR command group. Defaults to
\f5https://datapipelines.googleapis.com/\fR


.TP 2m
\fBdataplex\fR

Overrides API endpoint for \f5gcloud dataplex\fR command group. Defaults to
\f5https://dataplex.googleapis.com/\fR


.TP 2m
\fBdataproc\fR

Overrides API endpoint for \f5gcloud dataproc\fR command group. Defaults to
\f5https://dataproc.googleapis.com/\fR


.TP 2m
\fBdatastore\fR

Overrides API endpoint for \f5gcloud datastore\fR command group. Defaults to
\f5https://datastore.googleapis.com/\fR


.TP 2m
\fBdatastream\fR

Overrides API endpoint for \f5gcloud datastream\fR command group. Defaults to
\f5https://datastream.googleapis.com/\fR


.TP 2m
\fBdeploymentmanager\fR

Overrides API endpoint for \f5gcloud deployment\-manager\fR command group.
Defaults to \f5https://deploymentmanager.googleapis.com/\fR


.TP 2m
\fBdeveloperconnect\fR

Overrides API endpoint for \f5gcloud developer\-connect\fR command group.
Defaults to \f5https://developerconnect.googleapis.com/\fR


.TP 2m
\fBdns\fR

Overrides API endpoint for \f5gcloud dns\fR command group. Defaults to
\f5https://dns.googleapis.com/dns/v1/\fR


.TP 2m
\fBdomains\fR

Overrides API endpoint for \f5gcloud domains\fR command group. Defaults to
\f5https://domains.googleapis.com/\fR


.TP 2m
\fBedgecontainer\fR

Overrides API endpoint for \f5gcloud edge\-container\fR command group. Defaults
to \f5https://edgecontainer.googleapis.com/\fR


.TP 2m
\fBeventarc\fR

Overrides API endpoint for \f5gcloud eventarc\fR command group. Defaults to
\f5https://eventarc.googleapis.com/\fR


.TP 2m
\fBeventarcpublishing\fR

Overrides API endpoint for \f5gcloud eventarc publish\fR command group. Defaults
to \f5https://eventarcpublishing.googleapis.com/\fR


.TP 2m
\fBfaultinjectiontesting\fR

Overrides API endpoint for \f5gcloud fault\-injection\fR command group. Defaults
to \f5https://faultinjectiontesting.googleapis.com/\fR


.TP 2m
\fBfile\fR

Overrides API endpoint for \f5gcloud filestore\fR command group. Defaults to
\f5https://file.googleapis.com/\fR


.TP 2m
\fBfirebasedataconnect\fR

Overrides API endpoint for \f5gcloud firebase\-data\-connect\fR command group.
Defaults to \f5https://firebasedataconnect.googleapis.com/\fR


.TP 2m
\fBfirestore\fR

Overrides API endpoint for \f5gcloud firestore\fR command group. Defaults to
\f5https://firestore.googleapis.com/\fR


.TP 2m
\fBgenomics\fR

Overrides API endpoint for \f5gcloud genomics\fR command group. Defaults to
\f5https://genomics.googleapis.com/\fR


.TP 2m
\fBgkemulticloud\fR

Overrides API endpoint for \f5gcloud container aws\fR, \f5gcloud container
azure\fR and \f5gcloud container attached\fR command groups.


.TP 2m
\fBhealthcare\fR

Overrides API endpoint for \f5gcloud healthcare\fR command group. Defaults to
\f5https://healthcare.googleapis.com/\fR


.TP 2m
\fBhypercomputecluster\fR

Overrides API endpoint for \f5gcloud cluster\-director\fR command group.
Defaults to \f5https://hypercomputecluster.googleapis.com/\fR


.TP 2m
\fBiam\fR

Overrides API endpoint for \f5gcloud iam\fR command group. Defaults to
\f5https://iam.googleapis.com/\fR


.TP 2m
\fBiamcredentials\fR

Overrides API endpoint for \f5gcloud iam\fR command group. Defaults to
\f5https://iamcredentials.googleapis.com/\fR


.TP 2m
\fBiap\fR

Overrides API endpoint for \f5gcloud iap\fR command group. Defaults to
\f5https://iap.googleapis.com/\fR


.TP 2m
\fBids\fR

Overrides API endpoint for \f5gcloud ids\fR command group. Defaults to
\f5https://ids.googleapis.com/\fR


.TP 2m
\fBkrmapihosting\fR

Overrides API endpoint for \f5gcloud anthos config controller\fR command group.
Defaults to \f5https://krmapihosting.googleapis.com/\fR


.TP 2m
\fBlanguage\fR

Overrides API endpoint for \f5gcloud ml language\fR command group. Defaults to
\f5https://language.googleapis.com/\fR


.TP 2m
\fBlifesciences\fR

Overrides API endpoint for \f5gcloud lifesciences\fR command group. Defaults to
\f5https://lifesciences.googleapis.com/\fR


.TP 2m
\fBlogging\fR

Overrides API endpoint for \f5gcloud logging\fR command group. Defaults to
\f5https://logging.googleapis.com/\fR


.TP 2m
\fBlooker\fR

Overrides API endpoint for \f5gcloud looker\fR command group. Defaults to
\f5https://looker.googleapis.com/\fR


.TP 2m
\fBmanagedidentities\fR

Overrides API endpoint for \f5gcloud active\-directory\fR command group.
Defaults to \f5https://managedidentities.googleapis.com/\fR


.TP 2m
\fBmarketplacesolutions\fR

Overrides API endpoint for \f5gcloud mps\fR command group. Defaults to
\f5https://marketplacesolutions.googleapis.com/\fR


.TP 2m
\fBmediaasset\fR

Overrides API endpoint for \f5gcloud media\fR command group. Defaults to
\f5https://mediaasset.googleapis.com/\fR


.TP 2m
\fBmemcache\fR

Overrides API endpoint for \f5gcloud memcache\fR command group. Defaults to
\f5https://memcache.googleapis.com/\fR


.TP 2m
\fBmetastore\fR

Overrides API endpoint for \f5gcloud metastore\fR command group. Defaults to
\f5https://metastore.googleapis.com/\fR


.TP 2m
\fBmonitoring\fR

Overrides API endpoint for \f5gcloud monitoring\fR command group. Defaults to
\f5https://monitoring.googleapis.com/\fR


.TP 2m
\fBnetapp\fR

Overrides API endpoint for \f5gcloud netapp\fR command group. Defaults to
\f5https://netapp.googleapis.com/\fR


.TP 2m
\fBnetworkconnectivity\fR

Overrides API endpoint for \f5gcloud network\-connectivity\fR command group.
Defaults to \f5https://networkconnectivity.googleapis.com/\fR


.TP 2m
\fBnetworkmanagement\fR

Overrides API endpoint for \f5gcloud network\-management\fR command group.
Defaults to \f5https://networkmanagement.googleapis.com/\fR


.TP 2m
\fBnetworksecurity\fR

Overrides API endpoint for \f5gcloud network\-security\fR command group.
Defaults to \f5https://networksecurity.googleapis.com/\fR


.TP 2m
\fBnetworkservices\fR

Overrides API endpoint for \f5gcloud network\-services\fR command group.
Defaults to \f5https://networkservices.googleapis.com/\fR


.TP 2m
\fBnotebooks\fR

Overrides API endpoint for \f5gcloud notebooks\fR command group. Defaults to
\f5https://notebooks.googleapis.com/\fR


.TP 2m
\fBobservability\fR

Overrides API endpoint for \f5gcloud observability\fR command group. Defaults to
\f5https://observability.googleapis.com/\fR


.TP 2m
\fBorgpolicy\fR

Overrides API endpoint for \f5gcloud org\-policies\fR command group. Defaults to
\f5https://orgpolicy.googleapis.com/\fR


.TP 2m
\fBpolicyanalyzer\fR

Overrides API endpoint for \f5policy\-intelligence\fR command group. Defaults to
\f5https://policyanalyzer.googleapis.com/\fR


.TP 2m
\fBprivateca\fR

Overrides API endpoint for \f5gcloud privateca\fR command group. Defaults to
\f5https://privateca.googleapis.com/\fR


.TP 2m
\fBprivilegedaccessmanager\fR

Overrides API endpoint for \f5gcloud pam\fR command group. Defaults to
\f5https://privilegedaccessmanager.googleapis.com/\fR


.TP 2m
\fBpublicca\fR

Overrides API endpoint for \f5gcloud publicca\fR command group. Defaults to
\f5https://publicca.googleapis.com/\fR


.TP 2m
\fBpubsub\fR

Overrides API endpoint for \f5gcloud pubsub\fR command group. Defaults to
\f5https://pubsub.googleapis.com/\fR


.TP 2m
\fBrecaptchaenterprise\fR

Overrides API endpoint for \f5gcloud recaptcha\fR command group. Defaults to
\f5https://recaptchaenterprise.googleapis.com/\fR


.TP 2m
\fBrecommender\fR

Overrides API endpoint for \f5gcloud recommender\fR command group. Defaults to
\f5https://recommender.googleapis.com/\fR


.TP 2m
\fBredis\fR

Overrides API endpoint for \f5gcloud redis\fR command group. Defaults to
\f5https://redis.googleapis.com/\fR


.TP 2m
\fBrun\fR

Overrides API endpoint for \f5gcloud run\fR command group. Defaults to
\f5https://run.googleapis.com/\fR


.TP 2m
\fBruntimeconfig\fR

Overrides API endpoint for \f5gcloud runtime\-config\fR command group. Defaults
to \f5https://runtimeconfig.googleapis.com/\fR


.TP 2m
\fBsddc\fR

Overrides API endpoint for \f5gcloud vmware sddc\fR command group. Defaults to
\f5https://sddc.googleapis.com/\fR


.TP 2m
\fBsecretmanager\fR

Overrides API endpoint for \f5gcloud secrets\fR command group. Defaults to
\f5https://secretmanager.googleapis.com/\fR


.TP 2m
\fBsecuritycenter\fR

Overrides API endpoint for \f5gcloud scc\fR command group. Defaults to
\f5https://securitycenter.googleapis.com/\fR


.TP 2m
\fBservicedirectory\fR

Overrides API endpoint for \f5gcloud service\-directory\fR command group.
Defaults to \f5https://servicedirectory.googleapis.com/\fR


.TP 2m
\fBservicemanagement\fR

Overrides API endpoint for \f5gcloud endpoints\fR command group. Defaults to
\f5https://servicemanagement.googleapis.com/\fR


.TP 2m
\fBsourcerepo\fR

Overrides API endpoint for \f5gcloud source\fR command group. Defaults to
\f5https://sourcerepo.googleapis.com/\fR


.TP 2m
\fBspanner\fR

Overrides API endpoint for \f5gcloud spanner\fR command group. For spanner
emulator usage, see
https://cloud.google.com/spanner/docs/emulator#using_the_gcloud_cli_with_the_emulator


.TP 2m
\fBspeech\fR

Overrides API endpoint for \f5gcloud ml speech\fR command group. Defaults to
\f5https://speech.googleapis.com/\fR


.TP 2m
\fBsql\fR

Overrides API endpoint for \f5gcloud sql\fR command group.


.TP 2m
\fBstorage\fR

Overrides API endpoint for \f5gcloud storage\fR command group. Defaults to
\f5https://storage.googleapis.com/storage/v1/\fR


.TP 2m
\fBtesting\fR

Overrides API endpoint for \f5gcloud firebase test\fR command group. Defaults to
\f5https://testing.googleapis.com/\fR


.TP 2m
\fBtransfer\fR

Overrides API endpoint for \f5gcloud transfer\fR command group.


.TP 2m
\fBtransferappliance\fR

Overrides API endpoint for \f5gcloud transfer appliances\fR command group.
Defaults to \f5https://transferappliance.googleapis.com/\fR


.TP 2m
\fBvision\fR

Overrides API endpoint for \f5gcloud ml vision\fR command group. Defaults to
\f5https://vision.googleapis.com/\fR


.TP 2m
\fBvmmigration\fR

Overrides API endpoint for \f5gcloud migration vms\fR command group. Defaults to
\f5https://vmmigration.googleapis.com/\fR


.TP 2m
\fBvmwareengine\fR

Overrides API endpoint for \f5gcloud vmware\fR command group. Defaults to
\f5https://vmwareengine.googleapis.com/\fR


.TP 2m
\fBworkflowexecutions\fR

Overrides API endpoint for \f5gcloud workflows executions\fR command group.
Defaults to \f5https://workflowexecutions.googleapis.com/\fR


.TP 2m
\fBworkflows\fR

Overrides API endpoint for \f5gcloud workflows\fR command group. Defaults to
\f5https://workflows.googleapis.com/\fR


.TP 2m
\fBworkstations\fR

Overrides API endpoint for \f5gcloud workstations\fR command group. Defaults to
\f5https://workstations.googleapis.com/\fR


.RE
.sp
.TP 2m
\fIapp\fR


.RS 2m
.TP 2m
\fBcloud_build_timeout\fR

Timeout, in seconds, to wait for Docker builds to complete during deployments.
All Docker builds now use the Cloud Build API.


.TP 2m
\fBpromote_by_default\fR

If True, when deploying a new version of a service, that version will be
promoted to receive all traffic for the service. This property can be overridden
with the \f5\-\-promote\-by\-default\fR or \f5\-\-no\-promote\-by\-default\fR
flags.


.TP 2m
\fBstop_previous_version\fR

If True, when deploying a new version of a service, the previously deployed
version is stopped. If False, older versions must be stopped manually.


.TP 2m
\fBuse_runtime_builders\fR

If set, opt in/out to a new code path for building applications using
pre\-fabricated runtimes that can be updated independently of client tooling. If
not set, the default path for each runtime is used.


.RE
.sp
.TP 2m
\fIartifacts\fR


.RS 2m
.TP 2m
\fBlocation\fR

Default location to use when working with Artifact Registry resources. When a
\f5location\fR value is required but not provided, the command will fall back to
this value, if set. If this value is unset, the default location is \f5global\fR
when \f5location\fR value is optional.


.TP 2m
\fBrepository\fR

Default repository to use when working with Artifact Registry resources. When a
\f5repository\fR value is required but not provided, the command will fall back
to this value, if set.


.RE
.sp
.TP 2m
\fIauth\fR


.RS 2m
.TP 2m
\fBaccess_token_file\fR

A file path to read the access token. Use this property to authenticate gcloud
with an access token. The credentials of the active account (if it exists) will
be ignored. The file should contain an access token with no other information.


.TP 2m
\fBdisable_credentials\fR

If True, \f5gcloud\fR will not attempt to load any credentials or authenticate
any requests. This is useful when behind a proxy that adds authentication to
requests.


.TP 2m
\fBimpersonate_service_account\fR

While set, all API requests will be made as the given service account or target
service account in an impersonation delegation chain instead of the currently
selected account. You can specify either a single service account as the
impersonator, or a comma\-separated list of service accounts to create an
impersonation delegation chain. This is done without needing to create,
download, or activate a key for the service account or accounts.

In order to make API requests as a service account, your currently selected
account must have an IAM role that includes the
\f5iam.serviceAccounts.getAccessToken\fR permission for the service account or
accounts.

The \f5roles/iam.serviceAccountTokenCreator\fR role has the
\f5iam.serviceAccounts.getAccessToken permission\fR. You can also create a
custom role.

You can specify a list of service accounts, separated with commas. This creates
an impersonation delegation chain in which each service account delegates its
permissions to the next service account in the chain. Each service account in
the list must have the \f5roles/iam.serviceAccountTokenCreator\fR role on the
next service account in the list. For example, when the property is set through
\f5gcloud config set auth/impersonate_service_account=\fR
\f5\fISERVICE_ACCOUNT_1\fR\fR,\f5\fISERVICE_ACCOUNT_2\fR\fR, the active account
must have the \f5roles/iam.serviceAccountTokenCreator\fR role on
\f5\fISERVICE_ACCOUNT_1\fR\fR, which must have the
\f5roles/iam.serviceAccountTokenCreator\fR role on
\f5\fISERVICE_ACCOUNT_2\fR\fR. \f5\fISERVICE_ACCOUNT_1\fR\fR is the impersonated
service account and \f5\fISERVICE_ACCOUNT_2\fR\fR is the delegate.



.TP 2m
\fBlogin_config_file\fR

Sets the created login configuration file in auth/login_config_file. Calling
\f5gcloud auth login\fR will automatically use this login configuration unless
it is explicitly unset.


.TP 2m
\fBservice_account_disable_id_token_refresh\fR

If True, disable ID token refresh for service account.


.TP 2m
\fBservice_account_use_self_signed_jwt\fR

If True, use self signed jwt flow to get service account credentials access
token. This only applies to service account json file and not to the legacy .p12
file.


.TP 2m
\fBtoken_host\fR

Overrides the token endpoint to provision access tokens. It can be used with
Private Service Connect.


.RE
.sp
.TP 2m
\fIbatch\fR


.RS 2m
.TP 2m
\fBlocation\fR

Default location to use when working with Batch resources. When a \f5location\fR
value is required but not provided, the command will fall back to this value, if
set.


.RE
.sp
.TP 2m
\fIbilling\fR


.RS 2m
.TP 2m
\fBquota_project\fR

The Google Cloud project that is billed and charged quota for operations
performed in \f5gcloud\fR. When unset, the default is [CURRENT_PROJECT]. This
default bills and charges quota against the current project. If you need to
operate on one project, but need to bill your usage against or use quota from a
different project, you can use this flag to specify the billing project. If both
\f5billing/quota_project\fR and \f5\-\-billing\-project\fR are specified,
\f5\-\-billing\-project\fR takes precedence.



.RE
.sp
.TP 2m
\fIbuilds\fR


.RS 2m
.TP 2m
\fBkaniko_cache_ttl\fR

TTL, in hours, of cached layers when using Kaniko. If zero, layer caching is
disabled.


.TP 2m
\fBregion\fR

Default region to use when working with Cloud Build resources. When a
\f5\-\-region\fR flag is required but not provided, the command will fall back
to this value, if set.


.TP 2m
\fBtimeout\fR

Timeout, in seconds, to wait for builds to complete. If unset, defaults to 10
minutes.


.TP 2m
\fBuse_kaniko\fR

If True, kaniko will be used to build images described by a Dockerfile, instead
of \f5docker build\fR.


.RE
.sp
.TP 2m
\fIcolab\fR


.RS 2m
.TP 2m
\fBregion\fR

Default region to use when working with Colab Enterprise resources. When a
\f5\-\-region\fR flag is required but not provided, the command will fall back
to this value, if set. Please see https://cloud.google.com/colab/docs/locations
for a list of supported regions.


.RE
.sp
.TP 2m
\fIcomponent_manager\fR


.RS 2m
.TP 2m
\fBadditional_repositories\fR

Comma separated list of additional repositories to check for components. This
property is automatically managed by the \f5gcloud components repositories\fR
commands.


.TP 2m
\fBdisable_update_check\fR

If True, Google Cloud CLI will not automatically check for updates.


.RE
.sp
.TP 2m
\fIcomposer\fR


.RS 2m
.TP 2m
\fBlocation\fR

Composer location to use. Each Composer location constitutes an independent
resource namespace constrained to deploying environments into Compute Engine
regions inside this location. This parameter corresponds to the
/locations/<location> segment of the Composer resource URIs being referenced.


.RE
.sp
.TP 2m
\fIcompute\fR


.RS 2m
.TP 2m
\fBimage_family_scope\fR

Sets how images are selected with image families for disk and instance creation.
By default, zonal image resources are used when using an image family in a
public image project, and global image resources are used for all other
projects. To override the default behavior, set this property to \f5zonal\fR or
\f5global\fR.


.TP 2m
\fBregion\fR

Default region to use when working with regional Compute Engine resources. When
a \f5\-\-region\fR flag is required but not provided, the command will fall back
to this value, if set. To see valid choices, run \f5gcloud compute regions
list\fR.


.TP 2m
\fBuse_new_list_usable_subnets_api\fR

If True, use the new API for listing usable subnets which only returns subnets
in the current project.


.TP 2m
\fBzone\fR

Default zone to use when working with zonal Compute Engine resources. When a
\f5\-\-zone\fR flag is required but not provided, the command will fall back to
this value, if set. To see valid choices, run \f5gcloud compute zones list\fR.


.RE
.sp
.TP 2m
\fIcontainer\fR


.RS 2m
.TP 2m
\fBbuild_timeout\fR

Timeout, in seconds, to wait for container builds to complete.


.TP 2m
\fBcluster\fR

Name of the cluster to use by default when working with Kubernetes Engine.


.TP 2m
\fBuse_application_default_credentials\fR

If True, use application default credentials to authenticate to the cluster API
server.


.TP 2m
\fBuse_client_certificate\fR

If True, use the cluster's client certificate to authenticate to the cluster API
server.


.RE
.sp
.TP 2m
\fIcontainer_attached\fR


.RS 2m
.TP 2m
\fBlocation\fR

Default Google Cloud location to use for Attached clusters.


.RE
.sp
.TP 2m
\fIcontainer_aws\fR


.RS 2m
.TP 2m
\fBlocation\fR

Default Google Cloud location to use for Anthos clusters on AWS.


.RE
.sp
.TP 2m
\fIcontainer_azure\fR


.RS 2m
.TP 2m
\fBlocation\fR

Default Google Cloud location to use for Anthos clusters on Azure.


.RE
.sp
.TP 2m
\fIcontainer_bare_metal\fR


.RS 2m
.TP 2m
\fBlocation\fR

Default Google Cloud location to use for Anthos clusters on Bare Metal.


.RE
.sp
.TP 2m
\fIcontainer_vmware\fR


.RS 2m
.TP 2m
\fBlocation\fR

Default Google Cloud location to use for Anthos clusters on VMware.


.RE
.sp
.TP 2m
\fIcontext_aware\fR


.RS 2m
.TP 2m
\fBuse_client_certificate\fR

If True, use client certificate to authorize user device using Context\-aware
access. This includes user login as well. Some services may not support client
certificate authorization. If a command sends requests to such services, the
client certificate will not be validated. Run \f5gcloud topic
client\-certificate\fR for list of services supporting this feature.


.RE
.sp
.TP 2m
\fIdataflow\fR


.RS 2m
.TP 2m
\fBdisable_public_ips\fR

Specifies that Cloud Dataflow workers must not use public IP addresses.


.TP 2m
\fBenable_streaming_engine\fR

Set this to true to enable Streaming Engine for the job.


.TP 2m
\fBprint_only\fR

Prints the container spec to stdout. Does not save in Google Cloud Storage.


.RE
.sp
.TP 2m
\fIdatafusion\fR


.RS 2m
.TP 2m
\fBlocation\fR

Datafusion location to use. Each Datafusion location constitutes an independent
resource namespace constrained to deploying environments into Compute Engine
regions inside this location. This parameter corresponds to the
/locations/<location> segment of the Datafusion resource URIs being referenced.


.RE
.sp
.TP 2m
\fIdatapipelines\fR


.RS 2m
.TP 2m
\fBdisable_public_ips\fR

Specifies that Cloud Dataflow workers must not use public IP addresses.


.TP 2m
\fBenable_streaming_engine\fR

Set this to true to enable Streaming Engine for the job.


.RE
.sp
.TP 2m
\fIdataplex\fR


.RS 2m
.TP 2m
\fBasset\fR

Dataplex asset to use. When an \f5asset\fR is required but not provided by a
flag, the command will fall back to this value, if set.


.TP 2m
\fBlake\fR

Dataplex lake to use. When a \f5lake\fR is required but not provided by a flag,
the command will fall back to this value, if set.


.TP 2m
\fBlocation\fR

Dataplex location to use. When a \f5location\fR is required but not provided by
a flag, the command will fall back to this value, if set.


.TP 2m
\fBzone\fR

Dataplex zone to use. When a \f5zone\fR is required but not provided by a flag,
the command will fall back to this value, if set.


.RE
.sp
.TP 2m
\fIdataproc\fR


.RS 2m
.TP 2m
\fBlocation\fR

Dataproc location to use. Each Dataproc location constitutes an independent
resource namespace constrained to deploying instances into Compute Engine zones
inside the location.


.TP 2m
\fBregion\fR

Dataproc region to use. Each Dataproc region constitutes an independent resource
namespace constrained to deploying instances into Compute Engine zones inside
the region.


.RE
.sp
.TP 2m
\fIdeploy\fR


.RS 2m
.TP 2m
\fBdelivery_pipeline\fR

Delivery Pipeline being managed by Cloud Deploy.


.TP 2m
\fBregion\fR

Cloud Deploy region to use. Each Cloud Deploy region constitutes an independent
resource namespace constrained to deploying instances into Compute Engine zones
inside the region.


.RE
.sp
.TP 2m
\fIdeployment_manager\fR


.RS 2m
.TP 2m
\fBglob_imports\fR

Enable import path globbing. Uses glob patterns to match multiple imports in a
config file.


.RE
.sp
.TP 2m
\fIeventarc\fR


.RS 2m
.TP 2m
\fBlocation\fR

The default location to use when working with Eventarc resources. This should be
either \f5\fIglobal\fR\fR or one of the supported regions. When a
\f5\-\-location\fR flag is required but not provided, the command will fall back
to this value, if set.


.RE
.sp
.TP 2m
\fIfilestore\fR


.RS 2m
.TP 2m
\fBlocation\fR

Please use the \f5\-\-location\fR flag or set the filestore/zone or
filestore/region property.


.TP 2m
\fBregion\fR

Default region to use when working with Cloud Filestore regions. When a
\f5\-\-region\fR flag is required but not provided, the command will fall back
to this value, if set.


.TP 2m
\fBzone\fR

Default zone to use when working with Cloud Filestore zones. When a
\f5\-\-zone\fR flag is required but not provided, the command will fall back to
this value, if set.


.RE
.sp
.TP 2m
\fIfunctions\fR


.RS 2m
.TP 2m
\fBgen2\fR

Default environment to use when working with Cloud Functions resources. When
neither \f5\-\-gen2\fR nor \f5\-\-no\-gen2\fR is provided, the decision of
whether to use Generation 2 falls back to this value if set.


.TP 2m
\fBregion\fR

Default region to use when working with Cloud Functions resources. When a
\f5\-\-region\fR flag is required but not provided, the command will fall back
to this value, if set. To see valid choices, run \f5gcloud beta functions
regions list\fR.


.RE
.sp
.TP 2m
\fIgcloudignore\fR


.RS 2m
.TP 2m
\fBenabled\fR

If True, do not upload \f5.gcloudignore\fR files (see \f5$ gcloud topic
gcloudignore\fR). If False, turn off the gcloudignore mechanism entirely and
upload all files.


.RE
.sp
.TP 2m
\fIgkebackup\fR


.RS 2m
.TP 2m
\fBbackup\fR

Default backup ID to use when working with Backup for GKE Services resources.
When a \f5\-\-backup\fR flag is required but not provided, the command will fall
back to this value.


.TP 2m
\fBbackup_plan\fR

Default backup plan ID to use when working with Backup for GKE Services
resources. When a \f5\-\-backup\-plan\fR flag is required but not provided, the
command will fall back to this value.


.TP 2m
\fBlocation\fR

Default location to use when working with Backup for GKE Services resources.
When a \f5\-\-location\fR flag is required but not provided, the command will
fall back to this value.


.TP 2m
\fBrestore\fR

Default restore ID to use when working with Backup for GKE Services resources.
When a \f5\-\-restore\fR flag is required but not provided, the command will
fall back to this value.


.TP 2m
\fBrestore_plan\fR

Default restore plan ID to use when working with Backup for GKE Services
resources. When a \f5\-\-restore\-plan\fR flag is required but not provided, the
command will fall back to this value.


.RE
.sp
.TP 2m
\fIhealthcare\fR


.RS 2m
.TP 2m
\fBdataset\fR

Default dataset to use when working with Cloud Healthcare resources. When a
\f5\-\-dataset\fR flag is required but not provided, the command will fall back
to this value, if set.


.TP 2m
\fBlocation\fR

Default location to use when working with Cloud Healthcare resources. When a
\f5\-\-location\fR flag is required but not provided, the command will fall back
to this value.


.RE
.sp
.TP 2m
\fIinteractive\fR


.RS 2m
.TP 2m
\fBbottom_bindings_line\fR

If True, display the bottom key bindings line.


.TP 2m
\fBbottom_status_line\fR

If True, display the bottom status line.


.TP 2m
\fBcompletion_menu_lines\fR

Number of lines in the completion menu.


.TP 2m
\fBcontext\fR

Command context string.


.TP 2m
\fBfixed_prompt_position\fR

If True, display the prompt at the same position.


.TP 2m
\fBhelp_lines\fR

Maximum number of help snippet lines.


.TP 2m
\fBhidden\fR

If True, expose hidden commands/flags.


.TP 2m
\fBjustify_bottom_lines\fR

If True, left\- and right\-justify bottom toolbar lines.


.TP 2m
\fBmanpage_generator\fR

If True, use the manpage CLI tree generator for unsupported commands.


.TP 2m
\fBmulti_column_completion_menu\fR

If True, display the completions as a multi\-column menu.


.TP 2m
\fBprompt\fR

Command prompt string.


.TP 2m
\fBshow_help\fR

If True, show help as command args are being entered.


.TP 2m
\fBsuggest\fR

If True, add command line suggestions based on history.


.RE
.sp
.TP 2m
\fIlifesciences\fR


.RS 2m
.TP 2m
\fBlocation\fR

Default location to use when working with Cloud Life Sciences resources. When a
\f5\-\-location\fR flag is required but not provided, the command will fall back
to this value.


.RE
.sp
.TP 2m
\fIlooker\fR


.RS 2m
.TP 2m
\fBregion\fR

Default region to use when working with Cloud Looker resources. When a
\f5region\fR is required but not provided by a flag, the command will fall back
to this value, if set.


.RE
.sp
.TP 2m
\fIlustre\fR


.RS 2m
.TP 2m
\fBlocation\fR

Default location to use when working with Cloud Lustre resources. When a
\f5location\fR value is required but not provided, the command will fall back to
this value, if set.


.RE
.sp
.TP 2m
\fImedia_asset\fR


.RS 2m
.TP 2m
\fBlocation\fR

Default location to use when working with Cloud Media Asset resources. When a
\f5\-\-location\fR flag is required but not provided, the command will fall back
to this value.


.RE
.sp
.TP 2m
\fImemcache\fR


.RS 2m
.TP 2m
\fBregion\fR

Default region to use when working with Cloud Memorystore for Memcached
resources. When a \f5region\fR is required but not provided by a flag, the
command will fall back to this value, if set.


.RE
.sp
.TP 2m
\fImetastore\fR


.RS 2m
.TP 2m
\fBlocation\fR

Default location to use when working with Dataproc Metastore. When a
\f5location\fR is required but not provided by a flag, the command will fall
back to this value, if set.


.TP 2m
\fBtier\fR

Default tier to use when creating Dataproc Metastore services. When a \f5tier\fR
is required but not provided by a flag, the command will fall back to this
value, if set.

Valid values are:
.RS 2m
.IP "\(bu" 2m
\f5developer\fR \- The developer tier provides limited scalability and no fault
tolerance. Good for low\-cost proof\-of\-concept.
.IP "\(bu" 2m
\f5enterprise\fR \- The enterprise tier provides multi\-zone high availability,
and sufficient scalability for enterprise\-level Dataproc Metastore workloads.
.RE
.sp


.RE
.sp
.TP 2m
\fIml_engine\fR


.RS 2m
.TP 2m
\fBlocal_python\fR

Full path to the Python interpreter to use for Cloud ML Engine local
predict/train jobs. If not specified, the default path is the one to the Python
interpreter found on system \f5PATH\fR.


.TP 2m
\fBpolling_interval\fR

Interval (in seconds) at which to poll logs from your Cloud ML Engine jobs. Note
that making it much faster than the default (60) will quickly use all of your
quota.


.RE
.sp
.TP 2m
\fImps\fR


.RS 2m
.TP 2m
\fBproduct\fR

Id for Marketplace Solutions Product.


.RE
.sp
.TP 2m
\fInetapp\fR


.RS 2m
.TP 2m
\fBlocation\fR

Default location to use when working with Cloud NetApp Files resources. When a
\f5location\fR value is required but not provided, the command will fall back to
this value, if set.


.RE
.sp
.TP 2m
\fInotebooks\fR


.RS 2m
.TP 2m
\fBlocation\fR

Default location to use when working with Notebook resources. When a
\f5location\fR value is required but not provided, the command will fall back to
this value, if set.


.RE
.sp
.TP 2m
\fIprivateca\fR


.RS 2m
.TP 2m
\fBlocation\fR

Default location to use when working with Private CA resources. When a
\f5\-\-location\fR flag is required but not provided, the command will fall back
to this value, if set.


.RE
.sp
.TP 2m
\fIproxy\fR


.RS 2m
.TP 2m
\fBaddress\fR

Hostname or IP address of proxy server.


.TP 2m
\fBpassword\fR

Password to use when connecting, if the proxy requires authentication.


.TP 2m
\fBport\fR

Port to use when connected to the proxy server.


.TP 2m
\fBrdns\fR

If True, DNS queries will not be performed locally, and instead, handed to the
proxy to resolve. This is default behavior.


.TP 2m
\fBtype\fR

Type of proxy being used. Supported proxy types are: [http, http_no_tunnel,
socks4, socks5].


.TP 2m
\fBusername\fR

Username to use when connecting, if the proxy requires authentication.


.RE
.sp
.TP 2m
\fIredis\fR


.RS 2m
.TP 2m
\fBregion\fR

Default region to use when working with Cloud Memorystore for Redis resources.
When a \f5region\fR is required but not provided by a flag, the command will
fall back to this value, if set.


.RE
.sp
.TP 2m
\fIrun\fR


.RS 2m
.TP 2m
\fBcluster\fR

ID of the cluster or fully qualified identifier for the cluster


.TP 2m
\fBcluster_location\fR

Zone or region in which the cluster is located.


.TP 2m
\fBplatform\fR

Target platform for running commands.


.TP 2m
\fBregion\fR

Default region to use when working with Cloud Run resources. When a
\f5\-\-region\fR flag is required but not provided, the command will fall back
to this value, if set.


.RE
.sp
.TP 2m
\fIrunapps\fR


.RS 2m
.TP 2m
\fBdeployment_service_account\fR

Service account to use when deploying integrations.


.RE
.sp
.TP 2m
\fIscc\fR


.RS 2m
.TP 2m
\fBorganization\fR

Default organization \f5gcloud\fR should use for scc surface.


.TP 2m
\fBparent\fR

Default parent \f5gcloud\fR should use for scc surface.


.RE
.sp
.TP 2m
\fIsecrets\fR


.RS 2m
.TP 2m
\fBlocations\fR

A comma separated list of the locations to replicate secrets to. Only applies to
secrets with a user\-managed policy.


.TP 2m
\fBreplication\-policy\fR

The type of replication policy to apply to secrets. Allowed values are
"automatic" and "user\-managed". If user\-managed then locations must also be
provided.


.RE
.sp
.TP 2m
\fIspanner\fR


.RS 2m
.TP 2m
\fBinstance\fR

Default instance to use when working with Cloud Spanner resources. When an
instance is required but not provided by a flag, the command will fall back to
this value, if set.


.RE
.sp
.TP 2m
\fIssh\fR


.RS 2m
.TP 2m
\fBputty_force_connect\fR

Whether or not \f5gcloud\fR should automatically accept new or changed host keys
when executing plink/pscp commands on Windows. Defaults to True, but can be set
to False to present these interactive prompts to the user for host key checking.


.TP 2m
\fBverify_internal_ip\fR

Whether or not \f5gcloud\fR should perform an initial SSH connection to verify
an instance ID is correct when connecting via its internal IP. Without this
check, \f5gcloud\fR will simply connect to the internal IP of the desired
instance, which may be wrong if the desired instance is in a different subnet
but happens to share the same internal IP as an instance in the current subnet.
Defaults to True.


.RE
.sp
.TP 2m
\fIstorage\fR


.RS 2m
.TP 2m
\fBadditional_headers\fR

Includes arbitrary headers in storage API calls. Accepts a comma separated list
of key=value pairs, e.g. \f5header1=value1,header2=value2\fR.


.TP 2m
\fBbase_retry_delay\fR

Second delay between retrying operations. May be multiplied by
exponential_sleep_multiplier.


.TP 2m
\fBcheck_hashes\fR

\'check_hashes' specifies how strictly to require integrity checking for
downloaded data. Legal values are:

.RS 2m
.IP "\(bu" 2m
\'if_fast_else_fail' \- (default) Only integrity check if the digest will run
efficiently (using compiled code), else fail the download.
.RE
.sp

.RS 2m
.IP "\(bu" 2m
\'if_fast_else_skip' \- Only integrity check if the server supplies a hash and
the local digest computation will run quickly, else skip the check.
.RE
.sp

.RS 2m
.IP "\(bu" 2m
\'always' \- Always check download integrity regardless of possible performance
costs.
.RE
.sp

.RS 2m
.IP "\(bu" 2m
\'never' \- Don't perform download integrity checks. This setting is not
recommended except for special cases such as measuring download performance
excluding time for integrity checking.
.RE
.sp

This option exists to assist users who wish to download a composite object and
are unable to install crcmod with the C\-extension. CRC32c is the only available
integrity check for composite objects, and without the C\-extension, download
performance can be significantly degraded by the digest computation. This option
is ignored for daisy\-chain copies, which don't compute hashes but instead
(inexpensively) compare the cloud source and destination hashes.


.TP 2m
\fBcheck_mv_early_deletion_fee\fR

Block mv commands that may incur an early deletion fee (the source object in a
mv is deleted).


.TP 2m
\fBconvert_incompatible_windows_path_characters\fR

Allows automatic conversion of invalid path characters on Windows. If not
enabled, Windows will raise an OSError if an invalid character is encountered.


.TP 2m
\fBcopy_chunk_size\fR

Chunk size used for copying to in clouds or on disk.


.TP 2m
\fBdownload_chunk_size\fR

Chunk size used for downloading to clouds.


.TP 2m
\fBexponential_sleep_multiplier\fR

Used in exponential backoff for retrying operations.


.TP 2m
\fBkey_store_path\fR

Path to a yaml file containing an encryption key, and multiple decryption keys
for use in storage commands. The file must be formatted as follows:

.RS 2m
encryption_key: {A customer\-supplied or customer\-managed key.}
decryption_keys:
\- {A customer\-supplied key}
...
.RE

Customer\-supplied encryption keys must be RFC 4648 section 4 base64\-encoded
AES256 strings. Customer\-managed encryption keys must be of the form
\f5projects/{project}/locations/{location}/keyRings/{key\-ring}/cryptoKeys/{crypto\-key}\fR.



.TP 2m
\fBmax_retries\fR

Max number of retries for operations like copy.


.TP 2m
\fBmax_retry_delay\fR

Max second delay between retriable operations.


.TP 2m
\fBmultipart_chunksize\fR

Specifies partition size in bytes of each part of a multipart upload made by the
Boto3 client. To calculate the maximum size of a Boto3 client multipart upload,
multiply the multipart_chunk value by the maximum number of parts the API
allows. For AWS S3 this limit is 10000. Values can be provided either in bytes
or as human\-readable values (e.g., "150M" to represent 150 mebibytes).


.TP 2m
\fBmultipart_threshold\fR

Files larger than this threshold will be partitioned into parts, uploaded
separately by the Boto3 client, and then combined into a single object.
Otherwise, files smaller than this threshold will be uploaded by the Boto3
client in a single stream.


.TP 2m
\fBparallel_composite_upload_compatibility_check\fR

Determines if the GET bucket call should be performed to check if the default
storage class and retention period for the destination bucket meet the criteria
for parallel composite upload.


.TP 2m
\fBparallel_composite_upload_component_prefix\fR

The prefix used when naming temporary components created by composite uploads.
If the prefix begins with a \f5/\fR, the temporary components are uploaded
relative to the bucket name. If the prefix does not begin with a \f5/\fR, the
temporary components are uploaded relative to the prefix portion of the
destination object name. For example, consider an upload that will create a
final object named \f5gs://bucket/dir1/dir2/object\fR. Using a prefix of
\f5/prefix\fR means temporary components use names like
\f5gs://bucket/prefix/COMPONENT_NAME\fR. Using a prefix of \f5prefix\fR means
temporary components use names like
\f5gs://bucket/dir1/dir2/prefix/COMPONENT_NAME\fR. Note that this can complicate
cleaning up temporary components, as they will not all share a common prefix. If
this property is not specified, gcloud storage uses the prefix
\f5/gcloud/tmp/parallel_composite_uploads/see_gcloud_storage_cp_help_for_details/\fR.
If a chosen prefix results in temporary component names longer than the maximum
length Cloud Storage allows, gcloud storage performs a non\-composite upload.


.TP 2m
\fBparallel_composite_upload_component_size\fR

Specifies the ideal size of a component in bytes, which will act as an upper
bound to the size of the components if ceil(file_size /
parallel_composite_upload_component_size) is less than the maximum number of
objects the API allows composing at once. Values can be provided either in bytes
or as human\-readable values (e.g., "150M" to represent 150 mebibytes).


.TP 2m
\fBparallel_composite_upload_enabled\fR

Determines whether parallel composite upload should be used. Default value is
None which will use parallel composite upload and log an appropriate warning for
the user explaining that parallel composite upload is being used by default.


.TP 2m
\fBparallel_composite_upload_threshold\fR

Specifies the maximum size of a file to upload in a single stream. Files larger
than this threshold will be partitioned into component parts, uploaded in
parallel, then composed into a single object. The number of components will be
the smaller of ceil(file_size / parallel_composite_upload_component_size) and
the maximum number of objects the API allows composing at once. For Cloud
Storage this limit is 32. This property has no effect if
parallel_composite_upload_enabled is set to False.


.TP 2m
\fBprocess_count\fR

The maximum number of processes parallel execution should use. When
process_count and thread_count are both 1, commands use sequential execution.


.TP 2m
\fBresumable_threshold\fR

File operations above this size in bytes will use resumable instead of one\-shot
strategies. For example, a resumable download.


.TP 2m
\fBrsync_files_directory\fR

Directory path to intermediary files created by rsync.


.TP 2m
\fBrsync_list_chunk_size\fR

Number of files processed at a time by the rsync command when it builds and
compares the list of files at the source and destination.


.TP 2m
\fBs3_endpoint_url\fR

If set, boto3 client will connect to this endpoint. Otherwise, boto3 selects a
default endpoint based on the AWS service used.


.TP 2m
\fBsliced_object_download_component_size\fR

Target size and upper bound for files to be sliced into. Analogous to
parallel_composite_upload_component_size.


.TP 2m
\fBsliced_object_download_max_components\fR

Specifies the maximum number of slices to be used when performing a sliced
object download. Set None for automatic optimization based on system resources.


.TP 2m
\fBsliced_object_download_threshold\fR

Slice files larger than this value. Zero will block sliced downloads. Analogous
to parallel_composite_upload_threshold.


.TP 2m
\fBsuggest_transfer\fR

If True, logs messages about when Storage Transfer Service might be a better
tool than gcloud storage.


.TP 2m
\fBthread_count\fR

The number of threads parallel execution should use per process. When
process_count and thread_count are both 1, commands use sequential execution.


.TP 2m
\fBtracker_files_directory\fR

Directory path to tracker files for resumable operations.


.TP 2m
\fBupload_chunk_size\fR

Chunk size used for uploading to clouds.


.TP 2m
\fBuse_gcloud_crc32c\fR

If True, data integrity checks use a binary subprocess to calculate CRC32C
hashes with the included gcloud\-crc32c tool rather than the google\-crc32c
Python library. This behavior is also triggered when the google\-crc32c Python
library is unavailable even if this property is False.


.TP 2m
\fBuse_gsutil\fR

If True, use the deprecated upload implementation which uses gsutil.


.TP 2m
\fBuse_gsutil_rsync_delete_unmatched_destination_objects_behavior\fR

If True, rsync will preserve unmatched destination objects while using
\-\-delete\-unmatched\-destination\-objects flag along with other flags such as
\-\-no\-clobber, \-\-skip\-unsupported and \-\-skip\-if\-dest\-has\-newer\-mtime
just as it would with gsutil.


.TP 2m
\fBuse_magicfile\fR

If True, uses the \f5file \-\-mime <filename>\fR command to guess content types
instead of the default filename extension\-based mechanism. Available on UNIX
and macOS (and possibly on Windows, if you're running Cygwin or some other
package that provides implementations of UNIX\-like commands). When available
and enabled use_magicfile should be more robust because it analyzes file
contents in addition to extensions.


.TP 2m
\fBuse_threading_local\fR

If True, reuses some resource if they are already declared on a thread. If
False, creates duplicates of resources like API clients on the same thread.
Turning off can help with some bugs but will hurt performance.


.RE
.sp
.TP 2m
\fIsurvey\fR


.RS 2m
.TP 2m
\fBdisable_prompts\fR

If True, gcloud will not prompt you to take periodic usage experience surveys.


.RE
.sp
.TP 2m
\fIvmware\fR


.RS 2m
.TP 2m
\fBregion\fR

Default region to use when working with VMware Engine resources. When a
\f5\-\-region\fR flag is required but not provided, the command will fall back
to this value, if set.


.RE
.sp
.TP 2m
\fIworkstations\fR


.RS 2m
.TP 2m
\fBcluster\fR

Default cluster to use when working with Workstations resources. When a
\f5\-\-cluster\fR flag is required but not provided, the command will fall back
to this value, if set.


.TP 2m
\fBconfig\fR

Default configuration to use when working with Workstations resources. When a
\f5\-\-config\fR flag is required but not provided, the command will fall back
to this value, if set.


.TP 2m
\fBregion\fR

Default region to use when working with Workstations resources. When a
\f5\-\-region\fR flag is required but not provided, the command will fall back
to this value, if set.


.RE
.RE
.sp

.SH "NOTES"

This command is currently in DEVELOPER PREVIEW and may change without notice. If
this command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation\-only early
access allowlist. These variants are also available:

.RS 2m
$ gcloud config list
.RE

.RS 2m
$ gcloud alpha config list
.RE

.RS 2m
$ gcloud beta config list
.RE