Versions in this module Expand all Collapse all v1 v1.1.1 Jul 17, 2018 Changes in this version + const Default_EnumOptions_Deprecated + const Default_EnumValueOptions_Deprecated + const Default_FieldOptions_Deprecated + const Default_FieldOptions_Lazy + const Default_FieldOptions_Weak + const Default_FileOptions_CcEnableArenas + const Default_FileOptions_CcGenericServices + const Default_FileOptions_Deprecated + const Default_FileOptions_JavaGenericServices + const Default_FileOptions_JavaMultipleFiles + const Default_FileOptions_JavaStringCheckUtf8 + const Default_FileOptions_PhpGenericServices + const Default_FileOptions_PyGenericServices + const Default_MessageOptions_Deprecated + const Default_MessageOptions_MessageSetWireFormat + const Default_MessageOptions_NoStandardDescriptorAccessor + const Default_MethodDescriptorProto_ClientStreaming + const Default_MethodDescriptorProto_ServerStreaming + const Default_MethodOptions_Deprecated + const Default_ServiceOptions_Deprecated + var FieldDescriptorProto_Label_name = map[int32]string + var FieldDescriptorProto_Label_value = map[string]int32 + var FieldDescriptorProto_Type_name = map[int32]string + var FieldDescriptorProto_Type_value = map[string]int32 + var FieldOptions_CType_name = map[int32]string + var FieldOptions_CType_value = map[string]int32 + var FieldOptions_JSType_name = map[int32]string + var FieldOptions_JSType_value = map[string]int32 + var FileOptions_OptimizeMode_name = map[int32]string + var FileOptions_OptimizeMode_value = map[string]int32 + var MethodOptions_IdempotencyLevel_name = map[int32]string + var MethodOptions_IdempotencyLevel_value = map[string]int32 + func ForMessage(msg Message) (fd *FileDescriptorProto, md *DescriptorProto) + type DescriptorProto struct + EnumType []*EnumDescriptorProto + Extension []*FieldDescriptorProto + ExtensionRange []*DescriptorProto_ExtensionRange + Field []*FieldDescriptorProto + Name *string + NestedType []*DescriptorProto + OneofDecl []*OneofDescriptorProto + Options *MessageOptions + ReservedName []string + ReservedRange []*DescriptorProto_ReservedRange + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DescriptorProto) Descriptor() ([]byte, []int) + func (*DescriptorProto) ProtoMessage() + func (dst *DescriptorProto) XXX_Merge(src proto.Message) + func (m *DescriptorProto) GetEnumType() []*EnumDescriptorProto + func (m *DescriptorProto) GetExtension() []*FieldDescriptorProto + func (m *DescriptorProto) GetExtensionRange() []*DescriptorProto_ExtensionRange + func (m *DescriptorProto) GetField() []*FieldDescriptorProto + func (m *DescriptorProto) GetName() string + func (m *DescriptorProto) GetNestedType() []*DescriptorProto + func (m *DescriptorProto) GetOneofDecl() []*OneofDescriptorProto + func (m *DescriptorProto) GetOptions() *MessageOptions + func (m *DescriptorProto) GetReservedName() []string + func (m *DescriptorProto) GetReservedRange() []*DescriptorProto_ReservedRange + func (m *DescriptorProto) HasExtension() bool + func (m *DescriptorProto) Reset() + func (m *DescriptorProto) String() string + func (m *DescriptorProto) XXX_DiscardUnknown() + func (m *DescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DescriptorProto) XXX_Size() int + func (m *DescriptorProto) XXX_Unmarshal(b []byte) error + func (msg *DescriptorProto) GetFieldDescriptor(fieldName string) *FieldDescriptorProto + func (msg *DescriptorProto) GetMapFields() (*FieldDescriptorProto, *FieldDescriptorProto) + func (msg *DescriptorProto) IsExtendable() bool + func (this *DescriptorProto) GoString() string + type DescriptorProto_ExtensionRange struct + End *int32 + Options *ExtensionRangeOptions + Start *int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DescriptorProto_ExtensionRange) Descriptor() ([]byte, []int) + func (*DescriptorProto_ExtensionRange) ProtoMessage() + func (dst *DescriptorProto_ExtensionRange) XXX_Merge(src proto.Message) + func (m *DescriptorProto_ExtensionRange) GetEnd() int32 + func (m *DescriptorProto_ExtensionRange) GetOptions() *ExtensionRangeOptions + func (m *DescriptorProto_ExtensionRange) GetStart() int32 + func (m *DescriptorProto_ExtensionRange) Reset() + func (m *DescriptorProto_ExtensionRange) String() string + func (m *DescriptorProto_ExtensionRange) XXX_DiscardUnknown() + func (m *DescriptorProto_ExtensionRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DescriptorProto_ExtensionRange) XXX_Size() int + func (m *DescriptorProto_ExtensionRange) XXX_Unmarshal(b []byte) error + func (this *DescriptorProto_ExtensionRange) GoString() string + type DescriptorProto_ReservedRange struct + End *int32 + Start *int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DescriptorProto_ReservedRange) Descriptor() ([]byte, []int) + func (*DescriptorProto_ReservedRange) ProtoMessage() + func (dst *DescriptorProto_ReservedRange) XXX_Merge(src proto.Message) + func (m *DescriptorProto_ReservedRange) GetEnd() int32 + func (m *DescriptorProto_ReservedRange) GetStart() int32 + func (m *DescriptorProto_ReservedRange) Reset() + func (m *DescriptorProto_ReservedRange) String() string + func (m *DescriptorProto_ReservedRange) XXX_DiscardUnknown() + func (m *DescriptorProto_ReservedRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DescriptorProto_ReservedRange) XXX_Size() int + func (m *DescriptorProto_ReservedRange) XXX_Unmarshal(b []byte) error + func (this *DescriptorProto_ReservedRange) GoString() string + type EnumDescriptorProto struct + Name *string + Options *EnumOptions + ReservedName []string + ReservedRange []*EnumDescriptorProto_EnumReservedRange + Value []*EnumValueDescriptorProto + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EnumDescriptorProto) Descriptor() ([]byte, []int) + func (*EnumDescriptorProto) ProtoMessage() + func (dst *EnumDescriptorProto) XXX_Merge(src proto.Message) + func (m *EnumDescriptorProto) GetName() string + func (m *EnumDescriptorProto) GetOptions() *EnumOptions + func (m *EnumDescriptorProto) GetReservedName() []string + func (m *EnumDescriptorProto) GetReservedRange() []*EnumDescriptorProto_EnumReservedRange + func (m *EnumDescriptorProto) GetValue() []*EnumValueDescriptorProto + func (m *EnumDescriptorProto) Reset() + func (m *EnumDescriptorProto) String() string + func (m *EnumDescriptorProto) XXX_DiscardUnknown() + func (m *EnumDescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EnumDescriptorProto) XXX_Size() int + func (m *EnumDescriptorProto) XXX_Unmarshal(b []byte) error + func (this *EnumDescriptorProto) GoString() string + type EnumDescriptorProto_EnumReservedRange struct + End *int32 + Start *int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EnumDescriptorProto_EnumReservedRange) Descriptor() ([]byte, []int) + func (*EnumDescriptorProto_EnumReservedRange) ProtoMessage() + func (dst *EnumDescriptorProto_EnumReservedRange) XXX_Merge(src proto.Message) + func (m *EnumDescriptorProto_EnumReservedRange) GetEnd() int32 + func (m *EnumDescriptorProto_EnumReservedRange) GetStart() int32 + func (m *EnumDescriptorProto_EnumReservedRange) Reset() + func (m *EnumDescriptorProto_EnumReservedRange) String() string + func (m *EnumDescriptorProto_EnumReservedRange) XXX_DiscardUnknown() + func (m *EnumDescriptorProto_EnumReservedRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EnumDescriptorProto_EnumReservedRange) XXX_Size() int + func (m *EnumDescriptorProto_EnumReservedRange) XXX_Unmarshal(b []byte) error + func (this *EnumDescriptorProto_EnumReservedRange) GoString() string + type EnumOptions struct + AllowAlias *bool + Deprecated *bool + UninterpretedOption []*UninterpretedOption + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EnumOptions) Descriptor() ([]byte, []int) + func (*EnumOptions) ExtensionRangeArray() []proto.ExtensionRange + func (*EnumOptions) ProtoMessage() + func (dst *EnumOptions) XXX_Merge(src proto.Message) + func (m *EnumOptions) GetAllowAlias() bool + func (m *EnumOptions) GetDeprecated() bool + func (m *EnumOptions) GetUninterpretedOption() []*UninterpretedOption + func (m *EnumOptions) Reset() + func (m *EnumOptions) String() string + func (m *EnumOptions) XXX_DiscardUnknown() + func (m *EnumOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EnumOptions) XXX_Size() int + func (m *EnumOptions) XXX_Unmarshal(b []byte) error + func (this *EnumOptions) GoString() string + type EnumValueDescriptorProto struct + Name *string + Number *int32 + Options *EnumValueOptions + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EnumValueDescriptorProto) Descriptor() ([]byte, []int) + func (*EnumValueDescriptorProto) ProtoMessage() + func (dst *EnumValueDescriptorProto) XXX_Merge(src proto.Message) + func (m *EnumValueDescriptorProto) GetName() string + func (m *EnumValueDescriptorProto) GetNumber() int32 + func (m *EnumValueDescriptorProto) GetOptions() *EnumValueOptions + func (m *EnumValueDescriptorProto) Reset() + func (m *EnumValueDescriptorProto) String() string + func (m *EnumValueDescriptorProto) XXX_DiscardUnknown() + func (m *EnumValueDescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EnumValueDescriptorProto) XXX_Size() int + func (m *EnumValueDescriptorProto) XXX_Unmarshal(b []byte) error + func (this *EnumValueDescriptorProto) GoString() string + type EnumValueOptions struct + Deprecated *bool + UninterpretedOption []*UninterpretedOption + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EnumValueOptions) Descriptor() ([]byte, []int) + func (*EnumValueOptions) ExtensionRangeArray() []proto.ExtensionRange + func (*EnumValueOptions) ProtoMessage() + func (dst *EnumValueOptions) XXX_Merge(src proto.Message) + func (m *EnumValueOptions) GetDeprecated() bool + func (m *EnumValueOptions) GetUninterpretedOption() []*UninterpretedOption + func (m *EnumValueOptions) Reset() + func (m *EnumValueOptions) String() string + func (m *EnumValueOptions) XXX_DiscardUnknown() + func (m *EnumValueOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EnumValueOptions) XXX_Size() int + func (m *EnumValueOptions) XXX_Unmarshal(b []byte) error + func (this *EnumValueOptions) GoString() string + type ExtensionRangeOptions struct + UninterpretedOption []*UninterpretedOption + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ExtensionRangeOptions) Descriptor() ([]byte, []int) + func (*ExtensionRangeOptions) ExtensionRangeArray() []proto.ExtensionRange + func (*ExtensionRangeOptions) ProtoMessage() + func (dst *ExtensionRangeOptions) XXX_Merge(src proto.Message) + func (m *ExtensionRangeOptions) GetUninterpretedOption() []*UninterpretedOption + func (m *ExtensionRangeOptions) Reset() + func (m *ExtensionRangeOptions) String() string + func (m *ExtensionRangeOptions) XXX_DiscardUnknown() + func (m *ExtensionRangeOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExtensionRangeOptions) XXX_Size() int + func (m *ExtensionRangeOptions) XXX_Unmarshal(b []byte) error + func (this *ExtensionRangeOptions) GoString() string + type FieldDescriptorProto struct + DefaultValue *string + Extendee *string + JsonName *string + Label *FieldDescriptorProto_Label + Name *string + Number *int32 + OneofIndex *int32 + Options *FieldOptions + Type *FieldDescriptorProto_Type + TypeName *string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FieldDescriptorProto) Descriptor() ([]byte, []int) + func (*FieldDescriptorProto) ProtoMessage() + func (dst *FieldDescriptorProto) XXX_Merge(src proto.Message) + func (f *FieldDescriptorProto) IsBool() bool + func (f *FieldDescriptorProto) IsBytes() bool + func (f *FieldDescriptorProto) IsEnum() bool + func (f *FieldDescriptorProto) IsMessage() bool + func (f *FieldDescriptorProto) IsPacked() bool + func (f *FieldDescriptorProto) IsPacked3() bool + func (f *FieldDescriptorProto) IsRepeated() bool + func (f *FieldDescriptorProto) IsRequired() bool + func (f *FieldDescriptorProto) IsString() bool + func (field *FieldDescriptorProto) GetKey() []byte + func (field *FieldDescriptorProto) GetKey3() []byte + func (field *FieldDescriptorProto) GetKey3Uint64() (x uint64) + func (field *FieldDescriptorProto) GetKeyUint64() (x uint64) + func (field *FieldDescriptorProto) IsScalar() bool + func (field *FieldDescriptorProto) WireType() (wire int) + func (m *FieldDescriptorProto) GetDefaultValue() string + func (m *FieldDescriptorProto) GetExtendee() string + func (m *FieldDescriptorProto) GetJsonName() string + func (m *FieldDescriptorProto) GetLabel() FieldDescriptorProto_Label + func (m *FieldDescriptorProto) GetName() string + func (m *FieldDescriptorProto) GetNumber() int32 + func (m *FieldDescriptorProto) GetOneofIndex() int32 + func (m *FieldDescriptorProto) GetOptions() *FieldOptions + func (m *FieldDescriptorProto) GetType() FieldDescriptorProto_Type + func (m *FieldDescriptorProto) GetTypeName() string + func (m *FieldDescriptorProto) Reset() + func (m *FieldDescriptorProto) String() string + func (m *FieldDescriptorProto) XXX_DiscardUnknown() + func (m *FieldDescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FieldDescriptorProto) XXX_Size() int + func (m *FieldDescriptorProto) XXX_Unmarshal(b []byte) error + func (this *FieldDescriptorProto) GoString() string + type FieldDescriptorProto_Label int32 + const FieldDescriptorProto_LABEL_OPTIONAL + const FieldDescriptorProto_LABEL_REPEATED + const FieldDescriptorProto_LABEL_REQUIRED + func (FieldDescriptorProto_Label) EnumDescriptor() ([]byte, []int) + func (x *FieldDescriptorProto_Label) UnmarshalJSON(data []byte) error + func (x FieldDescriptorProto_Label) Enum() *FieldDescriptorProto_Label + func (x FieldDescriptorProto_Label) String() string + type FieldDescriptorProto_Type int32 + const FieldDescriptorProto_TYPE_BOOL + const FieldDescriptorProto_TYPE_BYTES + const FieldDescriptorProto_TYPE_DOUBLE + const FieldDescriptorProto_TYPE_ENUM + const FieldDescriptorProto_TYPE_FIXED32 + const FieldDescriptorProto_TYPE_FIXED64 + const FieldDescriptorProto_TYPE_FLOAT + const FieldDescriptorProto_TYPE_GROUP + const FieldDescriptorProto_TYPE_INT32 + const FieldDescriptorProto_TYPE_INT64 + const FieldDescriptorProto_TYPE_MESSAGE + const FieldDescriptorProto_TYPE_SFIXED32 + const FieldDescriptorProto_TYPE_SFIXED64 + const FieldDescriptorProto_TYPE_SINT32 + const FieldDescriptorProto_TYPE_SINT64 + const FieldDescriptorProto_TYPE_STRING + const FieldDescriptorProto_TYPE_UINT32 + const FieldDescriptorProto_TYPE_UINT64 + func (FieldDescriptorProto_Type) EnumDescriptor() ([]byte, []int) + func (x *FieldDescriptorProto_Type) UnmarshalJSON(data []byte) error + func (x FieldDescriptorProto_Type) Enum() *FieldDescriptorProto_Type + func (x FieldDescriptorProto_Type) String() string + type FieldOptions struct + Ctype *FieldOptions_CType + Deprecated *bool + Jstype *FieldOptions_JSType + Lazy *bool + Packed *bool + UninterpretedOption []*UninterpretedOption + Weak *bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FieldOptions) Descriptor() ([]byte, []int) + func (*FieldOptions) ExtensionRangeArray() []proto.ExtensionRange + func (*FieldOptions) ProtoMessage() + func (dst *FieldOptions) XXX_Merge(src proto.Message) + func (m *FieldOptions) GetCtype() FieldOptions_CType + func (m *FieldOptions) GetDeprecated() bool + func (m *FieldOptions) GetJstype() FieldOptions_JSType + func (m *FieldOptions) GetLazy() bool + func (m *FieldOptions) GetPacked() bool + func (m *FieldOptions) GetUninterpretedOption() []*UninterpretedOption + func (m *FieldOptions) GetWeak() bool + func (m *FieldOptions) Reset() + func (m *FieldOptions) String() string + func (m *FieldOptions) XXX_DiscardUnknown() + func (m *FieldOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FieldOptions) XXX_Size() int + func (m *FieldOptions) XXX_Unmarshal(b []byte) error + func (this *FieldOptions) GoString() string + type FieldOptions_CType int32 + const Default_FieldOptions_Ctype + const FieldOptions_CORD + const FieldOptions_STRING + const FieldOptions_STRING_PIECE + func (FieldOptions_CType) EnumDescriptor() ([]byte, []int) + func (x *FieldOptions_CType) UnmarshalJSON(data []byte) error + func (x FieldOptions_CType) Enum() *FieldOptions_CType + func (x FieldOptions_CType) String() string + type FieldOptions_JSType int32 + const Default_FieldOptions_Jstype + const FieldOptions_JS_NORMAL + const FieldOptions_JS_NUMBER + const FieldOptions_JS_STRING + func (FieldOptions_JSType) EnumDescriptor() ([]byte, []int) + func (x *FieldOptions_JSType) UnmarshalJSON(data []byte) error + func (x FieldOptions_JSType) Enum() *FieldOptions_JSType + func (x FieldOptions_JSType) String() string + type FileDescriptorProto struct + Dependency []string + EnumType []*EnumDescriptorProto + Extension []*FieldDescriptorProto + MessageType []*DescriptorProto + Name *string + Options *FileOptions + Package *string + PublicDependency []int32 + Service []*ServiceDescriptorProto + SourceCodeInfo *SourceCodeInfo + Syntax *string + WeakDependency []int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FileDescriptorProto) Descriptor() ([]byte, []int) + func (*FileDescriptorProto) ProtoMessage() + func (dst *FileDescriptorProto) XXX_Merge(src proto.Message) + func (file *FileDescriptorProto) GetMessage(typeName string) *DescriptorProto + func (file *FileDescriptorProto) GetNestedMessage(msg *DescriptorProto, typeName string) *DescriptorProto + func (m *FileDescriptorProto) GetDependency() []string + func (m *FileDescriptorProto) GetEnumType() []*EnumDescriptorProto + func (m *FileDescriptorProto) GetExtension() []*FieldDescriptorProto + func (m *FileDescriptorProto) GetMessageType() []*DescriptorProto + func (m *FileDescriptorProto) GetName() string + func (m *FileDescriptorProto) GetOptions() *FileOptions + func (m *FileDescriptorProto) GetPackage() string + func (m *FileDescriptorProto) GetPublicDependency() []int32 + func (m *FileDescriptorProto) GetService() []*ServiceDescriptorProto + func (m *FileDescriptorProto) GetSourceCodeInfo() *SourceCodeInfo + func (m *FileDescriptorProto) GetSyntax() string + func (m *FileDescriptorProto) GetWeakDependency() []int32 + func (m *FileDescriptorProto) Reset() + func (m *FileDescriptorProto) String() string + func (m *FileDescriptorProto) XXX_DiscardUnknown() + func (m *FileDescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FileDescriptorProto) XXX_Size() int + func (m *FileDescriptorProto) XXX_Unmarshal(b []byte) error + func (this *FileDescriptorProto) GoString() string + type FileDescriptorSet struct + File []*FileDescriptorProto + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FileDescriptorSet) Descriptor() ([]byte, []int) + func (*FileDescriptorSet) ProtoMessage() + func (desc *FileDescriptorSet) FindExtension(packageName string, typeName string, fieldName string) (extPackageName string, field *FieldDescriptorProto) + func (desc *FileDescriptorSet) FindExtensionByFieldNumber(packageName string, typeName string, fieldNum int32) (extPackageName string, field *FieldDescriptorProto) + func (desc *FileDescriptorSet) FindMessage(packageName string, typeName string, fieldName string) (msgPackageName string, msgName string) + func (desc *FileDescriptorSet) GetEnum(packageName string, typeName string) *EnumDescriptorProto + func (desc *FileDescriptorSet) GetField(packageName, messageName, fieldName string) *FieldDescriptorProto + func (desc *FileDescriptorSet) GetMessage(packageName string, typeName string) *DescriptorProto + func (desc *FileDescriptorSet) IsProto3(packageName string, typeName string) bool + func (dst *FileDescriptorSet) XXX_Merge(src proto.Message) + func (m *FileDescriptorSet) GetFile() []*FileDescriptorProto + func (m *FileDescriptorSet) Reset() + func (m *FileDescriptorSet) String() string + func (m *FileDescriptorSet) XXX_DiscardUnknown() + func (m *FileDescriptorSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FileDescriptorSet) XXX_Size() int + func (m *FileDescriptorSet) XXX_Unmarshal(b []byte) error + func (this *FileDescriptorSet) GoString() string + type FileOptions struct + CcEnableArenas *bool + CcGenericServices *bool + CsharpNamespace *string + Deprecated *bool + GoPackage *string + JavaGenerateEqualsAndHash *bool + JavaGenericServices *bool + JavaMultipleFiles *bool + JavaOuterClassname *string + JavaPackage *string + JavaStringCheckUtf8 *bool + ObjcClassPrefix *string + OptimizeFor *FileOptions_OptimizeMode + PhpClassPrefix *string + PhpGenericServices *bool + PhpNamespace *string + PyGenericServices *bool + SwiftPrefix *string + UninterpretedOption []*UninterpretedOption + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FileOptions) Descriptor() ([]byte, []int) + func (*FileOptions) ExtensionRangeArray() []proto.ExtensionRange + func (*FileOptions) ProtoMessage() + func (dst *FileOptions) XXX_Merge(src proto.Message) + func (m *FileOptions) GetCcEnableArenas() bool + func (m *FileOptions) GetCcGenericServices() bool + func (m *FileOptions) GetCsharpNamespace() string + func (m *FileOptions) GetDeprecated() bool + func (m *FileOptions) GetGoPackage() string + func (m *FileOptions) GetJavaGenerateEqualsAndHash() bool + func (m *FileOptions) GetJavaGenericServices() bool + func (m *FileOptions) GetJavaMultipleFiles() bool + func (m *FileOptions) GetJavaOuterClassname() string + func (m *FileOptions) GetJavaPackage() string + func (m *FileOptions) GetJavaStringCheckUtf8() bool + func (m *FileOptions) GetObjcClassPrefix() string + func (m *FileOptions) GetOptimizeFor() FileOptions_OptimizeMode + func (m *FileOptions) GetPhpClassPrefix() string + func (m *FileOptions) GetPhpGenericServices() bool + func (m *FileOptions) GetPhpNamespace() string + func (m *FileOptions) GetPyGenericServices() bool + func (m *FileOptions) GetSwiftPrefix() string + func (m *FileOptions) GetUninterpretedOption() []*UninterpretedOption + func (m *FileOptions) Reset() + func (m *FileOptions) String() string + func (m *FileOptions) XXX_DiscardUnknown() + func (m *FileOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FileOptions) XXX_Size() int + func (m *FileOptions) XXX_Unmarshal(b []byte) error + func (this *FileOptions) GoString() string + type FileOptions_OptimizeMode int32 + const Default_FileOptions_OptimizeFor + const FileOptions_CODE_SIZE + const FileOptions_LITE_RUNTIME + const FileOptions_SPEED + func (FileOptions_OptimizeMode) EnumDescriptor() ([]byte, []int) + func (x *FileOptions_OptimizeMode) UnmarshalJSON(data []byte) error + func (x FileOptions_OptimizeMode) Enum() *FileOptions_OptimizeMode + func (x FileOptions_OptimizeMode) String() string + type GeneratedCodeInfo struct + Annotation []*GeneratedCodeInfo_Annotation + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GeneratedCodeInfo) Descriptor() ([]byte, []int) + func (*GeneratedCodeInfo) ProtoMessage() + func (dst *GeneratedCodeInfo) XXX_Merge(src proto.Message) + func (m *GeneratedCodeInfo) GetAnnotation() []*GeneratedCodeInfo_Annotation + func (m *GeneratedCodeInfo) Reset() + func (m *GeneratedCodeInfo) String() string + func (m *GeneratedCodeInfo) XXX_DiscardUnknown() + func (m *GeneratedCodeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GeneratedCodeInfo) XXX_Size() int + func (m *GeneratedCodeInfo) XXX_Unmarshal(b []byte) error + func (this *GeneratedCodeInfo) GoString() string + type GeneratedCodeInfo_Annotation struct + Begin *int32 + End *int32 + Path []int32 + SourceFile *string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GeneratedCodeInfo_Annotation) Descriptor() ([]byte, []int) + func (*GeneratedCodeInfo_Annotation) ProtoMessage() + func (dst *GeneratedCodeInfo_Annotation) XXX_Merge(src proto.Message) + func (m *GeneratedCodeInfo_Annotation) GetBegin() int32 + func (m *GeneratedCodeInfo_Annotation) GetEnd() int32 + func (m *GeneratedCodeInfo_Annotation) GetPath() []int32 + func (m *GeneratedCodeInfo_Annotation) GetSourceFile() string + func (m *GeneratedCodeInfo_Annotation) Reset() + func (m *GeneratedCodeInfo_Annotation) String() string + func (m *GeneratedCodeInfo_Annotation) XXX_DiscardUnknown() + func (m *GeneratedCodeInfo_Annotation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GeneratedCodeInfo_Annotation) XXX_Size() int + func (m *GeneratedCodeInfo_Annotation) XXX_Unmarshal(b []byte) error + func (this *GeneratedCodeInfo_Annotation) GoString() string + type Message interface + Descriptor func() ([]byte, []int) + type MessageOptions struct + Deprecated *bool + MapEntry *bool + MessageSetWireFormat *bool + NoStandardDescriptorAccessor *bool + UninterpretedOption []*UninterpretedOption + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MessageOptions) Descriptor() ([]byte, []int) + func (*MessageOptions) ExtensionRangeArray() []proto.ExtensionRange + func (*MessageOptions) ProtoMessage() + func (dst *MessageOptions) XXX_Merge(src proto.Message) + func (m *MessageOptions) GetDeprecated() bool + func (m *MessageOptions) GetMapEntry() bool + func (m *MessageOptions) GetMessageSetWireFormat() bool + func (m *MessageOptions) GetNoStandardDescriptorAccessor() bool + func (m *MessageOptions) GetUninterpretedOption() []*UninterpretedOption + func (m *MessageOptions) Reset() + func (m *MessageOptions) String() string + func (m *MessageOptions) XXX_DiscardUnknown() + func (m *MessageOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MessageOptions) XXX_Size() int + func (m *MessageOptions) XXX_Unmarshal(b []byte) error + func (this *MessageOptions) GoString() string + type MethodDescriptorProto struct + ClientStreaming *bool + InputType *string + Name *string + Options *MethodOptions + OutputType *string + ServerStreaming *bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MethodDescriptorProto) Descriptor() ([]byte, []int) + func (*MethodDescriptorProto) ProtoMessage() + func (dst *MethodDescriptorProto) XXX_Merge(src proto.Message) + func (m *MethodDescriptorProto) GetClientStreaming() bool + func (m *MethodDescriptorProto) GetInputType() string + func (m *MethodDescriptorProto) GetName() string + func (m *MethodDescriptorProto) GetOptions() *MethodOptions + func (m *MethodDescriptorProto) GetOutputType() string + func (m *MethodDescriptorProto) GetServerStreaming() bool + func (m *MethodDescriptorProto) Reset() + func (m *MethodDescriptorProto) String() string + func (m *MethodDescriptorProto) XXX_DiscardUnknown() + func (m *MethodDescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MethodDescriptorProto) XXX_Size() int + func (m *MethodDescriptorProto) XXX_Unmarshal(b []byte) error + func (this *MethodDescriptorProto) GoString() string + type MethodOptions struct + Deprecated *bool + IdempotencyLevel *MethodOptions_IdempotencyLevel + UninterpretedOption []*UninterpretedOption + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MethodOptions) Descriptor() ([]byte, []int) + func (*MethodOptions) ExtensionRangeArray() []proto.ExtensionRange + func (*MethodOptions) ProtoMessage() + func (dst *MethodOptions) XXX_Merge(src proto.Message) + func (m *MethodOptions) GetDeprecated() bool + func (m *MethodOptions) GetIdempotencyLevel() MethodOptions_IdempotencyLevel + func (m *MethodOptions) GetUninterpretedOption() []*UninterpretedOption + func (m *MethodOptions) Reset() + func (m *MethodOptions) String() string + func (m *MethodOptions) XXX_DiscardUnknown() + func (m *MethodOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MethodOptions) XXX_Size() int + func (m *MethodOptions) XXX_Unmarshal(b []byte) error + func (this *MethodOptions) GoString() string + type MethodOptions_IdempotencyLevel int32 + const Default_MethodOptions_IdempotencyLevel + const MethodOptions_IDEMPOTENCY_UNKNOWN + const MethodOptions_IDEMPOTENT + const MethodOptions_NO_SIDE_EFFECTS + func (MethodOptions_IdempotencyLevel) EnumDescriptor() ([]byte, []int) + func (x *MethodOptions_IdempotencyLevel) UnmarshalJSON(data []byte) error + func (x MethodOptions_IdempotencyLevel) Enum() *MethodOptions_IdempotencyLevel + func (x MethodOptions_IdempotencyLevel) String() string + type OneofDescriptorProto struct + Name *string + Options *OneofOptions + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*OneofDescriptorProto) Descriptor() ([]byte, []int) + func (*OneofDescriptorProto) ProtoMessage() + func (dst *OneofDescriptorProto) XXX_Merge(src proto.Message) + func (m *OneofDescriptorProto) GetName() string + func (m *OneofDescriptorProto) GetOptions() *OneofOptions + func (m *OneofDescriptorProto) Reset() + func (m *OneofDescriptorProto) String() string + func (m *OneofDescriptorProto) XXX_DiscardUnknown() + func (m *OneofDescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *OneofDescriptorProto) XXX_Size() int + func (m *OneofDescriptorProto) XXX_Unmarshal(b []byte) error + func (this *OneofDescriptorProto) GoString() string + type OneofOptions struct + UninterpretedOption []*UninterpretedOption + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*OneofOptions) Descriptor() ([]byte, []int) + func (*OneofOptions) ExtensionRangeArray() []proto.ExtensionRange + func (*OneofOptions) ProtoMessage() + func (dst *OneofOptions) XXX_Merge(src proto.Message) + func (m *OneofOptions) GetUninterpretedOption() []*UninterpretedOption + func (m *OneofOptions) Reset() + func (m *OneofOptions) String() string + func (m *OneofOptions) XXX_DiscardUnknown() + func (m *OneofOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *OneofOptions) XXX_Size() int + func (m *OneofOptions) XXX_Unmarshal(b []byte) error + func (this *OneofOptions) GoString() string + type ServiceDescriptorProto struct + Method []*MethodDescriptorProto + Name *string + Options *ServiceOptions + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ServiceDescriptorProto) Descriptor() ([]byte, []int) + func (*ServiceDescriptorProto) ProtoMessage() + func (dst *ServiceDescriptorProto) XXX_Merge(src proto.Message) + func (m *ServiceDescriptorProto) GetMethod() []*MethodDescriptorProto + func (m *ServiceDescriptorProto) GetName() string + func (m *ServiceDescriptorProto) GetOptions() *ServiceOptions + func (m *ServiceDescriptorProto) Reset() + func (m *ServiceDescriptorProto) String() string + func (m *ServiceDescriptorProto) XXX_DiscardUnknown() + func (m *ServiceDescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ServiceDescriptorProto) XXX_Size() int + func (m *ServiceDescriptorProto) XXX_Unmarshal(b []byte) error + func (this *ServiceDescriptorProto) GoString() string + type ServiceOptions struct + Deprecated *bool + UninterpretedOption []*UninterpretedOption + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ServiceOptions) Descriptor() ([]byte, []int) + func (*ServiceOptions) ExtensionRangeArray() []proto.ExtensionRange + func (*ServiceOptions) ProtoMessage() + func (dst *ServiceOptions) XXX_Merge(src proto.Message) + func (m *ServiceOptions) GetDeprecated() bool + func (m *ServiceOptions) GetUninterpretedOption() []*UninterpretedOption + func (m *ServiceOptions) Reset() + func (m *ServiceOptions) String() string + func (m *ServiceOptions) XXX_DiscardUnknown() + func (m *ServiceOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ServiceOptions) XXX_Size() int + func (m *ServiceOptions) XXX_Unmarshal(b []byte) error + func (this *ServiceOptions) GoString() string + type SourceCodeInfo struct + Location []*SourceCodeInfo_Location + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SourceCodeInfo) Descriptor() ([]byte, []int) + func (*SourceCodeInfo) ProtoMessage() + func (dst *SourceCodeInfo) XXX_Merge(src proto.Message) + func (m *SourceCodeInfo) GetLocation() []*SourceCodeInfo_Location + func (m *SourceCodeInfo) Reset() + func (m *SourceCodeInfo) String() string + func (m *SourceCodeInfo) XXX_DiscardUnknown() + func (m *SourceCodeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SourceCodeInfo) XXX_Size() int + func (m *SourceCodeInfo) XXX_Unmarshal(b []byte) error + func (this *SourceCodeInfo) GoString() string + type SourceCodeInfo_Location struct + LeadingComments *string + LeadingDetachedComments []string + Path []int32 + Span []int32 + TrailingComments *string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SourceCodeInfo_Location) Descriptor() ([]byte, []int) + func (*SourceCodeInfo_Location) ProtoMessage() + func (dst *SourceCodeInfo_Location) XXX_Merge(src proto.Message) + func (m *SourceCodeInfo_Location) GetLeadingComments() string + func (m *SourceCodeInfo_Location) GetLeadingDetachedComments() []string + func (m *SourceCodeInfo_Location) GetPath() []int32 + func (m *SourceCodeInfo_Location) GetSpan() []int32 + func (m *SourceCodeInfo_Location) GetTrailingComments() string + func (m *SourceCodeInfo_Location) Reset() + func (m *SourceCodeInfo_Location) String() string + func (m *SourceCodeInfo_Location) XXX_DiscardUnknown() + func (m *SourceCodeInfo_Location) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SourceCodeInfo_Location) XXX_Size() int + func (m *SourceCodeInfo_Location) XXX_Unmarshal(b []byte) error + func (this *SourceCodeInfo_Location) GoString() string + type UninterpretedOption struct + AggregateValue *string + DoubleValue *float64 + IdentifierValue *string + Name []*UninterpretedOption_NamePart + NegativeIntValue *int64 + PositiveIntValue *uint64 + StringValue []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UninterpretedOption) Descriptor() ([]byte, []int) + func (*UninterpretedOption) ProtoMessage() + func (dst *UninterpretedOption) XXX_Merge(src proto.Message) + func (m *UninterpretedOption) GetAggregateValue() string + func (m *UninterpretedOption) GetDoubleValue() float64 + func (m *UninterpretedOption) GetIdentifierValue() string + func (m *UninterpretedOption) GetName() []*UninterpretedOption_NamePart + func (m *UninterpretedOption) GetNegativeIntValue() int64 + func (m *UninterpretedOption) GetPositiveIntValue() uint64 + func (m *UninterpretedOption) GetStringValue() []byte + func (m *UninterpretedOption) Reset() + func (m *UninterpretedOption) String() string + func (m *UninterpretedOption) XXX_DiscardUnknown() + func (m *UninterpretedOption) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UninterpretedOption) XXX_Size() int + func (m *UninterpretedOption) XXX_Unmarshal(b []byte) error + func (this *UninterpretedOption) GoString() string + type UninterpretedOption_NamePart struct + IsExtension *bool + NamePart *string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UninterpretedOption_NamePart) Descriptor() ([]byte, []int) + func (*UninterpretedOption_NamePart) ProtoMessage() + func (dst *UninterpretedOption_NamePart) XXX_Merge(src proto.Message) + func (m *UninterpretedOption_NamePart) GetIsExtension() bool + func (m *UninterpretedOption_NamePart) GetNamePart() string + func (m *UninterpretedOption_NamePart) Reset() + func (m *UninterpretedOption_NamePart) String() string + func (m *UninterpretedOption_NamePart) XXX_DiscardUnknown() + func (m *UninterpretedOption_NamePart) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UninterpretedOption_NamePart) XXX_Size() int + func (m *UninterpretedOption_NamePart) XXX_Unmarshal(b []byte) error + func (this *UninterpretedOption_NamePart) GoString() string