Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -922,8 +922,8 @@ async def sample_create_task():
Note: gRPC and REST APIs use different field naming
conventions. For example, the
Task.journey_sharing_info field in the gRPC API and
the DeliveryVehicle.journeySharingInfo field in the
REST API refer to the same field.
the Task.journeySharingInfo field in the REST API
refer to the same field.

"""
# Create or coerce a protobuf request object.
Expand Down Expand Up @@ -1055,8 +1055,8 @@ async def sample_get_task():
Note: gRPC and REST APIs use different field naming
conventions. For example, the
Task.journey_sharing_info field in the gRPC API and
the DeliveryVehicle.journeySharingInfo field in the
REST API refer to the same field.
the Task.journeySharingInfo field in the REST API
refer to the same field.

"""
# Create or coerce a protobuf request object.
Expand Down Expand Up @@ -1349,8 +1349,8 @@ async def sample_update_task():
Note: gRPC and REST APIs use different field naming
conventions. For example, the
Task.journey_sharing_info field in the gRPC API and
the DeliveryVehicle.journeySharingInfo field in the
REST API refer to the same field.
the Task.journeySharingInfo field in the REST API
refer to the same field.

"""
# Create or coerce a protobuf request object.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1344,8 +1344,8 @@ def sample_create_task():
Note: gRPC and REST APIs use different field naming
conventions. For example, the
Task.journey_sharing_info field in the gRPC API and
the DeliveryVehicle.journeySharingInfo field in the
REST API refer to the same field.
the Task.journeySharingInfo field in the REST API
refer to the same field.

"""
# Create or coerce a protobuf request object.
Expand Down Expand Up @@ -1474,8 +1474,8 @@ def sample_get_task():
Note: gRPC and REST APIs use different field naming
conventions. For example, the
Task.journey_sharing_info field in the gRPC API and
the DeliveryVehicle.journeySharingInfo field in the
REST API refer to the same field.
the Task.journeySharingInfo field in the REST API
refer to the same field.

"""
# Create or coerce a protobuf request object.
Expand Down Expand Up @@ -1762,8 +1762,8 @@ def sample_update_task():
Note: gRPC and REST APIs use different field naming
conventions. For example, the
Task.journey_sharing_info field in the gRPC API and
the DeliveryVehicle.journeySharingInfo field in the
REST API refer to the same field.
the Task.journeySharingInfo field in the REST API
refer to the same field.

"""
# Create or coerce a protobuf request object.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -757,8 +757,8 @@ def __call__(
Note: gRPC and REST APIs use different field naming
conventions. For example, the
``Task.journey_sharing_info`` field in the gRPC API and
the ``DeliveryVehicle.journeySharingInfo`` field in the
REST API refer to the same field.
the ``Task.journeySharingInfo`` field in the REST API
refer to the same field.

"""

Expand Down Expand Up @@ -964,8 +964,8 @@ def __call__(
Note: gRPC and REST APIs use different field naming
conventions. For example, the
``Task.journey_sharing_info`` field in the gRPC API and
the ``DeliveryVehicle.journeySharingInfo`` field in the
REST API refer to the same field.
the ``Task.journeySharingInfo`` field in the REST API
refer to the same field.

"""

Expand Down Expand Up @@ -1533,8 +1533,8 @@ def __call__(
Note: gRPC and REST APIs use different field naming
conventions. For example, the
``Task.journey_sharing_info`` field in the gRPC API and
the ``DeliveryVehicle.journeySharingInfo`` field in the
REST API refer to the same field.
the ``Task.journeySharingInfo`` field in the REST API
refer to the same field.

"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ class Task(proto.Message):

Note: gRPC and REST APIs use different field naming conventions. For
example, the ``Task.journey_sharing_info`` field in the gRPC API and
the ``DeliveryVehicle.journeySharingInfo`` field in the REST API
refer to the same field.
the ``Task.journeySharingInfo`` field in the REST API refer to the
same field.

Attributes:
name (str):
Expand Down