We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678e5df commit 3386f26Copy full SHA for 3386f26
optimization/snippets/get_operation.py
@@ -20,7 +20,7 @@ def get_operation(operation_full_id: str) -> None:
20
"""Get operation details and status."""
21
# TODO(developer): Uncomment and set the following variables
22
# operation_full_id = \
23
- # "projects/[projectId]/locations/operations/[operationId]"
+ # "projects/[projectId]/operations/[operationId]"
24
25
client = optimization_v1.FleetRoutingClient()
26
# Get the latest state of a long-running operation.
0 commit comments