Wrapper message for string.
The JSON representation for StringValue is JSON string.
Not recommended for use in new APIs, but still useful for legacy APIs and
has no plan to be removed.
Generated from protobuf message google.protobuf.StringValue
CloneableInstantiable
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public getValue() The string value. Generated from protobuf field string value = 1;
|
| public setValue(string $var) The string value. Generated from protobuf field string value = 1;
|
| Properties |
| protected $value = '' The string value. Generated from protobuf field string value = 1; |
| Methods |