Skip to content

Commit

Permalink
docs: update operation id (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
changsongd authored Apr 12, 2022
1 parent f00be8e commit bd3825c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimization/snippets/get_operation.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def get_operation(operation_full_id: str) -> None:
"""Get operation details and status."""
# TODO(developer): Uncomment and set the following variables
# operation_full_id = \
# "projects/[projectId]/locations/operations/[operationId]"
# "projects/[projectId]/operations/[operationId]"

client = optimization_v1.FleetRoutingClient()
# Get the latest state of a long-running operation.
Expand Down

0 comments on commit bd3825c

Please sign in to comment.