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 and dandhlee committed Nov 9, 2022
1 parent 678e5df commit 3386f26
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 3386f26

Please sign in to comment.