Reference documentation and code samples for the Google Maps FleetEngine V1 Client class UpdateVehicleAttributesRequest.
UpdateVehicleAttributes
request message.
Generated from protobuf message maps.fleetengine.v1.UpdateVehicleAttributesRequest
Namespace
Google \ Maps \ FleetEngine \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ header |
RequestHeader
The standard Fleet Engine request header. |
↳ name |
string
Required. Must be in the format |
↳ attributes |
array<VehicleAttribute>
Required. The vehicle attributes to update. Unmentioned attributes are not altered or removed. |
getHeader
The standard Fleet Engine request header.
Returns | |
---|---|
Type | Description |
RequestHeader|null |
hasHeader
clearHeader
setHeader
The standard Fleet Engine request header.
Parameter | |
---|---|
Name | Description |
var |
RequestHeader
|
Returns | |
---|---|
Type | Description |
$this |
getName
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.
Returns | |
---|---|
Type | Description |
string |
setName
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getAttributes
Required. The vehicle attributes to update. Unmentioned attributes are not altered or removed.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAttributes
Required. The vehicle attributes to update. Unmentioned attributes are not altered or removed.
Parameter | |
---|---|
Name | Description |
var |
array<VehicleAttribute>
|
Returns | |
---|---|
Type | Description |
$this |