mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Feb 1 11:38:52 UTC 2023
This commit is contained in:
parent
6dc17bdd4a
commit
fc11b54760
173 changed files with 5650 additions and 253 deletions
72
gcloud/immersive-stream/xr/contents/build
Normal file
72
gcloud/immersive-stream/xr/contents/build
Normal file
|
|
@ -0,0 +1,72 @@
|
|||
NAME
|
||||
gcloud immersive-stream xr contents build - build an Immersive Stream for
|
||||
XR content resource
|
||||
|
||||
SYNOPSIS
|
||||
gcloud immersive-stream xr contents build (CONTENT : --location=LOCATION)
|
||||
--version=VERSION [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Build an Immersive Stream for XR content resource and tag it with a user
|
||||
specified version tag.
|
||||
|
||||
EXAMPLES
|
||||
To build a content resource my-content tagged with version tag my-version,
|
||||
run:
|
||||
|
||||
$ gcloud immersive-stream xr contents build my-content \
|
||||
--version=my-version
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Content resource - Immersive Stream for XR content resource to be built.
|
||||
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 content on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
CONTENT
|
||||
ID of the content or fully qualified identifier for the content. To
|
||||
set the content attribute:
|
||||
▸ provide the argument content on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
Global location name. To set the location attribute:
|
||||
▸ provide the argument content on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ global is the only supported location.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--version=VERSION
|
||||
User-specified version tag of content build.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
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 stream/v1 API. The full documentation for this API
|
||||
can be found at: https://cloud.google.com
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud alpha immersive-stream xr contents build
|
||||
|
||||
72
gcloud/immersive-stream/xr/contents/create
Normal file
72
gcloud/immersive-stream/xr/contents/create
Normal file
|
|
@ -0,0 +1,72 @@
|
|||
NAME
|
||||
gcloud immersive-stream xr contents create - create an Immersive Stream for
|
||||
XR content resource
|
||||
|
||||
SYNOPSIS
|
||||
gcloud immersive-stream xr contents create (CONTENT : --location=LOCATION)
|
||||
--bucket=BUCKET [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create an Immersive Stream for XR content resource.
|
||||
|
||||
EXAMPLES
|
||||
To create a content resource called my-content using Cloud Storage bucket
|
||||
my-bucket, run:
|
||||
|
||||
$ gcloud immersive-stream xr contents create my-content \
|
||||
--bucket=my-bucket
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Content resource - Immersive Stream for XR content resource to be created.
|
||||
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 content on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
CONTENT
|
||||
ID of the content or fully qualified identifier for the content. To
|
||||
set the content attribute:
|
||||
▸ provide the argument content on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
Global location name. To set the location attribute:
|
||||
▸ provide the argument content on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ global is the only supported location.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--bucket=BUCKET
|
||||
The name of the Cloud Storage bucket in the consumer project that
|
||||
stores the content source.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
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 stream/v1 API. The full documentation for this API
|
||||
can be found at: https://cloud.google.com
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud alpha immersive-stream xr contents create
|
||||
|
||||
65
gcloud/immersive-stream/xr/contents/delete
Normal file
65
gcloud/immersive-stream/xr/contents/delete
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
NAME
|
||||
gcloud immersive-stream xr contents delete - delete an Immersive Stream for
|
||||
XR content resource
|
||||
|
||||
SYNOPSIS
|
||||
gcloud immersive-stream xr contents delete (CONTENT : --location=LOCATION)
|
||||
[--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Delete an Immersive Stream for XR content resource.
|
||||
|
||||
EXAMPLES
|
||||
To delete a content called my-content, run:
|
||||
|
||||
$ gcloud immersive-stream xr contents delete my-content
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Content resource - Immersive Stream for XR content resource to delete. 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 content on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
CONTENT
|
||||
ID of the content or fully qualified identifier for the content. To
|
||||
set the content attribute:
|
||||
▸ provide the argument content on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
Global location name. To set the location attribute:
|
||||
▸ provide the argument content on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ global is the only supported location.
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
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 stream/v1 API. The full documentation for this API
|
||||
can be found at: https://cloud.google.com
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud alpha immersive-stream xr contents delete
|
||||
|
||||
60
gcloud/immersive-stream/xr/contents/describe
Normal file
60
gcloud/immersive-stream/xr/contents/describe
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
NAME
|
||||
gcloud immersive-stream xr contents describe - describe a specific
|
||||
Immersive Stream for XR content resource
|
||||
|
||||
SYNOPSIS
|
||||
gcloud immersive-stream xr contents describe
|
||||
(CONTENT : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Describe a specific Immersive Stream for XR content resource.
|
||||
|
||||
EXAMPLES
|
||||
To describe the content, run:
|
||||
|
||||
$ gcloud immersive-stream xr contents describe my-content
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Content resource - The name of the content resource you want to describe.
|
||||
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 content on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
CONTENT
|
||||
ID of the content or fully qualified identifier for the content. To
|
||||
set the content attribute:
|
||||
▸ provide the argument content on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
Global location name. To set the location attribute:
|
||||
▸ provide the argument content on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ global is the only supported location.
|
||||
|
||||
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 stream/v1 API. The full documentation for this API
|
||||
can be found at: https://cloud.google.com
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud alpha immersive-stream xr contents describe
|
||||
|
||||
41
gcloud/immersive-stream/xr/contents/help
Normal file
41
gcloud/immersive-stream/xr/contents/help
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
NAME
|
||||
gcloud immersive-stream xr contents - manage Immersive Stream for XR
|
||||
contents
|
||||
|
||||
SYNOPSIS
|
||||
gcloud immersive-stream xr contents COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Manage Immersive Stream for XR contents.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
build
|
||||
Build an Immersive Stream for XR content resource.
|
||||
|
||||
create
|
||||
Create an Immersive Stream for XR content resource.
|
||||
|
||||
delete
|
||||
Delete an Immersive Stream for XR content resource.
|
||||
|
||||
describe
|
||||
Describe a specific Immersive Stream for XR content resource.
|
||||
|
||||
list
|
||||
List Immersive Stream for XR content resources.
|
||||
|
||||
update
|
||||
Update an Immersive Stream for XR content resource.
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud alpha immersive-stream xr contents
|
||||
|
||||
83
gcloud/immersive-stream/xr/contents/list
Normal file
83
gcloud/immersive-stream/xr/contents/list
Normal file
|
|
@ -0,0 +1,83 @@
|
|||
NAME
|
||||
gcloud immersive-stream xr contents list - list Immersive Stream for XR
|
||||
content resources
|
||||
|
||||
SYNOPSIS
|
||||
gcloud immersive-stream xr contents list [--location=LOCATION]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
List Immersive Stream for XR content resources.
|
||||
|
||||
EXAMPLES
|
||||
To list Immersive Stream for XR content resources, run:
|
||||
|
||||
$ gcloud immersive-stream xr contents list
|
||||
|
||||
FLAGS
|
||||
Location resource - Location to list all Immersive Stream for XR content
|
||||
resources, defaults to 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;
|
||||
◆ global is the only supported location with a fully specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
--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;
|
||||
▸ global is the only supported location.
|
||||
|
||||
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 stream/v1 API. The full documentation for this API
|
||||
can be found at: https://cloud.google.com
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud alpha immersive-stream xr contents list
|
||||
|
||||
72
gcloud/immersive-stream/xr/contents/update
Normal file
72
gcloud/immersive-stream/xr/contents/update
Normal file
|
|
@ -0,0 +1,72 @@
|
|||
NAME
|
||||
gcloud immersive-stream xr contents update - update an Immersive Stream for
|
||||
XR content resource
|
||||
|
||||
SYNOPSIS
|
||||
gcloud immersive-stream xr contents update (CONTENT : --location=LOCATION)
|
||||
--bucket=BUCKET [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Update an Immersive Stream for XR content resource.
|
||||
|
||||
EXAMPLES
|
||||
To update the Cloud Storage bucket used by the content resource my-content,
|
||||
to my-new-bucket run:
|
||||
|
||||
$ gcloud immersive-stream xr contents update my-content \
|
||||
--bucket=my-new-bucket
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Content resource - Immersive Stream for XR content resource to be updated.
|
||||
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 content on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
CONTENT
|
||||
ID of the content or fully qualified identifier for the content. To
|
||||
set the content attribute:
|
||||
▸ provide the argument content on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
Global location name. To set the location attribute:
|
||||
▸ provide the argument content on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ global is the only supported location.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--bucket=BUCKET
|
||||
The name of the Cloud Storage bucket in the consumer project that
|
||||
stores the content source.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
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 stream/v1 API. The full documentation for this API
|
||||
can be found at: https://cloud.google.com
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud alpha immersive-stream xr contents update
|
||||
|
||||
31
gcloud/immersive-stream/xr/help
Normal file
31
gcloud/immersive-stream/xr/help
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
NAME
|
||||
gcloud immersive-stream xr - manage Immersive Stream resources
|
||||
|
||||
SYNOPSIS
|
||||
gcloud immersive-stream xr GROUP [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Manage Immersive Stream resources.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
GROUPS
|
||||
GROUP is one of the following:
|
||||
|
||||
contents
|
||||
Manage Immersive Stream for XR contents.
|
||||
|
||||
instances
|
||||
Manage Immersive Stream for XR instances.
|
||||
|
||||
operations
|
||||
Manage Immersive Stream for XR operations.
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud alpha immersive-stream xr
|
||||
|
||||
102
gcloud/immersive-stream/xr/instances/create
Normal file
102
gcloud/immersive-stream/xr/instances/create
Normal file
|
|
@ -0,0 +1,102 @@
|
|||
NAME
|
||||
gcloud immersive-stream xr instances create - create an Immersive Stream
|
||||
for XR service instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud immersive-stream xr instances create INSTANCE
|
||||
--add-region=[capacity=CAPACITY],[region=REGION] --version=VERSION
|
||||
(--content=CONTENT : --location=LOCATION) [--async]
|
||||
[--fallback-url=FALLBACK_URL] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create an Immersive Stream for XR service instance.
|
||||
|
||||
EXAMPLES
|
||||
To create a service instance called my-instance serving content my-content
|
||||
with version my-version that has availablilty for 2 concurent sessions in
|
||||
us-west1 region and 3 concurrent sessions in us-east4 region, run:
|
||||
|
||||
$ gcloud immersive-stream xr instances create my-instance \
|
||||
--content=my-content --version=my-version \
|
||||
--add-region=region=us-west1,capacity=2 \
|
||||
--add-region=region=us-east4,capacity=3
|
||||
|
||||
Optionally, a fallback url may be specified. Users will be redirected to
|
||||
this fallback url when the service instance is unable to provide the
|
||||
streaming experience. To create a service instance called my-instance
|
||||
serving content my-content with version my-version that has availablilty
|
||||
for 2 concurent sessions in us-west1 and uses fallback url
|
||||
https://www.google.com run:
|
||||
|
||||
$ gcloud immersive-stream xr instances create my-instance \
|
||||
--content=my-content --version=my-version \
|
||||
--add-region=region=us-west1,capacity=2 \
|
||||
--fallback-url="https://www.google.com"
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
INSTANCE
|
||||
Name of the instance to be created
|
||||
|
||||
REQUIRED FLAGS
|
||||
--add-region=[capacity=CAPACITY],[region=REGION]
|
||||
Flag used to specify region and capacity required for the service
|
||||
instance's availability.
|
||||
|
||||
'region' is the region in which the instance is deployed.
|
||||
|
||||
'capacity' is the maxium number of concurrent streaming sessions that the instance can support in the given region.
|
||||
|
||||
This is a repeatable flag.
|
||||
|
||||
--version=VERSION
|
||||
Build version tag of the content served by this instance
|
||||
|
||||
Content resource - Immersive Stream for XR content resource served by the
|
||||
instance. 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 --content 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.
|
||||
|
||||
--content=CONTENT
|
||||
ID of the content or fully qualified identifier for the content. To
|
||||
set the name attribute:
|
||||
▸ provide the argument --content on the command line.
|
||||
|
||||
This flag argument must be specified if any of the other arguments in
|
||||
this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
Google Cloud location for the content. To set the location attribute:
|
||||
▸ provide the argument --content on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ location is always global.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--fallback-url=FALLBACK_URL
|
||||
Fallback url to redirect users to when this service instance is unable
|
||||
to provide the streaming experience
|
||||
|
||||
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.
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud alpha immersive-stream xr instances create
|
||||
|
||||
65
gcloud/immersive-stream/xr/instances/delete
Normal file
65
gcloud/immersive-stream/xr/instances/delete
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
NAME
|
||||
gcloud immersive-stream xr instances delete - delete an Immersive Stream
|
||||
for XR service instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud immersive-stream xr instances delete
|
||||
(INSTANCE : --location=LOCATION) [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Delete an Immersive Stream for XR service instance.
|
||||
|
||||
EXAMPLES
|
||||
To delete a service instance called my-instance, run:
|
||||
|
||||
$ gcloud immersive-stream xr instances delete my-instance
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Instance resource - Immersive Stream for XR service instance to delete.
|
||||
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 instance on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
INSTANCE
|
||||
ID of the instance or fully qualified identifier for the instance. To
|
||||
set the instance attribute:
|
||||
▸ provide the argument instance on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
Global location name. To set the location attribute:
|
||||
▸ provide the argument instance on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ global is the only supported location.
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
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 stream/v1 API. The full documentation for this API
|
||||
can be found at: https://cloud.google.com
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud alpha immersive-stream xr instances delete
|
||||
|
||||
60
gcloud/immersive-stream/xr/instances/describe
Normal file
60
gcloud/immersive-stream/xr/instances/describe
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
NAME
|
||||
gcloud immersive-stream xr instances describe - describe a specific
|
||||
Immersive Stream for XR service instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud immersive-stream xr instances describe
|
||||
(INSTANCE : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Describe a specific Immersive Stream for XR service instance.
|
||||
|
||||
EXAMPLES
|
||||
To describe the service instance, run:
|
||||
|
||||
$ gcloud immersive-stream xr instances describe my-instance
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Instance resource - The name of the service instance you want to describe.
|
||||
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 instance on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
INSTANCE
|
||||
ID of the instance or fully qualified identifier for the instance. To
|
||||
set the instance attribute:
|
||||
▸ provide the argument instance on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
Global location name. To set the location attribute:
|
||||
▸ provide the argument instance on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ global is the only supported location.
|
||||
|
||||
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 stream/v1 API. The full documentation for this API
|
||||
can be found at: https://cloud.google.com
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud alpha immersive-stream xr instances describe
|
||||
|
||||
38
gcloud/immersive-stream/xr/instances/help
Normal file
38
gcloud/immersive-stream/xr/instances/help
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
NAME
|
||||
gcloud immersive-stream xr instances - manage Immersive Stream for XR
|
||||
instances
|
||||
|
||||
SYNOPSIS
|
||||
gcloud immersive-stream xr instances COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Manage Immersive Stream for XR instances.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
Create an Immersive Stream for XR service instance.
|
||||
|
||||
delete
|
||||
Delete an Immersive Stream for XR service instance.
|
||||
|
||||
describe
|
||||
Describe a specific Immersive Stream for XR service instance.
|
||||
|
||||
list
|
||||
List Immersive Stream for XR service instances.
|
||||
|
||||
update
|
||||
Update an Immersive Stream for XR service instance.
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud alpha immersive-stream xr instances
|
||||
|
||||
83
gcloud/immersive-stream/xr/instances/list
Normal file
83
gcloud/immersive-stream/xr/instances/list
Normal file
|
|
@ -0,0 +1,83 @@
|
|||
NAME
|
||||
gcloud immersive-stream xr instances list - list Immersive Stream for XR
|
||||
service instances
|
||||
|
||||
SYNOPSIS
|
||||
gcloud immersive-stream xr instances list [--location=LOCATION]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
List Immersive Stream for XR service instances.
|
||||
|
||||
EXAMPLES
|
||||
To list Immersive Stream for XR service instances, run:
|
||||
|
||||
$ gcloud immersive-stream xr instances list
|
||||
|
||||
FLAGS
|
||||
Location resource - Location to list all Immersive Stream for XR service
|
||||
instances, defaults to 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;
|
||||
◆ global is the only supported location with a fully specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
--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;
|
||||
▸ global is the only supported location.
|
||||
|
||||
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 stream/v1 API. The full documentation for this API
|
||||
can be found at: https://cloud.google.com
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud alpha immersive-stream xr instances list
|
||||
|
||||
133
gcloud/immersive-stream/xr/instances/update
Normal file
133
gcloud/immersive-stream/xr/instances/update
Normal file
|
|
@ -0,0 +1,133 @@
|
|||
NAME
|
||||
gcloud immersive-stream xr instances update - update an Immersive Stream
|
||||
for XR service instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud immersive-stream xr instances update
|
||||
(INSTANCE : --location=LOCATION)
|
||||
(--add-region=[capacity=CAPACITY],[region=REGION]
|
||||
| --fallback-url=FALLBACK_URL | --remove-region=REMOVE_REGION
|
||||
| --update-region=[capacity=CAPACITY],[region=REGION]
|
||||
| --version=VERSION) [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Update an Immersive Stream for XR service instance. This command can be
|
||||
used to update one of the following:
|
||||
▪ the capacity for an existing region of the service instance
|
||||
▪ the content build version served by the instance
|
||||
▪ the fallback url to redirect users to when the service instance is
|
||||
unable to provide the streaming experience
|
||||
|
||||
If updating the capacity, only one region may be updated for each command
|
||||
execution, and the new capacity may not be 0 or exceed the quota limit.
|
||||
|
||||
EXAMPLES
|
||||
To update the service instance my-instance to have capacity 2 for an
|
||||
existing region us-west1, run:
|
||||
|
||||
$ gcloud immersive-stream xr instances update my-instance \
|
||||
--update-region=region=us-west1,capacity=2
|
||||
|
||||
To update the service instance my-instance to have capacity 1 for a new
|
||||
region us-east4, run:
|
||||
|
||||
$ gcloud immersive-stream xr instances update my-instance \
|
||||
--add-region=region=us-east4,capacity=1
|
||||
|
||||
To update the service instance my-instance to remove the existing region
|
||||
us-east4, run:
|
||||
|
||||
$ gcloud immersive-stream xr instances update my-instance \
|
||||
--remove-region=us-east4
|
||||
|
||||
To update the service instance my-instance to serve content version
|
||||
my-version, run:
|
||||
|
||||
$ gcloud immersive-stream xr instances update my-instance \
|
||||
--version=my-version
|
||||
|
||||
To update the service instance my-instance to use fallback url
|
||||
https://www.google.com, run:
|
||||
|
||||
$ gcloud immersive-stream xr instances update my-instance \
|
||||
--fallback-url="https://www.google.com"
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Instance resource - Immersive Stream for XR service instance to update.
|
||||
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 instance 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.
|
||||
|
||||
INSTANCE
|
||||
ID of the instance or fully qualified identifier for the instance. To
|
||||
set the name attribute:
|
||||
▸ provide the argument instance on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
Google Cloud location for the instance. To set the location
|
||||
attribute:
|
||||
▸ provide the argument instance on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ location is always global.
|
||||
|
||||
REQUIRED FLAGS
|
||||
Update options
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--add-region=[capacity=CAPACITY],[region=REGION]
|
||||
Flag used to specify region and capacity required for the service
|
||||
instance's availability.
|
||||
|
||||
'region' is the region in which the instance is deployed.
|
||||
|
||||
'capacity' is the maxium number of concurrent streaming sessions that
|
||||
the instance can support in the given region.
|
||||
|
||||
--fallback-url=FALLBACK_URL
|
||||
Fallback url to redirect users to when this service instance is
|
||||
unable to provide the streaming experience
|
||||
|
||||
--remove-region=REMOVE_REGION
|
||||
Region to remove
|
||||
|
||||
--update-region=[capacity=CAPACITY],[region=REGION]
|
||||
Flag used to specify region and capacity required for the service
|
||||
instance's availability.
|
||||
|
||||
'region' is the region in which the instance is deployed.
|
||||
|
||||
'capacity' is the maxium number of concurrent streaming sessions that
|
||||
the instance can support in the given region.
|
||||
|
||||
--version=VERSION
|
||||
Build version tag of the content served by this instance
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
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.
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud alpha immersive-stream xr instances update
|
||||
|
||||
67
gcloud/immersive-stream/xr/operations/describe
Normal file
67
gcloud/immersive-stream/xr/operations/describe
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
NAME
|
||||
gcloud immersive-stream xr operations describe - get description of a
|
||||
long-running Immersive Stream for XR operation
|
||||
|
||||
SYNOPSIS
|
||||
gcloud immersive-stream xr operations describe
|
||||
(OPERATION : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Get information about a long-running Immersive Stream for XR operation.
|
||||
|
||||
EXAMPLES
|
||||
To get information about a long-running operation with name
|
||||
projects/my-project/locations/global/operations/operation-123, run the
|
||||
following command:
|
||||
|
||||
$ gcloud immersive-stream xr operations describe \
|
||||
projects/my-project/locations/global/operations/operation-123
|
||||
|
||||
or simply run
|
||||
|
||||
$ gcloud immersive-stream xr operations describe operation-123
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Operation resource - The ID of the operation to describe. 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 operation on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
OPERATION
|
||||
ID of the operation or fully qualified identifier for the operation.
|
||||
To set the operation attribute:
|
||||
▸ provide the argument operation on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
Global location name. To set the location attribute:
|
||||
▸ provide the argument operation on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ global is the only supported location.
|
||||
|
||||
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 stream/v1 API. The full documentation for this API
|
||||
can be found at: https://cloud.google.com
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud alpha immersive-stream xr operations describe
|
||||
|
||||
32
gcloud/immersive-stream/xr/operations/help
Normal file
32
gcloud/immersive-stream/xr/operations/help
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
NAME
|
||||
gcloud immersive-stream xr operations - manage Immersive Stream for XR
|
||||
operations
|
||||
|
||||
SYNOPSIS
|
||||
gcloud immersive-stream xr operations COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Manage Immersive Stream for XR operations.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
describe
|
||||
Get description of a long-running Immersive Stream for XR operation.
|
||||
|
||||
list
|
||||
List Immersive Stream for XR operations.
|
||||
|
||||
wait
|
||||
Poll long-running Immersive Stream for XR operation until it completes.
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud alpha immersive-stream xr operations
|
||||
|
||||
83
gcloud/immersive-stream/xr/operations/list
Normal file
83
gcloud/immersive-stream/xr/operations/list
Normal file
|
|
@ -0,0 +1,83 @@
|
|||
NAME
|
||||
gcloud immersive-stream xr operations list - list Immersive Stream for XR
|
||||
operations
|
||||
|
||||
SYNOPSIS
|
||||
gcloud immersive-stream xr operations list [--location=LOCATION]
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
List Immersive Stream for XR operations.
|
||||
|
||||
EXAMPLES
|
||||
To list Immersive Stream for XR operations, run:
|
||||
|
||||
$ gcloud immersive-stream xr operations list
|
||||
|
||||
FLAGS
|
||||
Location resource - Location to list all Immersive Stream for XR
|
||||
operations, defaults to 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;
|
||||
◆ global is the only supported location with a fully specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
--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;
|
||||
▸ global is the only supported location.
|
||||
|
||||
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 stream/v1 API. The full documentation for this API
|
||||
can be found at: https://cloud.google.com
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud alpha immersive-stream xr operations list
|
||||
|
||||
69
gcloud/immersive-stream/xr/operations/wait
Normal file
69
gcloud/immersive-stream/xr/operations/wait
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
NAME
|
||||
gcloud immersive-stream xr operations wait - poll long-running Immersive
|
||||
Stream for XR operation until it completes
|
||||
|
||||
SYNOPSIS
|
||||
gcloud immersive-stream xr operations wait
|
||||
(OPERATION : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Poll a long-running Immersive Stream for XR operation until it completes.
|
||||
When the operation is complete, this command will display the results of
|
||||
the analysis.
|
||||
|
||||
EXAMPLES
|
||||
To poll a long-running Immersive Stream for XR operation named
|
||||
projects/my-project/locations/global/operations/operation-123 until it
|
||||
completes, run the following:
|
||||
|
||||
$ gcloud immersive-stream xr operations wait \
|
||||
projects/my-project/locations/global/operations/operation-123
|
||||
|
||||
or simply run
|
||||
|
||||
$ gcloud immersive-stream xr operations wait operation-123
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Operation resource - The ID of the operation to poll until complete. 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 operation on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
This must be specified.
|
||||
|
||||
OPERATION
|
||||
ID of the operation or fully qualified identifier for the operation.
|
||||
To set the operation attribute:
|
||||
▸ provide the argument operation on the command line.
|
||||
|
||||
This positional argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
Global location name. To set the location attribute:
|
||||
▸ provide the argument operation on the command line with a fully
|
||||
specified name;
|
||||
▸ provide the argument --location on the command line;
|
||||
▸ global is the only supported location.
|
||||
|
||||
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 stream/v1 API. The full documentation for this API
|
||||
can be found at: https://cloud.google.com
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud alpha immersive-stream xr operations wait
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue