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

setListValue(ListValue $listValue)

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

setStructValue(Struct $structValue)

No description

getStructValue()

No description

Details

setBoolValue($boolValue)

No description

Parameters

$boolValue

bool getBoolValue()

No description

Return Value

bool

setBytesValue($bytesValue)

No description

Parameters

$bytesValue

string getBytesValue()

No description

Return Value

string

setDateValue($dateValue)

No description

Parameters

$dateValue

string getDateValue()

No description

Return Value

string

setListValue(ListValue $listValue)

No description

Parameters

ListValue $listValue

ListValue getListValue()

No description

Return Value

ListValue

setNullValue($nullValue)

No description

Parameters

$nullValue

string getNullValue()

No description

Return Value

string

setNumberValue($numberValue)

No description

Parameters

$numberValue

getNumberValue()

No description

setProtoValue($protoValue)

No description

Parameters

$protoValue

array[] getProtoValue()

No description

Return Value

array[]

setStringValue($stringValue)

No description

Parameters

$stringValue

string getStringValue()

No description

Return Value

string

setStructValue(Struct $structValue)

No description

Parameters

Struct $structValue

Struct getStructValue()

No description

Return Value

Struct