23 lines
686 B
YAML
23 lines
686 B
YAML
release_tracks: [ALPHA, BETA, GA]
|
|
help_text:
|
|
brief: Poll a Network Services long running operation.
|
|
description: Poll a Network Services long running operation.
|
|
examples: |
|
|
The following command polls an operation with the full name ``OPERATION_NAME'':
|
|
|
|
$ {command} OPERATION_NAME
|
|
arguments:
|
|
resource:
|
|
spec: !REF googlecloudsdk.command_lib.network_services.resources:operation
|
|
help_text: Name of the operation to poll.
|
|
request: &request
|
|
ALPHA:
|
|
api_version: v1alpha1
|
|
BETA:
|
|
api_version: v1beta1
|
|
GA:
|
|
api_version: v1
|
|
collection: networkservices.projects.locations.operations
|
|
async:
|
|
collection: networkservices.projects.locations.operations
|