mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Apr 8 12:08:12 UTC 2026
This commit is contained in:
parent
89a3bc9276
commit
5b03e16435
766 changed files with 29847 additions and 8950 deletions
84
gcloud/beta/observability/trace-scopes/create
Normal file
84
gcloud/beta/observability/trace-scopes/create
Normal file
|
|
@ -0,0 +1,84 @@
|
|||
NAME
|
||||
gcloud beta observability trace-scopes create - create traceScopes
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta observability trace-scopes create
|
||||
(TRACE_SCOPE : --location=LOCATION)
|
||||
--resource-names=[RESOURCE_NAMES,...] [--description=DESCRIPTION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Create a traceScope
|
||||
|
||||
EXAMPLES
|
||||
To create the traceScope, run:
|
||||
|
||||
$ gcloud beta observability trace-scopes create
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
TraceScope resource - Identifier. The resource name of the trace scope.
|
||||
|
||||
For example:
|
||||
|
||||
projects/my-project/locations/global/traceScopes/my-trace-scope The arguments in this group can be used to specify the attributes of this resource. (NOTE) Some attributes are not given arguments in this group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument trace_scope on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
TRACE_SCOPE
|
||||
ID of the traceScope or fully qualified identifier for the
|
||||
traceScope.
|
||||
|
||||
To set the trace_scope attribute:
|
||||
▸ provide the argument trace_scope on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The location id of the traceScope resource.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument trace_scope on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--resource-names=[RESOURCE_NAMES,...]
|
||||
Names of the projects that are included in this trace scope.
|
||||
|
||||
◆ projects/[PROJECT_ID]
|
||||
|
||||
A trace scope can include a maximum of 20 projects.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--description=DESCRIPTION
|
||||
Describes this trace scope.
|
||||
|
||||
The maximum length of the description is 8000 characters.
|
||||
|
||||
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 $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the observability/v1 API. The full documentation for this
|
||||
API can be found at: https://cloud.google.com/stackdriver/docs/
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud observability trace-scopes create
|
||||
|
||||
$ gcloud alpha observability trace-scopes create
|
||||
|
||||
70
gcloud/beta/observability/trace-scopes/delete
Normal file
70
gcloud/beta/observability/trace-scopes/delete
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
NAME
|
||||
gcloud beta observability trace-scopes delete - delete traceScopes
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta observability trace-scopes delete
|
||||
(TRACE_SCOPE : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Delete a traceScope
|
||||
|
||||
EXAMPLES
|
||||
To delete the traceScope, run:
|
||||
|
||||
$ gcloud beta observability trace-scopes delete
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
TraceScope resource - The full resource name of the trace scope to delete:
|
||||
|
||||
projects/[PROJECT_ID]/locations/[LOCATION_ID]/traceScopes/[TRACE_SCOPE_ID]
|
||||
|
||||
For example:
|
||||
|
||||
projects/my-project/locations/global/traceScopes/my-trace-scope The arguments in this group can be used to specify the attributes of this resource. (NOTE) Some attributes are not given arguments in this group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument trace_scope on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
TRACE_SCOPE
|
||||
ID of the traceScope or fully qualified identifier for the
|
||||
traceScope.
|
||||
|
||||
To set the trace_scope attribute:
|
||||
▸ provide the argument trace_scope on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The location id of the traceScope resource.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument trace_scope on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
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 $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the observability/v1 API. The full documentation for this
|
||||
API can be found at: https://cloud.google.com/stackdriver/docs/
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud observability trace-scopes delete
|
||||
|
||||
$ gcloud alpha observability trace-scopes delete
|
||||
|
||||
70
gcloud/beta/observability/trace-scopes/describe
Normal file
70
gcloud/beta/observability/trace-scopes/describe
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
NAME
|
||||
gcloud beta observability trace-scopes describe - describe traceScopes
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta observability trace-scopes describe
|
||||
(TRACE_SCOPE : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Describe a traceScope
|
||||
|
||||
EXAMPLES
|
||||
To describe the traceScope, run:
|
||||
|
||||
$ gcloud beta observability trace-scopes describe
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
TraceScope resource - The resource name of the trace scope:
|
||||
|
||||
projects/[PROJECT_ID]/locations/[LOCATION_ID]/traceScopes/[TRACE_SCOPE_ID]
|
||||
|
||||
For example:
|
||||
|
||||
projects/my-project/locations/global/traceScopes/my-trace-scope The arguments in this group can be used to specify the attributes of this resource. (NOTE) Some attributes are not given arguments in this group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument trace_scope on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
TRACE_SCOPE
|
||||
ID of the traceScope or fully qualified identifier for the
|
||||
traceScope.
|
||||
|
||||
To set the trace_scope attribute:
|
||||
▸ provide the argument trace_scope on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The location id of the traceScope resource.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument trace_scope on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
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 $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the observability/v1 API. The full documentation for this
|
||||
API can be found at: https://cloud.google.com/stackdriver/docs/
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud observability trace-scopes describe
|
||||
|
||||
$ gcloud alpha observability trace-scopes describe
|
||||
|
||||
40
gcloud/beta/observability/trace-scopes/help
Normal file
40
gcloud/beta/observability/trace-scopes/help
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
NAME
|
||||
gcloud beta observability trace-scopes - manage Trace Scope resources
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta observability trace-scopes COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Manage Trace Scope resources.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
(BETA) Create traceScopes.
|
||||
|
||||
delete
|
||||
(BETA) Delete traceScopes.
|
||||
|
||||
describe
|
||||
(BETA) Describe traceScopes.
|
||||
|
||||
list
|
||||
(BETA) List traceScopes.
|
||||
|
||||
update
|
||||
(BETA) Update traceScopes.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud observability trace-scopes
|
||||
|
||||
$ gcloud alpha observability trace-scopes
|
||||
|
||||
92
gcloud/beta/observability/trace-scopes/list
Normal file
92
gcloud/beta/observability/trace-scopes/list
Normal file
|
|
@ -0,0 +1,92 @@
|
|||
NAME
|
||||
gcloud beta observability trace-scopes list - list traceScopes
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta observability trace-scopes list --location=LOCATION
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) List traceScopes
|
||||
|
||||
EXAMPLES
|
||||
To list all traceScopes, run:
|
||||
|
||||
$ gcloud beta observability trace-scopes list
|
||||
|
||||
REQUIRED FLAGS
|
||||
Location resource - The full resource name of the location to look for
|
||||
trace scopes:
|
||||
|
||||
projects/[PROJECT_ID]/locations/[LOCATION_ID]
|
||||
|
||||
For example:
|
||||
|
||||
projects/my-project/locations/global 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 project attribute:
|
||||
◆ provide the argument --location on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
--location=LOCATION
|
||||
ID of the location or fully qualified identifier for the location.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
If the expression evaluates True, 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:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--limit=LIMIT
|
||||
Maximum number of resources to list. The default is unlimited. This
|
||||
flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--page-size=PAGE_SIZE
|
||||
Some services group resource list output into pages. This flag
|
||||
specifies the maximum number of resources per page. The default is
|
||||
determined by the service if it supports paging, otherwise it is
|
||||
unlimited (no paging). Paging may be applied before or after --filter
|
||||
and --limit depending on the service.
|
||||
|
||||
--sort-by=[FIELD,...]
|
||||
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: --flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--uri
|
||||
Print a list of resource URIs instead of the default output, and change
|
||||
the command output to a list of URIs. If this flag is used with
|
||||
--format, the formatting is applied on this URI list. To display URIs
|
||||
alongside other keys instead, use the uri() transform.
|
||||
|
||||
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 $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the observability/v1 API. The full documentation for this
|
||||
API can be found at: https://cloud.google.com/stackdriver/docs/
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud observability trace-scopes list
|
||||
|
||||
$ gcloud alpha observability trace-scopes list
|
||||
|
||||
82
gcloud/beta/observability/trace-scopes/update
Normal file
82
gcloud/beta/observability/trace-scopes/update
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
NAME
|
||||
gcloud beta observability trace-scopes update - update traceScopes
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta observability trace-scopes update
|
||||
(TRACE_SCOPE : --location=LOCATION) [--description=DESCRIPTION]
|
||||
[--resource-names=[RESOURCE_NAMES,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Update a traceScope
|
||||
|
||||
EXAMPLES
|
||||
To update the traceScope, run:
|
||||
|
||||
$ gcloud beta observability trace-scopes update
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
TraceScope resource - Identifier. The resource name of the trace scope.
|
||||
|
||||
For example:
|
||||
|
||||
projects/my-project/locations/global/traceScopes/my-trace-scope The arguments in this group can be used to specify the attributes of this resource. (NOTE) Some attributes are not given arguments in this group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◆ provide the argument trace_scope on the command line with a fully
|
||||
specified name;
|
||||
◆ provide the argument --project on the command line;
|
||||
◆ set the property core/project.
|
||||
|
||||
This must be specified.
|
||||
|
||||
TRACE_SCOPE
|
||||
ID of the traceScope or fully qualified identifier for the
|
||||
traceScope.
|
||||
|
||||
To set the trace_scope attribute:
|
||||
▸ provide the argument trace_scope on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
The location id of the traceScope resource.
|
||||
|
||||
To set the location attribute:
|
||||
▸ provide the argument trace_scope on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line.
|
||||
|
||||
FLAGS
|
||||
--description=DESCRIPTION
|
||||
Describes this trace scope.
|
||||
|
||||
The maximum length of the description is 8000 characters.
|
||||
|
||||
--resource-names=[RESOURCE_NAMES,...]
|
||||
Names of the projects that are included in this trace scope.
|
||||
|
||||
◆ projects/[PROJECT_ID]
|
||||
|
||||
A trace scope can include a maximum of 20 projects.
|
||||
|
||||
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 $ gcloud help for details.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the observability/v1 API. The full documentation for this
|
||||
API can be found at: https://cloud.google.com/stackdriver/docs/
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud observability trace-scopes update
|
||||
|
||||
$ gcloud alpha observability trace-scopes update
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue