Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
docs: update operation id (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
changsongd committed Apr 12, 2022
1 parent 9f57450 commit d9c6c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/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 d9c6c42

Please sign in to comment.