Skip to content

Commit 262ef80

Browse files
docs: [google-maps-fleetengine] mark TerminalPointId as deprecated (#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>
1 parent 2f57a44 commit 262ef80

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

  • packages/google-maps-fleetengine/google/maps/fleetengine_v1/types

packages/google-maps-fleetengine/google/maps/fleetengine_v1/types/fleetengine.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ class LocationSensor(proto.Enum):
169169

170170

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

194195
place_id: str = proto.Field(
@@ -215,9 +216,9 @@ class TerminalLocation(proto.Message):
215216
Required. Denotes the location of a trip
216217
waypoint.
217218
terminal_point_id (google.maps.fleetengine_v1.types.TerminalPointId):
218-
ID of the terminal point.
219+
Deprecated: Specify the ``point`` field instead.
219220
access_point_id (str):
220-
Deprecated.
221+
Deprecated: Specify the ``point`` field instead.
221222
trip_id (str):
222223
Deprecated.
223224
terminal_location_type (google.maps.fleetengine_v1.types.WaypointType):

0 commit comments

Comments
 (0)