google_protobuf library

Classes

Any
Any contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.
Api
Api is a light-weight descriptor for an API Interface.
BoolValue
Wrapper message for bool.
BytesValue
Wrapper message for bytes.
CodeGeneratorRequest
An encoded CodeGeneratorRequest is written to the plugin's stdin.
CodeGeneratorResponse
The plugin writes an encoded CodeGeneratorResponse to stdout.
CodeGeneratorResponse_Feature
Sync with code_generator.h.
CodeGeneratorResponse_File
Represents a single generated file.
DescriptorProto
Describes a message type.
DescriptorProto_ExtensionRange
DescriptorProto_ReservedRange
Range of reserved tag numbers. Reserved tag numbers may not be used by fields or extension ranges in the same message. Reserved ranges may not overlap.
DoubleValue
Wrapper message for double.
Duration
A Duration represents a signed, fixed-length span of time represented as a count of seconds and fractions of seconds at nanosecond resolution. It is independent of any calendar and concepts like "day" or "month". It is related to Timestamp in that the difference between two Timestamp values is a Duration and it can be added or subtracted from a Timestamp. Range is approximately +-10,000 years.
Empty
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance:
Enum
Enum type definition.
EnumDescriptorProto
Describes an enum type.
EnumDescriptorProto_EnumReservedRange
Range of reserved numeric values. Reserved values may not be used by entries in the same enum. Reserved ranges may not overlap.
EnumOptions
EnumValue
Enum value definition.
EnumValueDescriptorProto
Describes a value within an enum.
EnumValueOptions
ExtensionRangeOptions
Field
A single field of a message type.
Field_Cardinality
Whether a field is optional, required, or repeated.
Field_Kind
Basic field types.
FieldDescriptorProto
Describes a field within a message.
FieldDescriptorProto_Label
FieldDescriptorProto_Type
FieldMask
FieldMask represents a set of symbolic field paths, for example:
FieldOptions
FieldOptions_CType
FieldOptions_JSType
FileDescriptorProto
Describes a complete .proto file.
FileDescriptorSet
The protocol compiler can output a FileDescriptorSet containing the .proto files it parses.
FileOptions
FileOptions_OptimizeMode
Generated classes can be optimized for speed or code size.
FloatValue
Wrapper message for float.
GeneratedCodeInfo
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.
GeneratedCodeInfo_Annotation
HealthCheckRequest
HealthCheckResponse
HealthClient
HealthServiceBase
Int32Value
Wrapper message for int32.
Int64Value
Wrapper message for int64.
ListValue
ListValue is a wrapper around a repeated field of values.
MessageOptions
Method
Method represents a method of an API interface.
MethodDescriptorProto
Describes a method of a service.
MethodOptions
MethodOptions_IdempotencyLevel
Is this method side-effect-free (or safe in HTTP parlance), or idempotent, or neither? HTTP based RPC implementation may choose GET verb for safe methods, and PUT verb for idempotent methods instead of the default POST.
Mixin
Declares an API Interface to be included in this interface. The including interface must redeclare all the methods from the included interface, but documentation and options are inherited as follows:
NullValue
NullValue is a singleton enumeration to represent the null value for the Value type union.
OneofDescriptorProto
Describes a oneof.
OneofOptions
Option
A protocol buffer option, which can be attached to a message, field, enumeration, etc.
ServiceDescriptorProto
Describes a service.
ServiceOptions
ServingStatus
SourceCodeInfo
Encapsulates information about the original source file from which a FileDescriptorProto was generated.
SourceCodeInfo_Location
SourceContext
SourceContext represents information about the source of a protobuf element, like the file in which it is defined.
StringValue
Wrapper message for string.
Struct
Struct represents a structured data value, consisting of fields which map to dynamically typed values. In some languages, Struct might be supported by a native representation. For example, in scripting languages like JS a struct is represented as an object. The details of that representation are described together with the proto support for the language.
Syntax
The syntax in which a protocol buffer element is defined.
Timestamp
A Timestamp represents a point in time independent of any time zone or local calendar, encoded as a count of seconds and fractions of seconds at nanosecond resolution. The count is relative to an epoch at UTC midnight on January 1, 1970, in the proleptic Gregorian calendar which extends the Gregorian calendar backwards to year one.
Type
A protocol buffer message type.
UInt32Value
Wrapper message for uint32.
UInt64Value
Wrapper message for uint64.
UninterpretedOption
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 (e.g. returned by Descriptor::options(), or produced by Descriptor::CopyTo()) will never have UninterpretedOptions in them.
UninterpretedOption_NamePart
The name of the uninterpreted option. Each string represents a segment in a dot-separated name. is_extension is true iff a segment represents an extension (denoted with parentheses in options specs in .proto files). E.g.,{ "foo", false, "bar.baz", true, "qux", false } represents "foo.(bar.baz).qux".
Value
Value represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values. A producer of value is expected to set one of these variants. Absence of any variant indicates an error.
Version
The version number of protocol compiler.

Enums

Value_Kind

Constants

Any$json → const Map<String, Object>
Api$json → const Map<String, Object>
BoolValue$json → const Map<String, Object>
BytesValue$json → const Map<String, Object>
CodeGeneratorRequest$json → const Map<String, Object>
CodeGeneratorResponse$json → const Map<String, Object>
CodeGeneratorResponse_Feature$json → const Map<String, Object>
CodeGeneratorResponse_File$json → const Map<String, Object>
DescriptorProto$json → const Map<String, Object>
DescriptorProto_ExtensionRange$json → const Map<String, Object>
DescriptorProto_ReservedRange$json → const Map<String, Object>
DoubleValue$json → const Map<String, Object>
Duration$json → const Map<String, Object>
Empty$json → const Map<String, String>
Enum$json → const Map<String, Object>
EnumDescriptorProto$json → const Map<String, Object>
EnumDescriptorProto_EnumReservedRange$json → const Map<String, Object>
EnumOptions$json → const Map<String, Object>
EnumValue$json → const Map<String, Object>
EnumValueDescriptorProto$json → const Map<String, Object>
EnumValueOptions$json → const Map<String, Object>
ExtensionRangeOptions$json → const Map<String, Object>
Field$json → const Map<String, Object>
Field_Cardinality$json → const Map<String, Object>
Field_Kind$json → const Map<String, Object>
FieldDescriptorProto$json → const Map<String, Object>
FieldDescriptorProto_Label$json → const Map<String, Object>
FieldDescriptorProto_Type$json → const Map<String, Object>
FieldMask$json → const Map<String, Object>
FieldOptions$json → const Map<String, Object>
FieldOptions_CType$json → const Map<String, Object>
FieldOptions_JSType$json → const Map<String, Object>
FileDescriptorProto$json → const Map<String, Object>
FileDescriptorSet$json → const Map<String, Object>
FileOptions$json → const Map<String, Object>
FileOptions_OptimizeMode$json → const Map<String, Object>
FloatValue$json → const Map<String, Object>
GeneratedCodeInfo$json → const Map<String, Object>
GeneratedCodeInfo_Annotation$json → const Map<String, Object>
HealthCheckRequest$json → const Map<String, Object>
HealthCheckResponse$json → const Map<String, Object>
Int32Value$json → const Map<String, Object>
Int64Value$json → const Map<String, Object>
ListValue$json → const Map<String, Object>
MessageOptions$json → const Map<String, Object>
Method$json → const Map<String, Object>
MethodDescriptorProto$json → const Map<String, Object>
MethodOptions$json → const Map<String, Object>
MethodOptions_IdempotencyLevel$json → const Map<String, Object>
Mixin$json → const Map<String, Object>
NullValue$json → const Map<String, Object>
OneofDescriptorProto$json → const Map<String, Object>
OneofOptions$json → const Map<String, Object>
Option$json → const Map<String, Object>
ServiceDescriptorProto$json → const Map<String, Object>
ServiceOptions$json → const Map<String, Object>
ServingStatus$json → const Map<String, Object>
SourceCodeInfo$json → const Map<String, Object>
SourceCodeInfo_Location$json → const Map<String, Object>
SourceContext$json → const Map<String, Object>
StringValue$json → const Map<String, Object>
Struct$json → const Map<String, Object>
Struct_FieldsEntry$json → const Map<String, Object>
Syntax$json → const Map<String, Object>
Timestamp$json → const Map<String, Object>
Type$json → const Map<String, Object>
UInt32Value$json → const Map<String, Object>
UInt64Value$json → const Map<String, Object>
UninterpretedOption$json → const Map<String, Object>
UninterpretedOption_NamePart$json → const Map<String, Object>
Value$json → const Map<String, Object>
Version$json → const Map<String, Object>

Properties

anyDescriptor Uint8List
Descriptor for Any. Decode as a google.protobuf.DescriptorProto.
final
apiDescriptor Uint8List
Descriptor for Api. Decode as a google.protobuf.DescriptorProto.
final
boolValueDescriptor Uint8List
Descriptor for BoolValue. Decode as a google.protobuf.DescriptorProto.
final
bytesValueDescriptor Uint8List
Descriptor for BytesValue. Decode as a google.protobuf.DescriptorProto.
final
codeGeneratorRequestDescriptor Uint8List
Descriptor for CodeGeneratorRequest. Decode as a google.protobuf.DescriptorProto.
final
codeGeneratorResponseDescriptor Uint8List
Descriptor for CodeGeneratorResponse. Decode as a google.protobuf.DescriptorProto.
final
descriptorProtoDescriptor Uint8List
Descriptor for DescriptorProto. Decode as a google.protobuf.DescriptorProto.
final
doubleValueDescriptor Uint8List
Descriptor for DoubleValue. Decode as a google.protobuf.DescriptorProto.
final
durationDescriptor Uint8List
Descriptor for Duration. Decode as a google.protobuf.DescriptorProto.
final
emptyDescriptor Uint8List
Descriptor for Empty. Decode as a google.protobuf.DescriptorProto.
final
enumDescriptor Uint8List
Descriptor for Enum. Decode as a google.protobuf.DescriptorProto.
final
enumDescriptorProtoDescriptor Uint8List
Descriptor for EnumDescriptorProto. Decode as a google.protobuf.DescriptorProto.
final
enumOptionsDescriptor Uint8List
Descriptor for EnumOptions. Decode as a google.protobuf.DescriptorProto.
final
enumValueDescriptor Uint8List
Descriptor for EnumValue. Decode as a google.protobuf.DescriptorProto.
final
enumValueDescriptorProtoDescriptor Uint8List
Descriptor for EnumValueDescriptorProto. Decode as a google.protobuf.DescriptorProto.
final
enumValueOptionsDescriptor Uint8List
Descriptor for EnumValueOptions. Decode as a google.protobuf.DescriptorProto.
final
extensionRangeOptionsDescriptor Uint8List
Descriptor for ExtensionRangeOptions. Decode as a google.protobuf.DescriptorProto.
final
fieldDescriptor Uint8List
Descriptor for Field. Decode as a google.protobuf.DescriptorProto.
final
fieldDescriptorProtoDescriptor Uint8List
Descriptor for FieldDescriptorProto. Decode as a google.protobuf.DescriptorProto.
final
fieldMaskDescriptor Uint8List
Descriptor for FieldMask. Decode as a google.protobuf.DescriptorProto.
final
fieldOptionsDescriptor Uint8List
Descriptor for FieldOptions. Decode as a google.protobuf.DescriptorProto.
final
fileDescriptorProtoDescriptor Uint8List
Descriptor for FileDescriptorProto. Decode as a google.protobuf.DescriptorProto.
final
fileDescriptorSetDescriptor Uint8List
Descriptor for FileDescriptorSet. Decode as a google.protobuf.DescriptorProto.
final
fileOptionsDescriptor Uint8List
Descriptor for FileOptions. Decode as a google.protobuf.DescriptorProto.
final
floatValueDescriptor Uint8List
Descriptor for FloatValue. Decode as a google.protobuf.DescriptorProto.
final
generatedCodeInfoDescriptor Uint8List
Descriptor for GeneratedCodeInfo. Decode as a google.protobuf.DescriptorProto.
final
healthCheckRequestDescriptor Uint8List
Descriptor for HealthCheckRequest. Decode as a google.protobuf.DescriptorProto.
final
healthCheckResponseDescriptor Uint8List
Descriptor for HealthCheckResponse. Decode as a google.protobuf.DescriptorProto.
final
int32ValueDescriptor Uint8List
Descriptor for Int32Value. Decode as a google.protobuf.DescriptorProto.
final
int64ValueDescriptor Uint8List
Descriptor for Int64Value. Decode as a google.protobuf.DescriptorProto.
final
listValueDescriptor Uint8List
Descriptor for ListValue. Decode as a google.protobuf.DescriptorProto.
final
messageOptionsDescriptor Uint8List
Descriptor for MessageOptions. Decode as a google.protobuf.DescriptorProto.
final
methodDescriptor Uint8List
Descriptor for Method. Decode as a google.protobuf.DescriptorProto.
final
methodDescriptorProtoDescriptor Uint8List
Descriptor for MethodDescriptorProto. Decode as a google.protobuf.DescriptorProto.
final
methodOptionsDescriptor Uint8List
Descriptor for MethodOptions. Decode as a google.protobuf.DescriptorProto.
final
mixinDescriptor Uint8List
Descriptor for Mixin. Decode as a google.protobuf.DescriptorProto.
final
nullValueDescriptor Uint8List
Descriptor for NullValue. Decode as a google.protobuf.EnumDescriptorProto.
final
oneofDescriptorProtoDescriptor Uint8List
Descriptor for OneofDescriptorProto. Decode as a google.protobuf.DescriptorProto.
final
oneofOptionsDescriptor Uint8List
Descriptor for OneofOptions. Decode as a google.protobuf.DescriptorProto.
final
optionDescriptor Uint8List
Descriptor for Option. Decode as a google.protobuf.DescriptorProto.
final
serviceDescriptorProtoDescriptor Uint8List
Descriptor for ServiceDescriptorProto. Decode as a google.protobuf.DescriptorProto.
final
serviceOptionsDescriptor Uint8List
Descriptor for ServiceOptions. Decode as a google.protobuf.DescriptorProto.
final
servingStatusDescriptor Uint8List
Descriptor for ServingStatus. Decode as a google.protobuf.EnumDescriptorProto.
final
sourceCodeInfoDescriptor Uint8List
Descriptor for SourceCodeInfo. Decode as a google.protobuf.DescriptorProto.
final
sourceContextDescriptor Uint8List
Descriptor for SourceContext. Decode as a google.protobuf.DescriptorProto.
final
stringValueDescriptor Uint8List
Descriptor for StringValue. Decode as a google.protobuf.DescriptorProto.
final
structDescriptor Uint8List
Descriptor for Struct. Decode as a google.protobuf.DescriptorProto.
final
syntaxDescriptor Uint8List
Descriptor for Syntax. Decode as a google.protobuf.EnumDescriptorProto.
final
timestampDescriptor Uint8List
Descriptor for Timestamp. Decode as a google.protobuf.DescriptorProto.
final
typeDescriptor Uint8List
Descriptor for Type. Decode as a google.protobuf.DescriptorProto.
final
uInt32ValueDescriptor Uint8List
Descriptor for UInt32Value. Decode as a google.protobuf.DescriptorProto.
final
uInt64ValueDescriptor Uint8List
Descriptor for UInt64Value. Decode as a google.protobuf.DescriptorProto.
final
uninterpretedOptionDescriptor Uint8List
Descriptor for UninterpretedOption. Decode as a google.protobuf.DescriptorProto.
final
valueDescriptor Uint8List
Descriptor for Value. Decode as a google.protobuf.DescriptorProto.
final
versionDescriptor Uint8List
Descriptor for Version. Decode as a google.protobuf.DescriptorProto.
final