var _ …
var _ …
var _ …
const _ …
type FieldDescriptorProto_Type …
const FieldDescriptorProto_TYPE_DOUBLE …
const FieldDescriptorProto_TYPE_FLOAT …
const FieldDescriptorProto_TYPE_INT64 …
const FieldDescriptorProto_TYPE_UINT64 …
const FieldDescriptorProto_TYPE_INT32 …
const FieldDescriptorProto_TYPE_FIXED64 …
const FieldDescriptorProto_TYPE_FIXED32 …
const FieldDescriptorProto_TYPE_BOOL …
const FieldDescriptorProto_TYPE_STRING …
const FieldDescriptorProto_TYPE_GROUP …
const FieldDescriptorProto_TYPE_MESSAGE …
const FieldDescriptorProto_TYPE_BYTES …
const FieldDescriptorProto_TYPE_UINT32 …
const FieldDescriptorProto_TYPE_ENUM …
const FieldDescriptorProto_TYPE_SFIXED32 …
const FieldDescriptorProto_TYPE_SFIXED64 …
const FieldDescriptorProto_TYPE_SINT32 …
const FieldDescriptorProto_TYPE_SINT64 …
var FieldDescriptorProto_Type_name …
var FieldDescriptorProto_Type_value …
func (x FieldDescriptorProto_Type) Enum() *FieldDescriptorProto_Type { … }
func (x FieldDescriptorProto_Type) String() string { … }
func (x *FieldDescriptorProto_Type) UnmarshalJSON(data []byte) error { … }
func (FieldDescriptorProto_Type) EnumDescriptor() ([]byte, []int) { … }
type FieldDescriptorProto_Label …
const FieldDescriptorProto_LABEL_OPTIONAL …
const FieldDescriptorProto_LABEL_REQUIRED …
const FieldDescriptorProto_LABEL_REPEATED …
var FieldDescriptorProto_Label_name …
var FieldDescriptorProto_Label_value …
func (x FieldDescriptorProto_Label) Enum() *FieldDescriptorProto_Label { … }
func (x FieldDescriptorProto_Label) String() string { … }
func (x *FieldDescriptorProto_Label) UnmarshalJSON(data []byte) error { … }
func (FieldDescriptorProto_Label) EnumDescriptor() ([]byte, []int) { … }
type FileOptions_OptimizeMode …
const FileOptions_SPEED …
const FileOptions_CODE_SIZE …
const FileOptions_LITE_RUNTIME …
var FileOptions_OptimizeMode_name …
var FileOptions_OptimizeMode_value …
func (x FileOptions_OptimizeMode) Enum() *FileOptions_OptimizeMode { … }
func (x FileOptions_OptimizeMode) String() string { … }
func (x *FileOptions_OptimizeMode) UnmarshalJSON(data []byte) error { … }
func (FileOptions_OptimizeMode) EnumDescriptor() ([]byte, []int) { … }
type FieldOptions_CType …
const FieldOptions_STRING …
const FieldOptions_CORD …
const FieldOptions_STRING_PIECE …
var FieldOptions_CType_name …
var FieldOptions_CType_value …
func (x FieldOptions_CType) Enum() *FieldOptions_CType { … }
func (x FieldOptions_CType) String() string { … }
func (x *FieldOptions_CType) UnmarshalJSON(data []byte) error { … }
func (FieldOptions_CType) EnumDescriptor() ([]byte, []int) { … }
type FieldOptions_JSType …
const FieldOptions_JS_NORMAL …
const FieldOptions_JS_STRING …
const FieldOptions_JS_NUMBER …
var FieldOptions_JSType_name …
var FieldOptions_JSType_value …
func (x FieldOptions_JSType) Enum() *FieldOptions_JSType { … }
func (x FieldOptions_JSType) String() string { … }
func (x *FieldOptions_JSType) UnmarshalJSON(data []byte) error { … }
func (FieldOptions_JSType) EnumDescriptor() ([]byte, []int) { … }
type MethodOptions_IdempotencyLevel …
const MethodOptions_IDEMPOTENCY_UNKNOWN …
const MethodOptions_NO_SIDE_EFFECTS …
const MethodOptions_IDEMPOTENT …
var MethodOptions_IdempotencyLevel_name …
var MethodOptions_IdempotencyLevel_value …
func (x MethodOptions_IdempotencyLevel) Enum() *MethodOptions_IdempotencyLevel { … }
func (x MethodOptions_IdempotencyLevel) String() string { … }
func (x *MethodOptions_IdempotencyLevel) UnmarshalJSON(data []byte) error { … }
func (MethodOptions_IdempotencyLevel) EnumDescriptor() ([]byte, []int) { … }
type FileDescriptorSet …
func (m *FileDescriptorSet) Reset() { … }
func (m *FileDescriptorSet) String() string { … }
func (*FileDescriptorSet) ProtoMessage() { … }
func (*FileDescriptorSet) Descriptor() ([]byte, []int) { … }
func (m *FileDescriptorSet) XXX_Unmarshal(b []byte) error { … }
func (m *FileDescriptorSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … }
func (m *FileDescriptorSet) XXX_Merge(src proto.Message) { … }
func (m *FileDescriptorSet) XXX_Size() int { … }
func (m *FileDescriptorSet) XXX_DiscardUnknown() { … }
var xxx_messageInfo_FileDescriptorSet …
func (m *FileDescriptorSet) GetFile() []*FileDescriptorProto { … }
type FileDescriptorProto …
func (m *FileDescriptorProto) Reset() { … }
func (m *FileDescriptorProto) String() string { … }
func (*FileDescriptorProto) ProtoMessage() { … }
func (*FileDescriptorProto) Descriptor() ([]byte, []int) { … }
func (m *FileDescriptorProto) XXX_Unmarshal(b []byte) error { … }
func (m *FileDescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … }
func (m *FileDescriptorProto) XXX_Merge(src proto.Message) { … }
func (m *FileDescriptorProto) XXX_Size() int { … }
func (m *FileDescriptorProto) XXX_DiscardUnknown() { … }
var xxx_messageInfo_FileDescriptorProto …
func (m *FileDescriptorProto) GetName() string { … }
func (m *FileDescriptorProto) GetPackage() string { … }
func (m *FileDescriptorProto) GetDependency() []string { … }
func (m *FileDescriptorProto) GetPublicDependency() []int32 { … }
func (m *FileDescriptorProto) GetWeakDependency() []int32 { … }
func (m *FileDescriptorProto) GetMessageType() []*DescriptorProto { … }
func (m *FileDescriptorProto) GetEnumType() []*EnumDescriptorProto { … }
func (m *FileDescriptorProto) GetService() []*ServiceDescriptorProto { … }
func (m *FileDescriptorProto) GetExtension() []*FieldDescriptorProto { … }
func (m *FileDescriptorProto) GetOptions() *FileOptions { … }
func (m *FileDescriptorProto) GetSourceCodeInfo() *SourceCodeInfo { … }
func (m *FileDescriptorProto) GetSyntax() string { … }
type DescriptorProto …
func (m *DescriptorProto) Reset() { … }
func (m *DescriptorProto) String() string { … }
func (*DescriptorProto) ProtoMessage() { … }
func (*DescriptorProto) Descriptor() ([]byte, []int) { … }
func (m *DescriptorProto) XXX_Unmarshal(b []byte) error { … }
func (m *DescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … }
func (m *DescriptorProto) XXX_Merge(src proto.Message) { … }
func (m *DescriptorProto) XXX_Size() int { … }
func (m *DescriptorProto) XXX_DiscardUnknown() { … }
var xxx_messageInfo_DescriptorProto …
func (m *DescriptorProto) GetName() string { … }
func (m *DescriptorProto) GetField() []*FieldDescriptorProto { … }
func (m *DescriptorProto) GetExtension() []*FieldDescriptorProto { … }
func (m *DescriptorProto) GetNestedType() []*DescriptorProto { … }
func (m *DescriptorProto) GetEnumType() []*EnumDescriptorProto { … }
func (m *DescriptorProto) GetExtensionRange() []*DescriptorProto_ExtensionRange { … }
func (m *DescriptorProto) GetOneofDecl() []*OneofDescriptorProto { … }
func (m *DescriptorProto) GetOptions() *MessageOptions { … }
func (m *DescriptorProto) GetReservedRange() []*DescriptorProto_ReservedRange { … }
func (m *DescriptorProto) GetReservedName() []string { … }
type DescriptorProto_ExtensionRange …
func (m *DescriptorProto_ExtensionRange) Reset() { … }
func (m *DescriptorProto_ExtensionRange) String() string { … }
func (*DescriptorProto_ExtensionRange) ProtoMessage() { … }
func (*DescriptorProto_ExtensionRange) Descriptor() ([]byte, []int) { … }
func (m *DescriptorProto_ExtensionRange) XXX_Unmarshal(b []byte) error { … }
func (m *DescriptorProto_ExtensionRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … }
func (m *DescriptorProto_ExtensionRange) XXX_Merge(src proto.Message) { … }
func (m *DescriptorProto_ExtensionRange) XXX_Size() int { … }
func (m *DescriptorProto_ExtensionRange) XXX_DiscardUnknown() { … }
var xxx_messageInfo_DescriptorProto_ExtensionRange …
func (m *DescriptorProto_ExtensionRange) GetStart() int32 { … }
func (m *DescriptorProto_ExtensionRange) GetEnd() int32 { … }
func (m *DescriptorProto_ExtensionRange) GetOptions() *ExtensionRangeOptions { … }
type DescriptorProto_ReservedRange …
func (m *DescriptorProto_ReservedRange) Reset() { … }
func (m *DescriptorProto_ReservedRange) String() string { … }
func (*DescriptorProto_ReservedRange) ProtoMessage() { … }
func (*DescriptorProto_ReservedRange) Descriptor() ([]byte, []int) { … }
func (m *DescriptorProto_ReservedRange) XXX_Unmarshal(b []byte) error { … }
func (m *DescriptorProto_ReservedRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … }
func (m *DescriptorProto_ReservedRange) XXX_Merge(src proto.Message) { … }
func (m *DescriptorProto_ReservedRange) XXX_Size() int { … }
func (m *DescriptorProto_ReservedRange) XXX_DiscardUnknown() { … }
var xxx_messageInfo_DescriptorProto_ReservedRange …
func (m *DescriptorProto_ReservedRange) GetStart() int32 { … }
func (m *DescriptorProto_ReservedRange) GetEnd() int32 { … }
type ExtensionRangeOptions …
func (m *ExtensionRangeOptions) Reset() { … }
func (m *ExtensionRangeOptions) String() string { … }
func (*ExtensionRangeOptions) ProtoMessage() { … }
func (*ExtensionRangeOptions) Descriptor() ([]byte, []int) { … }
var extRange_ExtensionRangeOptions …
func (*ExtensionRangeOptions) ExtensionRangeArray() []proto.ExtensionRange { … }
func (m *ExtensionRangeOptions) XXX_Unmarshal(b []byte) error { … }
func (m *ExtensionRangeOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … }
func (m *ExtensionRangeOptions) XXX_Merge(src proto.Message) { … }
func (m *ExtensionRangeOptions) XXX_Size() int { … }
func (m *ExtensionRangeOptions) XXX_DiscardUnknown() { … }
var xxx_messageInfo_ExtensionRangeOptions …
func (m *ExtensionRangeOptions) GetUninterpretedOption() []*UninterpretedOption { … }
type FieldDescriptorProto …
func (m *FieldDescriptorProto) Reset() { … }
func (m *FieldDescriptorProto) String() string { … }
func (*FieldDescriptorProto) ProtoMessage() { … }
func (*FieldDescriptorProto) Descriptor() ([]byte, []int) { … }
func (m *FieldDescriptorProto) XXX_Unmarshal(b []byte) error { … }
func (m *FieldDescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … }
func (m *FieldDescriptorProto) XXX_Merge(src proto.Message) { … }
func (m *FieldDescriptorProto) XXX_Size() int { … }
func (m *FieldDescriptorProto) XXX_DiscardUnknown() { … }
var xxx_messageInfo_FieldDescriptorProto …
func (m *FieldDescriptorProto) GetName() string { … }
func (m *FieldDescriptorProto) GetNumber() int32 { … }
func (m *FieldDescriptorProto) GetLabel() FieldDescriptorProto_Label { … }
func (m *FieldDescriptorProto) GetType() FieldDescriptorProto_Type { … }
func (m *FieldDescriptorProto) GetTypeName() string { … }
func (m *FieldDescriptorProto) GetExtendee() string { … }
func (m *FieldDescriptorProto) GetDefaultValue() string { … }
func (m *FieldDescriptorProto) GetOneofIndex() int32 { … }
func (m *FieldDescriptorProto) GetJsonName() string { … }
func (m *FieldDescriptorProto) GetOptions() *FieldOptions { … }
type OneofDescriptorProto …
func (m *OneofDescriptorProto) Reset() { … }
func (m *OneofDescriptorProto) String() string { … }
func (*OneofDescriptorProto) ProtoMessage() { … }
func (*OneofDescriptorProto) Descriptor() ([]byte, []int) { … }
func (m *OneofDescriptorProto) XXX_Unmarshal(b []byte) error { … }
func (m *OneofDescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … }
func (m *OneofDescriptorProto) XXX_Merge(src proto.Message) { … }
func (m *OneofDescriptorProto) XXX_Size() int { … }
func (m *OneofDescriptorProto) XXX_DiscardUnknown() { … }
var xxx_messageInfo_OneofDescriptorProto …
func (m *OneofDescriptorProto) GetName() string { … }
func (m *OneofDescriptorProto) GetOptions() *OneofOptions { … }
type EnumDescriptorProto …
func (m *EnumDescriptorProto) Reset() { … }
func (m *EnumDescriptorProto) String() string { … }
func (*EnumDescriptorProto) ProtoMessage() { … }
func (*EnumDescriptorProto) Descriptor() ([]byte, []int) { … }
func (m *EnumDescriptorProto) XXX_Unmarshal(b []byte) error { … }
func (m *EnumDescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … }
func (m *EnumDescriptorProto) XXX_Merge(src proto.Message) { … }
func (m *EnumDescriptorProto) XXX_Size() int { … }
func (m *EnumDescriptorProto) XXX_DiscardUnknown() { … }
var xxx_messageInfo_EnumDescriptorProto …
func (m *EnumDescriptorProto) GetName() string { … }
func (m *EnumDescriptorProto) GetValue() []*EnumValueDescriptorProto { … }
func (m *EnumDescriptorProto) GetOptions() *EnumOptions { … }
func (m *EnumDescriptorProto) GetReservedRange() []*EnumDescriptorProto_EnumReservedRange { … }
func (m *EnumDescriptorProto) GetReservedName() []string { … }
type EnumDescriptorProto_EnumReservedRange …
func (m *EnumDescriptorProto_EnumReservedRange) Reset() { … }
func (m *EnumDescriptorProto_EnumReservedRange) String() string { … }
func (*EnumDescriptorProto_EnumReservedRange) ProtoMessage() { … }
func (*EnumDescriptorProto_EnumReservedRange) Descriptor() ([]byte, []int) { … }
func (m *EnumDescriptorProto_EnumReservedRange) XXX_Unmarshal(b []byte) error { … }
func (m *EnumDescriptorProto_EnumReservedRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … }
func (m *EnumDescriptorProto_EnumReservedRange) XXX_Merge(src proto.Message) { … }
func (m *EnumDescriptorProto_EnumReservedRange) XXX_Size() int { … }
func (m *EnumDescriptorProto_EnumReservedRange) XXX_DiscardUnknown() { … }
var xxx_messageInfo_EnumDescriptorProto_EnumReservedRange …
func (m *EnumDescriptorProto_EnumReservedRange) GetStart() int32 { … }
func (m *EnumDescriptorProto_EnumReservedRange) GetEnd() int32 { … }
type EnumValueDescriptorProto …
func (m *EnumValueDescriptorProto) Reset() { … }
func (m *EnumValueDescriptorProto) String() string { … }
func (*EnumValueDescriptorProto) ProtoMessage() { … }
func (*EnumValueDescriptorProto) Descriptor() ([]byte, []int) { … }
func (m *EnumValueDescriptorProto) XXX_Unmarshal(b []byte) error { … }
func (m *EnumValueDescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … }
func (m *EnumValueDescriptorProto) XXX_Merge(src proto.Message) { … }
func (m *EnumValueDescriptorProto) XXX_Size() int { … }
func (m *EnumValueDescriptorProto) XXX_DiscardUnknown() { … }
var xxx_messageInfo_EnumValueDescriptorProto …
func (m *EnumValueDescriptorProto) GetName() string { … }
func (m *EnumValueDescriptorProto) GetNumber() int32 { … }
func (m *EnumValueDescriptorProto) GetOptions() *EnumValueOptions { … }
type ServiceDescriptorProto …
func (m *ServiceDescriptorProto) Reset() { … }
func (m *ServiceDescriptorProto) String() string { … }
func (*ServiceDescriptorProto) ProtoMessage() { … }
func (*ServiceDescriptorProto) Descriptor() ([]byte, []int) { … }
func (m *ServiceDescriptorProto) XXX_Unmarshal(b []byte) error { … }
func (m *ServiceDescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … }
func (m *ServiceDescriptorProto) XXX_Merge(src proto.Message) { … }
func (m *ServiceDescriptorProto) XXX_Size() int { … }
func (m *ServiceDescriptorProto) XXX_DiscardUnknown() { … }
var xxx_messageInfo_ServiceDescriptorProto …
func (m *ServiceDescriptorProto) GetName() string { … }
func (m *ServiceDescriptorProto) GetMethod() []*MethodDescriptorProto { … }
func (m *ServiceDescriptorProto) GetOptions() *ServiceOptions { … }
type MethodDescriptorProto …
func (m *MethodDescriptorProto) Reset() { … }
func (m *MethodDescriptorProto) String() string { … }
func (*MethodDescriptorProto) ProtoMessage() { … }
func (*MethodDescriptorProto) Descriptor() ([]byte, []int) { … }
func (m *MethodDescriptorProto) XXX_Unmarshal(b []byte) error { … }
func (m *MethodDescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … }
func (m *MethodDescriptorProto) XXX_Merge(src proto.Message) { … }
func (m *MethodDescriptorProto) XXX_Size() int { … }
func (m *MethodDescriptorProto) XXX_DiscardUnknown() { … }
var xxx_messageInfo_MethodDescriptorProto …
const Default_MethodDescriptorProto_ClientStreaming …
const Default_MethodDescriptorProto_ServerStreaming …
func (m *MethodDescriptorProto) GetName() string { … }
func (m *MethodDescriptorProto) GetInputType() string { … }
func (m *MethodDescriptorProto) GetOutputType() string { … }
func (m *MethodDescriptorProto) GetOptions() *MethodOptions { … }
func (m *MethodDescriptorProto) GetClientStreaming() bool { … }
func (m *MethodDescriptorProto) GetServerStreaming() bool { … }
type FileOptions …
func (m *FileOptions) Reset() { … }
func (m *FileOptions) String() string { … }
func (*FileOptions) ProtoMessage() { … }
func (*FileOptions) Descriptor() ([]byte, []int) { … }
var extRange_FileOptions …
func (*FileOptions) ExtensionRangeArray() []proto.ExtensionRange { … }
func (m *FileOptions) XXX_Unmarshal(b []byte) error { … }
func (m *FileOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … }
func (m *FileOptions) XXX_Merge(src proto.Message) { … }
func (m *FileOptions) XXX_Size() int { … }
func (m *FileOptions) XXX_DiscardUnknown() { … }
var xxx_messageInfo_FileOptions …
const Default_FileOptions_JavaMultipleFiles …
const Default_FileOptions_JavaStringCheckUtf8 …
const Default_FileOptions_OptimizeFor …
const Default_FileOptions_CcGenericServices …
const Default_FileOptions_JavaGenericServices …
const Default_FileOptions_PyGenericServices …
const Default_FileOptions_PhpGenericServices …
const Default_FileOptions_Deprecated …
const Default_FileOptions_CcEnableArenas …
func (m *FileOptions) GetJavaPackage() string { … }
func (m *FileOptions) GetJavaOuterClassname() string { … }
func (m *FileOptions) GetJavaMultipleFiles() bool { … }
func (m *FileOptions) GetJavaGenerateEqualsAndHash() bool { … }
func (m *FileOptions) GetJavaStringCheckUtf8() bool { … }
func (m *FileOptions) GetOptimizeFor() FileOptions_OptimizeMode { … }
func (m *FileOptions) GetGoPackage() string { … }
func (m *FileOptions) GetCcGenericServices() bool { … }
func (m *FileOptions) GetJavaGenericServices() bool { … }
func (m *FileOptions) GetPyGenericServices() bool { … }
func (m *FileOptions) GetPhpGenericServices() bool { … }
func (m *FileOptions) GetDeprecated() bool { … }
func (m *FileOptions) GetCcEnableArenas() bool { … }
func (m *FileOptions) GetObjcClassPrefix() string { … }
func (m *FileOptions) GetCsharpNamespace() string { … }
func (m *FileOptions) GetSwiftPrefix() string { … }
func (m *FileOptions) GetPhpClassPrefix() string { … }
func (m *FileOptions) GetPhpNamespace() string { … }
func (m *FileOptions) GetPhpMetadataNamespace() string { … }
func (m *FileOptions) GetRubyPackage() string { … }
func (m *FileOptions) GetUninterpretedOption() []*UninterpretedOption { … }
type MessageOptions …
func (m *MessageOptions) Reset() { … }
func (m *MessageOptions) String() string { … }
func (*MessageOptions) ProtoMessage() { … }
func (*MessageOptions) Descriptor() ([]byte, []int) { … }
var extRange_MessageOptions …
func (*MessageOptions) ExtensionRangeArray() []proto.ExtensionRange { … }
func (m *MessageOptions) XXX_Unmarshal(b []byte) error { … }
func (m *MessageOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … }
func (m *MessageOptions) XXX_Merge(src proto.Message) { … }
func (m *MessageOptions) XXX_Size() int { … }
func (m *MessageOptions) XXX_DiscardUnknown() { … }
var xxx_messageInfo_MessageOptions …
const Default_MessageOptions_MessageSetWireFormat …
const Default_MessageOptions_NoStandardDescriptorAccessor …
const Default_MessageOptions_Deprecated …
func (m *MessageOptions) GetMessageSetWireFormat() bool { … }
func (m *MessageOptions) GetNoStandardDescriptorAccessor() bool { … }
func (m *MessageOptions) GetDeprecated() bool { … }
func (m *MessageOptions) GetMapEntry() bool { … }
func (m *MessageOptions) GetUninterpretedOption() []*UninterpretedOption { … }
type FieldOptions …
func (m *FieldOptions) Reset() { … }
func (m *FieldOptions) String() string { … }
func (*FieldOptions) ProtoMessage() { … }
func (*FieldOptions) Descriptor() ([]byte, []int) { … }
var extRange_FieldOptions …
func (*FieldOptions) ExtensionRangeArray() []proto.ExtensionRange { … }
func (m *FieldOptions) XXX_Unmarshal(b []byte) error { … }
func (m *FieldOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … }
func (m *FieldOptions) XXX_Merge(src proto.Message) { … }
func (m *FieldOptions) XXX_Size() int { … }
func (m *FieldOptions) XXX_DiscardUnknown() { … }
var xxx_messageInfo_FieldOptions …
const Default_FieldOptions_Ctype …
const Default_FieldOptions_Jstype …
const Default_FieldOptions_Lazy …
const Default_FieldOptions_Deprecated …
const Default_FieldOptions_Weak …
func (m *FieldOptions) GetCtype() FieldOptions_CType { … }
func (m *FieldOptions) GetPacked() bool { … }
func (m *FieldOptions) GetJstype() FieldOptions_JSType { … }
func (m *FieldOptions) GetLazy() bool { … }
func (m *FieldOptions) GetDeprecated() bool { … }
func (m *FieldOptions) GetWeak() bool { … }
func (m *FieldOptions) GetUninterpretedOption() []*UninterpretedOption { … }
type OneofOptions …
func (m *OneofOptions) Reset() { … }
func (m *OneofOptions) String() string { … }
func (*OneofOptions) ProtoMessage() { … }
func (*OneofOptions) Descriptor() ([]byte, []int) { … }
var extRange_OneofOptions …
func (*OneofOptions) ExtensionRangeArray() []proto.ExtensionRange { … }
func (m *OneofOptions) XXX_Unmarshal(b []byte) error { … }
func (m *OneofOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … }
func (m *OneofOptions) XXX_Merge(src proto.Message) { … }
func (m *OneofOptions) XXX_Size() int { … }
func (m *OneofOptions) XXX_DiscardUnknown() { … }
var xxx_messageInfo_OneofOptions …
func (m *OneofOptions) GetUninterpretedOption() []*UninterpretedOption { … }
type EnumOptions …
func (m *EnumOptions) Reset() { … }
func (m *EnumOptions) String() string { … }
func (*EnumOptions) ProtoMessage() { … }
func (*EnumOptions) Descriptor() ([]byte, []int) { … }
var extRange_EnumOptions …
func (*EnumOptions) ExtensionRangeArray() []proto.ExtensionRange { … }
func (m *EnumOptions) XXX_Unmarshal(b []byte) error { … }
func (m *EnumOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … }
func (m *EnumOptions) XXX_Merge(src proto.Message) { … }
func (m *EnumOptions) XXX_Size() int { … }
func (m *EnumOptions) XXX_DiscardUnknown() { … }
var xxx_messageInfo_EnumOptions …
const Default_EnumOptions_Deprecated …
func (m *EnumOptions) GetAllowAlias() bool { … }
func (m *EnumOptions) GetDeprecated() bool { … }
func (m *EnumOptions) GetUninterpretedOption() []*UninterpretedOption { … }
type EnumValueOptions …
func (m *EnumValueOptions) Reset() { … }
func (m *EnumValueOptions) String() string { … }
func (*EnumValueOptions) ProtoMessage() { … }
func (*EnumValueOptions) Descriptor() ([]byte, []int) { … }
var extRange_EnumValueOptions …
func (*EnumValueOptions) ExtensionRangeArray() []proto.ExtensionRange { … }
func (m *EnumValueOptions) XXX_Unmarshal(b []byte) error { … }
func (m *EnumValueOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … }
func (m *EnumValueOptions) XXX_Merge(src proto.Message) { … }
func (m *EnumValueOptions) XXX_Size() int { … }
func (m *EnumValueOptions) XXX_DiscardUnknown() { … }
var xxx_messageInfo_EnumValueOptions …
const Default_EnumValueOptions_Deprecated …
func (m *EnumValueOptions) GetDeprecated() bool { … }
func (m *EnumValueOptions) GetUninterpretedOption() []*UninterpretedOption { … }
type ServiceOptions …
func (m *ServiceOptions) Reset() { … }
func (m *ServiceOptions) String() string { … }
func (*ServiceOptions) ProtoMessage() { … }
func (*ServiceOptions) Descriptor() ([]byte, []int) { … }
var extRange_ServiceOptions …
func (*ServiceOptions) ExtensionRangeArray() []proto.ExtensionRange { … }
func (m *ServiceOptions) XXX_Unmarshal(b []byte) error { … }
func (m *ServiceOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … }
func (m *ServiceOptions) XXX_Merge(src proto.Message) { … }
func (m *ServiceOptions) XXX_Size() int { … }
func (m *ServiceOptions) XXX_DiscardUnknown() { … }
var xxx_messageInfo_ServiceOptions …
const Default_ServiceOptions_Deprecated …
func (m *ServiceOptions) GetDeprecated() bool { … }
func (m *ServiceOptions) GetUninterpretedOption() []*UninterpretedOption { … }
type MethodOptions …
func (m *MethodOptions) Reset() { … }
func (m *MethodOptions) String() string { … }
func (*MethodOptions) ProtoMessage() { … }
func (*MethodOptions) Descriptor() ([]byte, []int) { … }
var extRange_MethodOptions …
func (*MethodOptions) ExtensionRangeArray() []proto.ExtensionRange { … }
func (m *MethodOptions) XXX_Unmarshal(b []byte) error { … }
func (m *MethodOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … }
func (m *MethodOptions) XXX_Merge(src proto.Message) { … }
func (m *MethodOptions) XXX_Size() int { … }
func (m *MethodOptions) XXX_DiscardUnknown() { … }
var xxx_messageInfo_MethodOptions …
const Default_MethodOptions_Deprecated …
const Default_MethodOptions_IdempotencyLevel …
func (m *MethodOptions) GetDeprecated() bool { … }
func (m *MethodOptions) GetIdempotencyLevel() MethodOptions_IdempotencyLevel { … }
func (m *MethodOptions) GetUninterpretedOption() []*UninterpretedOption { … }
type UninterpretedOption …
func (m *UninterpretedOption) Reset() { … }
func (m *UninterpretedOption) String() string { … }
func (*UninterpretedOption) ProtoMessage() { … }
func (*UninterpretedOption) Descriptor() ([]byte, []int) { … }
func (m *UninterpretedOption) XXX_Unmarshal(b []byte) error { … }
func (m *UninterpretedOption) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … }
func (m *UninterpretedOption) XXX_Merge(src proto.Message) { … }
func (m *UninterpretedOption) XXX_Size() int { … }
func (m *UninterpretedOption) XXX_DiscardUnknown() { … }
var xxx_messageInfo_UninterpretedOption …
func (m *UninterpretedOption) GetName() []*UninterpretedOption_NamePart { … }
func (m *UninterpretedOption) GetIdentifierValue() string { … }
func (m *UninterpretedOption) GetPositiveIntValue() uint64 { … }
func (m *UninterpretedOption) GetNegativeIntValue() int64 { … }
func (m *UninterpretedOption) GetDoubleValue() float64 { … }
func (m *UninterpretedOption) GetStringValue() []byte { … }
func (m *UninterpretedOption) GetAggregateValue() string { … }
type UninterpretedOption_NamePart …
func (m *UninterpretedOption_NamePart) Reset() { … }
func (m *UninterpretedOption_NamePart) String() string { … }
func (*UninterpretedOption_NamePart) ProtoMessage() { … }
func (*UninterpretedOption_NamePart) Descriptor() ([]byte, []int) { … }
func (m *UninterpretedOption_NamePart) XXX_Unmarshal(b []byte) error { … }
func (m *UninterpretedOption_NamePart) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … }
func (m *UninterpretedOption_NamePart) XXX_Merge(src proto.Message) { … }
func (m *UninterpretedOption_NamePart) XXX_Size() int { … }
func (m *UninterpretedOption_NamePart) XXX_DiscardUnknown() { … }
var xxx_messageInfo_UninterpretedOption_NamePart …
func (m *UninterpretedOption_NamePart) GetNamePart() string { … }
func (m *UninterpretedOption_NamePart) GetIsExtension() bool { … }
type SourceCodeInfo …
func (m *SourceCodeInfo) Reset() { … }
func (m *SourceCodeInfo) String() string { … }
func (*SourceCodeInfo) ProtoMessage() { … }
func (*SourceCodeInfo) Descriptor() ([]byte, []int) { … }
func (m *SourceCodeInfo) XXX_Unmarshal(b []byte) error { … }
func (m *SourceCodeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … }
func (m *SourceCodeInfo) XXX_Merge(src proto.Message) { … }
func (m *SourceCodeInfo) XXX_Size() int { … }
func (m *SourceCodeInfo) XXX_DiscardUnknown() { … }
var xxx_messageInfo_SourceCodeInfo …
func (m *SourceCodeInfo) GetLocation() []*SourceCodeInfo_Location { … }
type SourceCodeInfo_Location …
func (m *SourceCodeInfo_Location) Reset() { … }
func (m *SourceCodeInfo_Location) String() string { … }
func (*SourceCodeInfo_Location) ProtoMessage() { … }
func (*SourceCodeInfo_Location) Descriptor() ([]byte, []int) { … }
func (m *SourceCodeInfo_Location) XXX_Unmarshal(b []byte) error { … }
func (m *SourceCodeInfo_Location) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … }
func (m *SourceCodeInfo_Location) XXX_Merge(src proto.Message) { … }
func (m *SourceCodeInfo_Location) XXX_Size() int { … }
func (m *SourceCodeInfo_Location) XXX_DiscardUnknown() { … }
var xxx_messageInfo_SourceCodeInfo_Location …
func (m *SourceCodeInfo_Location) GetPath() []int32 { … }
func (m *SourceCodeInfo_Location) GetSpan() []int32 { … }
func (m *SourceCodeInfo_Location) GetLeadingComments() string { … }
func (m *SourceCodeInfo_Location) GetTrailingComments() string { … }
func (m *SourceCodeInfo_Location) GetLeadingDetachedComments() []string { … }
type GeneratedCodeInfo …
func (m *GeneratedCodeInfo) Reset() { … }
func (m *GeneratedCodeInfo) String() string { … }
func (*GeneratedCodeInfo) ProtoMessage() { … }
func (*GeneratedCodeInfo) Descriptor() ([]byte, []int) { … }
func (m *GeneratedCodeInfo) XXX_Unmarshal(b []byte) error { … }
func (m *GeneratedCodeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … }
func (m *GeneratedCodeInfo) XXX_Merge(src proto.Message) { … }
func (m *GeneratedCodeInfo) XXX_Size() int { … }
func (m *GeneratedCodeInfo) XXX_DiscardUnknown() { … }
var xxx_messageInfo_GeneratedCodeInfo …
func (m *GeneratedCodeInfo) GetAnnotation() []*GeneratedCodeInfo_Annotation { … }
type GeneratedCodeInfo_Annotation …
func (m *GeneratedCodeInfo_Annotation) Reset() { … }
func (m *GeneratedCodeInfo_Annotation) String() string { … }
func (*GeneratedCodeInfo_Annotation) ProtoMessage() { … }
func (*GeneratedCodeInfo_Annotation) Descriptor() ([]byte, []int) { … }
func (m *GeneratedCodeInfo_Annotation) XXX_Unmarshal(b []byte) error { … }
func (m *GeneratedCodeInfo_Annotation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … }
func (m *GeneratedCodeInfo_Annotation) XXX_Merge(src proto.Message) { … }
func (m *GeneratedCodeInfo_Annotation) XXX_Size() int { … }
func (m *GeneratedCodeInfo_Annotation) XXX_DiscardUnknown() { … }
var xxx_messageInfo_GeneratedCodeInfo_Annotation …
func (m *GeneratedCodeInfo_Annotation) GetPath() []int32 { … }
func (m *GeneratedCodeInfo_Annotation) GetSourceFile() string { … }
func (m *GeneratedCodeInfo_Annotation) GetBegin() int32 { … }
func (m *GeneratedCodeInfo_Annotation) GetEnd() int32 { … }
func init() { … }
func init() { … }
var fileDescriptor_308767df5ffe18af …