26 lines
640 B
YAML
26 lines
640 B
YAML
- release_tracks: [ALPHA, GA]
|
|
|
|
help_text:
|
|
brief: Describe a specific Immersive Stream for XR content resource.
|
|
description: |
|
|
Describe a specific Immersive Stream for XR content resource.
|
|
examples: |
|
|
To describe the content, run:
|
|
|
|
$ {command} my-content
|
|
|
|
request:
|
|
collection: stream.projects.locations.streamContents
|
|
ALPHA:
|
|
api_version: v1alpha1
|
|
GA:
|
|
api_version: v1
|
|
|
|
response:
|
|
id_field: name
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: The name of the content resource you want to describe.
|
|
spec: !REF googlecloudsdk.command_lib.immersive_stream.xr.resources:content
|