Lines Matching defs:value
55 * The JSON representation of an `Any` value uses the regular
70 * `value` which holds the custom JSON in addition to the `@type`
74 * "value": "1.212s"
93 * value in binary format, or produce an error.
111 * Generated from protobuf field <code>bytes value = 2;</code>
113 private $value = '';
135 * value in binary format, or produce an error.
146 * @type string $value
167 * value in binary format, or produce an error.
199 * value in binary format, or produce an error.
226 * Generated from protobuf field <code>bytes value = 2;</code>
231 return $this->value;
237 * Generated from protobuf field <code>bytes value = 2;</code>
244 $this->value = $var;
253 * the decoded value in Any.
257 * @throws \Exception cannot decode data in value field.
282 $msg->mergeFromString($this->value);
288 * the value is encoded data from the given message..
299 // Set value using serialized message.
300 $this->value = $msg->serializeToString();