Skip to content

Commit

Permalink
docs: [google-maps-fleetengine] mark TerminalPointId as deprecated (#…
Browse files Browse the repository at this point in the history
…12698)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 633635378

Source-Link:
googleapis/googleapis@584e0de

Source-Link:
googleapis/googleapis-gen@1c8440e
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLW1hcHMtZmxlZXRlbmdpbmUvLk93bEJvdC55YW1sIiwiaCI6IjFjODQ0MGUzYjNmYmFjNmNlNzA4ZDY3MjdlNTA1M2UyZmE3M2Q2YzkifQ==

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed May 15, 2024
1 parent 2f57a44 commit 262ef80
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ class LocationSensor(proto.Enum):


class TerminalPointId(proto.Message):
r"""Identifies a terminal point.
r"""Deprecated: TerminalPoints are no longer supported in Fleet Engine.
Use ``TerminalLocation.point`` instead.
This message has `oneof`_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Expand All @@ -188,7 +189,7 @@ class TerminalPointId(proto.Message):
This field is a member of `oneof`_ ``Id``.
value (str):
Unique ID of the terminal point.
Deprecated.
"""

place_id: str = proto.Field(
Expand All @@ -215,9 +216,9 @@ class TerminalLocation(proto.Message):
Required. Denotes the location of a trip
waypoint.
terminal_point_id (google.maps.fleetengine_v1.types.TerminalPointId):
ID of the terminal point.
Deprecated: Specify the ``point`` field instead.
access_point_id (str):
Deprecated.
Deprecated: Specify the ``point`` field instead.
trip_id (str):
Deprecated.
terminal_location_type (google.maps.fleetengine_v1.types.WaypointType):
Expand Down

0 comments on commit 262ef80

Please sign in to comment.