Versions in this module Expand all Collapse all v0 v0.0.2 Oct 20, 2022 v0.0.1 Oct 13, 2022 Changes in this version + const Default_EnumOptions_Deprecated + const Default_EnumValueOptions_Deprecated + const Default_FieldOptions_Ctype + const Default_FieldOptions_Deprecated + const Default_FieldOptions_Jstype + const Default_FieldOptions_Lazy + const Default_FieldOptions_UnverifiedLazy + 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_OptimizeFor + 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_MethodOptions_IdempotencyLevel + 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 File_google_protobuf_descriptor_proto protoreflect.FileDescriptor + var MethodOptions_IdempotencyLevel_name = map[int32]string + var MethodOptions_IdempotencyLevel_value = map[string]int32 + 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 + func (*DescriptorProto) Descriptor() ([]byte, []int) + func (*DescriptorProto) ProtoMessage() + func (x *DescriptorProto) GetEnumType() []*EnumDescriptorProto + func (x *DescriptorProto) GetExtension() []*FieldDescriptorProto + func (x *DescriptorProto) GetExtensionRange() []*DescriptorProto_ExtensionRange + func (x *DescriptorProto) GetField() []*FieldDescriptorProto + func (x *DescriptorProto) GetName() string + func (x *DescriptorProto) GetNestedType() []*DescriptorProto + func (x *DescriptorProto) GetOneofDecl() []*OneofDescriptorProto + func (x *DescriptorProto) GetOptions() *MessageOptions + func (x *DescriptorProto) GetReservedName() []string + func (x *DescriptorProto) GetReservedRange() []*DescriptorProto_ReservedRange + func (x *DescriptorProto) ProtoReflect() protoreflect.Message + func (x *DescriptorProto) Reset() + func (x *DescriptorProto) String() string + type DescriptorProto_ExtensionRange struct + End *int32 + Options *ExtensionRangeOptions + Start *int32 + func (*DescriptorProto_ExtensionRange) Descriptor() ([]byte, []int) + func (*DescriptorProto_ExtensionRange) ProtoMessage() + func (x *DescriptorProto_ExtensionRange) GetEnd() int32 + func (x *DescriptorProto_ExtensionRange) GetOptions() *ExtensionRangeOptions + func (x *DescriptorProto_ExtensionRange) GetStart() int32 + func (x *DescriptorProto_ExtensionRange) ProtoReflect() protoreflect.Message + func (x *DescriptorProto_ExtensionRange) Reset() + func (x *DescriptorProto_ExtensionRange) String() string + type DescriptorProto_ReservedRange struct + End *int32 + Start *int32 + func (*DescriptorProto_ReservedRange) Descriptor() ([]byte, []int) + func (*DescriptorProto_ReservedRange) ProtoMessage() + func (x *DescriptorProto_ReservedRange) GetEnd() int32 + func (x *DescriptorProto_ReservedRange) GetStart() int32 + func (x *DescriptorProto_ReservedRange) ProtoReflect() protoreflect.Message + func (x *DescriptorProto_ReservedRange) Reset() + func (x *DescriptorProto_ReservedRange) String() string + type EnumDescriptorProto struct + Name *string + Options *EnumOptions + ReservedName []string + ReservedRange []*EnumDescriptorProto_EnumReservedRange + Value []*EnumValueDescriptorProto + func (*EnumDescriptorProto) Descriptor() ([]byte, []int) + func (*EnumDescriptorProto) ProtoMessage() + func (x *EnumDescriptorProto) GetName() string + func (x *EnumDescriptorProto) GetOptions() *EnumOptions + func (x *EnumDescriptorProto) GetReservedName() []string + func (x *EnumDescriptorProto) GetReservedRange() []*EnumDescriptorProto_EnumReservedRange + func (x *EnumDescriptorProto) GetValue() []*EnumValueDescriptorProto + func (x *EnumDescriptorProto) ProtoReflect() protoreflect.Message + func (x *EnumDescriptorProto) Reset() + func (x *EnumDescriptorProto) String() string + type EnumDescriptorProto_EnumReservedRange struct + End *int32 + Start *int32 + func (*EnumDescriptorProto_EnumReservedRange) Descriptor() ([]byte, []int) + func (*EnumDescriptorProto_EnumReservedRange) ProtoMessage() + func (x *EnumDescriptorProto_EnumReservedRange) GetEnd() int32 + func (x *EnumDescriptorProto_EnumReservedRange) GetStart() int32 + func (x *EnumDescriptorProto_EnumReservedRange) ProtoReflect() protoreflect.Message + func (x *EnumDescriptorProto_EnumReservedRange) Reset() + func (x *EnumDescriptorProto_EnumReservedRange) String() string + type EnumOptions struct + AllowAlias *bool + Deprecated *bool + UninterpretedOption []*UninterpretedOption + func (*EnumOptions) Descriptor() ([]byte, []int) + func (*EnumOptions) ProtoMessage() + func (x *EnumOptions) GetAllowAlias() bool + func (x *EnumOptions) GetDeprecated() bool + func (x *EnumOptions) GetUninterpretedOption() []*UninterpretedOption + func (x *EnumOptions) ProtoReflect() protoreflect.Message + func (x *EnumOptions) Reset() + func (x *EnumOptions) String() string + type EnumValueDescriptorProto struct + Name *string + Number *int32 + Options *EnumValueOptions + func (*EnumValueDescriptorProto) Descriptor() ([]byte, []int) + func (*EnumValueDescriptorProto) ProtoMessage() + func (x *EnumValueDescriptorProto) GetName() string + func (x *EnumValueDescriptorProto) GetNumber() int32 + func (x *EnumValueDescriptorProto) GetOptions() *EnumValueOptions + func (x *EnumValueDescriptorProto) ProtoReflect() protoreflect.Message + func (x *EnumValueDescriptorProto) Reset() + func (x *EnumValueDescriptorProto) String() string + type EnumValueOptions struct + Deprecated *bool + UninterpretedOption []*UninterpretedOption + func (*EnumValueOptions) Descriptor() ([]byte, []int) + func (*EnumValueOptions) ProtoMessage() + func (x *EnumValueOptions) GetDeprecated() bool + func (x *EnumValueOptions) GetUninterpretedOption() []*UninterpretedOption + func (x *EnumValueOptions) ProtoReflect() protoreflect.Message + func (x *EnumValueOptions) Reset() + func (x *EnumValueOptions) String() string + type ExtensionRangeOptions struct + UninterpretedOption []*UninterpretedOption + func (*ExtensionRangeOptions) Descriptor() ([]byte, []int) + func (*ExtensionRangeOptions) ProtoMessage() + func (x *ExtensionRangeOptions) GetUninterpretedOption() []*UninterpretedOption + func (x *ExtensionRangeOptions) ProtoReflect() protoreflect.Message + func (x *ExtensionRangeOptions) Reset() + func (x *ExtensionRangeOptions) String() string + type FieldDescriptorProto struct + DefaultValue *string + Extendee *string + JsonName *string + Label *FieldDescriptorProto_Label + Name *string + Number *int32 + OneofIndex *int32 + Options *FieldOptions + Proto3Optional *bool + Type *FieldDescriptorProto_Type + TypeName *string + func (*FieldDescriptorProto) Descriptor() ([]byte, []int) + func (*FieldDescriptorProto) ProtoMessage() + func (x *FieldDescriptorProto) GetDefaultValue() string + func (x *FieldDescriptorProto) GetExtendee() string + func (x *FieldDescriptorProto) GetJsonName() string + func (x *FieldDescriptorProto) GetLabel() FieldDescriptorProto_Label + func (x *FieldDescriptorProto) GetName() string + func (x *FieldDescriptorProto) GetNumber() int32 + func (x *FieldDescriptorProto) GetOneofIndex() int32 + func (x *FieldDescriptorProto) GetOptions() *FieldOptions + func (x *FieldDescriptorProto) GetProto3Optional() bool + func (x *FieldDescriptorProto) GetType() FieldDescriptorProto_Type + func (x *FieldDescriptorProto) GetTypeName() string + func (x *FieldDescriptorProto) ProtoReflect() protoreflect.Message + func (x *FieldDescriptorProto) Reset() + func (x *FieldDescriptorProto) String() string + type FieldDescriptorProto_Label int32 + const FieldDescriptorProto_LABEL_OPTIONAL + const FieldDescriptorProto_LABEL_REPEATED + const FieldDescriptorProto_LABEL_REQUIRED + func (FieldDescriptorProto_Label) Descriptor() protoreflect.EnumDescriptor + func (FieldDescriptorProto_Label) EnumDescriptor() ([]byte, []int) + func (FieldDescriptorProto_Label) Type() protoreflect.EnumType + func (x *FieldDescriptorProto_Label) UnmarshalJSON(b []byte) error + func (x FieldDescriptorProto_Label) Enum() *FieldDescriptorProto_Label + func (x FieldDescriptorProto_Label) Number() protoreflect.EnumNumber + 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) Descriptor() protoreflect.EnumDescriptor + func (FieldDescriptorProto_Type) EnumDescriptor() ([]byte, []int) + func (FieldDescriptorProto_Type) Type() protoreflect.EnumType + func (x *FieldDescriptorProto_Type) UnmarshalJSON(b []byte) error + func (x FieldDescriptorProto_Type) Enum() *FieldDescriptorProto_Type + func (x FieldDescriptorProto_Type) Number() protoreflect.EnumNumber + func (x FieldDescriptorProto_Type) String() string + type FieldOptions struct + Ctype *FieldOptions_CType + Deprecated *bool + Jstype *FieldOptions_JSType + Lazy *bool + Packed *bool + UninterpretedOption []*UninterpretedOption + UnverifiedLazy *bool + Weak *bool + func (*FieldOptions) Descriptor() ([]byte, []int) + func (*FieldOptions) ProtoMessage() + func (x *FieldOptions) GetCtype() FieldOptions_CType + func (x *FieldOptions) GetDeprecated() bool + func (x *FieldOptions) GetJstype() FieldOptions_JSType + func (x *FieldOptions) GetLazy() bool + func (x *FieldOptions) GetPacked() bool + func (x *FieldOptions) GetUninterpretedOption() []*UninterpretedOption + func (x *FieldOptions) GetUnverifiedLazy() bool + func (x *FieldOptions) GetWeak() bool + func (x *FieldOptions) ProtoReflect() protoreflect.Message + func (x *FieldOptions) Reset() + func (x *FieldOptions) String() string + type FieldOptions_CType int32 + const FieldOptions_CORD + const FieldOptions_STRING + const FieldOptions_STRING_PIECE + func (FieldOptions_CType) Descriptor() protoreflect.EnumDescriptor + func (FieldOptions_CType) EnumDescriptor() ([]byte, []int) + func (FieldOptions_CType) Type() protoreflect.EnumType + func (x *FieldOptions_CType) UnmarshalJSON(b []byte) error + func (x FieldOptions_CType) Enum() *FieldOptions_CType + func (x FieldOptions_CType) Number() protoreflect.EnumNumber + func (x FieldOptions_CType) String() string + type FieldOptions_JSType int32 + const FieldOptions_JS_NORMAL + const FieldOptions_JS_NUMBER + const FieldOptions_JS_STRING + func (FieldOptions_JSType) Descriptor() protoreflect.EnumDescriptor + func (FieldOptions_JSType) EnumDescriptor() ([]byte, []int) + func (FieldOptions_JSType) Type() protoreflect.EnumType + func (x *FieldOptions_JSType) UnmarshalJSON(b []byte) error + func (x FieldOptions_JSType) Enum() *FieldOptions_JSType + func (x FieldOptions_JSType) Number() protoreflect.EnumNumber + 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 + func (*FileDescriptorProto) Descriptor() ([]byte, []int) + func (*FileDescriptorProto) ProtoMessage() + func (x *FileDescriptorProto) GetDependency() []string + func (x *FileDescriptorProto) GetEnumType() []*EnumDescriptorProto + func (x *FileDescriptorProto) GetExtension() []*FieldDescriptorProto + func (x *FileDescriptorProto) GetMessageType() []*DescriptorProto + func (x *FileDescriptorProto) GetName() string + func (x *FileDescriptorProto) GetOptions() *FileOptions + func (x *FileDescriptorProto) GetPackage() string + func (x *FileDescriptorProto) GetPublicDependency() []int32 + func (x *FileDescriptorProto) GetService() []*ServiceDescriptorProto + func (x *FileDescriptorProto) GetSourceCodeInfo() *SourceCodeInfo + func (x *FileDescriptorProto) GetSyntax() string + func (x *FileDescriptorProto) GetWeakDependency() []int32 + func (x *FileDescriptorProto) ProtoReflect() protoreflect.Message + func (x *FileDescriptorProto) Reset() + func (x *FileDescriptorProto) String() string + type FileDescriptorSet struct + File []*FileDescriptorProto + func (*FileDescriptorSet) Descriptor() ([]byte, []int) + func (*FileDescriptorSet) ProtoMessage() + func (x *FileDescriptorSet) GetFile() []*FileDescriptorProto + func (x *FileDescriptorSet) ProtoReflect() protoreflect.Message + func (x *FileDescriptorSet) Reset() + func (x *FileDescriptorSet) String() 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 + PhpMetadataNamespace *string + PhpNamespace *string + PyGenericServices *bool + RubyPackage *string + SwiftPrefix *string + UninterpretedOption []*UninterpretedOption + func (*FileOptions) Descriptor() ([]byte, []int) + func (*FileOptions) ProtoMessage() + func (x *FileOptions) GetCcEnableArenas() bool + func (x *FileOptions) GetCcGenericServices() bool + func (x *FileOptions) GetCsharpNamespace() string + func (x *FileOptions) GetDeprecated() bool + func (x *FileOptions) GetGoPackage() string + func (x *FileOptions) GetJavaGenerateEqualsAndHash() bool + func (x *FileOptions) GetJavaGenericServices() bool + func (x *FileOptions) GetJavaMultipleFiles() bool + func (x *FileOptions) GetJavaOuterClassname() string + func (x *FileOptions) GetJavaPackage() string + func (x *FileOptions) GetJavaStringCheckUtf8() bool + func (x *FileOptions) GetObjcClassPrefix() string + func (x *FileOptions) GetOptimizeFor() FileOptions_OptimizeMode + func (x *FileOptions) GetPhpClassPrefix() string + func (x *FileOptions) GetPhpGenericServices() bool + func (x *FileOptions) GetPhpMetadataNamespace() string + func (x *FileOptions) GetPhpNamespace() string + func (x *FileOptions) GetPyGenericServices() bool + func (x *FileOptions) GetRubyPackage() string + func (x *FileOptions) GetSwiftPrefix() string + func (x *FileOptions) GetUninterpretedOption() []*UninterpretedOption + func (x *FileOptions) ProtoReflect() protoreflect.Message + func (x *FileOptions) Reset() + func (x *FileOptions) String() string + type FileOptions_OptimizeMode int32 + const FileOptions_CODE_SIZE + const FileOptions_LITE_RUNTIME + const FileOptions_SPEED + func (FileOptions_OptimizeMode) Descriptor() protoreflect.EnumDescriptor + func (FileOptions_OptimizeMode) EnumDescriptor() ([]byte, []int) + func (FileOptions_OptimizeMode) Type() protoreflect.EnumType + func (x *FileOptions_OptimizeMode) UnmarshalJSON(b []byte) error + func (x FileOptions_OptimizeMode) Enum() *FileOptions_OptimizeMode + func (x FileOptions_OptimizeMode) Number() protoreflect.EnumNumber + func (x FileOptions_OptimizeMode) String() string + type GeneratedCodeInfo struct + Annotation []*GeneratedCodeInfo_Annotation + func (*GeneratedCodeInfo) Descriptor() ([]byte, []int) + func (*GeneratedCodeInfo) ProtoMessage() + func (x *GeneratedCodeInfo) GetAnnotation() []*GeneratedCodeInfo_Annotation + func (x *GeneratedCodeInfo) ProtoReflect() protoreflect.Message + func (x *GeneratedCodeInfo) Reset() + func (x *GeneratedCodeInfo) String() string + type GeneratedCodeInfo_Annotation struct + Begin *int32 + End *int32 + Path []int32 + SourceFile *string + func (*GeneratedCodeInfo_Annotation) Descriptor() ([]byte, []int) + func (*GeneratedCodeInfo_Annotation) ProtoMessage() + func (x *GeneratedCodeInfo_Annotation) GetBegin() int32 + func (x *GeneratedCodeInfo_Annotation) GetEnd() int32 + func (x *GeneratedCodeInfo_Annotation) GetPath() []int32 + func (x *GeneratedCodeInfo_Annotation) GetSourceFile() string + func (x *GeneratedCodeInfo_Annotation) ProtoReflect() protoreflect.Message + func (x *GeneratedCodeInfo_Annotation) Reset() + func (x *GeneratedCodeInfo_Annotation) String() string + type MessageOptions struct + Deprecated *bool + MapEntry *bool + MessageSetWireFormat *bool + NoStandardDescriptorAccessor *bool + UninterpretedOption []*UninterpretedOption + func (*MessageOptions) Descriptor() ([]byte, []int) + func (*MessageOptions) ProtoMessage() + func (x *MessageOptions) GetDeprecated() bool + func (x *MessageOptions) GetMapEntry() bool + func (x *MessageOptions) GetMessageSetWireFormat() bool + func (x *MessageOptions) GetNoStandardDescriptorAccessor() bool + func (x *MessageOptions) GetUninterpretedOption() []*UninterpretedOption + func (x *MessageOptions) ProtoReflect() protoreflect.Message + func (x *MessageOptions) Reset() + func (x *MessageOptions) String() string + type MethodDescriptorProto struct + ClientStreaming *bool + InputType *string + Name *string + Options *MethodOptions + OutputType *string + ServerStreaming *bool + func (*MethodDescriptorProto) Descriptor() ([]byte, []int) + func (*MethodDescriptorProto) ProtoMessage() + func (x *MethodDescriptorProto) GetClientStreaming() bool + func (x *MethodDescriptorProto) GetInputType() string + func (x *MethodDescriptorProto) GetName() string + func (x *MethodDescriptorProto) GetOptions() *MethodOptions + func (x *MethodDescriptorProto) GetOutputType() string + func (x *MethodDescriptorProto) GetServerStreaming() bool + func (x *MethodDescriptorProto) ProtoReflect() protoreflect.Message + func (x *MethodDescriptorProto) Reset() + func (x *MethodDescriptorProto) String() string + type MethodOptions struct + Deprecated *bool + IdempotencyLevel *MethodOptions_IdempotencyLevel + UninterpretedOption []*UninterpretedOption + func (*MethodOptions) Descriptor() ([]byte, []int) + func (*MethodOptions) ProtoMessage() + func (x *MethodOptions) GetDeprecated() bool + func (x *MethodOptions) GetIdempotencyLevel() MethodOptions_IdempotencyLevel + func (x *MethodOptions) GetUninterpretedOption() []*UninterpretedOption + func (x *MethodOptions) ProtoReflect() protoreflect.Message + func (x *MethodOptions) Reset() + func (x *MethodOptions) String() string + type MethodOptions_IdempotencyLevel int32 + const MethodOptions_IDEMPOTENCY_UNKNOWN + const MethodOptions_IDEMPOTENT + const MethodOptions_NO_SIDE_EFFECTS + func (MethodOptions_IdempotencyLevel) Descriptor() protoreflect.EnumDescriptor + func (MethodOptions_IdempotencyLevel) EnumDescriptor() ([]byte, []int) + func (MethodOptions_IdempotencyLevel) Type() protoreflect.EnumType + func (x *MethodOptions_IdempotencyLevel) UnmarshalJSON(b []byte) error + func (x MethodOptions_IdempotencyLevel) Enum() *MethodOptions_IdempotencyLevel + func (x MethodOptions_IdempotencyLevel) Number() protoreflect.EnumNumber + func (x MethodOptions_IdempotencyLevel) String() string + type OneofDescriptorProto struct + Name *string + Options *OneofOptions + func (*OneofDescriptorProto) Descriptor() ([]byte, []int) + func (*OneofDescriptorProto) ProtoMessage() + func (x *OneofDescriptorProto) GetName() string + func (x *OneofDescriptorProto) GetOptions() *OneofOptions + func (x *OneofDescriptorProto) ProtoReflect() protoreflect.Message + func (x *OneofDescriptorProto) Reset() + func (x *OneofDescriptorProto) String() string + type OneofOptions struct + UninterpretedOption []*UninterpretedOption + func (*OneofOptions) Descriptor() ([]byte, []int) + func (*OneofOptions) ProtoMessage() + func (x *OneofOptions) GetUninterpretedOption() []*UninterpretedOption + func (x *OneofOptions) ProtoReflect() protoreflect.Message + func (x *OneofOptions) Reset() + func (x *OneofOptions) String() string + type ServiceDescriptorProto struct + Method []*MethodDescriptorProto + Name *string + Options *ServiceOptions + func (*ServiceDescriptorProto) Descriptor() ([]byte, []int) + func (*ServiceDescriptorProto) ProtoMessage() + func (x *ServiceDescriptorProto) GetMethod() []*MethodDescriptorProto + func (x *ServiceDescriptorProto) GetName() string + func (x *ServiceDescriptorProto) GetOptions() *ServiceOptions + func (x *ServiceDescriptorProto) ProtoReflect() protoreflect.Message + func (x *ServiceDescriptorProto) Reset() + func (x *ServiceDescriptorProto) String() string + type ServiceOptions struct + Deprecated *bool + UninterpretedOption []*UninterpretedOption + func (*ServiceOptions) Descriptor() ([]byte, []int) + func (*ServiceOptions) ProtoMessage() + func (x *ServiceOptions) GetDeprecated() bool + func (x *ServiceOptions) GetUninterpretedOption() []*UninterpretedOption + func (x *ServiceOptions) ProtoReflect() protoreflect.Message + func (x *ServiceOptions) Reset() + func (x *ServiceOptions) String() string + type SourceCodeInfo struct + Location []*SourceCodeInfo_Location + func (*SourceCodeInfo) Descriptor() ([]byte, []int) + func (*SourceCodeInfo) ProtoMessage() + func (x *SourceCodeInfo) GetLocation() []*SourceCodeInfo_Location + func (x *SourceCodeInfo) ProtoReflect() protoreflect.Message + func (x *SourceCodeInfo) Reset() + func (x *SourceCodeInfo) String() string + type SourceCodeInfo_Location struct + LeadingComments *string + LeadingDetachedComments []string + Path []int32 + Span []int32 + TrailingComments *string + func (*SourceCodeInfo_Location) Descriptor() ([]byte, []int) + func (*SourceCodeInfo_Location) ProtoMessage() + func (x *SourceCodeInfo_Location) GetLeadingComments() string + func (x *SourceCodeInfo_Location) GetLeadingDetachedComments() []string + func (x *SourceCodeInfo_Location) GetPath() []int32 + func (x *SourceCodeInfo_Location) GetSpan() []int32 + func (x *SourceCodeInfo_Location) GetTrailingComments() string + func (x *SourceCodeInfo_Location) ProtoReflect() protoreflect.Message + func (x *SourceCodeInfo_Location) Reset() + func (x *SourceCodeInfo_Location) String() string + type UninterpretedOption struct + AggregateValue *string + DoubleValue *float64 + IdentifierValue *string + Name []*UninterpretedOption_NamePart + NegativeIntValue *int64 + PositiveIntValue *uint64 + StringValue []byte + func (*UninterpretedOption) Descriptor() ([]byte, []int) + func (*UninterpretedOption) ProtoMessage() + func (x *UninterpretedOption) GetAggregateValue() string + func (x *UninterpretedOption) GetDoubleValue() float64 + func (x *UninterpretedOption) GetIdentifierValue() string + func (x *UninterpretedOption) GetName() []*UninterpretedOption_NamePart + func (x *UninterpretedOption) GetNegativeIntValue() int64 + func (x *UninterpretedOption) GetPositiveIntValue() uint64 + func (x *UninterpretedOption) GetStringValue() []byte + func (x *UninterpretedOption) ProtoReflect() protoreflect.Message + func (x *UninterpretedOption) Reset() + func (x *UninterpretedOption) String() string + type UninterpretedOption_NamePart struct + IsExtension *bool + NamePart *string + func (*UninterpretedOption_NamePart) Descriptor() ([]byte, []int) + func (*UninterpretedOption_NamePart) ProtoMessage() + func (x *UninterpretedOption_NamePart) GetIsExtension() bool + func (x *UninterpretedOption_NamePart) GetNamePart() string + func (x *UninterpretedOption_NamePart) ProtoReflect() protoreflect.Message + func (x *UninterpretedOption_NamePart) Reset() + func (x *UninterpretedOption_NamePart) String() string