19 lines
496 B
YAML
19 lines
496 B
YAML
- release_tracks: []
|
|
|
|
help_text:
|
|
brief: Show details about an Cloud Datastore index.
|
|
description: Show details about an Cloud Datastore index.
|
|
examples: |
|
|
To describe the index with id `exampleIndexId`, run:
|
|
|
|
$ {command} exampleIndexId
|
|
|
|
request:
|
|
collection: datastore.projects.indexes
|
|
api_version: v1
|
|
|
|
arguments:
|
|
resource:
|
|
help_text: The index you want to get the details of.
|
|
spec: !REF googlecloudsdk.command_lib.datastore.resources:index
|