Value
class Value extends Model (View source)
Properties
bool | $boolValue | ||
string | $bytesValue | ||
string | $dateValue | ||
protected | $listValueType | ||
protected | $listValueDataType | ||
string | $nullValue | ||
$numberValue | |||
array[] | $protoValue | ||
string | $stringValue | ||
protected | $structValueType | ||
protected | $structValueDataType |
Methods
setBoolValue($boolValue)
No description
bool
getBoolValue()
No description
setBytesValue($bytesValue)
No description
string
getBytesValue()
No description
setDateValue($dateValue)
No description
string
getDateValue()
No description
getListValue()
No description
setNullValue($nullValue)
No description
string
getNullValue()
No description
setNumberValue($numberValue)
No description
getNumberValue()
No description
setProtoValue($protoValue)
No description
array[]
getProtoValue()
No description
setStringValue($stringValue)
No description
string
getStringValue()
No description
getStructValue()
No description
Details
setBoolValue($boolValue)
No description
bool
getBoolValue()
No description
setBytesValue($bytesValue)
No description
string
getBytesValue()
No description
setDateValue($dateValue)
No description
string
getDateValue()
No description
setListValue(ListValue $listValue)
No description
ListValue
getListValue()
No description
setNullValue($nullValue)
No description
string
getNullValue()
No description
setNumberValue($numberValue)
No description
getNumberValue()
No description
setProtoValue($protoValue)
No description
array[]
getProtoValue()
No description
setStringValue($stringValue)
No description
string
getStringValue()
No description
setStructValue(Struct $structValue)
No description
Struct
getStructValue()
No description