MCPcopy Create free account

hub / github.com/golang/protobuf / types & classes

Types & classes204 in github.com/golang/protobuf

↓ 3 callersTypeAliasGoImportPath
A GoImportPath is the import path of a Go package. e.g., "google.golang.org/genproto/protobuf".
protoc-gen-go/generator/generator.go:80
↓ 3 callersTypeAliasGoPackageName
A GoPackageName is the name of a Go package. e.g., "protobuf".
protoc-gen-go/generator/generator.go:85
↓ 3 callersTypeAliasfieldNum
proto/extensions.go:352
↓ 1 callersTypeAliasDefaultsMessage_DefaultsEnum
internal/testprotos/proto2_proto/test.pb.go:181
↓ 1 callersTypeAliasDefaults_Color
internal/testprotos/proto2_proto/test.pb.go:224
↓ 1 callersTypeAliasExtensionDescSlice
proto/extensions_test.go:173
↓ 1 callersTypeAliasFOO
please upgrade the proto package
internal/testprotos/proto2_proto/test.pb.go:23
↓ 1 callersTypeAliasGoTest_KIND
An enum, for completeness.
internal/testprotos/proto2_proto/test.pb.go:61
↓ 1 callersTypeAliasMyMessage_Color
internal/testprotos/proto2_proto/test.pb.go:138
↓ 1 callersTypeAliasRepeatedEnum_Color
internal/testprotos/proto2_proto/test.pb.go:267
↓ 1 callersTypeAliasWidget_Color
please upgrade the proto package
internal/testprotos/jsonpb_proto/test2.pb.go:28
↓ 1 callersTypeAliasbyTypeName
protoc-gen-go/generator/generator.go:2428
↓ 1 callersFuncTypefuncResolver
func(turl string) (proto.Message, error)
jsonpb/json_test.go:937
StructAnnotatedAtoms
AnnotatedAtoms is a list of atoms (as consumed by P) that records the file name and proto AST path from which they originated.
protoc-gen-go/generator/generator.go:962
InterfaceAnyResolver
AnyResolver takes a type URL, present in an Any message, and resolves it into an instance of the associated message.
jsonpb/json.go:25
StructBuffer
Buffer is a buffer for encoding and decoding the protobuf wire format. It may be reused between invocations to reduce memory usage.
proto/buffer.go:49
StructCommunique
internal/testprotos/proto2_proto/test.pb.go:3422
StructCommunique_Col
internal/testprotos/proto2_proto/test.pb.go:3491
StructCommunique_Data
internal/testprotos/proto2_proto/test.pb.go:3483
StructCommunique_Msg
internal/testprotos/proto2_proto/test.pb.go:3495
StructCommunique_Name
internal/testprotos/proto2_proto/test.pb.go:3479
StructCommunique_Number
internal/testprotos/proto2_proto/test.pb.go:3475
StructCommunique_TempC
internal/testprotos/proto2_proto/test.pb.go:3487
StructComplex
internal/testprotos/jsonpb_proto/test2.pb.go:770
StructComplexExtension
internal/testprotos/proto2_proto/test.pb.go:2141
StructDefaults
internal/testprotos/proto2_proto/test.pb.go:2400
StructDefaultsMessage
internal/testprotos/proto2_proto/test.pb.go:2196
StructDescriptor
Descriptor represents a protocol buffer message.
protoc-gen-go/generator/generator.go:112
StructDynamicAny
DynamicAny is a value that can be passed to UnmarshalAny to automatically allocate a proto.Message for the type specified in an anypb.Any message. The
ptypes/any.go:136
StructEmpty
internal/testprotos/proto2_proto/test.pb.go:2236
StructEnumDescriptor
EnumDescriptor describes an enum. If it's at top level, its parent will be nil. Otherwise it will be the descriptor of the message in which it is defi
protoc-gen-go/generator/generator.go:146
StructExt
internal/testprotos/proto2_proto/test.pb.go:2067
StructExtensionDescriptor
ExtensionDescriptor describes an extension. If it's at top level, its parent will be nil. Otherwise it will be the descriptor of the message in which
protoc-gen-go/generator/generator.go:198
StructFileDescriptor
FileDescriptor describes an protocol buffer descriptor file (.proto). It includes slices of all the messages and enums defined within it. Those slices
protoc-gen-go/generator/generator.go:242
StructFloatingPoint
internal/testprotos/proto2_proto/test.pb.go:2940
InterfaceGeneratedEnum
GeneratedEnum is any enum type generated by protoc-gen-go which is a named int32 kind. This type exists for documentation purposes.
proto/proto.go:32
InterfaceGeneratedMessage
GeneratedMessage is any message type generated by protoc-gen-go which is a pointer to a named struct kind. This type exists for documentation purposes
proto/proto.go:37
StructGenerator
Generator is the type whose methods generate the output, stored in the associated response structure.
protoc-gen-go/generator/generator.go:384
StructGoEnum
internal/testprotos/proto2_proto/test.pb.go:304
StructGoSkipTest
For testing skipping of unrecognized fields. Numbers are all big, larger than tag numbers in GoTestField, the message used in the corresponding test.
internal/testprotos/proto2_proto/test.pb.go:1302
StructGoSkipTest_SkipGroup
internal/testprotos/proto2_proto/test.pb.go:1373
StructGoTest
internal/testprotos/proto2_proto/test.pb.go:390
StructGoTestField
internal/testprotos/proto2_proto/test.pb.go:343
StructGoTestRequiredGroupField
For testing a group containing a required field.
internal/testprotos/proto2_proto/test.pb.go:1221
StructGoTestRequiredGroupField_Group
internal/testprotos/proto2_proto/test.pb.go:1260
StructGoTest_OptionalGroup
internal/testprotos/proto2_proto/test.pb.go:1181
StructGoTest_RepeatedGroup
internal/testprotos/proto2_proto/test.pb.go:1142
StructGoTest_RequiredGroup
Required, repeated, and optional groups.
internal/testprotos/proto2_proto/test.pb.go:1103
StructGroupNew
internal/testprotos/proto2_proto/test.pb.go:2854
StructGroupNew_G
internal/testprotos/proto2_proto/test.pb.go:2893
StructGroupOld
internal/testprotos/proto2_proto/test.pb.go:2776
StructGroupOld_G
internal/testprotos/proto2_proto/test.pb.go:2815
StructImportedDescriptor
ImportedDescriptor describes a type that has been publicly imported from another file.
protoc-gen-go/generator/generator.go:232
StructInnerMessage
internal/testprotos/proto2_proto/test.pb.go:1723
StructIntMap
internal/testprotos/proto3_proto/test.pb.go:325
StructIntMaps
internal/testprotos/proto3_proto/test.pb.go:364
StructInternalMessageInfo
Deprecated: Do not use; this type existed for intenal-use only.
proto/deprecated.go:88
InterfaceJSONPBMarshaler
JSONPBMarshaler is implemented by protobuf messages that customize the way they are marshaled to JSON. Messages that implement this should also implem
jsonpb/encode.go:61
InterfaceJSONPBUnmarshaler
JSONPBUnmarshaler is implemented by protobuf messages that customize the way they are unmarshaled from JSON. Messages that implement this should also
jsonpb/decode.go:62
StructKnownTypes
internal/testprotos/jsonpb_proto/test2.pb.go:827
StructLocation
A Location represents a span of byte offsets in the source text.
protoc-gen-go/generator/internal/remap/remap.go:16
TypeAliasMap
A Map represents a mapping between token locations in an input source text and locations in the correspnding output text.
protoc-gen-go/generator/internal/remap/remap.go:22
StructMappy
internal/testprotos/jsonpb_proto/test3.pb.go:207
StructMaps
internal/testprotos/jsonpb_proto/test2.pb.go:535
InterfaceMarshaler
Marshaler is implemented by messages that can marshal themselves. This interface is used by the following functions: Size, Marshal, Buffer.Marshal, an
proto/proto.go:75
StructMarshaler
Marshaler is a configurable object for marshaling protocol buffer messages to the specified JSON representation.
jsonpb/encode.go:30
StructMaxTag
internal/testprotos/proto2_proto/test.pb.go:1500
InterfaceMerger
Merger is implemented by messages that can merge themselves. This interface is used by the following functions: Clone and Merge. Deprecated: Do not i
proto/proto.go:98
InterfaceMessage
Message is proto.Message with a method to return its descriptor. Deprecated: The Descriptor method may not be generated by future versions of protoc-
descriptor/descriptor.go:32
StructMessage
internal/testprotos/proto3_proto/test.pb.go:56
StructMessageList
internal/testprotos/proto2_proto/test.pb.go:2267
StructMessageList_Message
internal/testprotos/proto2_proto/test.pb.go:2306
StructMessageWithMap
internal/testprotos/proto3_proto/test.pb.go:286
StructMessageWithMap
internal/testprotos/proto2_proto/test.pb.go:2987
TypeAliasMessage_Humour
please upgrade the proto package
internal/testprotos/proto3_proto/test.pb.go:25
StructMoreRepeated
internal/testprotos/proto2_proto/test.pb.go:2689
StructMsgWithIndirectRequired
internal/testprotos/jsonpb_proto/test2.pb.go:1018
StructMsgWithOneof
internal/testprotos/jsonpb_proto/test2.pb.go:582
StructMsgWithOneof_Country
internal/testprotos/jsonpb_proto/test2.pb.go:633
StructMsgWithOneof_HomeAddress
internal/testprotos/jsonpb_proto/test2.pb.go:637
StructMsgWithOneof_MsgWithRequired
internal/testprotos/jsonpb_proto/test2.pb.go:641
StructMsgWithOneof_NullValue
internal/testprotos/jsonpb_proto/test2.pb.go:645
StructMsgWithOneof_Salary
internal/testprotos/jsonpb_proto/test2.pb.go:629
StructMsgWithOneof_Title
internal/testprotos/jsonpb_proto/test2.pb.go:625
StructMsgWithRequired
Test messages for marshaling/unmarshaling required fields.
internal/testprotos/jsonpb_proto/test2.pb.go:979
StructMsgWithRequiredBytes
internal/testprotos/jsonpb_proto/test2.pb.go:1073
StructMsgWithRequiredWKT
internal/testprotos/jsonpb_proto/test2.pb.go:1112
StructMyMessage
internal/testprotos/proto2_proto/test.pb.go:1891
StructMyMessage_SomeGroup
internal/testprotos/proto2_proto/test.pb.go:2028
StructNMMessage
proto/proto_test.go:1301
StructNNIMessage
proto/proto_test.go:1293
StructNested
internal/testprotos/proto3_proto/test.pb.go:239
StructNewMessage
NewMessage is wire compatible with OldMessage; imagine it as a future version.
internal/testprotos/proto2_proto/test.pb.go:1628
StructNewMessage_Nested
internal/testprotos/proto2_proto/test.pb.go:1676
StructNonFinites
Test message for holding special non-finites primitives.
internal/testprotos/jsonpb_proto/test2.pb.go:256
StructNonPackedTest
For testing packed/non-packed decoder switching. A serialized instance of one should be deserializable as the other.
internal/testprotos/proto2_proto/test.pb.go:1422
TypeAliasNumeral
please upgrade the proto package
internal/testprotos/jsonpb_proto/test3.pb.go:23
InterfaceObject
Object is an interface abstracting the abilities shared by enums, messages, extensions and imported objects.
protoc-gen-go/generator/generator.go:377
StructOldMessage
internal/testprotos/proto2_proto/test.pb.go:1540
StructOldMessage_Nested
internal/testprotos/proto2_proto/test.pb.go:1587
next →1–100 of 204, ranked by callers