Lines Matching defs:Any
13 * `Any` contains an arbitrary serialized protocol buffer message along with a
15 * Protobuf library provides support to pack/unpack Any values in the form
16 * of utility functions or additional generated methods of the Any type.
19 * Any any;
27 * Any any = Any.pack(foo);
34 * any = Any()
55 * The JSON representation of an `Any` value uses the regular
77 * Generated from protobuf message <code>google.protobuf.Any</code>
79 class Any extends \Google\Protobuf\Internal\Message
88 * expect it to use in the context of Any. However, for URLs which use the
130 * expect it to use in the context of Any. However, for URLs which use the
151 \GPBMetadata\Google\Protobuf\Any::initOnce();
162 * expect it to use in the context of Any. However, for URLs which use the
194 * expect it to use in the context of Any. However, for URLs which use the
250 * This method will try to resolve the type_url in Any message to get the
253 * the decoded value in Any.