Reference documentation and code samples for the Google API Common Protos Client class Property.
Defines project properties.
API services can define properties that can be assigned to consumer projects so that backends can perform response customization without having to make additional calls or maintain additional storage. For example, Maps API defines properties that controls map tile cache period, or whether to embed a watermark in a result. These values can be set via API producer console. Only API providers can define and set these properties.
Generated from protobuf message google.api.Property
Namespace
Google \ ApiMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
The name of the property (a.k.a key).
↳ type
int
The type of this property.
↳ description
string
The description of the property
getName
The name of the property (a.k.a key).
string
setName
The name of the property (a.k.a key).
var
string
$this
getType
The type of this property.
int
setType
The type of this property.
var
int
$this
getDescription
The description of the property
string
setDescription
The description of the property
var
string
$this