Skip to content

Commit 3386f26

Browse files
changsongddandhlee
authored andcommitted
docs: update operation id (#23)
1 parent 678e5df commit 3386f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimization/snippets/get_operation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def get_operation(operation_full_id: str) -> None:
2020
"""Get operation details and status."""
2121
# TODO(developer): Uncomment and set the following variables
2222
# operation_full_id = \
23-
# "projects/[projectId]/locations/operations/[operationId]"
23+
# "projects/[projectId]/operations/[operationId]"
2424

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

0 commit comments

Comments
 (0)