Show / Hide Table of Contents

Class GetVehicleRequest

GetVehicle request message.

Inheritance
object
GetVehicleRequest
Implements
IMessage<GetVehicleRequest>
IEquatable<GetVehicleRequest>
IDeepCloneable<GetVehicleRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.FleetEngine.V1
Assembly: Google.Maps.FleetEngine.V1.dll
Syntax
public sealed class GetVehicleRequest : IMessage<GetVehicleRequest>, IEquatable<GetVehicleRequest>, IDeepCloneable<GetVehicleRequest>, IBufferMessage, IMessage

Constructors

GetVehicleRequest()

Declaration
public GetVehicleRequest()

GetVehicleRequest(GetVehicleRequest)

Declaration
public GetVehicleRequest(GetVehicleRequest other)
Parameters
Type Name Description
GetVehicleRequest other

Properties

CurrentRouteSegmentVersion

Indicates the minimum timestamp (exclusive) for which Vehicle.current_route_segment is retrieved. If the route is unchanged since this timestamp, the current_route_segment field is not set in the response. If a minimum is unspecified, the current_route_segment is always retrieved.

Declaration
public Timestamp CurrentRouteSegmentVersion { get; set; }
Property Value
Type Description
Timestamp

Header

The standard Fleet Engine request header.

Declaration
public RequestHeader Header { get; set; }
Property Value
Type Description
RequestHeader

Name

Required. Must be in the format providers/{provider}/vehicles/{vehicle}. The provider must be the Project ID (for example, sample-cloud-project) of the Google Cloud Project of which the service account making this call is a member.

Declaration
public string Name { get; set; }
Property Value
Type Description
string

VehicleName

VehicleName-typed view over the Name resource name property.

Declaration
public VehicleName VehicleName { get; set; }
Property Value
Type Description
VehicleName

WaypointsVersion

Indicates the minimum timestamp (exclusive) for which Vehicle.waypoints data is retrieved. If the waypoints are unchanged since this timestamp, the vehicle.waypoints data is not set in the response. If this field is unspecified, vehicle.waypoints is always retrieved.

Declaration
public Timestamp WaypointsVersion { get; set; }
Property Value
Type Description
Timestamp
In this article
Back to top Generated by DocFX