Reference documentation and code samples for the Google Maps FleetEngine V1 Client class DeleteTripRequest.
DeleteTrip request message.
Generated from protobuf message maps.fleetengine.v1.DeleteTripRequest
Namespace
Google \ Maps \ FleetEngine \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ header
↳ name
string
Required. Must be in the format providers/{provider}/trips/{trip}
. 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.
getHeader
Optional. The standard Fleet Engine request header.
hasHeader
clearHeader
setHeader
Optional. The standard Fleet Engine request header.
$this
getName
Required. Must be in the format providers/{provider}/trips/{trip}
.
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.
string
setName
Required. Must be in the format providers/{provider}/trips/{trip}
.
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.
var
string
$this
static::build
name
string
Required. Must be in the format providers/{provider}/trips/{trip}
.
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. Please see TripServiceClient::tripName()
for help formatting this field.