Google Maps FleetEngine V1 Client - Class TripAttribute (0.4.1)

Reference documentation and code samples for the Google Maps FleetEngine V1 Client class TripAttribute.

Describes a trip attribute as a key-value pair. The "key:value" string length cannot exceed 256 characters.

Generated from protobuf message maps.fleetengine.v1.TripAttribute

Namespace

Google \ Maps \ FleetEngine \ V1

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ key
string

The attribute's key. Keys may not contain the colon character (:).

↳ string_value
string

String typed attribute value.

↳ bool_value
bool

Boolean typed attribute value.

↳ number_value
float

Double typed attribute value.

getKey

The attribute's key. Keys may not contain the colon character (:).

Returns
Type
Description
string

setKey

The attribute's key. Keys may not contain the colon character (:).

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getStringValue

String typed attribute value.

Returns
Type
Description
string

hasStringValue

setStringValue

String typed attribute value.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getBoolValue

Boolean typed attribute value.

Returns
Type
Description
bool

hasBoolValue

setBoolValue

Boolean typed attribute value.

Parameter
Name
Description
var
bool
Returns
Type
Description
$this

getNumberValue

Double typed attribute value.

Returns
Type
Description
float

hasNumberValue

setNumberValue

Double typed attribute value.

Parameter
Name
Description
var
float
Returns
Type
Description
$this

getTripAttributeValue

Returns
Type
Description
string
Design a Mobile Site
View Site in Mobile | Classic
Share by: