class Struct
Same name in this branch
- 11.1.x vendor/google/protobuf/src/Google/Protobuf/Struct.php \Google\Protobuf\Struct
Hierarchy
- class \GPBMetadata\Google\Protobuf\Struct
Expanded class hierarchy of Struct
File
-
vendor/
google/ protobuf/ src/ GPBMetadata/ Google/ Protobuf/ Struct.php, line 7
Namespace
GPBMetadata\Google\ProtobufView source
class Struct {
public static $is_initialized = false;
public static function initOnce() {
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
if (static::$is_initialized == true) {
return;
}
$pool->internalAddGeneratedFile('
�
google/protobuf/struct.protogoogle.protobuf"�
Struct3
fields (2#.google.protobuf.Struct.FieldsEntryE
FieldsEntry
key ( %
value (2.google.protobuf.Value:8"�
Value0
null_value (2.google.protobuf.NullValueH
number_value (H
string_value ( H
bool_value (H/
struct_value (2.google.protobuf.StructH0
list_value (2.google.protobuf.ListValueHB
kind"3
ListValue&
values (2.google.protobuf.Value*
NullValue
NULL_VALUEB
com.google.protobufBStructProtoPZ/google.golang.org/protobuf/types/known/structpb��GPB�Google.Protobuf.WellKnownTypesbproto3', true);
static::$is_initialized = true;
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
Struct::$is_initialized | public static | property | |
Struct::initOnce | public static | function |