Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

namespace Google\Protobuf\Internal

Object name File name Summary
AnyBase vendor/google/protobuf/src/Google/Protobuf/Internal/AnyBase.php Base class for Google\Protobuf\Any, this contains hand-written convenience
methods like pack() and unpack().
CodedInputStream vendor/google/protobuf/src/Google/Protobuf/Internal/CodedInputStream.php
CodedOutputStream vendor/google/protobuf/src/Google/Protobuf/Internal/CodedOutputStream.php
Descriptor vendor/google/protobuf/src/Google/Protobuf/Internal/Descriptor.php
DescriptorPool vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorPool.php
DescriptorProto vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto.php Describes a message type.
EnumBuilderContext vendor/google/protobuf/src/Google/Protobuf/Internal/EnumBuilderContext.php
EnumDescriptor vendor/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptor.php
EnumDescriptorProto vendor/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto.php Describes an enum type.
EnumOptions vendor/google/protobuf/src/Google/Protobuf/Internal/EnumOptions.php Generated from protobuf message <code>google.protobuf.EnumOptions</code>
EnumValueDescriptorProto vendor/google/protobuf/src/Google/Protobuf/Internal/EnumValueDescriptorProto.php Describes a value within an enum.
EnumValueOptions vendor/google/protobuf/src/Google/Protobuf/Internal/EnumValueOptions.php Generated from protobuf message <code>google.protobuf.EnumValueOptions</code>
ExtensionRangeOptions vendor/google/protobuf/src/Google/Protobuf/Internal/ExtensionRangeOptions.php Generated from protobuf message <code>google.protobuf.ExtensionRangeOptions</code>
FieldDescriptor vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptor.php
FieldDescriptorProto vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto.php Describes a field within a message.
FieldOptions vendor/google/protobuf/src/Google/Protobuf/Internal/FieldOptions.php Generated from protobuf message <code>google.protobuf.FieldOptions</code>
FileDescriptor vendor/google/protobuf/src/Google/Protobuf/Internal/FileDescriptor.php
FileDescriptorProto vendor/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorProto.php Describes a complete .proto file.
FileDescriptorSet vendor/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorSet.php The protocol compiler can output a FileDescriptorSet containing the .proto
files it parses.
FileOptions vendor/google/protobuf/src/Google/Protobuf/Internal/FileOptions.php Generated from protobuf message <code>google.protobuf.FileOptions</code>
GeneratedCodeInfo vendor/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo.php Describes the relationship between generated code and its original source
file. A GeneratedCodeInfo message is associated with only one generated
source file, but may contain references to different source .proto files.
GetPublicDescriptorTrait vendor/google/protobuf/src/Google/Protobuf/Internal/GetPublicDescriptorTrait.php
GPBDecodeException vendor/google/protobuf/src/Google/Protobuf/Internal/GPBDecodeException.php
GPBJsonWire vendor/google/protobuf/src/Google/Protobuf/Internal/GPBJsonWire.php
GPBLabel vendor/google/protobuf/src/Google/Protobuf/Internal/GPBLabel.php
GPBType vendor/google/protobuf/src/Google/Protobuf/Internal/GPBType.php
GPBUtil vendor/google/protobuf/src/Google/Protobuf/Internal/GPBUtil.php
GPBWire vendor/google/protobuf/src/Google/Protobuf/Internal/GPBWire.php
GPBWireType vendor/google/protobuf/src/Google/Protobuf/Internal/GPBWireType.php
HasPublicDescriptorTrait vendor/google/protobuf/src/Google/Protobuf/Internal/HasPublicDescriptorTrait.php
MapEntry vendor/google/protobuf/src/Google/Protobuf/Internal/MapEntry.php
MapField vendor/google/protobuf/src/Google/Protobuf/Internal/MapField.php MapField is used by generated protocol message classes to manipulate map
fields. It can be used like native PHP array.
MapFieldIter vendor/google/protobuf/src/Google/Protobuf/Internal/MapFieldIter.php MapFieldIter is used to iterate MapField. It is also need for the foreach
syntax.
Message vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php Parent class of all proto messages. Users should not instantiate this class
or extend this class or its child classes by their own. See the comment of
specific functions for more details.
MessageBuilderContext vendor/google/protobuf/src/Google/Protobuf/Internal/MessageBuilderContext.php
MessageOptions vendor/google/protobuf/src/Google/Protobuf/Internal/MessageOptions.php Generated from protobuf message <code>google.protobuf.MessageOptions</code>
MethodDescriptorProto vendor/google/protobuf/src/Google/Protobuf/Internal/MethodDescriptorProto.php Describes a method of a service.
MethodOptions vendor/google/protobuf/src/Google/Protobuf/Internal/MethodOptions.php Generated from protobuf message <code>google.protobuf.MethodOptions</code>
OneofDescriptor vendor/google/protobuf/src/Google/Protobuf/Internal/OneofDescriptor.php
OneofDescriptorProto vendor/google/protobuf/src/Google/Protobuf/Internal/OneofDescriptorProto.php Describes a oneof.
OneofField vendor/google/protobuf/src/Google/Protobuf/Internal/OneofField.php
OneofOptions vendor/google/protobuf/src/Google/Protobuf/Internal/OneofOptions.php Generated from protobuf message <code>google.protobuf.OneofOptions</code>
RawInputStream vendor/google/protobuf/src/Google/Protobuf/Internal/RawInputStream.php
RepeatedField vendor/google/protobuf/src/Google/Protobuf/Internal/RepeatedField.php RepeatedField is used by generated protocol message classes to manipulate
repeated fields. It can be used like native PHP array.
RepeatedFieldIter vendor/google/protobuf/src/Google/Protobuf/Internal/RepeatedFieldIter.php RepeatedFieldIter is used to iterate RepeatedField. It is also need for the
foreach syntax.
ServiceDescriptorProto vendor/google/protobuf/src/Google/Protobuf/Internal/ServiceDescriptorProto.php Describes a service.
ServiceOptions vendor/google/protobuf/src/Google/Protobuf/Internal/ServiceOptions.php Generated from protobuf message <code>google.protobuf.ServiceOptions</code>
SourceCodeInfo vendor/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo.php Encapsulates information about the original source file from which a
FileDescriptorProto was generated.
TimestampBase vendor/google/protobuf/src/Google/Protobuf/Internal/TimestampBase.php Base class for Google\Protobuf\Timestamp, this contains hand-written
convenience methods.
UninterpretedOption vendor/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption.php A message representing a option the parser does not recognize. This only
appears in options protos created by the compiler::Parser class.
DescriptorPool resolves these when building Descriptor objects. Therefore,
options protos in descriptor objects…
RSS feed
Powered by Drupal