Module: Google::Maps::FleetEngine::V1::TripView

Defined in:
proto_docs/google/maps/fleetengine/v1/trips.rb

Overview

Selector for different sets of Trip fields in a GetTrip response. See AIP-157 for context. Additional views are likely to be added.

Constant Summary collapse

TRIP_VIEW_UNSPECIFIED =

The default value. For backwards-compatibility, the API will default to an SDK view. To ensure stability and support, customers are advised to select a TripView other than SDK.

0
SDK =

Includes fields that may not be interpretable or supportable using publicly available libraries.

1
JOURNEY_SHARING_V1S =

Trip fields are populated for the Journey Sharing use case. This view is intended for server-to-server communications.

2