test

package
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 24, 2025 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Default_MethodDescriptorProto_ClientStreaming = bool(false)
	Default_MethodDescriptorProto_ServerStreaming = bool(false)
)

Default values for MethodDescriptorProto fields.

View Source
const (
	Default_FileOptions_JavaMultipleFiles   = bool(false)
	Default_FileOptions_JavaStringCheckUtf8 = bool(false)
	Default_FileOptions_OptimizeFor         = FileOptions_SPEED
	Default_FileOptions_CcGenericServices   = bool(false)
	Default_FileOptions_JavaGenericServices = bool(false)
	Default_FileOptions_PyGenericServices   = bool(false)
	Default_FileOptions_Deprecated          = bool(false)
	Default_FileOptions_CcEnableArenas      = bool(true)
)

Default values for FileOptions fields.

View Source
const (
	Default_MessageOptions_MessageSetWireFormat         = bool(false)
	Default_MessageOptions_NoStandardDescriptorAccessor = bool(false)
	Default_MessageOptions_Deprecated                   = bool(false)
)

Default values for MessageOptions fields.

View Source
const (
	Default_FieldOptions_Ctype          = FieldOptions_STRING
	Default_FieldOptions_Jstype         = FieldOptions_JS_NORMAL
	Default_FieldOptions_Lazy           = bool(false)
	Default_FieldOptions_UnverifiedLazy = bool(false)
	Default_FieldOptions_Deprecated     = bool(false)
	Default_FieldOptions_Weak           = bool(false)
	Default_FieldOptions_DebugRedact    = bool(false)
)

Default values for FieldOptions fields.

View Source
const (
	Default_EnumValueOptions_Deprecated  = bool(false)
	Default_EnumValueOptions_DebugRedact = bool(false)
)

Default values for EnumValueOptions fields.

View Source
const (
	Default_MethodOptions_Deprecated       = bool(false)
	Default_MethodOptions_IdempotencyLevel = MethodOptions_IDEMPOTENCY_UNKNOWN
)

Default values for MethodOptions fields.

View Source
const (
	Default_EnumOptions_Deprecated = bool(false)
)

Default values for EnumOptions fields.

View Source
const (
	Default_ExtensionRangeOptions_Verification = ExtensionRangeOptions_UNVERIFIED
)

Default values for ExtensionRangeOptions fields.

View Source
const (
	Default_ServiceOptions_Deprecated = bool(false)
)

Default values for ServiceOptions fields.

Variables

View Source
var (
	Edition_name = map[int32]string{
		0:          "EDITION_UNKNOWN",
		900:        "EDITION_LEGACY",
		998:        "EDITION_PROTO2",
		999:        "EDITION_PROTO3",
		1000:       "EDITION_2023",
		1001:       "EDITION_2024",
		1:          "EDITION_1_TEST_ONLY",
		2:          "EDITION_2_TEST_ONLY",
		99997:      "EDITION_99997_TEST_ONLY",
		99998:      "EDITION_99998_TEST_ONLY",
		99999:      "EDITION_99999_TEST_ONLY",
		2147483647: "EDITION_MAX",
	}
	Edition_value = map[string]int32{
		"EDITION_UNKNOWN":         0,
		"EDITION_LEGACY":          900,
		"EDITION_PROTO2":          998,
		"EDITION_PROTO3":          999,
		"EDITION_2023":            1000,
		"EDITION_2024":            1001,
		"EDITION_1_TEST_ONLY":     1,
		"EDITION_2_TEST_ONLY":     2,
		"EDITION_99997_TEST_ONLY": 99997,
		"EDITION_99998_TEST_ONLY": 99998,
		"EDITION_99999_TEST_ONLY": 99999,
		"EDITION_MAX":             2147483647,
	}
)

Enum value maps for Edition.

View Source
var (
	ExtensionRangeOptions_VerificationState_name = map[int32]string{
		0: "DECLARATION",
		1: "UNVERIFIED",
	}
	ExtensionRangeOptions_VerificationState_value = map[string]int32{
		"DECLARATION": 0,
		"UNVERIFIED":  1,
	}
)

Enum value maps for ExtensionRangeOptions_VerificationState.

View Source
var (
	FieldDescriptorProto_Type_name = map[int32]string{
		1:  "TYPE_DOUBLE",
		2:  "TYPE_FLOAT",
		3:  "TYPE_INT64",
		4:  "TYPE_UINT64",
		5:  "TYPE_INT32",
		6:  "TYPE_FIXED64",
		7:  "TYPE_FIXED32",
		8:  "TYPE_BOOL",
		9:  "TYPE_STRING",
		10: "TYPE_GROUP",
		11: "TYPE_MESSAGE",
		12: "TYPE_BYTES",
		13: "TYPE_UINT32",
		14: "TYPE_ENUM",
		15: "TYPE_SFIXED32",
		16: "TYPE_SFIXED64",
		17: "TYPE_SINT32",
		18: "TYPE_SINT64",
	}
	FieldDescriptorProto_Type_value = map[string]int32{
		"TYPE_DOUBLE":   1,
		"TYPE_FLOAT":    2,
		"TYPE_INT64":    3,
		"TYPE_UINT64":   4,
		"TYPE_INT32":    5,
		"TYPE_FIXED64":  6,
		"TYPE_FIXED32":  7,
		"TYPE_BOOL":     8,
		"TYPE_STRING":   9,
		"TYPE_GROUP":    10,
		"TYPE_MESSAGE":  11,
		"TYPE_BYTES":    12,
		"TYPE_UINT32":   13,
		"TYPE_ENUM":     14,
		"TYPE_SFIXED32": 15,
		"TYPE_SFIXED64": 16,
		"TYPE_SINT32":   17,
		"TYPE_SINT64":   18,
	}
)

Enum value maps for FieldDescriptorProto_Type.

View Source
var (
	FieldDescriptorProto_Label_name = map[int32]string{
		1: "LABEL_OPTIONAL",
		3: "LABEL_REPEATED",
		2: "LABEL_REQUIRED",
	}
	FieldDescriptorProto_Label_value = map[string]int32{
		"LABEL_OPTIONAL": 1,
		"LABEL_REPEATED": 3,
		"LABEL_REQUIRED": 2,
	}
)

Enum value maps for FieldDescriptorProto_Label.

View Source
var (
	FileOptions_OptimizeMode_name = map[int32]string{
		1: "SPEED",
		2: "CODE_SIZE",
		3: "LITE_RUNTIME",
	}
	FileOptions_OptimizeMode_value = map[string]int32{
		"SPEED":        1,
		"CODE_SIZE":    2,
		"LITE_RUNTIME": 3,
	}
)

Enum value maps for FileOptions_OptimizeMode.

View Source
var (
	FieldOptions_CType_name = map[int32]string{
		0: "STRING",
		1: "CORD",
		2: "STRING_PIECE",
	}
	FieldOptions_CType_value = map[string]int32{
		"STRING":       0,
		"CORD":         1,
		"STRING_PIECE": 2,
	}
)

Enum value maps for FieldOptions_CType.

View Source
var (
	FieldOptions_JSType_name = map[int32]string{
		0: "JS_NORMAL",
		1: "JS_STRING",
		2: "JS_NUMBER",
	}
	FieldOptions_JSType_value = map[string]int32{
		"JS_NORMAL": 0,
		"JS_STRING": 1,
		"JS_NUMBER": 2,
	}
)

Enum value maps for FieldOptions_JSType.

View Source
var (
	FieldOptions_OptionRetention_name = map[int32]string{
		0: "RETENTION_UNKNOWN",
		1: "RETENTION_RUNTIME",
		2: "RETENTION_SOURCE",
	}
	FieldOptions_OptionRetention_value = map[string]int32{
		"RETENTION_UNKNOWN": 0,
		"RETENTION_RUNTIME": 1,
		"RETENTION_SOURCE":  2,
	}
)

Enum value maps for FieldOptions_OptionRetention.

View Source
var (
	FieldOptions_OptionTargetType_name = map[int32]string{
		0: "TARGET_TYPE_UNKNOWN",
		1: "TARGET_TYPE_FILE",
		2: "TARGET_TYPE_EXTENSION_RANGE",
		3: "TARGET_TYPE_MESSAGE",
		4: "TARGET_TYPE_FIELD",
		5: "TARGET_TYPE_ONEOF",
		6: "TARGET_TYPE_ENUM",
		7: "TARGET_TYPE_ENUM_ENTRY",
		8: "TARGET_TYPE_SERVICE",
		9: "TARGET_TYPE_METHOD",
	}
	FieldOptions_OptionTargetType_value = map[string]int32{
		"TARGET_TYPE_UNKNOWN":         0,
		"TARGET_TYPE_FILE":            1,
		"TARGET_TYPE_EXTENSION_RANGE": 2,
		"TARGET_TYPE_MESSAGE":         3,
		"TARGET_TYPE_FIELD":           4,
		"TARGET_TYPE_ONEOF":           5,
		"TARGET_TYPE_ENUM":            6,
		"TARGET_TYPE_ENUM_ENTRY":      7,
		"TARGET_TYPE_SERVICE":         8,
		"TARGET_TYPE_METHOD":          9,
	}
)

Enum value maps for FieldOptions_OptionTargetType.

View Source
var (
	MethodOptions_IdempotencyLevel_name = map[int32]string{
		0: "IDEMPOTENCY_UNKNOWN",
		1: "NO_SIDE_EFFECTS",
		2: "IDEMPOTENT",
	}
	MethodOptions_IdempotencyLevel_value = map[string]int32{
		"IDEMPOTENCY_UNKNOWN": 0,
		"NO_SIDE_EFFECTS":     1,
		"IDEMPOTENT":          2,
	}
)

Enum value maps for MethodOptions_IdempotencyLevel.

View Source
var (
	FeatureSet_FieldPresence_name = map[int32]string{
		0: "FIELD_PRESENCE_UNKNOWN",
		1: "EXPLICIT",
		2: "IMPLICIT",
		3: "LEGACY_REQUIRED",
	}
	FeatureSet_FieldPresence_value = map[string]int32{
		"FIELD_PRESENCE_UNKNOWN": 0,
		"EXPLICIT":               1,
		"IMPLICIT":               2,
		"LEGACY_REQUIRED":        3,
	}
)

Enum value maps for FeatureSet_FieldPresence.

View Source
var (
	FeatureSet_EnumType_name = map[int32]string{
		0: "ENUM_TYPE_UNKNOWN",
		1: "OPEN",
		2: "CLOSED",
	}
	FeatureSet_EnumType_value = map[string]int32{
		"ENUM_TYPE_UNKNOWN": 0,
		"OPEN":              1,
		"CLOSED":            2,
	}
)

Enum value maps for FeatureSet_EnumType.

View Source
var (
	FeatureSet_RepeatedFieldEncoding_name = map[int32]string{
		0: "REPEATED_FIELD_ENCODING_UNKNOWN",
		1: "PACKED",
		2: "EXPANDED",
	}
	FeatureSet_RepeatedFieldEncoding_value = map[string]int32{
		"REPEATED_FIELD_ENCODING_UNKNOWN": 0,
		"PACKED":                          1,
		"EXPANDED":                        2,
	}
)

Enum value maps for FeatureSet_RepeatedFieldEncoding.

View Source
var (
	FeatureSet_Utf8Validation_name = map[int32]string{
		0: "UTF8_VALIDATION_UNKNOWN",
		2: "VERIFY",
		3: "NONE",
	}
	FeatureSet_Utf8Validation_value = map[string]int32{
		"UTF8_VALIDATION_UNKNOWN": 0,
		"VERIFY":                  2,
		"NONE":                    3,
	}
)

Enum value maps for FeatureSet_Utf8Validation.

View Source
var (
	FeatureSet_MessageEncoding_name = map[int32]string{
		0: "MESSAGE_ENCODING_UNKNOWN",
		1: "LENGTH_PREFIXED",
		2: "DELIMITED",
	}
	FeatureSet_MessageEncoding_value = map[string]int32{
		"MESSAGE_ENCODING_UNKNOWN": 0,
		"LENGTH_PREFIXED":          1,
		"DELIMITED":                2,
	}
)

Enum value maps for FeatureSet_MessageEncoding.

View Source
var (
	FeatureSet_JsonFormat_name = map[int32]string{
		0: "JSON_FORMAT_UNKNOWN",
		1: "ALLOW",
		2: "LEGACY_BEST_EFFORT",
	}
	FeatureSet_JsonFormat_value = map[string]int32{
		"JSON_FORMAT_UNKNOWN": 0,
		"ALLOW":               1,
		"LEGACY_BEST_EFFORT":  2,
	}
)

Enum value maps for FeatureSet_JsonFormat.

View Source
var (
	FeatureSet_EnforceNamingStyle_name = map[int32]string{
		0: "ENFORCE_NAMING_STYLE_UNKNOWN",
		1: "STYLE2024",
		2: "STYLE_LEGACY",
	}
	FeatureSet_EnforceNamingStyle_value = map[string]int32{
		"ENFORCE_NAMING_STYLE_UNKNOWN": 0,
		"STYLE2024":                    1,
		"STYLE_LEGACY":                 2,
	}
)

Enum value maps for FeatureSet_EnforceNamingStyle.

View Source
var (
	GeneratedCodeInfo_Annotation_Semantic_name = map[int32]string{
		0: "NONE",
		1: "SET",
		2: "ALIAS",
	}
	GeneratedCodeInfo_Annotation_Semantic_value = map[string]int32{
		"NONE":  0,
		"SET":   1,
		"ALIAS": 2,
	}
)

Enum value maps for GeneratedCodeInfo_Annotation_Semantic.

View Source
var (
	// optional int32 b1 = 21;
	E_B1 = &file_test_proto2_proto_extTypes[0]
	// optional int64 b2 = 22;
	E_B2 = &file_test_proto2_proto_extTypes[1]
	// optional uint32 b3 = 23;
	E_B3 = &file_test_proto2_proto_extTypes[2]
	// optional uint64 b4 = 24;
	E_B4 = &file_test_proto2_proto_extTypes[3]
	// optional sint32 b5 = 25;
	E_B5 = &file_test_proto2_proto_extTypes[4]
	// optional sint64 b6 = 26;
	E_B6 = &file_test_proto2_proto_extTypes[5]
	// optional fixed32 b7 = 27;
	E_B7 = &file_test_proto2_proto_extTypes[6]
	// optional fixed64 b8 = 28;
	E_B8 = &file_test_proto2_proto_extTypes[7]
	// optional sfixed32 b9 = 29;
	E_B9 = &file_test_proto2_proto_extTypes[8]
	// optional sfixed64 b10 = 30;
	E_B10 = &file_test_proto2_proto_extTypes[9]
	// optional float b11 = 31;
	E_B11 = &file_test_proto2_proto_extTypes[10]
	// optional double b12 = 32;
	E_B12 = &file_test_proto2_proto_extTypes[11]
	// optional bool b13 = 33;
	E_B13 = &file_test_proto2_proto_extTypes[12]
	// optional string b14 = 34;
	E_B14 = &file_test_proto2_proto_extTypes[13]
	// optional bytes b15 = 35;
	E_B15 = &file_test_proto2_proto_extTypes[14]
	// repeated hyperpb.test.Extensions z = 50;
	E_Z = &file_test_proto2_proto_extTypes[15]
)

Extension fields to Extensions.

View Source
var (
	Enum_name = map[int32]string{
		0: "ENUM_UNSPECIFIED",
		1: "ENUM_1",
		2: "ENUM_2",
		3: "ENUM_3",
	}
	Enum_value = map[string]int32{
		"ENUM_UNSPECIFIED": 0,
		"ENUM_1":           1,
		"ENUM_2":           2,
		"ENUM_3":           3,
	}
)

Enum value maps for Enum.

View Source
var File_test_descriptor_proto protoreflect.FileDescriptor
View Source
var File_test_editions_proto protoreflect.FileDescriptor
View Source
var File_test_proto2_proto protoreflect.FileDescriptor
View Source
var File_test_test_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type DependsOnRequired

type DependsOnRequired struct {
	A *Required           `protobuf:"bytes,1,opt,name=a" json:"a,omitempty"`
	B []*Required         `protobuf:"bytes,2,rep,name=b" json:"b,omitempty"`
	C map[int32]*Required `protobuf:"bytes,3,rep,name=c" json:"c,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	// contains filtered or unexported fields
}

func (*DependsOnRequired) Descriptor deprecated

func (*DependsOnRequired) Descriptor() ([]byte, []int)

Deprecated: Use DependsOnRequired.ProtoReflect.Descriptor instead.

func (*DependsOnRequired) GetA

func (x *DependsOnRequired) GetA() *Required

func (*DependsOnRequired) GetB

func (x *DependsOnRequired) GetB() []*Required

func (*DependsOnRequired) GetC

func (x *DependsOnRequired) GetC() map[int32]*Required

func (*DependsOnRequired) ProtoMessage

func (*DependsOnRequired) ProtoMessage()

func (*DependsOnRequired) ProtoReflect

func (x *DependsOnRequired) ProtoReflect() protoreflect.Message

func (*DependsOnRequired) Reset

func (x *DependsOnRequired) Reset()

func (*DependsOnRequired) String

func (x *DependsOnRequired) String() string

type DescriptorProto

type DescriptorProto struct {
	Name           *string                           `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Field          []*FieldDescriptorProto           `protobuf:"bytes,2,rep,name=field" json:"field,omitempty"`
	Extension      []*FieldDescriptorProto           `protobuf:"bytes,6,rep,name=extension" json:"extension,omitempty"`
	NestedType     []*DescriptorProto                `protobuf:"bytes,3,rep,name=nested_type,json=nestedType" json:"nested_type,omitempty"`
	EnumType       []*EnumDescriptorProto            `protobuf:"bytes,4,rep,name=enum_type,json=enumType" json:"enum_type,omitempty"`
	ExtensionRange []*DescriptorProto_ExtensionRange `protobuf:"bytes,5,rep,name=extension_range,json=extensionRange" json:"extension_range,omitempty"`
	OneofDecl      []*OneofDescriptorProto           `protobuf:"bytes,8,rep,name=oneof_decl,json=oneofDecl" json:"oneof_decl,omitempty"`
	Options        *MessageOptions                   `protobuf:"bytes,7,opt,name=options" json:"options,omitempty"`
	ReservedRange  []*DescriptorProto_ReservedRange  `protobuf:"bytes,9,rep,name=reserved_range,json=reservedRange" json:"reserved_range,omitempty"`
	ReservedName   []string                          `protobuf:"bytes,10,rep,name=reserved_name,json=reservedName" json:"reserved_name,omitempty"`
	// contains filtered or unexported fields
}

func (*DescriptorProto) CloneMessageVT

func (m *DescriptorProto) CloneMessageVT() proto.Message

func (*DescriptorProto) CloneVT

func (m *DescriptorProto) CloneVT() *DescriptorProto

func (*DescriptorProto) Descriptor deprecated

func (*DescriptorProto) Descriptor() ([]byte, []int)

Deprecated: Use DescriptorProto.ProtoReflect.Descriptor instead.

func (*DescriptorProto) EqualMessageVT

func (this *DescriptorProto) EqualMessageVT(thatMsg proto.Message) bool

func (*DescriptorProto) EqualVT

func (this *DescriptorProto) EqualVT(that *DescriptorProto) bool

func (*DescriptorProto) GetEnumType

func (x *DescriptorProto) GetEnumType() []*EnumDescriptorProto

func (*DescriptorProto) GetExtension

func (x *DescriptorProto) GetExtension() []*FieldDescriptorProto

func (*DescriptorProto) GetExtensionRange

func (x *DescriptorProto) GetExtensionRange() []*DescriptorProto_ExtensionRange

func (*DescriptorProto) GetField

func (x *DescriptorProto) GetField() []*FieldDescriptorProto

func (*DescriptorProto) GetName

func (x *DescriptorProto) GetName() string

func (*DescriptorProto) GetNestedType

func (x *DescriptorProto) GetNestedType() []*DescriptorProto

func (*DescriptorProto) GetOneofDecl

func (x *DescriptorProto) GetOneofDecl() []*OneofDescriptorProto

func (*DescriptorProto) GetOptions

func (x *DescriptorProto) GetOptions() *MessageOptions

func (*DescriptorProto) GetReservedName

func (x *DescriptorProto) GetReservedName() []string

func (*DescriptorProto) GetReservedRange

func (x *DescriptorProto) GetReservedRange() []*DescriptorProto_ReservedRange

func (*DescriptorProto) MarshalToSizedBufferVT

func (m *DescriptorProto) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DescriptorProto) MarshalToSizedBufferVTStrict

func (m *DescriptorProto) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*DescriptorProto) MarshalToVT

func (m *DescriptorProto) MarshalToVT(dAtA []byte) (int, error)

func (*DescriptorProto) MarshalToVTStrict

func (m *DescriptorProto) MarshalToVTStrict(dAtA []byte) (int, error)

func (*DescriptorProto) MarshalVT

func (m *DescriptorProto) MarshalVT() (dAtA []byte, err error)

func (*DescriptorProto) MarshalVTStrict

func (m *DescriptorProto) MarshalVTStrict() (dAtA []byte, err error)

func (*DescriptorProto) ProtoMessage

func (*DescriptorProto) ProtoMessage()

func (*DescriptorProto) ProtoReflect

func (x *DescriptorProto) ProtoReflect() protoreflect.Message

func (*DescriptorProto) Reset

func (x *DescriptorProto) Reset()

func (*DescriptorProto) SizeVT

func (m *DescriptorProto) SizeVT() (n int)

func (*DescriptorProto) String

func (x *DescriptorProto) String() string

func (*DescriptorProto) UnmarshalVT

func (m *DescriptorProto) UnmarshalVT(dAtA []byte) error

func (*DescriptorProto) UnmarshalVTUnsafe

func (m *DescriptorProto) UnmarshalVTUnsafe(dAtA []byte) error

type DescriptorProto_ExtensionRange

type DescriptorProto_ExtensionRange struct {
	Start   *int32                 `protobuf:"varint,1,opt,name=start" json:"start,omitempty"`
	End     *int32                 `protobuf:"varint,2,opt,name=end" json:"end,omitempty"`
	Options *ExtensionRangeOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*DescriptorProto_ExtensionRange) CloneMessageVT

func (m *DescriptorProto_ExtensionRange) CloneMessageVT() proto.Message

func (*DescriptorProto_ExtensionRange) CloneVT

func (*DescriptorProto_ExtensionRange) Descriptor deprecated

func (*DescriptorProto_ExtensionRange) Descriptor() ([]byte, []int)

Deprecated: Use DescriptorProto_ExtensionRange.ProtoReflect.Descriptor instead.

func (*DescriptorProto_ExtensionRange) EqualMessageVT

func (this *DescriptorProto_ExtensionRange) EqualMessageVT(thatMsg proto.Message) bool

func (*DescriptorProto_ExtensionRange) EqualVT

func (*DescriptorProto_ExtensionRange) GetEnd

func (*DescriptorProto_ExtensionRange) GetOptions

func (*DescriptorProto_ExtensionRange) GetStart

func (x *DescriptorProto_ExtensionRange) GetStart() int32

func (*DescriptorProto_ExtensionRange) MarshalToSizedBufferVT

func (m *DescriptorProto_ExtensionRange) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DescriptorProto_ExtensionRange) MarshalToSizedBufferVTStrict

func (m *DescriptorProto_ExtensionRange) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*DescriptorProto_ExtensionRange) MarshalToVT

func (m *DescriptorProto_ExtensionRange) MarshalToVT(dAtA []byte) (int, error)

func (*DescriptorProto_ExtensionRange) MarshalToVTStrict

func (m *DescriptorProto_ExtensionRange) MarshalToVTStrict(dAtA []byte) (int, error)

func (*DescriptorProto_ExtensionRange) MarshalVT

func (m *DescriptorProto_ExtensionRange) MarshalVT() (dAtA []byte, err error)

func (*DescriptorProto_ExtensionRange) MarshalVTStrict

func (m *DescriptorProto_ExtensionRange) MarshalVTStrict() (dAtA []byte, err error)

func (*DescriptorProto_ExtensionRange) ProtoMessage

func (*DescriptorProto_ExtensionRange) ProtoMessage()

func (*DescriptorProto_ExtensionRange) ProtoReflect

func (*DescriptorProto_ExtensionRange) Reset

func (x *DescriptorProto_ExtensionRange) Reset()

func (*DescriptorProto_ExtensionRange) SizeVT

func (m *DescriptorProto_ExtensionRange) SizeVT() (n int)

func (*DescriptorProto_ExtensionRange) String

func (*DescriptorProto_ExtensionRange) UnmarshalVT

func (m *DescriptorProto_ExtensionRange) UnmarshalVT(dAtA []byte) error

func (*DescriptorProto_ExtensionRange) UnmarshalVTUnsafe

func (m *DescriptorProto_ExtensionRange) UnmarshalVTUnsafe(dAtA []byte) error

type DescriptorProto_ReservedRange

type DescriptorProto_ReservedRange struct {
	Start *int32 `protobuf:"varint,1,opt,name=start" json:"start,omitempty"`
	End   *int32 `protobuf:"varint,2,opt,name=end" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*DescriptorProto_ReservedRange) CloneMessageVT

func (m *DescriptorProto_ReservedRange) CloneMessageVT() proto.Message

func (*DescriptorProto_ReservedRange) CloneVT

func (*DescriptorProto_ReservedRange) Descriptor deprecated

func (*DescriptorProto_ReservedRange) Descriptor() ([]byte, []int)

Deprecated: Use DescriptorProto_ReservedRange.ProtoReflect.Descriptor instead.

func (*DescriptorProto_ReservedRange) EqualMessageVT

func (this *DescriptorProto_ReservedRange) EqualMessageVT(thatMsg proto.Message) bool

func (*DescriptorProto_ReservedRange) EqualVT

func (*DescriptorProto_ReservedRange) GetEnd

func (*DescriptorProto_ReservedRange) GetStart

func (x *DescriptorProto_ReservedRange) GetStart() int32

func (*DescriptorProto_ReservedRange) MarshalToSizedBufferVT

func (m *DescriptorProto_ReservedRange) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DescriptorProto_ReservedRange) MarshalToSizedBufferVTStrict

func (m *DescriptorProto_ReservedRange) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*DescriptorProto_ReservedRange) MarshalToVT

func (m *DescriptorProto_ReservedRange) MarshalToVT(dAtA []byte) (int, error)

func (*DescriptorProto_ReservedRange) MarshalToVTStrict

func (m *DescriptorProto_ReservedRange) MarshalToVTStrict(dAtA []byte) (int, error)

func (*DescriptorProto_ReservedRange) MarshalVT

func (m *DescriptorProto_ReservedRange) MarshalVT() (dAtA []byte, err error)

func (*DescriptorProto_ReservedRange) MarshalVTStrict

func (m *DescriptorProto_ReservedRange) MarshalVTStrict() (dAtA []byte, err error)

func (*DescriptorProto_ReservedRange) ProtoMessage

func (*DescriptorProto_ReservedRange) ProtoMessage()

func (*DescriptorProto_ReservedRange) ProtoReflect

func (*DescriptorProto_ReservedRange) Reset

func (x *DescriptorProto_ReservedRange) Reset()

func (*DescriptorProto_ReservedRange) SizeVT

func (m *DescriptorProto_ReservedRange) SizeVT() (n int)

func (*DescriptorProto_ReservedRange) String

func (*DescriptorProto_ReservedRange) UnmarshalVT

func (m *DescriptorProto_ReservedRange) UnmarshalVT(dAtA []byte) error

func (*DescriptorProto_ReservedRange) UnmarshalVTUnsafe

func (m *DescriptorProto_ReservedRange) UnmarshalVTUnsafe(dAtA []byte) error

type Edition

type Edition int32
const (
	Edition_EDITION_UNKNOWN         Edition = 0
	Edition_EDITION_LEGACY          Edition = 900
	Edition_EDITION_PROTO2          Edition = 998
	Edition_EDITION_PROTO3          Edition = 999
	Edition_EDITION_2023            Edition = 1000
	Edition_EDITION_2024            Edition = 1001
	Edition_EDITION_1_TEST_ONLY     Edition = 1
	Edition_EDITION_2_TEST_ONLY     Edition = 2
	Edition_EDITION_99997_TEST_ONLY Edition = 99997
	Edition_EDITION_99998_TEST_ONLY Edition = 99998
	Edition_EDITION_99999_TEST_ONLY Edition = 99999
	Edition_EDITION_MAX             Edition = 2147483647
)

func (Edition) Descriptor

func (Edition) Descriptor() protoreflect.EnumDescriptor

func (Edition) Enum

func (x Edition) Enum() *Edition

func (Edition) EnumDescriptor deprecated

func (Edition) EnumDescriptor() ([]byte, []int)

Deprecated: Use Edition.Descriptor instead.

func (Edition) Number

func (x Edition) Number() protoreflect.EnumNumber

func (Edition) String

func (x Edition) String() string

func (Edition) Type

func (Edition) Type() protoreflect.EnumType

func (*Edition) UnmarshalJSON deprecated

func (x *Edition) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Enum

type Enum int32
const (
	Enum_ENUM_UNSPECIFIED Enum = 0
	Enum_ENUM_1           Enum = 1
	Enum_ENUM_2           Enum = 2
	Enum_ENUM_3           Enum = 3
)

func (Enum) Descriptor

func (Enum) Descriptor() protoreflect.EnumDescriptor

func (Enum) Enum

func (x Enum) Enum() *Enum

func (Enum) EnumDescriptor deprecated

func (Enum) EnumDescriptor() ([]byte, []int)

Deprecated: Use Enum.Descriptor instead.

func (Enum) Number

func (x Enum) Number() protoreflect.EnumNumber

func (Enum) String

func (x Enum) String() string

func (Enum) Type

func (Enum) Type() protoreflect.EnumType

type EnumDescriptorProto

type EnumDescriptorProto struct {
	Name          *string                                  `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Value         []*EnumValueDescriptorProto              `protobuf:"bytes,2,rep,name=value" json:"value,omitempty"`
	Options       *EnumOptions                             `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"`
	ReservedRange []*EnumDescriptorProto_EnumReservedRange `protobuf:"bytes,4,rep,name=reserved_range,json=reservedRange" json:"reserved_range,omitempty"`
	ReservedName  []string                                 `protobuf:"bytes,5,rep,name=reserved_name,json=reservedName" json:"reserved_name,omitempty"`
	// contains filtered or unexported fields
}

func (*EnumDescriptorProto) CloneMessageVT

func (m *EnumDescriptorProto) CloneMessageVT() proto.Message

func (*EnumDescriptorProto) CloneVT

func (*EnumDescriptorProto) Descriptor deprecated

func (*EnumDescriptorProto) Descriptor() ([]byte, []int)

Deprecated: Use EnumDescriptorProto.ProtoReflect.Descriptor instead.

func (*EnumDescriptorProto) EqualMessageVT

func (this *EnumDescriptorProto) EqualMessageVT(thatMsg proto.Message) bool

func (*EnumDescriptorProto) EqualVT

func (this *EnumDescriptorProto) EqualVT(that *EnumDescriptorProto) bool

func (*EnumDescriptorProto) GetName

func (x *EnumDescriptorProto) GetName() string

func (*EnumDescriptorProto) GetOptions

func (x *EnumDescriptorProto) GetOptions() *EnumOptions

func (*EnumDescriptorProto) GetReservedName

func (x *EnumDescriptorProto) GetReservedName() []string

func (*EnumDescriptorProto) GetReservedRange

func (*EnumDescriptorProto) GetValue

func (*EnumDescriptorProto) MarshalToSizedBufferVT

func (m *EnumDescriptorProto) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EnumDescriptorProto) MarshalToSizedBufferVTStrict

func (m *EnumDescriptorProto) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*EnumDescriptorProto) MarshalToVT

func (m *EnumDescriptorProto) MarshalToVT(dAtA []byte) (int, error)

func (*EnumDescriptorProto) MarshalToVTStrict

func (m *EnumDescriptorProto) MarshalToVTStrict(dAtA []byte) (int, error)

func (*EnumDescriptorProto) MarshalVT

func (m *EnumDescriptorProto) MarshalVT() (dAtA []byte, err error)

func (*EnumDescriptorProto) MarshalVTStrict

func (m *EnumDescriptorProto) MarshalVTStrict() (dAtA []byte, err error)

func (*EnumDescriptorProto) ProtoMessage

func (*EnumDescriptorProto) ProtoMessage()

func (*EnumDescriptorProto) ProtoReflect

func (x *EnumDescriptorProto) ProtoReflect() protoreflect.Message

func (*EnumDescriptorProto) Reset

func (x *EnumDescriptorProto) Reset()

func (*EnumDescriptorProto) SizeVT

func (m *EnumDescriptorProto) SizeVT() (n int)

func (*EnumDescriptorProto) String

func (x *EnumDescriptorProto) String() string

func (*EnumDescriptorProto) UnmarshalVT

func (m *EnumDescriptorProto) UnmarshalVT(dAtA []byte) error

func (*EnumDescriptorProto) UnmarshalVTUnsafe

func (m *EnumDescriptorProto) UnmarshalVTUnsafe(dAtA []byte) error

type EnumDescriptorProto_EnumReservedRange

type EnumDescriptorProto_EnumReservedRange struct {
	Start *int32 `protobuf:"varint,1,opt,name=start" json:"start,omitempty"`
	End   *int32 `protobuf:"varint,2,opt,name=end" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*EnumDescriptorProto_EnumReservedRange) CloneMessageVT

func (*EnumDescriptorProto_EnumReservedRange) CloneVT

func (*EnumDescriptorProto_EnumReservedRange) Descriptor deprecated

func (*EnumDescriptorProto_EnumReservedRange) Descriptor() ([]byte, []int)

Deprecated: Use EnumDescriptorProto_EnumReservedRange.ProtoReflect.Descriptor instead.

func (*EnumDescriptorProto_EnumReservedRange) EqualMessageVT

func (this *EnumDescriptorProto_EnumReservedRange) EqualMessageVT(thatMsg proto.Message) bool

func (*EnumDescriptorProto_EnumReservedRange) EqualVT

func (*EnumDescriptorProto_EnumReservedRange) GetEnd

func (*EnumDescriptorProto_EnumReservedRange) GetStart

func (*EnumDescriptorProto_EnumReservedRange) MarshalToSizedBufferVT

func (m *EnumDescriptorProto_EnumReservedRange) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EnumDescriptorProto_EnumReservedRange) MarshalToSizedBufferVTStrict

func (m *EnumDescriptorProto_EnumReservedRange) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*EnumDescriptorProto_EnumReservedRange) MarshalToVT

func (m *EnumDescriptorProto_EnumReservedRange) MarshalToVT(dAtA []byte) (int, error)

func (*EnumDescriptorProto_EnumReservedRange) MarshalToVTStrict

func (m *EnumDescriptorProto_EnumReservedRange) MarshalToVTStrict(dAtA []byte) (int, error)

func (*EnumDescriptorProto_EnumReservedRange) MarshalVT

func (m *EnumDescriptorProto_EnumReservedRange) MarshalVT() (dAtA []byte, err error)

func (*EnumDescriptorProto_EnumReservedRange) MarshalVTStrict

func (m *EnumDescriptorProto_EnumReservedRange) MarshalVTStrict() (dAtA []byte, err error)

func (*EnumDescriptorProto_EnumReservedRange) ProtoMessage

func (*EnumDescriptorProto_EnumReservedRange) ProtoMessage()

func (*EnumDescriptorProto_EnumReservedRange) ProtoReflect

func (*EnumDescriptorProto_EnumReservedRange) Reset

func (*EnumDescriptorProto_EnumReservedRange) SizeVT

func (*EnumDescriptorProto_EnumReservedRange) String

func (*EnumDescriptorProto_EnumReservedRange) UnmarshalVT

func (m *EnumDescriptorProto_EnumReservedRange) UnmarshalVT(dAtA []byte) error

func (*EnumDescriptorProto_EnumReservedRange) UnmarshalVTUnsafe

func (m *EnumDescriptorProto_EnumReservedRange) UnmarshalVTUnsafe(dAtA []byte) error

type EnumOptions

type EnumOptions struct {
	AllowAlias *bool `protobuf:"varint,2,opt,name=allow_alias,json=allowAlias" json:"allow_alias,omitempty"`
	Deprecated *bool `protobuf:"varint,3,opt,name=deprecated,def=0" json:"deprecated,omitempty"`
	// Deprecated: Marked as deprecated in test/descriptor.proto.
	DeprecatedLegacyJsonFieldConflicts *bool                  `` /* 163-byte string literal not displayed */
	Features                           *FeatureSet            `protobuf:"bytes,7,opt,name=features" json:"features,omitempty"`
	UninterpretedOption                []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
	// contains filtered or unexported fields
}

func (*EnumOptions) CloneMessageVT

func (m *EnumOptions) CloneMessageVT() proto.Message

func (*EnumOptions) CloneVT

func (m *EnumOptions) CloneVT() *EnumOptions

func (*EnumOptions) Descriptor deprecated

func (*EnumOptions) Descriptor() ([]byte, []int)

Deprecated: Use EnumOptions.ProtoReflect.Descriptor instead.

func (*EnumOptions) EqualMessageVT

func (this *EnumOptions) EqualMessageVT(thatMsg proto.Message) bool

func (*EnumOptions) EqualVT

func (this *EnumOptions) EqualVT(that *EnumOptions) bool

func (*EnumOptions) GetAllowAlias

func (x *EnumOptions) GetAllowAlias() bool

func (*EnumOptions) GetDeprecated

func (x *EnumOptions) GetDeprecated() bool

func (*EnumOptions) GetDeprecatedLegacyJsonFieldConflicts deprecated

func (x *EnumOptions) GetDeprecatedLegacyJsonFieldConflicts() bool

Deprecated: Marked as deprecated in test/descriptor.proto.

func (*EnumOptions) GetFeatures

func (x *EnumOptions) GetFeatures() *FeatureSet

func (*EnumOptions) GetUninterpretedOption

func (x *EnumOptions) GetUninterpretedOption() []*UninterpretedOption

func (*EnumOptions) MarshalToSizedBufferVT

func (m *EnumOptions) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EnumOptions) MarshalToSizedBufferVTStrict

func (m *EnumOptions) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*EnumOptions) MarshalToVT

func (m *EnumOptions) MarshalToVT(dAtA []byte) (int, error)

func (*EnumOptions) MarshalToVTStrict

func (m *EnumOptions) MarshalToVTStrict(dAtA []byte) (int, error)

func (*EnumOptions) MarshalVT

func (m *EnumOptions) MarshalVT() (dAtA []byte, err error)

func (*EnumOptions) MarshalVTStrict

func (m *EnumOptions) MarshalVTStrict() (dAtA []byte, err error)

func (*EnumOptions) ProtoMessage

func (*EnumOptions) ProtoMessage()

func (*EnumOptions) ProtoReflect

func (x *EnumOptions) ProtoReflect() protoreflect.Message

func (*EnumOptions) Reset

func (x *EnumOptions) Reset()

func (*EnumOptions) SizeVT

func (m *EnumOptions) SizeVT() (n int)

func (*EnumOptions) String

func (x *EnumOptions) String() string

func (*EnumOptions) UnmarshalVT

func (m *EnumOptions) UnmarshalVT(dAtA []byte) error

func (*EnumOptions) UnmarshalVTUnsafe

func (m *EnumOptions) UnmarshalVTUnsafe(dAtA []byte) error

type EnumValueDescriptorProto

type EnumValueDescriptorProto struct {
	Name    *string           `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Number  *int32            `protobuf:"varint,2,opt,name=number" json:"number,omitempty"`
	Options *EnumValueOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*EnumValueDescriptorProto) CloneMessageVT

func (m *EnumValueDescriptorProto) CloneMessageVT() proto.Message

func (*EnumValueDescriptorProto) CloneVT

func (*EnumValueDescriptorProto) Descriptor deprecated

func (*EnumValueDescriptorProto) Descriptor() ([]byte, []int)

Deprecated: Use EnumValueDescriptorProto.ProtoReflect.Descriptor instead.

func (*EnumValueDescriptorProto) EqualMessageVT

func (this *EnumValueDescriptorProto) EqualMessageVT(thatMsg proto.Message) bool

func (*EnumValueDescriptorProto) EqualVT

func (*EnumValueDescriptorProto) GetName

func (x *EnumValueDescriptorProto) GetName() string

func (*EnumValueDescriptorProto) GetNumber

func (x *EnumValueDescriptorProto) GetNumber() int32

func (*EnumValueDescriptorProto) GetOptions

func (x *EnumValueDescriptorProto) GetOptions() *EnumValueOptions

func (*EnumValueDescriptorProto) MarshalToSizedBufferVT

func (m *EnumValueDescriptorProto) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EnumValueDescriptorProto) MarshalToSizedBufferVTStrict

func (m *EnumValueDescriptorProto) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*EnumValueDescriptorProto) MarshalToVT

func (m *EnumValueDescriptorProto) MarshalToVT(dAtA []byte) (int, error)

func (*EnumValueDescriptorProto) MarshalToVTStrict

func (m *EnumValueDescriptorProto) MarshalToVTStrict(dAtA []byte) (int, error)

func (*EnumValueDescriptorProto) MarshalVT

func (m *EnumValueDescriptorProto) MarshalVT() (dAtA []byte, err error)

func (*EnumValueDescriptorProto) MarshalVTStrict

func (m *EnumValueDescriptorProto) MarshalVTStrict() (dAtA []byte, err error)

func (*EnumValueDescriptorProto) ProtoMessage

func (*EnumValueDescriptorProto) ProtoMessage()

func (*EnumValueDescriptorProto) ProtoReflect

func (x *EnumValueDescriptorProto) ProtoReflect() protoreflect.Message

func (*EnumValueDescriptorProto) Reset

func (x *EnumValueDescriptorProto) Reset()

func (*EnumValueDescriptorProto) SizeVT

func (m *EnumValueDescriptorProto) SizeVT() (n int)

func (*EnumValueDescriptorProto) String

func (x *EnumValueDescriptorProto) String() string

func (*EnumValueDescriptorProto) UnmarshalVT

func (m *EnumValueDescriptorProto) UnmarshalVT(dAtA []byte) error

func (*EnumValueDescriptorProto) UnmarshalVTUnsafe

func (m *EnumValueDescriptorProto) UnmarshalVTUnsafe(dAtA []byte) error

type EnumValueOptions

type EnumValueOptions struct {
	Deprecated          *bool                        `protobuf:"varint,1,opt,name=deprecated,def=0" json:"deprecated,omitempty"`
	Features            *FeatureSet                  `protobuf:"bytes,2,opt,name=features" json:"features,omitempty"`
	DebugRedact         *bool                        `protobuf:"varint,3,opt,name=debug_redact,json=debugRedact,def=0" json:"debug_redact,omitempty"`
	FeatureSupport      *FieldOptions_FeatureSupport `protobuf:"bytes,4,opt,name=feature_support,json=featureSupport" json:"feature_support,omitempty"`
	UninterpretedOption []*UninterpretedOption       `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
	// contains filtered or unexported fields
}

func (*EnumValueOptions) CloneMessageVT

func (m *EnumValueOptions) CloneMessageVT() proto.Message

func (*EnumValueOptions) CloneVT

func (m *EnumValueOptions) CloneVT() *EnumValueOptions

func (*EnumValueOptions) Descriptor deprecated

func (*EnumValueOptions) Descriptor() ([]byte, []int)

Deprecated: Use EnumValueOptions.ProtoReflect.Descriptor instead.

func (*EnumValueOptions) EqualMessageVT

func (this *EnumValueOptions) EqualMessageVT(thatMsg proto.Message) bool

func (*EnumValueOptions) EqualVT

func (this *EnumValueOptions) EqualVT(that *EnumValueOptions) bool

func (*EnumValueOptions) GetDebugRedact

func (x *EnumValueOptions) GetDebugRedact() bool

func (*EnumValueOptions) GetDeprecated

func (x *EnumValueOptions) GetDeprecated() bool

func (*EnumValueOptions) GetFeatureSupport

func (x *EnumValueOptions) GetFeatureSupport() *FieldOptions_FeatureSupport

func (*EnumValueOptions) GetFeatures

func (x *EnumValueOptions) GetFeatures() *FeatureSet

func (*EnumValueOptions) GetUninterpretedOption

func (x *EnumValueOptions) GetUninterpretedOption() []*UninterpretedOption

func (*EnumValueOptions) MarshalToSizedBufferVT

func (m *EnumValueOptions) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EnumValueOptions) MarshalToSizedBufferVTStrict

func (m *EnumValueOptions) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*EnumValueOptions) MarshalToVT

func (m *EnumValueOptions) MarshalToVT(dAtA []byte) (int, error)

func (*EnumValueOptions) MarshalToVTStrict

func (m *EnumValueOptions) MarshalToVTStrict(dAtA []byte) (int, error)

func (*EnumValueOptions) MarshalVT

func (m *EnumValueOptions) MarshalVT() (dAtA []byte, err error)

func (*EnumValueOptions) MarshalVTStrict

func (m *EnumValueOptions) MarshalVTStrict() (dAtA []byte, err error)

func (*EnumValueOptions) ProtoMessage

func (*EnumValueOptions) ProtoMessage()

func (*EnumValueOptions) ProtoReflect

func (x *EnumValueOptions) ProtoReflect() protoreflect.Message

func (*EnumValueOptions) Reset

func (x *EnumValueOptions) Reset()

func (*EnumValueOptions) SizeVT

func (m *EnumValueOptions) SizeVT() (n int)

func (*EnumValueOptions) String

func (x *EnumValueOptions) String() string

func (*EnumValueOptions) UnmarshalVT

func (m *EnumValueOptions) UnmarshalVT(dAtA []byte) error

func (*EnumValueOptions) UnmarshalVTUnsafe

func (m *EnumValueOptions) UnmarshalVTUnsafe(dAtA []byte) error

type ExtensionRangeOptions

type ExtensionRangeOptions struct {
	UninterpretedOption []*UninterpretedOption                   `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
	Declaration         []*ExtensionRangeOptions_Declaration     `protobuf:"bytes,2,rep,name=declaration" json:"declaration,omitempty"`
	Features            *FeatureSet                              `protobuf:"bytes,50,opt,name=features" json:"features,omitempty"`
	Verification        *ExtensionRangeOptions_VerificationState `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ExtensionRangeOptions) CloneMessageVT

func (m *ExtensionRangeOptions) CloneMessageVT() proto.Message

func (*ExtensionRangeOptions) CloneVT

func (*ExtensionRangeOptions) Descriptor deprecated

func (*ExtensionRangeOptions) Descriptor() ([]byte, []int)

Deprecated: Use ExtensionRangeOptions.ProtoReflect.Descriptor instead.

func (*ExtensionRangeOptions) EqualMessageVT

func (this *ExtensionRangeOptions) EqualMessageVT(thatMsg proto.Message) bool

func (*ExtensionRangeOptions) EqualVT

func (this *ExtensionRangeOptions) EqualVT(that *ExtensionRangeOptions) bool

func (*ExtensionRangeOptions) GetDeclaration

func (*ExtensionRangeOptions) GetFeatures

func (x *ExtensionRangeOptions) GetFeatures() *FeatureSet

func (*ExtensionRangeOptions) GetUninterpretedOption

func (x *ExtensionRangeOptions) GetUninterpretedOption() []*UninterpretedOption

func (*ExtensionRangeOptions) GetVerification

func (*ExtensionRangeOptions) MarshalToSizedBufferVT

func (m *ExtensionRangeOptions) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ExtensionRangeOptions) MarshalToSizedBufferVTStrict

func (m *ExtensionRangeOptions) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*ExtensionRangeOptions) MarshalToVT

func (m *ExtensionRangeOptions) MarshalToVT(dAtA []byte) (int, error)

func (*ExtensionRangeOptions) MarshalToVTStrict

func (m *ExtensionRangeOptions) MarshalToVTStrict(dAtA []byte) (int, error)

func (*ExtensionRangeOptions) MarshalVT

func (m *ExtensionRangeOptions) MarshalVT() (dAtA []byte, err error)

func (*ExtensionRangeOptions) MarshalVTStrict

func (m *ExtensionRangeOptions) MarshalVTStrict() (dAtA []byte, err error)

func (*ExtensionRangeOptions) ProtoMessage

func (*ExtensionRangeOptions) ProtoMessage()

func (*ExtensionRangeOptions) ProtoReflect

func (x *ExtensionRangeOptions) ProtoReflect() protoreflect.Message

func (*ExtensionRangeOptions) Reset

func (x *ExtensionRangeOptions) Reset()

func (*ExtensionRangeOptions) SizeVT

func (m *ExtensionRangeOptions) SizeVT() (n int)

func (*ExtensionRangeOptions) String

func (x *ExtensionRangeOptions) String() string

func (*ExtensionRangeOptions) UnmarshalVT

func (m *ExtensionRangeOptions) UnmarshalVT(dAtA []byte) error

func (*ExtensionRangeOptions) UnmarshalVTUnsafe

func (m *ExtensionRangeOptions) UnmarshalVTUnsafe(dAtA []byte) error

type ExtensionRangeOptions_Declaration

type ExtensionRangeOptions_Declaration struct {
	Number   *int32  `protobuf:"varint,1,opt,name=number" json:"number,omitempty"`
	FullName *string `protobuf:"bytes,2,opt,name=full_name,json=fullName" json:"full_name,omitempty"`
	Type     *string `protobuf:"bytes,3,opt,name=type" json:"type,omitempty"`
	Reserved *bool   `protobuf:"varint,5,opt,name=reserved" json:"reserved,omitempty"`
	Repeated *bool   `protobuf:"varint,6,opt,name=repeated" json:"repeated,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtensionRangeOptions_Declaration) CloneMessageVT

func (m *ExtensionRangeOptions_Declaration) CloneMessageVT() proto.Message

func (*ExtensionRangeOptions_Declaration) CloneVT

func (*ExtensionRangeOptions_Declaration) Descriptor deprecated

func (*ExtensionRangeOptions_Declaration) Descriptor() ([]byte, []int)

Deprecated: Use ExtensionRangeOptions_Declaration.ProtoReflect.Descriptor instead.

func (*ExtensionRangeOptions_Declaration) EqualMessageVT

func (this *ExtensionRangeOptions_Declaration) EqualMessageVT(thatMsg proto.Message) bool

func (*ExtensionRangeOptions_Declaration) EqualVT

func (*ExtensionRangeOptions_Declaration) GetFullName

func (x *ExtensionRangeOptions_Declaration) GetFullName() string

func (*ExtensionRangeOptions_Declaration) GetNumber

func (*ExtensionRangeOptions_Declaration) GetRepeated

func (x *ExtensionRangeOptions_Declaration) GetRepeated() bool

func (*ExtensionRangeOptions_Declaration) GetReserved

func (x *ExtensionRangeOptions_Declaration) GetReserved() bool

func (*ExtensionRangeOptions_Declaration) GetType

func (*ExtensionRangeOptions_Declaration) MarshalToSizedBufferVT

func (m *ExtensionRangeOptions_Declaration) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ExtensionRangeOptions_Declaration) MarshalToSizedBufferVTStrict

func (m *ExtensionRangeOptions_Declaration) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*ExtensionRangeOptions_Declaration) MarshalToVT

func (m *ExtensionRangeOptions_Declaration) MarshalToVT(dAtA []byte) (int, error)

func (*ExtensionRangeOptions_Declaration) MarshalToVTStrict

func (m *ExtensionRangeOptions_Declaration) MarshalToVTStrict(dAtA []byte) (int, error)

func (*ExtensionRangeOptions_Declaration) MarshalVT

func (m *ExtensionRangeOptions_Declaration) MarshalVT() (dAtA []byte, err error)

func (*ExtensionRangeOptions_Declaration) MarshalVTStrict

func (m *ExtensionRangeOptions_Declaration) MarshalVTStrict() (dAtA []byte, err error)

func (*ExtensionRangeOptions_Declaration) ProtoMessage

func (*ExtensionRangeOptions_Declaration) ProtoMessage()

func (*ExtensionRangeOptions_Declaration) ProtoReflect

func (*ExtensionRangeOptions_Declaration) Reset

func (*ExtensionRangeOptions_Declaration) SizeVT

func (m *ExtensionRangeOptions_Declaration) SizeVT() (n int)

func (*ExtensionRangeOptions_Declaration) String

func (*ExtensionRangeOptions_Declaration) UnmarshalVT

func (m *ExtensionRangeOptions_Declaration) UnmarshalVT(dAtA []byte) error

func (*ExtensionRangeOptions_Declaration) UnmarshalVTUnsafe

func (m *ExtensionRangeOptions_Declaration) UnmarshalVTUnsafe(dAtA []byte) error

type ExtensionRangeOptions_VerificationState

type ExtensionRangeOptions_VerificationState int32
const (
	ExtensionRangeOptions_DECLARATION ExtensionRangeOptions_VerificationState = 0
	ExtensionRangeOptions_UNVERIFIED  ExtensionRangeOptions_VerificationState = 1
)

func (ExtensionRangeOptions_VerificationState) Descriptor

func (ExtensionRangeOptions_VerificationState) Enum

func (ExtensionRangeOptions_VerificationState) EnumDescriptor deprecated

func (ExtensionRangeOptions_VerificationState) EnumDescriptor() ([]byte, []int)

Deprecated: Use ExtensionRangeOptions_VerificationState.Descriptor instead.

func (ExtensionRangeOptions_VerificationState) Number

func (ExtensionRangeOptions_VerificationState) String

func (ExtensionRangeOptions_VerificationState) Type

func (*ExtensionRangeOptions_VerificationState) UnmarshalJSON deprecated

func (x *ExtensionRangeOptions_VerificationState) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Extensions

type Extensions struct {
	// contains filtered or unexported fields
}

func (*Extensions) Descriptor deprecated

func (*Extensions) Descriptor() ([]byte, []int)

Deprecated: Use Extensions.ProtoReflect.Descriptor instead.

func (*Extensions) ProtoMessage

func (*Extensions) ProtoMessage()

func (*Extensions) ProtoReflect

func (x *Extensions) ProtoReflect() protoreflect.Message

func (*Extensions) Reset

func (x *Extensions) Reset()

func (*Extensions) String

func (x *Extensions) String() string

type FeatureSet

type FeatureSet struct {
	FieldPresence         *FeatureSet_FieldPresence         `` /* 137-byte string literal not displayed */
	EnumType              *FeatureSet_EnumType              `protobuf:"varint,2,opt,name=enum_type,json=enumType,enum=hyperpb.test.FeatureSet_EnumType" json:"enum_type,omitempty"`
	RepeatedFieldEncoding *FeatureSet_RepeatedFieldEncoding `` /* 171-byte string literal not displayed */
	Utf8Validation        *FeatureSet_Utf8Validation        `` /* 141-byte string literal not displayed */
	MessageEncoding       *FeatureSet_MessageEncoding       `` /* 145-byte string literal not displayed */
	JsonFormat            *FeatureSet_JsonFormat            `protobuf:"varint,6,opt,name=json_format,json=jsonFormat,enum=hyperpb.test.FeatureSet_JsonFormat" json:"json_format,omitempty"`
	EnforceNamingStyle    *FeatureSet_EnforceNamingStyle    `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*FeatureSet) CloneMessageVT

func (m *FeatureSet) CloneMessageVT() proto.Message

func (*FeatureSet) CloneVT

func (m *FeatureSet) CloneVT() *FeatureSet

func (*FeatureSet) Descriptor deprecated

func (*FeatureSet) Descriptor() ([]byte, []int)

Deprecated: Use FeatureSet.ProtoReflect.Descriptor instead.

func (*FeatureSet) EqualMessageVT

func (this *FeatureSet) EqualMessageVT(thatMsg proto.Message) bool

func (*FeatureSet) EqualVT

func (this *FeatureSet) EqualVT(that *FeatureSet) bool

func (*FeatureSet) GetEnforceNamingStyle

func (x *FeatureSet) GetEnforceNamingStyle() FeatureSet_EnforceNamingStyle

func (*FeatureSet) GetEnumType

func (x *FeatureSet) GetEnumType() FeatureSet_EnumType

func (*FeatureSet) GetFieldPresence

func (x *FeatureSet) GetFieldPresence() FeatureSet_FieldPresence

func (*FeatureSet) GetJsonFormat

func (x *FeatureSet) GetJsonFormat() FeatureSet_JsonFormat

func (*FeatureSet) GetMessageEncoding

func (x *FeatureSet) GetMessageEncoding() FeatureSet_MessageEncoding

func (*FeatureSet) GetRepeatedFieldEncoding

func (x *FeatureSet) GetRepeatedFieldEncoding() FeatureSet_RepeatedFieldEncoding

func (*FeatureSet) GetUtf8Validation

func (x *FeatureSet) GetUtf8Validation() FeatureSet_Utf8Validation

func (*FeatureSet) MarshalToSizedBufferVT

func (m *FeatureSet) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FeatureSet) MarshalToSizedBufferVTStrict

func (m *FeatureSet) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*FeatureSet) MarshalToVT

func (m *FeatureSet) MarshalToVT(dAtA []byte) (int, error)

func (*FeatureSet) MarshalToVTStrict

func (m *FeatureSet) MarshalToVTStrict(dAtA []byte) (int, error)

func (*FeatureSet) MarshalVT

func (m *FeatureSet) MarshalVT() (dAtA []byte, err error)

func (*FeatureSet) MarshalVTStrict

func (m *FeatureSet) MarshalVTStrict() (dAtA []byte, err error)

func (*FeatureSet) ProtoMessage

func (*FeatureSet) ProtoMessage()

func (*FeatureSet) ProtoReflect

func (x *FeatureSet) ProtoReflect() protoreflect.Message

func (*FeatureSet) Reset

func (x *FeatureSet) Reset()

func (*FeatureSet) SizeVT

func (m *FeatureSet) SizeVT() (n int)

func (*FeatureSet) String

func (x *FeatureSet) String() string

func (*FeatureSet) UnmarshalVT

func (m *FeatureSet) UnmarshalVT(dAtA []byte) error

func (*FeatureSet) UnmarshalVTUnsafe

func (m *FeatureSet) UnmarshalVTUnsafe(dAtA []byte) error

type FeatureSetDefaults

type FeatureSetDefaults struct {
	Defaults       []*FeatureSetDefaults_FeatureSetEditionDefault `protobuf:"bytes,1,rep,name=defaults" json:"defaults,omitempty"`
	MinimumEdition *Edition                                       `protobuf:"varint,4,opt,name=minimum_edition,json=minimumEdition,enum=hyperpb.test.Edition" json:"minimum_edition,omitempty"`
	MaximumEdition *Edition                                       `protobuf:"varint,5,opt,name=maximum_edition,json=maximumEdition,enum=hyperpb.test.Edition" json:"maximum_edition,omitempty"`
	// contains filtered or unexported fields
}

func (*FeatureSetDefaults) CloneMessageVT

func (m *FeatureSetDefaults) CloneMessageVT() proto.Message

func (*FeatureSetDefaults) CloneVT

func (m *FeatureSetDefaults) CloneVT() *FeatureSetDefaults

func (*FeatureSetDefaults) Descriptor deprecated

func (*FeatureSetDefaults) Descriptor() ([]byte, []int)

Deprecated: Use FeatureSetDefaults.ProtoReflect.Descriptor instead.

func (*FeatureSetDefaults) EqualMessageVT

func (this *FeatureSetDefaults) EqualMessageVT(thatMsg proto.Message) bool

func (*FeatureSetDefaults) EqualVT

func (this *FeatureSetDefaults) EqualVT(that *FeatureSetDefaults) bool

func (*FeatureSetDefaults) GetDefaults

func (*FeatureSetDefaults) GetMaximumEdition

func (x *FeatureSetDefaults) GetMaximumEdition() Edition

func (*FeatureSetDefaults) GetMinimumEdition

func (x *FeatureSetDefaults) GetMinimumEdition() Edition

func (*FeatureSetDefaults) MarshalToSizedBufferVT

func (m *FeatureSetDefaults) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FeatureSetDefaults) MarshalToSizedBufferVTStrict

func (m *FeatureSetDefaults) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*FeatureSetDefaults) MarshalToVT

func (m *FeatureSetDefaults) MarshalToVT(dAtA []byte) (int, error)

func (*FeatureSetDefaults) MarshalToVTStrict

func (m *FeatureSetDefaults) MarshalToVTStrict(dAtA []byte) (int, error)

func (*FeatureSetDefaults) MarshalVT

func (m *FeatureSetDefaults) MarshalVT() (dAtA []byte, err error)

func (*FeatureSetDefaults) MarshalVTStrict

func (m *FeatureSetDefaults) MarshalVTStrict() (dAtA []byte, err error)

func (*FeatureSetDefaults) ProtoMessage

func (*FeatureSetDefaults) ProtoMessage()

func (*FeatureSetDefaults) ProtoReflect

func (x *FeatureSetDefaults) ProtoReflect() protoreflect.Message

func (*FeatureSetDefaults) Reset

func (x *FeatureSetDefaults) Reset()

func (*FeatureSetDefaults) SizeVT

func (m *FeatureSetDefaults) SizeVT() (n int)

func (*FeatureSetDefaults) String

func (x *FeatureSetDefaults) String() string

func (*FeatureSetDefaults) UnmarshalVT

func (m *FeatureSetDefaults) UnmarshalVT(dAtA []byte) error

func (*FeatureSetDefaults) UnmarshalVTUnsafe

func (m *FeatureSetDefaults) UnmarshalVTUnsafe(dAtA []byte) error

type FeatureSetDefaults_FeatureSetEditionDefault

type FeatureSetDefaults_FeatureSetEditionDefault struct {
	Edition             *Edition    `protobuf:"varint,3,opt,name=edition,enum=hyperpb.test.Edition" json:"edition,omitempty"`
	OverridableFeatures *FeatureSet `protobuf:"bytes,4,opt,name=overridable_features,json=overridableFeatures" json:"overridable_features,omitempty"`
	FixedFeatures       *FeatureSet `protobuf:"bytes,5,opt,name=fixed_features,json=fixedFeatures" json:"fixed_features,omitempty"`
	// contains filtered or unexported fields
}

func (*FeatureSetDefaults_FeatureSetEditionDefault) CloneMessageVT

func (*FeatureSetDefaults_FeatureSetEditionDefault) CloneVT

func (*FeatureSetDefaults_FeatureSetEditionDefault) Descriptor deprecated

Deprecated: Use FeatureSetDefaults_FeatureSetEditionDefault.ProtoReflect.Descriptor instead.

func (*FeatureSetDefaults_FeatureSetEditionDefault) EqualMessageVT

func (this *FeatureSetDefaults_FeatureSetEditionDefault) EqualMessageVT(thatMsg proto.Message) bool

func (*FeatureSetDefaults_FeatureSetEditionDefault) EqualVT

func (*FeatureSetDefaults_FeatureSetEditionDefault) GetEdition

func (*FeatureSetDefaults_FeatureSetEditionDefault) GetFixedFeatures

func (*FeatureSetDefaults_FeatureSetEditionDefault) GetOverridableFeatures

func (x *FeatureSetDefaults_FeatureSetEditionDefault) GetOverridableFeatures() *FeatureSet

func (*FeatureSetDefaults_FeatureSetEditionDefault) MarshalToSizedBufferVT

func (m *FeatureSetDefaults_FeatureSetEditionDefault) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FeatureSetDefaults_FeatureSetEditionDefault) MarshalToSizedBufferVTStrict

func (m *FeatureSetDefaults_FeatureSetEditionDefault) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*FeatureSetDefaults_FeatureSetEditionDefault) MarshalToVT

func (m *FeatureSetDefaults_FeatureSetEditionDefault) MarshalToVT(dAtA []byte) (int, error)

func (*FeatureSetDefaults_FeatureSetEditionDefault) MarshalToVTStrict

func (m *FeatureSetDefaults_FeatureSetEditionDefault) MarshalToVTStrict(dAtA []byte) (int, error)

func (*FeatureSetDefaults_FeatureSetEditionDefault) MarshalVT

func (m *FeatureSetDefaults_FeatureSetEditionDefault) MarshalVT() (dAtA []byte, err error)

func (*FeatureSetDefaults_FeatureSetEditionDefault) MarshalVTStrict

func (m *FeatureSetDefaults_FeatureSetEditionDefault) MarshalVTStrict() (dAtA []byte, err error)

func (*FeatureSetDefaults_FeatureSetEditionDefault) ProtoMessage

func (*FeatureSetDefaults_FeatureSetEditionDefault) ProtoReflect

func (*FeatureSetDefaults_FeatureSetEditionDefault) Reset

func (*FeatureSetDefaults_FeatureSetEditionDefault) SizeVT

func (*FeatureSetDefaults_FeatureSetEditionDefault) String

func (*FeatureSetDefaults_FeatureSetEditionDefault) UnmarshalVT

func (*FeatureSetDefaults_FeatureSetEditionDefault) UnmarshalVTUnsafe

func (m *FeatureSetDefaults_FeatureSetEditionDefault) UnmarshalVTUnsafe(dAtA []byte) error

type FeatureSet_EnforceNamingStyle

type FeatureSet_EnforceNamingStyle int32
const (
	FeatureSet_ENFORCE_NAMING_STYLE_UNKNOWN FeatureSet_EnforceNamingStyle = 0
	FeatureSet_STYLE2024                    FeatureSet_EnforceNamingStyle = 1
	FeatureSet_STYLE_LEGACY                 FeatureSet_EnforceNamingStyle = 2
)

func (FeatureSet_EnforceNamingStyle) Descriptor

func (FeatureSet_EnforceNamingStyle) Enum

func (FeatureSet_EnforceNamingStyle) EnumDescriptor deprecated

func (FeatureSet_EnforceNamingStyle) EnumDescriptor() ([]byte, []int)

Deprecated: Use FeatureSet_EnforceNamingStyle.Descriptor instead.

func (FeatureSet_EnforceNamingStyle) Number

func (FeatureSet_EnforceNamingStyle) String

func (FeatureSet_EnforceNamingStyle) Type

func (*FeatureSet_EnforceNamingStyle) UnmarshalJSON deprecated

func (x *FeatureSet_EnforceNamingStyle) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type FeatureSet_EnumType

type FeatureSet_EnumType int32
const (
	FeatureSet_ENUM_TYPE_UNKNOWN FeatureSet_EnumType = 0
	FeatureSet_OPEN              FeatureSet_EnumType = 1
	FeatureSet_CLOSED            FeatureSet_EnumType = 2
)

func (FeatureSet_EnumType) Descriptor

func (FeatureSet_EnumType) Enum

func (FeatureSet_EnumType) EnumDescriptor deprecated

func (FeatureSet_EnumType) EnumDescriptor() ([]byte, []int)

Deprecated: Use FeatureSet_EnumType.Descriptor instead.

func (FeatureSet_EnumType) Number

func (FeatureSet_EnumType) String

func (x FeatureSet_EnumType) String() string

func (FeatureSet_EnumType) Type

func (*FeatureSet_EnumType) UnmarshalJSON deprecated

func (x *FeatureSet_EnumType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type FeatureSet_FieldPresence

type FeatureSet_FieldPresence int32
const (
	FeatureSet_FIELD_PRESENCE_UNKNOWN FeatureSet_FieldPresence = 0
	FeatureSet_EXPLICIT               FeatureSet_FieldPresence = 1
	FeatureSet_IMPLICIT               FeatureSet_FieldPresence = 2
	FeatureSet_LEGACY_REQUIRED        FeatureSet_FieldPresence = 3
)

func (FeatureSet_FieldPresence) Descriptor

func (FeatureSet_FieldPresence) Enum

func (FeatureSet_FieldPresence) EnumDescriptor deprecated

func (FeatureSet_FieldPresence) EnumDescriptor() ([]byte, []int)

Deprecated: Use FeatureSet_FieldPresence.Descriptor instead.

func (FeatureSet_FieldPresence) Number

func (FeatureSet_FieldPresence) String

func (x FeatureSet_FieldPresence) String() string

func (FeatureSet_FieldPresence) Type

func (*FeatureSet_FieldPresence) UnmarshalJSON deprecated

func (x *FeatureSet_FieldPresence) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type FeatureSet_JsonFormat

type FeatureSet_JsonFormat int32
const (
	FeatureSet_JSON_FORMAT_UNKNOWN FeatureSet_JsonFormat = 0
	FeatureSet_ALLOW               FeatureSet_JsonFormat = 1
	FeatureSet_LEGACY_BEST_EFFORT  FeatureSet_JsonFormat = 2
)

func (FeatureSet_JsonFormat) Descriptor

func (FeatureSet_JsonFormat) Enum

func (FeatureSet_JsonFormat) EnumDescriptor deprecated

func (FeatureSet_JsonFormat) EnumDescriptor() ([]byte, []int)

Deprecated: Use FeatureSet_JsonFormat.Descriptor instead.

func (FeatureSet_JsonFormat) Number

func (FeatureSet_JsonFormat) String

func (x FeatureSet_JsonFormat) String() string

func (FeatureSet_JsonFormat) Type

func (*FeatureSet_JsonFormat) UnmarshalJSON deprecated

func (x *FeatureSet_JsonFormat) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type FeatureSet_MessageEncoding

type FeatureSet_MessageEncoding int32
const (
	FeatureSet_MESSAGE_ENCODING_UNKNOWN FeatureSet_MessageEncoding = 0
	FeatureSet_LENGTH_PREFIXED          FeatureSet_MessageEncoding = 1
	FeatureSet_DELIMITED                FeatureSet_MessageEncoding = 2
)

func (FeatureSet_MessageEncoding) Descriptor

func (FeatureSet_MessageEncoding) Enum

func (FeatureSet_MessageEncoding) EnumDescriptor deprecated

func (FeatureSet_MessageEncoding) EnumDescriptor() ([]byte, []int)

Deprecated: Use FeatureSet_MessageEncoding.Descriptor instead.

func (FeatureSet_MessageEncoding) Number

func (FeatureSet_MessageEncoding) String

func (FeatureSet_MessageEncoding) Type

func (*FeatureSet_MessageEncoding) UnmarshalJSON deprecated

func (x *FeatureSet_MessageEncoding) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type FeatureSet_RepeatedFieldEncoding

type FeatureSet_RepeatedFieldEncoding int32
const (
	FeatureSet_REPEATED_FIELD_ENCODING_UNKNOWN FeatureSet_RepeatedFieldEncoding = 0
	FeatureSet_PACKED                          FeatureSet_RepeatedFieldEncoding = 1
	FeatureSet_EXPANDED                        FeatureSet_RepeatedFieldEncoding = 2
)

func (FeatureSet_RepeatedFieldEncoding) Descriptor

func (FeatureSet_RepeatedFieldEncoding) Enum

func (FeatureSet_RepeatedFieldEncoding) EnumDescriptor deprecated

func (FeatureSet_RepeatedFieldEncoding) EnumDescriptor() ([]byte, []int)

Deprecated: Use FeatureSet_RepeatedFieldEncoding.Descriptor instead.

func (FeatureSet_RepeatedFieldEncoding) Number

func (FeatureSet_RepeatedFieldEncoding) String

func (FeatureSet_RepeatedFieldEncoding) Type

func (*FeatureSet_RepeatedFieldEncoding) UnmarshalJSON deprecated

func (x *FeatureSet_RepeatedFieldEncoding) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type FeatureSet_Utf8Validation

type FeatureSet_Utf8Validation int32
const (
	FeatureSet_UTF8_VALIDATION_UNKNOWN FeatureSet_Utf8Validation = 0
	FeatureSet_VERIFY                  FeatureSet_Utf8Validation = 2
	FeatureSet_NONE                    FeatureSet_Utf8Validation = 3
)

func (FeatureSet_Utf8Validation) Descriptor

func (FeatureSet_Utf8Validation) Enum

func (FeatureSet_Utf8Validation) EnumDescriptor deprecated

func (FeatureSet_Utf8Validation) EnumDescriptor() ([]byte, []int)

Deprecated: Use FeatureSet_Utf8Validation.Descriptor instead.

func (FeatureSet_Utf8Validation) Number

func (FeatureSet_Utf8Validation) String

func (x FeatureSet_Utf8Validation) String() string

func (FeatureSet_Utf8Validation) Type

func (*FeatureSet_Utf8Validation) UnmarshalJSON deprecated

func (x *FeatureSet_Utf8Validation) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type FieldDescriptorProto

type FieldDescriptorProto struct {
	Name           *string                     `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Number         *int32                      `protobuf:"varint,3,opt,name=number" json:"number,omitempty"`
	Label          *FieldDescriptorProto_Label `protobuf:"varint,4,opt,name=label,enum=hyperpb.test.FieldDescriptorProto_Label" json:"label,omitempty"`
	Type           *FieldDescriptorProto_Type  `protobuf:"varint,5,opt,name=type,enum=hyperpb.test.FieldDescriptorProto_Type" json:"type,omitempty"`
	TypeName       *string                     `protobuf:"bytes,6,opt,name=type_name,json=typeName" json:"type_name,omitempty"`
	Extendee       *string                     `protobuf:"bytes,2,opt,name=extendee" json:"extendee,omitempty"`
	DefaultValue   *string                     `protobuf:"bytes,7,opt,name=default_value,json=defaultValue" json:"default_value,omitempty"`
	OneofIndex     *int32                      `protobuf:"varint,9,opt,name=oneof_index,json=oneofIndex" json:"oneof_index,omitempty"`
	JsonName       *string                     `protobuf:"bytes,10,opt,name=json_name,json=jsonName" json:"json_name,omitempty"`
	Options        *FieldOptions               `protobuf:"bytes,8,opt,name=options" json:"options,omitempty"`
	Proto3Optional *bool                       `protobuf:"varint,17,opt,name=proto3_optional,json=proto3Optional" json:"proto3_optional,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldDescriptorProto) CloneMessageVT

func (m *FieldDescriptorProto) CloneMessageVT() proto.Message

func (*FieldDescriptorProto) CloneVT

func (*FieldDescriptorProto) Descriptor deprecated

func (*FieldDescriptorProto) Descriptor() ([]byte, []int)

Deprecated: Use FieldDescriptorProto.ProtoReflect.Descriptor instead.

func (*FieldDescriptorProto) EqualMessageVT

func (this *FieldDescriptorProto) EqualMessageVT(thatMsg proto.Message) bool

func (*FieldDescriptorProto) EqualVT

func (this *FieldDescriptorProto) EqualVT(that *FieldDescriptorProto) bool

func (*FieldDescriptorProto) GetDefaultValue

func (x *FieldDescriptorProto) GetDefaultValue() string

func (*FieldDescriptorProto) GetExtendee

func (x *FieldDescriptorProto) GetExtendee() string

func (*FieldDescriptorProto) GetJsonName

func (x *FieldDescriptorProto) GetJsonName() string

func (*FieldDescriptorProto) GetLabel

func (*FieldDescriptorProto) GetName

func (x *FieldDescriptorProto) GetName() string

func (*FieldDescriptorProto) GetNumber

func (x *FieldDescriptorProto) GetNumber() int32

func (*FieldDescriptorProto) GetOneofIndex

func (x *FieldDescriptorProto) GetOneofIndex() int32

func (*FieldDescriptorProto) GetOptions

func (x *FieldDescriptorProto) GetOptions() *FieldOptions

func (*FieldDescriptorProto) GetProto3Optional

func (x *FieldDescriptorProto) GetProto3Optional() bool

func (*FieldDescriptorProto) GetType

func (*FieldDescriptorProto) GetTypeName

func (x *FieldDescriptorProto) GetTypeName() string

func (*FieldDescriptorProto) MarshalToSizedBufferVT

func (m *FieldDescriptorProto) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FieldDescriptorProto) MarshalToSizedBufferVTStrict

func (m *FieldDescriptorProto) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*FieldDescriptorProto) MarshalToVT

func (m *FieldDescriptorProto) MarshalToVT(dAtA []byte) (int, error)

func (*FieldDescriptorProto) MarshalToVTStrict

func (m *FieldDescriptorProto) MarshalToVTStrict(dAtA []byte) (int, error)

func (*FieldDescriptorProto) MarshalVT

func (m *FieldDescriptorProto) MarshalVT() (dAtA []byte, err error)

func (*FieldDescriptorProto) MarshalVTStrict

func (m *FieldDescriptorProto) MarshalVTStrict() (dAtA []byte, err error)

func (*FieldDescriptorProto) ProtoMessage

func (*FieldDescriptorProto) ProtoMessage()

func (*FieldDescriptorProto) ProtoReflect

func (x *FieldDescriptorProto) ProtoReflect() protoreflect.Message

func (*FieldDescriptorProto) Reset

func (x *FieldDescriptorProto) Reset()

func (*FieldDescriptorProto) SizeVT

func (m *FieldDescriptorProto) SizeVT() (n int)

func (*FieldDescriptorProto) String

func (x *FieldDescriptorProto) String() string

func (*FieldDescriptorProto) UnmarshalVT

func (m *FieldDescriptorProto) UnmarshalVT(dAtA []byte) error

func (*FieldDescriptorProto) UnmarshalVTUnsafe

func (m *FieldDescriptorProto) UnmarshalVTUnsafe(dAtA []byte) error

type FieldDescriptorProto_Label

type FieldDescriptorProto_Label int32
const (
	FieldDescriptorProto_LABEL_OPTIONAL FieldDescriptorProto_Label = 1
	FieldDescriptorProto_LABEL_REPEATED FieldDescriptorProto_Label = 3
	FieldDescriptorProto_LABEL_REQUIRED FieldDescriptorProto_Label = 2
)

func (FieldDescriptorProto_Label) Descriptor

func (FieldDescriptorProto_Label) Enum

func (FieldDescriptorProto_Label) EnumDescriptor deprecated

func (FieldDescriptorProto_Label) EnumDescriptor() ([]byte, []int)

Deprecated: Use FieldDescriptorProto_Label.Descriptor instead.

func (FieldDescriptorProto_Label) Number

func (FieldDescriptorProto_Label) String

func (FieldDescriptorProto_Label) Type

func (*FieldDescriptorProto_Label) UnmarshalJSON deprecated

func (x *FieldDescriptorProto_Label) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type FieldDescriptorProto_Type

type FieldDescriptorProto_Type int32
const (
	FieldDescriptorProto_TYPE_DOUBLE   FieldDescriptorProto_Type = 1
	FieldDescriptorProto_TYPE_FLOAT    FieldDescriptorProto_Type = 2
	FieldDescriptorProto_TYPE_INT64    FieldDescriptorProto_Type = 3
	FieldDescriptorProto_TYPE_UINT64   FieldDescriptorProto_Type = 4
	FieldDescriptorProto_TYPE_INT32    FieldDescriptorProto_Type = 5
	FieldDescriptorProto_TYPE_FIXED64  FieldDescriptorProto_Type = 6
	FieldDescriptorProto_TYPE_FIXED32  FieldDescriptorProto_Type = 7
	FieldDescriptorProto_TYPE_BOOL     FieldDescriptorProto_Type = 8
	FieldDescriptorProto_TYPE_STRING   FieldDescriptorProto_Type = 9
	FieldDescriptorProto_TYPE_GROUP    FieldDescriptorProto_Type = 10
	FieldDescriptorProto_TYPE_MESSAGE  FieldDescriptorProto_Type = 11
	FieldDescriptorProto_TYPE_BYTES    FieldDescriptorProto_Type = 12
	FieldDescriptorProto_TYPE_UINT32   FieldDescriptorProto_Type = 13
	FieldDescriptorProto_TYPE_ENUM     FieldDescriptorProto_Type = 14
	FieldDescriptorProto_TYPE_SFIXED32 FieldDescriptorProto_Type = 15
	FieldDescriptorProto_TYPE_SFIXED64 FieldDescriptorProto_Type = 16
	FieldDescriptorProto_TYPE_SINT32   FieldDescriptorProto_Type = 17
	FieldDescriptorProto_TYPE_SINT64   FieldDescriptorProto_Type = 18
)

func (FieldDescriptorProto_Type) Descriptor

func (FieldDescriptorProto_Type) Enum

func (FieldDescriptorProto_Type) EnumDescriptor deprecated

func (FieldDescriptorProto_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use FieldDescriptorProto_Type.Descriptor instead.

func (FieldDescriptorProto_Type) Number

func (FieldDescriptorProto_Type) String

func (x FieldDescriptorProto_Type) String() string

func (FieldDescriptorProto_Type) Type

func (*FieldDescriptorProto_Type) UnmarshalJSON deprecated

func (x *FieldDescriptorProto_Type) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type FieldOptions

type FieldOptions struct {
	Ctype               *FieldOptions_CType             `protobuf:"varint,1,opt,name=ctype,enum=hyperpb.test.FieldOptions_CType,def=0" json:"ctype,omitempty"`
	Packed              *bool                           `protobuf:"varint,2,opt,name=packed" json:"packed,omitempty"`
	Jstype              *FieldOptions_JSType            `protobuf:"varint,6,opt,name=jstype,enum=hyperpb.test.FieldOptions_JSType,def=0" json:"jstype,omitempty"`
	Lazy                *bool                           `protobuf:"varint,5,opt,name=lazy,def=0" json:"lazy,omitempty"`
	UnverifiedLazy      *bool                           `protobuf:"varint,15,opt,name=unverified_lazy,json=unverifiedLazy,def=0" json:"unverified_lazy,omitempty"`
	Deprecated          *bool                           `protobuf:"varint,3,opt,name=deprecated,def=0" json:"deprecated,omitempty"`
	Weak                *bool                           `protobuf:"varint,10,opt,name=weak,def=0" json:"weak,omitempty"`
	DebugRedact         *bool                           `protobuf:"varint,16,opt,name=debug_redact,json=debugRedact,def=0" json:"debug_redact,omitempty"`
	Retention           *FieldOptions_OptionRetention   `protobuf:"varint,17,opt,name=retention,enum=hyperpb.test.FieldOptions_OptionRetention" json:"retention,omitempty"`
	Targets             []FieldOptions_OptionTargetType `protobuf:"varint,19,rep,name=targets,enum=hyperpb.test.FieldOptions_OptionTargetType" json:"targets,omitempty"`
	EditionDefaults     []*FieldOptions_EditionDefault  `protobuf:"bytes,20,rep,name=edition_defaults,json=editionDefaults" json:"edition_defaults,omitempty"`
	Features            *FeatureSet                     `protobuf:"bytes,21,opt,name=features" json:"features,omitempty"`
	FeatureSupport      *FieldOptions_FeatureSupport    `protobuf:"bytes,22,opt,name=feature_support,json=featureSupport" json:"feature_support,omitempty"`
	UninterpretedOption []*UninterpretedOption          `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldOptions) CloneMessageVT

func (m *FieldOptions) CloneMessageVT() proto.Message

func (*FieldOptions) CloneVT

func (m *FieldOptions) CloneVT() *FieldOptions

func (*FieldOptions) Descriptor deprecated

func (*FieldOptions) Descriptor() ([]byte, []int)

Deprecated: Use FieldOptions.ProtoReflect.Descriptor instead.

func (*FieldOptions) EqualMessageVT

func (this *FieldOptions) EqualMessageVT(thatMsg proto.Message) bool

func (*FieldOptions) EqualVT

func (this *FieldOptions) EqualVT(that *FieldOptions) bool

func (*FieldOptions) GetCtype

func (x *FieldOptions) GetCtype() FieldOptions_CType

func (*FieldOptions) GetDebugRedact

func (x *FieldOptions) GetDebugRedact() bool

func (*FieldOptions) GetDeprecated

func (x *FieldOptions) GetDeprecated() bool

func (*FieldOptions) GetEditionDefaults

func (x *FieldOptions) GetEditionDefaults() []*FieldOptions_EditionDefault

func (*FieldOptions) GetFeatureSupport

func (x *FieldOptions) GetFeatureSupport() *FieldOptions_FeatureSupport

func (*FieldOptions) GetFeatures

func (x *FieldOptions) GetFeatures() *FeatureSet

func (*FieldOptions) GetJstype

func (x *FieldOptions) GetJstype() FieldOptions_JSType

func (*FieldOptions) GetLazy

func (x *FieldOptions) GetLazy() bool

func (*FieldOptions) GetPacked

func (x *FieldOptions) GetPacked() bool

func (*FieldOptions) GetRetention

func (x *FieldOptions) GetRetention() FieldOptions_OptionRetention

func (*FieldOptions) GetTargets

func (x *FieldOptions) GetTargets() []FieldOptions_OptionTargetType

func (*FieldOptions) GetUninterpretedOption

func (x *FieldOptions) GetUninterpretedOption() []*UninterpretedOption

func (*FieldOptions) GetUnverifiedLazy

func (x *FieldOptions) GetUnverifiedLazy() bool

func (*FieldOptions) GetWeak

func (x *FieldOptions) GetWeak() bool

func (*FieldOptions) MarshalToSizedBufferVT

func (m *FieldOptions) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FieldOptions) MarshalToSizedBufferVTStrict

func (m *FieldOptions) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*FieldOptions) MarshalToVT

func (m *FieldOptions) MarshalToVT(dAtA []byte) (int, error)

func (*FieldOptions) MarshalToVTStrict

func (m *FieldOptions) MarshalToVTStrict(dAtA []byte) (int, error)

func (*FieldOptions) MarshalVT

func (m *FieldOptions) MarshalVT() (dAtA []byte, err error)

func (*FieldOptions) MarshalVTStrict

func (m *FieldOptions) MarshalVTStrict() (dAtA []byte, err error)

func (*FieldOptions) ProtoMessage

func (*FieldOptions) ProtoMessage()

func (*FieldOptions) ProtoReflect

func (x *FieldOptions) ProtoReflect() protoreflect.Message

func (*FieldOptions) Reset

func (x *FieldOptions) Reset()

func (*FieldOptions) SizeVT

func (m *FieldOptions) SizeVT() (n int)

func (*FieldOptions) String

func (x *FieldOptions) String() string

func (*FieldOptions) UnmarshalVT

func (m *FieldOptions) UnmarshalVT(dAtA []byte) error

func (*FieldOptions) UnmarshalVTUnsafe

func (m *FieldOptions) UnmarshalVTUnsafe(dAtA []byte) error

type FieldOptions_CType

type FieldOptions_CType int32
const (
	FieldOptions_STRING       FieldOptions_CType = 0
	FieldOptions_CORD         FieldOptions_CType = 1
	FieldOptions_STRING_PIECE FieldOptions_CType = 2
)

func (FieldOptions_CType) Descriptor

func (FieldOptions_CType) Enum

func (FieldOptions_CType) EnumDescriptor deprecated

func (FieldOptions_CType) EnumDescriptor() ([]byte, []int)

Deprecated: Use FieldOptions_CType.Descriptor instead.

func (FieldOptions_CType) Number

func (FieldOptions_CType) String

func (x FieldOptions_CType) String() string

func (FieldOptions_CType) Type

func (*FieldOptions_CType) UnmarshalJSON deprecated

func (x *FieldOptions_CType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type FieldOptions_EditionDefault

type FieldOptions_EditionDefault struct {
	Edition *Edition `protobuf:"varint,3,opt,name=edition,enum=hyperpb.test.Edition" json:"edition,omitempty"`
	Value   *string  `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldOptions_EditionDefault) CloneMessageVT

func (m *FieldOptions_EditionDefault) CloneMessageVT() proto.Message

func (*FieldOptions_EditionDefault) CloneVT

func (*FieldOptions_EditionDefault) Descriptor deprecated

func (*FieldOptions_EditionDefault) Descriptor() ([]byte, []int)

Deprecated: Use FieldOptions_EditionDefault.ProtoReflect.Descriptor instead.

func (*FieldOptions_EditionDefault) EqualMessageVT

func (this *FieldOptions_EditionDefault) EqualMessageVT(thatMsg proto.Message) bool

func (*FieldOptions_EditionDefault) EqualVT

func (*FieldOptions_EditionDefault) GetEdition

func (x *FieldOptions_EditionDefault) GetEdition() Edition

func (*FieldOptions_EditionDefault) GetValue

func (x *FieldOptions_EditionDefault) GetValue() string

func (*FieldOptions_EditionDefault) MarshalToSizedBufferVT

func (m *FieldOptions_EditionDefault) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FieldOptions_EditionDefault) MarshalToSizedBufferVTStrict

func (m *FieldOptions_EditionDefault) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*FieldOptions_EditionDefault) MarshalToVT

func (m *FieldOptions_EditionDefault) MarshalToVT(dAtA []byte) (int, error)

func (*FieldOptions_EditionDefault) MarshalToVTStrict

func (m *FieldOptions_EditionDefault) MarshalToVTStrict(dAtA []byte) (int, error)

func (*FieldOptions_EditionDefault) MarshalVT

func (m *FieldOptions_EditionDefault) MarshalVT() (dAtA []byte, err error)

func (*FieldOptions_EditionDefault) MarshalVTStrict

func (m *FieldOptions_EditionDefault) MarshalVTStrict() (dAtA []byte, err error)

func (*FieldOptions_EditionDefault) ProtoMessage

func (*FieldOptions_EditionDefault) ProtoMessage()

func (*FieldOptions_EditionDefault) ProtoReflect

func (*FieldOptions_EditionDefault) Reset

func (x *FieldOptions_EditionDefault) Reset()

func (*FieldOptions_EditionDefault) SizeVT

func (m *FieldOptions_EditionDefault) SizeVT() (n int)

func (*FieldOptions_EditionDefault) String

func (x *FieldOptions_EditionDefault) String() string

func (*FieldOptions_EditionDefault) UnmarshalVT

func (m *FieldOptions_EditionDefault) UnmarshalVT(dAtA []byte) error

func (*FieldOptions_EditionDefault) UnmarshalVTUnsafe

func (m *FieldOptions_EditionDefault) UnmarshalVTUnsafe(dAtA []byte) error

type FieldOptions_FeatureSupport

type FieldOptions_FeatureSupport struct {
	EditionIntroduced  *Edition `` /* 132-byte string literal not displayed */
	EditionDeprecated  *Edition `` /* 132-byte string literal not displayed */
	DeprecationWarning *string  `protobuf:"bytes,3,opt,name=deprecation_warning,json=deprecationWarning" json:"deprecation_warning,omitempty"`
	EditionRemoved     *Edition `protobuf:"varint,4,opt,name=edition_removed,json=editionRemoved,enum=hyperpb.test.Edition" json:"edition_removed,omitempty"`
	// contains filtered or unexported fields
}

func (*FieldOptions_FeatureSupport) CloneMessageVT

func (m *FieldOptions_FeatureSupport) CloneMessageVT() proto.Message

func (*FieldOptions_FeatureSupport) CloneVT

func (*FieldOptions_FeatureSupport) Descriptor deprecated

func (*FieldOptions_FeatureSupport) Descriptor() ([]byte, []int)

Deprecated: Use FieldOptions_FeatureSupport.ProtoReflect.Descriptor instead.

func (*FieldOptions_FeatureSupport) EqualMessageVT

func (this *FieldOptions_FeatureSupport) EqualMessageVT(thatMsg proto.Message) bool

func (*FieldOptions_FeatureSupport) EqualVT

func (*FieldOptions_FeatureSupport) GetDeprecationWarning

func (x *FieldOptions_FeatureSupport) GetDeprecationWarning() string

func (*FieldOptions_FeatureSupport) GetEditionDeprecated

func (x *FieldOptions_FeatureSupport) GetEditionDeprecated() Edition

func (*FieldOptions_FeatureSupport) GetEditionIntroduced

func (x *FieldOptions_FeatureSupport) GetEditionIntroduced() Edition

func (*FieldOptions_FeatureSupport) GetEditionRemoved

func (x *FieldOptions_FeatureSupport) GetEditionRemoved() Edition

func (*FieldOptions_FeatureSupport) MarshalToSizedBufferVT

func (m *FieldOptions_FeatureSupport) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FieldOptions_FeatureSupport) MarshalToSizedBufferVTStrict

func (m *FieldOptions_FeatureSupport) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*FieldOptions_FeatureSupport) MarshalToVT

func (m *FieldOptions_FeatureSupport) MarshalToVT(dAtA []byte) (int, error)

func (*FieldOptions_FeatureSupport) MarshalToVTStrict

func (m *FieldOptions_FeatureSupport) MarshalToVTStrict(dAtA []byte) (int, error)

func (*FieldOptions_FeatureSupport) MarshalVT

func (m *FieldOptions_FeatureSupport) MarshalVT() (dAtA []byte, err error)

func (*FieldOptions_FeatureSupport) MarshalVTStrict

func (m *FieldOptions_FeatureSupport) MarshalVTStrict() (dAtA []byte, err error)

func (*FieldOptions_FeatureSupport) ProtoMessage

func (*FieldOptions_FeatureSupport) ProtoMessage()

func (*FieldOptions_FeatureSupport) ProtoReflect

func (*FieldOptions_FeatureSupport) Reset

func (x *FieldOptions_FeatureSupport) Reset()

func (*FieldOptions_FeatureSupport) SizeVT

func (m *FieldOptions_FeatureSupport) SizeVT() (n int)

func (*FieldOptions_FeatureSupport) String

func (x *FieldOptions_FeatureSupport) String() string

func (*FieldOptions_FeatureSupport) UnmarshalVT

func (m *FieldOptions_FeatureSupport) UnmarshalVT(dAtA []byte) error

func (*FieldOptions_FeatureSupport) UnmarshalVTUnsafe

func (m *FieldOptions_FeatureSupport) UnmarshalVTUnsafe(dAtA []byte) error

type FieldOptions_JSType

type FieldOptions_JSType int32
const (
	FieldOptions_JS_NORMAL FieldOptions_JSType = 0
	FieldOptions_JS_STRING FieldOptions_JSType = 1
	FieldOptions_JS_NUMBER FieldOptions_JSType = 2
)

func (FieldOptions_JSType) Descriptor

func (FieldOptions_JSType) Enum

func (FieldOptions_JSType) EnumDescriptor deprecated

func (FieldOptions_JSType) EnumDescriptor() ([]byte, []int)

Deprecated: Use FieldOptions_JSType.Descriptor instead.

func (FieldOptions_JSType) Number

func (FieldOptions_JSType) String

func (x FieldOptions_JSType) String() string

func (FieldOptions_JSType) Type

func (*FieldOptions_JSType) UnmarshalJSON deprecated

func (x *FieldOptions_JSType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type FieldOptions_OptionRetention

type FieldOptions_OptionRetention int32
const (
	FieldOptions_RETENTION_UNKNOWN FieldOptions_OptionRetention = 0
	FieldOptions_RETENTION_RUNTIME FieldOptions_OptionRetention = 1
	FieldOptions_RETENTION_SOURCE  FieldOptions_OptionRetention = 2
)

func (FieldOptions_OptionRetention) Descriptor

func (FieldOptions_OptionRetention) Enum

func (FieldOptions_OptionRetention) EnumDescriptor deprecated

func (FieldOptions_OptionRetention) EnumDescriptor() ([]byte, []int)

Deprecated: Use FieldOptions_OptionRetention.Descriptor instead.

func (FieldOptions_OptionRetention) Number

func (FieldOptions_OptionRetention) String

func (FieldOptions_OptionRetention) Type

func (*FieldOptions_OptionRetention) UnmarshalJSON deprecated

func (x *FieldOptions_OptionRetention) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type FieldOptions_OptionTargetType

type FieldOptions_OptionTargetType int32
const (
	FieldOptions_TARGET_TYPE_UNKNOWN         FieldOptions_OptionTargetType = 0
	FieldOptions_TARGET_TYPE_FILE            FieldOptions_OptionTargetType = 1
	FieldOptions_TARGET_TYPE_EXTENSION_RANGE FieldOptions_OptionTargetType = 2
	FieldOptions_TARGET_TYPE_MESSAGE         FieldOptions_OptionTargetType = 3
	FieldOptions_TARGET_TYPE_FIELD           FieldOptions_OptionTargetType = 4
	FieldOptions_TARGET_TYPE_ONEOF           FieldOptions_OptionTargetType = 5
	FieldOptions_TARGET_TYPE_ENUM            FieldOptions_OptionTargetType = 6
	FieldOptions_TARGET_TYPE_ENUM_ENTRY      FieldOptions_OptionTargetType = 7
	FieldOptions_TARGET_TYPE_SERVICE         FieldOptions_OptionTargetType = 8
	FieldOptions_TARGET_TYPE_METHOD          FieldOptions_OptionTargetType = 9
)

func (FieldOptions_OptionTargetType) Descriptor

func (FieldOptions_OptionTargetType) Enum

func (FieldOptions_OptionTargetType) EnumDescriptor deprecated

func (FieldOptions_OptionTargetType) EnumDescriptor() ([]byte, []int)

Deprecated: Use FieldOptions_OptionTargetType.Descriptor instead.

func (FieldOptions_OptionTargetType) Number

func (FieldOptions_OptionTargetType) String

func (FieldOptions_OptionTargetType) Type

func (*FieldOptions_OptionTargetType) UnmarshalJSON deprecated

func (x *FieldOptions_OptionTargetType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type FileDescriptorProto

type FileDescriptorProto struct {
	Name             *string                   `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Package          *string                   `protobuf:"bytes,2,opt,name=package" json:"package,omitempty"`
	Dependency       []string                  `protobuf:"bytes,3,rep,name=dependency" json:"dependency,omitempty"`
	PublicDependency []int32                   `protobuf:"varint,10,rep,name=public_dependency,json=publicDependency" json:"public_dependency,omitempty"`
	WeakDependency   []int32                   `protobuf:"varint,11,rep,name=weak_dependency,json=weakDependency" json:"weak_dependency,omitempty"`
	MessageType      []*DescriptorProto        `protobuf:"bytes,4,rep,name=message_type,json=messageType" json:"message_type,omitempty"`
	EnumType         []*EnumDescriptorProto    `protobuf:"bytes,5,rep,name=enum_type,json=enumType" json:"enum_type,omitempty"`
	Service          []*ServiceDescriptorProto `protobuf:"bytes,6,rep,name=service" json:"service,omitempty"`
	Extension        []*FieldDescriptorProto   `protobuf:"bytes,7,rep,name=extension" json:"extension,omitempty"`
	Options          *FileOptions              `protobuf:"bytes,8,opt,name=options" json:"options,omitempty"`
	SourceCodeInfo   *SourceCodeInfo           `protobuf:"bytes,9,opt,name=source_code_info,json=sourceCodeInfo" json:"source_code_info,omitempty"`
	Syntax           *string                   `protobuf:"bytes,12,opt,name=syntax" json:"syntax,omitempty"`
	Edition          *Edition                  `protobuf:"varint,14,opt,name=edition,enum=hyperpb.test.Edition" json:"edition,omitempty"`
	// contains filtered or unexported fields
}

func (*FileDescriptorProto) CloneMessageVT

func (m *FileDescriptorProto) CloneMessageVT() proto.Message

func (*FileDescriptorProto) CloneVT

func (*FileDescriptorProto) Descriptor deprecated

func (*FileDescriptorProto) Descriptor() ([]byte, []int)

Deprecated: Use FileDescriptorProto.ProtoReflect.Descriptor instead.

func (*FileDescriptorProto) EqualMessageVT

func (this *FileDescriptorProto) EqualMessageVT(thatMsg proto.Message) bool

func (*FileDescriptorProto) EqualVT

func (this *FileDescriptorProto) EqualVT(that *FileDescriptorProto) bool

func (*FileDescriptorProto) GetDependency

func (x *FileDescriptorProto) GetDependency() []string

func (*FileDescriptorProto) GetEdition

func (x *FileDescriptorProto) GetEdition() Edition

func (*FileDescriptorProto) GetEnumType

func (x *FileDescriptorProto) GetEnumType() []*EnumDescriptorProto

func (*FileDescriptorProto) GetExtension

func (x *FileDescriptorProto) GetExtension() []*FieldDescriptorProto

func (*FileDescriptorProto) GetMessageType

func (x *FileDescriptorProto) GetMessageType() []*DescriptorProto

func (*FileDescriptorProto) GetName

func (x *FileDescriptorProto) GetName() string

func (*FileDescriptorProto) GetOptions

func (x *FileDescriptorProto) GetOptions() *FileOptions

func (*FileDescriptorProto) GetPackage

func (x *FileDescriptorProto) GetPackage() string

func (*FileDescriptorProto) GetPublicDependency

func (x *FileDescriptorProto) GetPublicDependency() []int32

func (*FileDescriptorProto) GetService

func (x *FileDescriptorProto) GetService() []*ServiceDescriptorProto

func (*FileDescriptorProto) GetSourceCodeInfo

func (x *FileDescriptorProto) GetSourceCodeInfo() *SourceCodeInfo

func (*FileDescriptorProto) GetSyntax

func (x *FileDescriptorProto) GetSyntax() string

func (*FileDescriptorProto) GetWeakDependency

func (x *FileDescriptorProto) GetWeakDependency() []int32

func (*FileDescriptorProto) MarshalToSizedBufferVT

func (m *FileDescriptorProto) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FileDescriptorProto) MarshalToSizedBufferVTStrict

func (m *FileDescriptorProto) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*FileDescriptorProto) MarshalToVT

func (m *FileDescriptorProto) MarshalToVT(dAtA []byte) (int, error)

func (*FileDescriptorProto) MarshalToVTStrict

func (m *FileDescriptorProto) MarshalToVTStrict(dAtA []byte) (int, error)

func (*FileDescriptorProto) MarshalVT

func (m *FileDescriptorProto) MarshalVT() (dAtA []byte, err error)

func (*FileDescriptorProto) MarshalVTStrict

func (m *FileDescriptorProto) MarshalVTStrict() (dAtA []byte, err error)

func (*FileDescriptorProto) ProtoMessage

func (*FileDescriptorProto) ProtoMessage()

func (*FileDescriptorProto) ProtoReflect

func (x *FileDescriptorProto) ProtoReflect() protoreflect.Message

func (*FileDescriptorProto) Reset

func (x *FileDescriptorProto) Reset()

func (*FileDescriptorProto) SizeVT

func (m *FileDescriptorProto) SizeVT() (n int)

func (*FileDescriptorProto) String

func (x *FileDescriptorProto) String() string

func (*FileDescriptorProto) UnmarshalVT

func (m *FileDescriptorProto) UnmarshalVT(dAtA []byte) error

func (*FileDescriptorProto) UnmarshalVTUnsafe

func (m *FileDescriptorProto) UnmarshalVTUnsafe(dAtA []byte) error

type FileDescriptorSet

type FileDescriptorSet struct {
	File []*FileDescriptorProto `protobuf:"bytes,1,rep,name=file" json:"file,omitempty"`
	// contains filtered or unexported fields
}

func (*FileDescriptorSet) CloneMessageVT

func (m *FileDescriptorSet) CloneMessageVT() proto.Message

func (*FileDescriptorSet) CloneVT

func (m *FileDescriptorSet) CloneVT() *FileDescriptorSet

func (*FileDescriptorSet) Descriptor deprecated

func (*FileDescriptorSet) Descriptor() ([]byte, []int)

Deprecated: Use FileDescriptorSet.ProtoReflect.Descriptor instead.

func (*FileDescriptorSet) EqualMessageVT

func (this *FileDescriptorSet) EqualMessageVT(thatMsg proto.Message) bool

func (*FileDescriptorSet) EqualVT

func (this *FileDescriptorSet) EqualVT(that *FileDescriptorSet) bool

func (*FileDescriptorSet) GetFile

func (x *FileDescriptorSet) GetFile() []*FileDescriptorProto

func (*FileDescriptorSet) MarshalToSizedBufferVT

func (m *FileDescriptorSet) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FileDescriptorSet) MarshalToSizedBufferVTStrict

func (m *FileDescriptorSet) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*FileDescriptorSet) MarshalToVT

func (m *FileDescriptorSet) MarshalToVT(dAtA []byte) (int, error)

func (*FileDescriptorSet) MarshalToVTStrict

func (m *FileDescriptorSet) MarshalToVTStrict(dAtA []byte) (int, error)

func (*FileDescriptorSet) MarshalVT

func (m *FileDescriptorSet) MarshalVT() (dAtA []byte, err error)

func (*FileDescriptorSet) MarshalVTStrict

func (m *FileDescriptorSet) MarshalVTStrict() (dAtA []byte, err error)

func (*FileDescriptorSet) ProtoMessage

func (*FileDescriptorSet) ProtoMessage()

func (*FileDescriptorSet) ProtoReflect

func (x *FileDescriptorSet) ProtoReflect() protoreflect.Message

func (*FileDescriptorSet) Reset

func (x *FileDescriptorSet) Reset()

func (*FileDescriptorSet) SizeVT

func (m *FileDescriptorSet) SizeVT() (n int)

func (*FileDescriptorSet) String

func (x *FileDescriptorSet) String() string

func (*FileDescriptorSet) UnmarshalVT

func (m *FileDescriptorSet) UnmarshalVT(dAtA []byte) error

func (*FileDescriptorSet) UnmarshalVTUnsafe

func (m *FileDescriptorSet) UnmarshalVTUnsafe(dAtA []byte) error

type FileOptions

type FileOptions struct {
	JavaPackage        *string `protobuf:"bytes,1,opt,name=java_package,json=javaPackage" json:"java_package,omitempty"`
	JavaOuterClassname *string `protobuf:"bytes,8,opt,name=java_outer_classname,json=javaOuterClassname" json:"java_outer_classname,omitempty"`
	JavaMultipleFiles  *bool   `protobuf:"varint,10,opt,name=java_multiple_files,json=javaMultipleFiles,def=0" json:"java_multiple_files,omitempty"`
	// Deprecated: Marked as deprecated in test/descriptor.proto.
	JavaGenerateEqualsAndHash *bool                     `` /* 137-byte string literal not displayed */
	JavaStringCheckUtf8       *bool                     `protobuf:"varint,27,opt,name=java_string_check_utf8,json=javaStringCheckUtf8,def=0" json:"java_string_check_utf8,omitempty"`
	OptimizeFor               *FileOptions_OptimizeMode `` /* 137-byte string literal not displayed */
	GoPackage                 *string                   `protobuf:"bytes,11,opt,name=go_package,json=goPackage" json:"go_package,omitempty"`
	CcGenericServices         *bool                     `protobuf:"varint,16,opt,name=cc_generic_services,json=ccGenericServices,def=0" json:"cc_generic_services,omitempty"`
	JavaGenericServices       *bool                     `protobuf:"varint,17,opt,name=java_generic_services,json=javaGenericServices,def=0" json:"java_generic_services,omitempty"`
	PyGenericServices         *bool                     `protobuf:"varint,18,opt,name=py_generic_services,json=pyGenericServices,def=0" json:"py_generic_services,omitempty"`
	Deprecated                *bool                     `protobuf:"varint,23,opt,name=deprecated,def=0" json:"deprecated,omitempty"`
	CcEnableArenas            *bool                     `protobuf:"varint,31,opt,name=cc_enable_arenas,json=ccEnableArenas,def=1" json:"cc_enable_arenas,omitempty"`
	ObjcClassPrefix           *string                   `protobuf:"bytes,36,opt,name=objc_class_prefix,json=objcClassPrefix" json:"objc_class_prefix,omitempty"`
	CsharpNamespace           *string                   `protobuf:"bytes,37,opt,name=csharp_namespace,json=csharpNamespace" json:"csharp_namespace,omitempty"`
	SwiftPrefix               *string                   `protobuf:"bytes,39,opt,name=swift_prefix,json=swiftPrefix" json:"swift_prefix,omitempty"`
	PhpClassPrefix            *string                   `protobuf:"bytes,40,opt,name=php_class_prefix,json=phpClassPrefix" json:"php_class_prefix,omitempty"`
	PhpNamespace              *string                   `protobuf:"bytes,41,opt,name=php_namespace,json=phpNamespace" json:"php_namespace,omitempty"`
	PhpMetadataNamespace      *string                   `protobuf:"bytes,44,opt,name=php_metadata_namespace,json=phpMetadataNamespace" json:"php_metadata_namespace,omitempty"`
	RubyPackage               *string                   `protobuf:"bytes,45,opt,name=ruby_package,json=rubyPackage" json:"ruby_package,omitempty"`
	Features                  *FeatureSet               `protobuf:"bytes,50,opt,name=features" json:"features,omitempty"`
	UninterpretedOption       []*UninterpretedOption    `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
	// contains filtered or unexported fields
}

func (*FileOptions) CloneMessageVT

func (m *FileOptions) CloneMessageVT() proto.Message

func (*FileOptions) CloneVT

func (m *FileOptions) CloneVT() *FileOptions

func (*FileOptions) Descriptor deprecated

func (*FileOptions) Descriptor() ([]byte, []int)

Deprecated: Use FileOptions.ProtoReflect.Descriptor instead.

func (*FileOptions) EqualMessageVT

func (this *FileOptions) EqualMessageVT(thatMsg proto.Message) bool

func (*FileOptions) EqualVT

func (this *FileOptions) EqualVT(that *FileOptions) bool

func (*FileOptions) GetCcEnableArenas

func (x *FileOptions) GetCcEnableArenas() bool

func (*FileOptions) GetCcGenericServices

func (x *FileOptions) GetCcGenericServices() bool

func (*FileOptions) GetCsharpNamespace

func (x *FileOptions) GetCsharpNamespace() string

func (*FileOptions) GetDeprecated

func (x *FileOptions) GetDeprecated() bool

func (*FileOptions) GetFeatures

func (x *FileOptions) GetFeatures() *FeatureSet

func (*FileOptions) GetGoPackage

func (x *FileOptions) GetGoPackage() string

func (*FileOptions) GetJavaGenerateEqualsAndHash deprecated

func (x *FileOptions) GetJavaGenerateEqualsAndHash() bool

Deprecated: Marked as deprecated in test/descriptor.proto.

func (*FileOptions) GetJavaGenericServices

func (x *FileOptions) GetJavaGenericServices() bool

func (*FileOptions) GetJavaMultipleFiles

func (x *FileOptions) GetJavaMultipleFiles() bool

func (*FileOptions) GetJavaOuterClassname

func (x *FileOptions) GetJavaOuterClassname() string

func (*FileOptions) GetJavaPackage

func (x *FileOptions) GetJavaPackage() string

func (*FileOptions) GetJavaStringCheckUtf8

func (x *FileOptions) GetJavaStringCheckUtf8() bool

func (*FileOptions) GetObjcClassPrefix

func (x *FileOptions) GetObjcClassPrefix() string

func (*FileOptions) GetOptimizeFor

func (x *FileOptions) GetOptimizeFor() FileOptions_OptimizeMode

func (*FileOptions) GetPhpClassPrefix

func (x *FileOptions) GetPhpClassPrefix() string

func (*FileOptions) GetPhpMetadataNamespace

func (x *FileOptions) GetPhpMetadataNamespace() string

func (*FileOptions) GetPhpNamespace

func (x *FileOptions) GetPhpNamespace() string

func (*FileOptions) GetPyGenericServices

func (x *FileOptions) GetPyGenericServices() bool

func (*FileOptions) GetRubyPackage

func (x *FileOptions) GetRubyPackage() string

func (*FileOptions) GetSwiftPrefix

func (x *FileOptions) GetSwiftPrefix() string

func (*FileOptions) GetUninterpretedOption

func (x *FileOptions) GetUninterpretedOption() []*UninterpretedOption

func (*FileOptions) MarshalToSizedBufferVT

func (m *FileOptions) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*FileOptions) MarshalToSizedBufferVTStrict

func (m *FileOptions) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*FileOptions) MarshalToVT

func (m *FileOptions) MarshalToVT(dAtA []byte) (int, error)

func (*FileOptions) MarshalToVTStrict

func (m *FileOptions) MarshalToVTStrict(dAtA []byte) (int, error)

func (*FileOptions) MarshalVT

func (m *FileOptions) MarshalVT() (dAtA []byte, err error)

func (*FileOptions) MarshalVTStrict

func (m *FileOptions) MarshalVTStrict() (dAtA []byte, err error)

func (*FileOptions) ProtoMessage

func (*FileOptions) ProtoMessage()

func (*FileOptions) ProtoReflect

func (x *FileOptions) ProtoReflect() protoreflect.Message

func (*FileOptions) Reset

func (x *FileOptions) Reset()

func (*FileOptions) SizeVT

func (m *FileOptions) SizeVT() (n int)

func (*FileOptions) String

func (x *FileOptions) String() string

func (*FileOptions) UnmarshalVT

func (m *FileOptions) UnmarshalVT(dAtA []byte) error

func (*FileOptions) UnmarshalVTUnsafe

func (m *FileOptions) UnmarshalVTUnsafe(dAtA []byte) error

type FileOptions_OptimizeMode

type FileOptions_OptimizeMode int32
const (
	FileOptions_SPEED        FileOptions_OptimizeMode = 1
	FileOptions_CODE_SIZE    FileOptions_OptimizeMode = 2
	FileOptions_LITE_RUNTIME FileOptions_OptimizeMode = 3
)

func (FileOptions_OptimizeMode) Descriptor

func (FileOptions_OptimizeMode) Enum

func (FileOptions_OptimizeMode) EnumDescriptor deprecated

func (FileOptions_OptimizeMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use FileOptions_OptimizeMode.Descriptor instead.

func (FileOptions_OptimizeMode) Number

func (FileOptions_OptimizeMode) String

func (x FileOptions_OptimizeMode) String() string

func (FileOptions_OptimizeMode) Type

func (*FileOptions_OptimizeMode) UnmarshalJSON deprecated

func (x *FileOptions_OptimizeMode) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type GeneratedCodeInfo

type GeneratedCodeInfo struct {
	Annotation []*GeneratedCodeInfo_Annotation `protobuf:"bytes,1,rep,name=annotation" json:"annotation,omitempty"`
	// contains filtered or unexported fields
}

func (*GeneratedCodeInfo) CloneMessageVT

func (m *GeneratedCodeInfo) CloneMessageVT() proto.Message

func (*GeneratedCodeInfo) CloneVT

func (m *GeneratedCodeInfo) CloneVT() *GeneratedCodeInfo

func (*GeneratedCodeInfo) Descriptor deprecated

func (*GeneratedCodeInfo) Descriptor() ([]byte, []int)

Deprecated: Use GeneratedCodeInfo.ProtoReflect.Descriptor instead.

func (*GeneratedCodeInfo) EqualMessageVT

func (this *GeneratedCodeInfo) EqualMessageVT(thatMsg proto.Message) bool

func (*GeneratedCodeInfo) EqualVT

func (this *GeneratedCodeInfo) EqualVT(that *GeneratedCodeInfo) bool

func (*GeneratedCodeInfo) GetAnnotation

func (x *GeneratedCodeInfo) GetAnnotation() []*GeneratedCodeInfo_Annotation

func (*GeneratedCodeInfo) MarshalToSizedBufferVT

func (m *GeneratedCodeInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GeneratedCodeInfo) MarshalToSizedBufferVTStrict

func (m *GeneratedCodeInfo) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*GeneratedCodeInfo) MarshalToVT

func (m *GeneratedCodeInfo) MarshalToVT(dAtA []byte) (int, error)

func (*GeneratedCodeInfo) MarshalToVTStrict

func (m *GeneratedCodeInfo) MarshalToVTStrict(dAtA []byte) (int, error)

func (*GeneratedCodeInfo) MarshalVT

func (m *GeneratedCodeInfo) MarshalVT() (dAtA []byte, err error)

func (*GeneratedCodeInfo) MarshalVTStrict

func (m *GeneratedCodeInfo) MarshalVTStrict() (dAtA []byte, err error)

func (*GeneratedCodeInfo) ProtoMessage

func (*GeneratedCodeInfo) ProtoMessage()

func (*GeneratedCodeInfo) ProtoReflect

func (x *GeneratedCodeInfo) ProtoReflect() protoreflect.Message

func (*GeneratedCodeInfo) Reset

func (x *GeneratedCodeInfo) Reset()

func (*GeneratedCodeInfo) SizeVT

func (m *GeneratedCodeInfo) SizeVT() (n int)

func (*GeneratedCodeInfo) String

func (x *GeneratedCodeInfo) String() string

func (*GeneratedCodeInfo) UnmarshalVT

func (m *GeneratedCodeInfo) UnmarshalVT(dAtA []byte) error

func (*GeneratedCodeInfo) UnmarshalVTUnsafe

func (m *GeneratedCodeInfo) UnmarshalVTUnsafe(dAtA []byte) error

type GeneratedCodeInfo_Annotation

type GeneratedCodeInfo_Annotation struct {
	Path       []int32                                `protobuf:"varint,1,rep,packed,name=path" json:"path,omitempty"`
	SourceFile *string                                `protobuf:"bytes,2,opt,name=source_file,json=sourceFile" json:"source_file,omitempty"`
	Begin      *int32                                 `protobuf:"varint,3,opt,name=begin" json:"begin,omitempty"`
	End        *int32                                 `protobuf:"varint,4,opt,name=end" json:"end,omitempty"`
	Semantic   *GeneratedCodeInfo_Annotation_Semantic `protobuf:"varint,5,opt,name=semantic,enum=hyperpb.test.GeneratedCodeInfo_Annotation_Semantic" json:"semantic,omitempty"`
	// contains filtered or unexported fields
}

func (*GeneratedCodeInfo_Annotation) CloneMessageVT

func (m *GeneratedCodeInfo_Annotation) CloneMessageVT() proto.Message

func (*GeneratedCodeInfo_Annotation) CloneVT

func (*GeneratedCodeInfo_Annotation) Descriptor deprecated

func (*GeneratedCodeInfo_Annotation) Descriptor() ([]byte, []int)

Deprecated: Use GeneratedCodeInfo_Annotation.ProtoReflect.Descriptor instead.

func (*GeneratedCodeInfo_Annotation) EqualMessageVT

func (this *GeneratedCodeInfo_Annotation) EqualMessageVT(thatMsg proto.Message) bool

func (*GeneratedCodeInfo_Annotation) EqualVT

func (*GeneratedCodeInfo_Annotation) GetBegin

func (x *GeneratedCodeInfo_Annotation) GetBegin() int32

func (*GeneratedCodeInfo_Annotation) GetEnd

func (x *GeneratedCodeInfo_Annotation) GetEnd() int32

func (*GeneratedCodeInfo_Annotation) GetPath

func (x *GeneratedCodeInfo_Annotation) GetPath() []int32

func (*GeneratedCodeInfo_Annotation) GetSemantic

func (*GeneratedCodeInfo_Annotation) GetSourceFile

func (x *GeneratedCodeInfo_Annotation) GetSourceFile() string

func (*GeneratedCodeInfo_Annotation) MarshalToSizedBufferVT

func (m *GeneratedCodeInfo_Annotation) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GeneratedCodeInfo_Annotation) MarshalToSizedBufferVTStrict

func (m *GeneratedCodeInfo_Annotation) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*GeneratedCodeInfo_Annotation) MarshalToVT

func (m *GeneratedCodeInfo_Annotation) MarshalToVT(dAtA []byte) (int, error)

func (*GeneratedCodeInfo_Annotation) MarshalToVTStrict

func (m *GeneratedCodeInfo_Annotation) MarshalToVTStrict(dAtA []byte) (int, error)

func (*GeneratedCodeInfo_Annotation) MarshalVT

func (m *GeneratedCodeInfo_Annotation) MarshalVT() (dAtA []byte, err error)

func (*GeneratedCodeInfo_Annotation) MarshalVTStrict

func (m *GeneratedCodeInfo_Annotation) MarshalVTStrict() (dAtA []byte, err error)

func (*GeneratedCodeInfo_Annotation) ProtoMessage

func (*GeneratedCodeInfo_Annotation) ProtoMessage()

func (*GeneratedCodeInfo_Annotation) ProtoReflect

func (*GeneratedCodeInfo_Annotation) Reset

func (x *GeneratedCodeInfo_Annotation) Reset()

func (*GeneratedCodeInfo_Annotation) SizeVT

func (m *GeneratedCodeInfo_Annotation) SizeVT() (n int)

func (*GeneratedCodeInfo_Annotation) String

func (*GeneratedCodeInfo_Annotation) UnmarshalVT

func (m *GeneratedCodeInfo_Annotation) UnmarshalVT(dAtA []byte) error

func (*GeneratedCodeInfo_Annotation) UnmarshalVTUnsafe

func (m *GeneratedCodeInfo_Annotation) UnmarshalVTUnsafe(dAtA []byte) error

type GeneratedCodeInfo_Annotation_Semantic

type GeneratedCodeInfo_Annotation_Semantic int32
const (
	GeneratedCodeInfo_Annotation_NONE  GeneratedCodeInfo_Annotation_Semantic = 0
	GeneratedCodeInfo_Annotation_SET   GeneratedCodeInfo_Annotation_Semantic = 1
	GeneratedCodeInfo_Annotation_ALIAS GeneratedCodeInfo_Annotation_Semantic = 2
)

func (GeneratedCodeInfo_Annotation_Semantic) Descriptor

func (GeneratedCodeInfo_Annotation_Semantic) Enum

func (GeneratedCodeInfo_Annotation_Semantic) EnumDescriptor deprecated

func (GeneratedCodeInfo_Annotation_Semantic) EnumDescriptor() ([]byte, []int)

Deprecated: Use GeneratedCodeInfo_Annotation_Semantic.Descriptor instead.

func (GeneratedCodeInfo_Annotation_Semantic) Number

func (GeneratedCodeInfo_Annotation_Semantic) String

func (GeneratedCodeInfo_Annotation_Semantic) Type

func (*GeneratedCodeInfo_Annotation_Semantic) UnmarshalJSON deprecated

func (x *GeneratedCodeInfo_Annotation_Semantic) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Graph

type Graph struct {
	V int32    `protobuf:"varint,1,opt,name=v,proto3" json:"v,omitempty"`
	S *Graph   `protobuf:"bytes,2,opt,name=s,proto3" json:"s,omitempty"`
	R []*Graph `protobuf:"bytes,3,rep,name=r,proto3" json:"r,omitempty"`
	// contains filtered or unexported fields
}

func (*Graph) CloneMessageVT

func (m *Graph) CloneMessageVT() proto.Message

func (*Graph) CloneVT

func (m *Graph) CloneVT() *Graph

func (*Graph) Descriptor deprecated

func (*Graph) Descriptor() ([]byte, []int)

Deprecated: Use Graph.ProtoReflect.Descriptor instead.

func (*Graph) EqualMessageVT

func (this *Graph) EqualMessageVT(thatMsg proto.Message) bool

func (*Graph) EqualVT

func (this *Graph) EqualVT(that *Graph) bool

func (*Graph) GetR

func (x *Graph) GetR() []*Graph

func (*Graph) GetS

func (x *Graph) GetS() *Graph

func (*Graph) GetV

func (x *Graph) GetV() int32

func (*Graph) MarshalToSizedBufferVT

func (m *Graph) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Graph) MarshalToSizedBufferVTStrict

func (m *Graph) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Graph) MarshalToVT

func (m *Graph) MarshalToVT(dAtA []byte) (int, error)

func (*Graph) MarshalToVTStrict

func (m *Graph) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Graph) MarshalVT

func (m *Graph) MarshalVT() (dAtA []byte, err error)

func (*Graph) MarshalVTStrict

func (m *Graph) MarshalVTStrict() (dAtA []byte, err error)

func (*Graph) ProtoMessage

func (*Graph) ProtoMessage()

func (*Graph) ProtoReflect

func (x *Graph) ProtoReflect() protoreflect.Message

func (*Graph) Reset

func (x *Graph) Reset()

func (*Graph) SizeVT

func (m *Graph) SizeVT() (n int)

func (*Graph) String

func (x *Graph) String() string

func (*Graph) UnmarshalVT

func (m *Graph) UnmarshalVT(dAtA []byte) error

func (*Graph) UnmarshalVTUnsafe

func (m *Graph) UnmarshalVTUnsafe(dAtA []byte) error

type Groups

type Groups struct {
	Singular *Groups_Singular   `protobuf:"group,1,opt,name=Singular,json=singular" json:"singular,omitempty"`
	Repeated []*Groups_Repeated `protobuf:"group,2,rep,name=Repeated,json=repeated" json:"repeated,omitempty"`
	// contains filtered or unexported fields
}

func (*Groups) Descriptor deprecated

func (*Groups) Descriptor() ([]byte, []int)

Deprecated: Use Groups.ProtoReflect.Descriptor instead.

func (*Groups) GetRepeated

func (x *Groups) GetRepeated() []*Groups_Repeated

func (*Groups) GetSingular

func (x *Groups) GetSingular() *Groups_Singular

func (*Groups) ProtoMessage

func (*Groups) ProtoMessage()

func (*Groups) ProtoReflect

func (x *Groups) ProtoReflect() protoreflect.Message

func (*Groups) Reset

func (x *Groups) Reset()

func (*Groups) String

func (x *Groups) String() string

type Groups_Repeated

type Groups_Repeated struct {
	A *int32 `protobuf:"varint,1,opt,name=a" json:"a,omitempty"`
	B *int32 `protobuf:"varint,2,opt,name=b" json:"b,omitempty"`
	// contains filtered or unexported fields
}

func (*Groups_Repeated) Descriptor deprecated

func (*Groups_Repeated) Descriptor() ([]byte, []int)

Deprecated: Use Groups_Repeated.ProtoReflect.Descriptor instead.

func (*Groups_Repeated) GetA

func (x *Groups_Repeated) GetA() int32

func (*Groups_Repeated) GetB

func (x *Groups_Repeated) GetB() int32

func (*Groups_Repeated) ProtoMessage

func (*Groups_Repeated) ProtoMessage()

func (*Groups_Repeated) ProtoReflect

func (x *Groups_Repeated) ProtoReflect() protoreflect.Message

func (*Groups_Repeated) Reset

func (x *Groups_Repeated) Reset()

func (*Groups_Repeated) String

func (x *Groups_Repeated) String() string

type Groups_Singular

type Groups_Singular struct {
	A      *int32                  `protobuf:"varint,1,opt,name=a" json:"a,omitempty"`
	B      *int32                  `protobuf:"varint,2,opt,name=b" json:"b,omitempty"`
	G      *Groups                 `protobuf:"bytes,3,opt,name=g" json:"g,omitempty"`
	Nested *Groups_Singular_Nested `protobuf:"group,4,opt,name=Nested,json=nested" json:"nested,omitempty"`
	// contains filtered or unexported fields
}

func (*Groups_Singular) Descriptor deprecated

func (*Groups_Singular) Descriptor() ([]byte, []int)

Deprecated: Use Groups_Singular.ProtoReflect.Descriptor instead.

func (*Groups_Singular) GetA

func (x *Groups_Singular) GetA() int32

func (*Groups_Singular) GetB

func (x *Groups_Singular) GetB() int32

func (*Groups_Singular) GetG

func (x *Groups_Singular) GetG() *Groups

func (*Groups_Singular) GetNested

func (x *Groups_Singular) GetNested() *Groups_Singular_Nested

func (*Groups_Singular) ProtoMessage

func (*Groups_Singular) ProtoMessage()

func (*Groups_Singular) ProtoReflect

func (x *Groups_Singular) ProtoReflect() protoreflect.Message

func (*Groups_Singular) Reset

func (x *Groups_Singular) Reset()

func (*Groups_Singular) String

func (x *Groups_Singular) String() string

type Groups_Singular_Nested

type Groups_Singular_Nested struct {
	A *int32 `protobuf:"varint,1,opt,name=a" json:"a,omitempty"`
	// contains filtered or unexported fields
}

func (*Groups_Singular_Nested) Descriptor deprecated

func (*Groups_Singular_Nested) Descriptor() ([]byte, []int)

Deprecated: Use Groups_Singular_Nested.ProtoReflect.Descriptor instead.

func (*Groups_Singular_Nested) GetA

func (x *Groups_Singular_Nested) GetA() int32

func (*Groups_Singular_Nested) ProtoMessage

func (*Groups_Singular_Nested) ProtoMessage()

func (*Groups_Singular_Nested) ProtoReflect

func (x *Groups_Singular_Nested) ProtoReflect() protoreflect.Message

func (*Groups_Singular_Nested) Reset

func (x *Groups_Singular_Nested) Reset()

func (*Groups_Singular_Nested) String

func (x *Groups_Singular_Nested) String() string

type Maps

type Maps struct {
	M10 map[int32]int32    `` /* 136-byte string literal not displayed */
	M11 map[int32]int64    `` /* 136-byte string literal not displayed */
	M12 map[int32]uint32   `` /* 136-byte string literal not displayed */
	M13 map[int32]uint64   `` /* 136-byte string literal not displayed */
	M14 map[int32]int32    `` /* 138-byte string literal not displayed */
	M15 map[int32]int64    `` /* 138-byte string literal not displayed */
	M16 map[int32]uint32   `` /* 137-byte string literal not displayed */
	M17 map[int32]uint64   `` /* 137-byte string literal not displayed */
	M18 map[int32]int32    `` /* 137-byte string literal not displayed */
	M19 map[int32]int64    `` /* 137-byte string literal not displayed */
	M1A map[int32]float32  `` /* 137-byte string literal not displayed */
	M1B map[int32]float64  `` /* 137-byte string literal not displayed */
	M1C map[int32]bool     `` /* 136-byte string literal not displayed */
	M1D map[int32]Enum     `` /* 159-byte string literal not displayed */
	M1E map[int32]string   `` /* 135-byte string literal not displayed */
	M1F map[int32][]byte   `` /* 135-byte string literal not displayed */
	M20 map[int64]int32    `` /* 136-byte string literal not displayed */
	M21 map[int64]int64    `` /* 136-byte string literal not displayed */
	M22 map[int64]uint32   `` /* 136-byte string literal not displayed */
	M23 map[int64]uint64   `` /* 136-byte string literal not displayed */
	M24 map[int64]int32    `` /* 138-byte string literal not displayed */
	M25 map[int64]int64    `` /* 138-byte string literal not displayed */
	M26 map[int64]uint32   `` /* 137-byte string literal not displayed */
	M27 map[int64]uint64   `` /* 137-byte string literal not displayed */
	M28 map[int64]int32    `` /* 137-byte string literal not displayed */
	M29 map[int64]int64    `` /* 137-byte string literal not displayed */
	M2A map[int64]float32  `` /* 137-byte string literal not displayed */
	M2B map[int64]float64  `` /* 137-byte string literal not displayed */
	M2C map[int64]bool     `` /* 136-byte string literal not displayed */
	M2D map[int64]Enum     `` /* 159-byte string literal not displayed */
	M2E map[int64]string   `` /* 135-byte string literal not displayed */
	M2F map[int64][]byte   `` /* 135-byte string literal not displayed */
	M30 map[uint32]int32   `` /* 136-byte string literal not displayed */
	M31 map[uint32]int64   `` /* 136-byte string literal not displayed */
	M32 map[uint32]uint32  `` /* 136-byte string literal not displayed */
	M33 map[uint32]uint64  `` /* 136-byte string literal not displayed */
	M34 map[uint32]int32   `` /* 138-byte string literal not displayed */
	M35 map[uint32]int64   `` /* 138-byte string literal not displayed */
	M36 map[uint32]uint32  `` /* 137-byte string literal not displayed */
	M37 map[uint32]uint64  `` /* 137-byte string literal not displayed */
	M38 map[uint32]int32   `` /* 137-byte string literal not displayed */
	M39 map[uint32]int64   `` /* 137-byte string literal not displayed */
	M3A map[uint32]float32 `` /* 137-byte string literal not displayed */
	M3B map[uint32]float64 `` /* 137-byte string literal not displayed */
	M3C map[uint32]bool    `` /* 136-byte string literal not displayed */
	M3D map[uint32]Enum    `` /* 159-byte string literal not displayed */
	M3E map[uint32]string  `` /* 135-byte string literal not displayed */
	M3F map[uint32][]byte  `` /* 135-byte string literal not displayed */
	M40 map[uint64]int32   `` /* 136-byte string literal not displayed */
	M41 map[uint64]int64   `` /* 136-byte string literal not displayed */
	M42 map[uint64]uint32  `` /* 136-byte string literal not displayed */
	M43 map[uint64]uint64  `` /* 136-byte string literal not displayed */
	M44 map[uint64]int32   `` /* 138-byte string literal not displayed */
	M45 map[uint64]int64   `` /* 138-byte string literal not displayed */
	M46 map[uint64]uint32  `` /* 137-byte string literal not displayed */
	M47 map[uint64]uint64  `` /* 137-byte string literal not displayed */
	M48 map[uint64]int32   `` /* 137-byte string literal not displayed */
	M49 map[uint64]int64   `` /* 137-byte string literal not displayed */
	M4A map[uint64]float32 `` /* 137-byte string literal not displayed */
	M4B map[uint64]float64 `` /* 137-byte string literal not displayed */
	M4C map[uint64]bool    `` /* 136-byte string literal not displayed */
	M4D map[uint64]Enum    `` /* 159-byte string literal not displayed */
	M4E map[uint64]string  `` /* 135-byte string literal not displayed */
	M4F map[uint64][]byte  `` /* 135-byte string literal not displayed */
	M50 map[int32]int32    `` /* 138-byte string literal not displayed */
	M51 map[int32]int64    `` /* 138-byte string literal not displayed */
	M52 map[int32]uint32   `` /* 138-byte string literal not displayed */
	M53 map[int32]uint64   `` /* 138-byte string literal not displayed */
	M54 map[int32]int32    `` /* 140-byte string literal not displayed */
	M55 map[int32]int64    `` /* 140-byte string literal not displayed */
	M56 map[int32]uint32   `` /* 139-byte string literal not displayed */
	M57 map[int32]uint64   `` /* 139-byte string literal not displayed */
	M58 map[int32]int32    `` /* 139-byte string literal not displayed */
	M59 map[int32]int64    `` /* 139-byte string literal not displayed */
	M5A map[int32]float32  `` /* 139-byte string literal not displayed */
	M5B map[int32]float64  `` /* 139-byte string literal not displayed */
	M5C map[int32]bool     `` /* 138-byte string literal not displayed */
	M5D map[int32]Enum     `` /* 161-byte string literal not displayed */
	M5E map[int32]string   `` /* 137-byte string literal not displayed */
	M5F map[int32][]byte   `` /* 137-byte string literal not displayed */
	M60 map[int64]int32    `` /* 138-byte string literal not displayed */
	M61 map[int64]int64    `` /* 138-byte string literal not displayed */
	M62 map[int64]uint32   `` /* 138-byte string literal not displayed */
	M63 map[int64]uint64   `` /* 138-byte string literal not displayed */
	M64 map[int64]int32    `` /* 141-byte string literal not displayed */
	M65 map[int64]int64    `` /* 141-byte string literal not displayed */
	M66 map[int64]uint32   `` /* 140-byte string literal not displayed */
	M67 map[int64]uint64   `` /* 140-byte string literal not displayed */
	M68 map[int64]int32    `` /* 140-byte string literal not displayed */
	M69 map[int64]int64    `` /* 140-byte string literal not displayed */
	M6A map[int64]float32  `` /* 140-byte string literal not displayed */
	M6B map[int64]float64  `` /* 140-byte string literal not displayed */
	M6C map[int64]bool     `` /* 139-byte string literal not displayed */
	M6D map[int64]Enum     `` /* 162-byte string literal not displayed */
	M6E map[int64]string   `` /* 138-byte string literal not displayed */
	M6F map[int64][]byte   `` /* 138-byte string literal not displayed */
	M70 map[uint32]int32   `` /* 138-byte string literal not displayed */
	M71 map[uint32]int64   `` /* 138-byte string literal not displayed */
	M72 map[uint32]uint32  `` /* 138-byte string literal not displayed */
	M73 map[uint32]uint64  `` /* 138-byte string literal not displayed */
	M74 map[uint32]int32   `` /* 140-byte string literal not displayed */
	M75 map[uint32]int64   `` /* 140-byte string literal not displayed */
	M76 map[uint32]uint32  `` /* 139-byte string literal not displayed */
	M77 map[uint32]uint64  `` /* 139-byte string literal not displayed */
	M78 map[uint32]int32   `` /* 139-byte string literal not displayed */
	M79 map[uint32]int64   `` /* 139-byte string literal not displayed */
	M7A map[uint32]float32 `` /* 139-byte string literal not displayed */
	M7B map[uint32]float64 `` /* 139-byte string literal not displayed */
	M7C map[uint32]bool    `` /* 138-byte string literal not displayed */
	M7D map[uint32]Enum    `` /* 161-byte string literal not displayed */
	M7E map[uint32]string  `` /* 137-byte string literal not displayed */
	M7F map[uint32][]byte  `` /* 137-byte string literal not displayed */
	M80 map[uint64]int32   `` /* 138-byte string literal not displayed */
	M81 map[uint64]int64   `` /* 138-byte string literal not displayed */
	M82 map[uint64]uint32  `` /* 138-byte string literal not displayed */
	M83 map[uint64]uint64  `` /* 138-byte string literal not displayed */
	M84 map[uint64]int32   `` /* 140-byte string literal not displayed */
	M85 map[uint64]int64   `` /* 140-byte string literal not displayed */
	M86 map[uint64]uint32  `` /* 139-byte string literal not displayed */
	M87 map[uint64]uint64  `` /* 139-byte string literal not displayed */
	M88 map[uint64]int32   `` /* 139-byte string literal not displayed */
	M89 map[uint64]int64   `` /* 139-byte string literal not displayed */
	M8A map[uint64]float32 `` /* 139-byte string literal not displayed */
	M8B map[uint64]float64 `` /* 139-byte string literal not displayed */
	M8C map[uint64]bool    `` /* 138-byte string literal not displayed */
	M8D map[uint64]Enum    `` /* 161-byte string literal not displayed */
	M8E map[uint64]string  `` /* 137-byte string literal not displayed */
	M8F map[uint64][]byte  `` /* 137-byte string literal not displayed */
	M90 map[int32]int32    `` /* 138-byte string literal not displayed */
	M91 map[int32]int64    `` /* 138-byte string literal not displayed */
	M92 map[int32]uint32   `` /* 138-byte string literal not displayed */
	M93 map[int32]uint64   `` /* 138-byte string literal not displayed */
	M94 map[int32]int32    `` /* 140-byte string literal not displayed */
	M95 map[int32]int64    `` /* 140-byte string literal not displayed */
	M96 map[int32]uint32   `` /* 139-byte string literal not displayed */
	M97 map[int32]uint64   `` /* 139-byte string literal not displayed */
	M98 map[int32]int32    `` /* 139-byte string literal not displayed */
	M99 map[int32]int64    `` /* 139-byte string literal not displayed */
	M9A map[int32]float32  `` /* 139-byte string literal not displayed */
	M9B map[int32]float64  `` /* 139-byte string literal not displayed */
	M9C map[int32]bool     `` /* 138-byte string literal not displayed */
	M9D map[int32]Enum     `` /* 161-byte string literal not displayed */
	M9E map[int32]string   `` /* 137-byte string literal not displayed */
	M9F map[int32][]byte   `` /* 137-byte string literal not displayed */
	Ma0 map[int64]int32    `` /* 138-byte string literal not displayed */
	Ma1 map[int64]int64    `` /* 138-byte string literal not displayed */
	Ma2 map[int64]uint32   `` /* 138-byte string literal not displayed */
	Ma3 map[int64]uint64   `` /* 138-byte string literal not displayed */
	Ma4 map[int64]int32    `` /* 140-byte string literal not displayed */
	Ma5 map[int64]int64    `` /* 140-byte string literal not displayed */
	Ma6 map[int64]uint32   `` /* 139-byte string literal not displayed */
	Ma7 map[int64]uint64   `` /* 139-byte string literal not displayed */
	Ma8 map[int64]int32    `` /* 139-byte string literal not displayed */
	Ma9 map[int64]int64    `` /* 139-byte string literal not displayed */
	Maa map[int64]float32  `` /* 139-byte string literal not displayed */
	Mab map[int64]float64  `` /* 139-byte string literal not displayed */
	Mac map[int64]bool     `` /* 138-byte string literal not displayed */
	Mad map[int64]Enum     `` /* 161-byte string literal not displayed */
	Mae map[int64]string   `` /* 137-byte string literal not displayed */
	Maf map[int64][]byte   `` /* 137-byte string literal not displayed */
	Mb0 map[bool]int32     `` /* 137-byte string literal not displayed */
	Mb1 map[bool]int64     `` /* 137-byte string literal not displayed */
	Mb2 map[bool]uint32    `` /* 137-byte string literal not displayed */
	Mb3 map[bool]uint64    `` /* 137-byte string literal not displayed */
	Mb4 map[bool]int32     `` /* 139-byte string literal not displayed */
	Mb5 map[bool]int64     `` /* 139-byte string literal not displayed */
	Mb6 map[bool]uint32    `` /* 138-byte string literal not displayed */
	Mb7 map[bool]uint64    `` /* 138-byte string literal not displayed */
	Mb8 map[bool]int32     `` /* 138-byte string literal not displayed */
	Mb9 map[bool]int64     `` /* 138-byte string literal not displayed */
	Mba map[bool]float32   `` /* 138-byte string literal not displayed */
	Mbb map[bool]float64   `` /* 138-byte string literal not displayed */
	Mbc map[bool]bool      `` /* 137-byte string literal not displayed */
	Mbd map[bool]Enum      `` /* 160-byte string literal not displayed */
	Mbe map[bool]string    `` /* 136-byte string literal not displayed */
	Mbf map[bool][]byte    `` /* 136-byte string literal not displayed */
	Mc0 map[string]int32   `` /* 136-byte string literal not displayed */
	Mc1 map[string]int64   `` /* 136-byte string literal not displayed */
	Mc2 map[string]uint32  `` /* 136-byte string literal not displayed */
	Mc3 map[string]uint64  `` /* 136-byte string literal not displayed */
	Mc4 map[string]int32   `` /* 138-byte string literal not displayed */
	Mc5 map[string]int64   `` /* 138-byte string literal not displayed */
	Mc6 map[string]uint32  `` /* 137-byte string literal not displayed */
	Mc7 map[string]uint64  `` /* 137-byte string literal not displayed */
	Mc8 map[string]int32   `` /* 137-byte string literal not displayed */
	Mc9 map[string]int64   `` /* 137-byte string literal not displayed */
	Mca map[string]float32 `` /* 137-byte string literal not displayed */
	Mcb map[string]float64 `` /* 137-byte string literal not displayed */
	Mcc map[string]bool    `` /* 136-byte string literal not displayed */
	Mcd map[string]Enum    `` /* 159-byte string literal not displayed */
	Mce map[string]string  `` /* 135-byte string literal not displayed */
	Mcf map[string][]byte  `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Maps) CloneMessageVT

func (m *Maps) CloneMessageVT() proto.Message

func (*Maps) CloneVT

func (m *Maps) CloneVT() *Maps

func (*Maps) Descriptor deprecated

func (*Maps) Descriptor() ([]byte, []int)

Deprecated: Use Maps.ProtoReflect.Descriptor instead.

func (*Maps) EqualMessageVT

func (this *Maps) EqualMessageVT(thatMsg proto.Message) bool

func (*Maps) EqualVT

func (this *Maps) EqualVT(that *Maps) bool

func (*Maps) GetM10

func (x *Maps) GetM10() map[int32]int32

func (*Maps) GetM11

func (x *Maps) GetM11() map[int32]int64

func (*Maps) GetM12

func (x *Maps) GetM12() map[int32]uint32

func (*Maps) GetM13

func (x *Maps) GetM13() map[int32]uint64

func (*Maps) GetM14

func (x *Maps) GetM14() map[int32]int32

func (*Maps) GetM15

func (x *Maps) GetM15() map[int32]int64

func (*Maps) GetM16

func (x *Maps) GetM16() map[int32]uint32

func (*Maps) GetM17

func (x *Maps) GetM17() map[int32]uint64

func (*Maps) GetM18

func (x *Maps) GetM18() map[int32]int32

func (*Maps) GetM19

func (x *Maps) GetM19() map[int32]int64

func (*Maps) GetM1A

func (x *Maps) GetM1A() map[int32]float32

func (*Maps) GetM1B

func (x *Maps) GetM1B() map[int32]float64

func (*Maps) GetM1C

func (x *Maps) GetM1C() map[int32]bool

func (*Maps) GetM1D

func (x *Maps) GetM1D() map[int32]Enum

func (*Maps) GetM1E

func (x *Maps) GetM1E() map[int32]string

func (*Maps) GetM1F

func (x *Maps) GetM1F() map[int32][]byte

func (*Maps) GetM20

func (x *Maps) GetM20() map[int64]int32

func (*Maps) GetM21

func (x *Maps) GetM21() map[int64]int64

func (*Maps) GetM22

func (x *Maps) GetM22() map[int64]uint32

func (*Maps) GetM23

func (x *Maps) GetM23() map[int64]uint64

func (*Maps) GetM24

func (x *Maps) GetM24() map[int64]int32

func (*Maps) GetM25

func (x *Maps) GetM25() map[int64]int64

func (*Maps) GetM26

func (x *Maps) GetM26() map[int64]uint32

func (*Maps) GetM27

func (x *Maps) GetM27() map[int64]uint64

func (*Maps) GetM28

func (x *Maps) GetM28() map[int64]int32

func (*Maps) GetM29

func (x *Maps) GetM29() map[int64]int64

func (*Maps) GetM2A

func (x *Maps) GetM2A() map[int64]float32

func (*Maps) GetM2B

func (x *Maps) GetM2B() map[int64]float64

func (*Maps) GetM2C

func (x *Maps) GetM2C() map[int64]bool

func (*Maps) GetM2D

func (x *Maps) GetM2D() map[int64]Enum

func (*Maps) GetM2E

func (x *Maps) GetM2E() map[int64]string

func (*Maps) GetM2F

func (x *Maps) GetM2F() map[int64][]byte

func (*Maps) GetM30

func (x *Maps) GetM30() map[uint32]int32

func (*Maps) GetM31

func (x *Maps) GetM31() map[uint32]int64

func (*Maps) GetM32

func (x *Maps) GetM32() map[uint32]uint32

func (*Maps) GetM33

func (x *Maps) GetM33() map[uint32]uint64

func (*Maps) GetM34

func (x *Maps) GetM34() map[uint32]int32

func (*Maps) GetM35

func (x *Maps) GetM35() map[uint32]int64

func (*Maps) GetM36

func (x *Maps) GetM36() map[uint32]uint32

func (*Maps) GetM37

func (x *Maps) GetM37() map[uint32]uint64

func (*Maps) GetM38

func (x *Maps) GetM38() map[uint32]int32

func (*Maps) GetM39

func (x *Maps) GetM39() map[uint32]int64

func (*Maps) GetM3A

func (x *Maps) GetM3A() map[uint32]float32

func (*Maps) GetM3B

func (x *Maps) GetM3B() map[uint32]float64

func (*Maps) GetM3C

func (x *Maps) GetM3C() map[uint32]bool

func (*Maps) GetM3D

func (x *Maps) GetM3D() map[uint32]Enum

func (*Maps) GetM3E

func (x *Maps) GetM3E() map[uint32]string

func (*Maps) GetM3F

func (x *Maps) GetM3F() map[uint32][]byte

func (*Maps) GetM40

func (x *Maps) GetM40() map[uint64]int32

func (*Maps) GetM41

func (x *Maps) GetM41() map[uint64]int64

func (*Maps) GetM42

func (x *Maps) GetM42() map[uint64]uint32

func (*Maps) GetM43

func (x *Maps) GetM43() map[uint64]uint64

func (*Maps) GetM44

func (x *Maps) GetM44() map[uint64]int32

func (*Maps) GetM45

func (x *Maps) GetM45() map[uint64]int64

func (*Maps) GetM46

func (x *Maps) GetM46() map[uint64]uint32

func (*Maps) GetM47

func (x *Maps) GetM47() map[uint64]uint64

func (*Maps) GetM48

func (x *Maps) GetM48() map[uint64]int32

func (*Maps) GetM49

func (x *Maps) GetM49() map[uint64]int64

func (*Maps) GetM4A

func (x *Maps) GetM4A() map[uint64]float32

func (*Maps) GetM4B

func (x *Maps) GetM4B() map[uint64]float64

func (*Maps) GetM4C

func (x *Maps) GetM4C() map[uint64]bool

func (*Maps) GetM4D

func (x *Maps) GetM4D() map[uint64]Enum

func (*Maps) GetM4E

func (x *Maps) GetM4E() map[uint64]string

func (*Maps) GetM4F

func (x *Maps) GetM4F() map[uint64][]byte

func (*Maps) GetM50

func (x *Maps) GetM50() map[int32]int32

func (*Maps) GetM51

func (x *Maps) GetM51() map[int32]int64

func (*Maps) GetM52

func (x *Maps) GetM52() map[int32]uint32

func (*Maps) GetM53

func (x *Maps) GetM53() map[int32]uint64

func (*Maps) GetM54

func (x *Maps) GetM54() map[int32]int32

func (*Maps) GetM55

func (x *Maps) GetM55() map[int32]int64

func (*Maps) GetM56

func (x *Maps) GetM56() map[int32]uint32

func (*Maps) GetM57

func (x *Maps) GetM57() map[int32]uint64

func (*Maps) GetM58

func (x *Maps) GetM58() map[int32]int32

func (*Maps) GetM59

func (x *Maps) GetM59() map[int32]int64

func (*Maps) GetM5A

func (x *Maps) GetM5A() map[int32]float32

func (*Maps) GetM5B

func (x *Maps) GetM5B() map[int32]float64

func (*Maps) GetM5C

func (x *Maps) GetM5C() map[int32]bool

func (*Maps) GetM5D

func (x *Maps) GetM5D() map[int32]Enum

func (*Maps) GetM5E

func (x *Maps) GetM5E() map[int32]string

func (*Maps) GetM5F

func (x *Maps) GetM5F() map[int32][]byte

func (*Maps) GetM60

func (x *Maps) GetM60() map[int64]int32

func (*Maps) GetM61

func (x *Maps) GetM61() map[int64]int64

func (*Maps) GetM62

func (x *Maps) GetM62() map[int64]uint32

func (*Maps) GetM63

func (x *Maps) GetM63() map[int64]uint64

func (*Maps) GetM64

func (x *Maps) GetM64() map[int64]int32

func (*Maps) GetM65

func (x *Maps) GetM65() map[int64]int64

func (*Maps) GetM66

func (x *Maps) GetM66() map[int64]uint32

func (*Maps) GetM67

func (x *Maps) GetM67() map[int64]uint64

func (*Maps) GetM68

func (x *Maps) GetM68() map[int64]int32

func (*Maps) GetM69

func (x *Maps) GetM69() map[int64]int64

func (*Maps) GetM6A

func (x *Maps) GetM6A() map[int64]float32

func (*Maps) GetM6B

func (x *Maps) GetM6B() map[int64]float64

func (*Maps) GetM6C

func (x *Maps) GetM6C() map[int64]bool

func (*Maps) GetM6D

func (x *Maps) GetM6D() map[int64]Enum

func (*Maps) GetM6E

func (x *Maps) GetM6E() map[int64]string

func (*Maps) GetM6F

func (x *Maps) GetM6F() map[int64][]byte

func (*Maps) GetM70

func (x *Maps) GetM70() map[uint32]int32

func (*Maps) GetM71

func (x *Maps) GetM71() map[uint32]int64

func (*Maps) GetM72

func (x *Maps) GetM72() map[uint32]uint32

func (*Maps) GetM73

func (x *Maps) GetM73() map[uint32]uint64

func (*Maps) GetM74

func (x *Maps) GetM74() map[uint32]int32

func (*Maps) GetM75

func (x *Maps) GetM75() map[uint32]int64

func (*Maps) GetM76

func (x *Maps) GetM76() map[uint32]uint32

func (*Maps) GetM77

func (x *Maps) GetM77() map[uint32]uint64

func (*Maps) GetM78

func (x *Maps) GetM78() map[uint32]int32

func (*Maps) GetM79

func (x *Maps) GetM79() map[uint32]int64

func (*Maps) GetM7A

func (x *Maps) GetM7A() map[uint32]float32

func (*Maps) GetM7B

func (x *Maps) GetM7B() map[uint32]float64

func (*Maps) GetM7C

func (x *Maps) GetM7C() map[uint32]bool

func (*Maps) GetM7D

func (x *Maps) GetM7D() map[uint32]Enum

func (*Maps) GetM7E

func (x *Maps) GetM7E() map[uint32]string

func (*Maps) GetM7F

func (x *Maps) GetM7F() map[uint32][]byte

func (*Maps) GetM80

func (x *Maps) GetM80() map[uint64]int32

func (*Maps) GetM81

func (x *Maps) GetM81() map[uint64]int64

func (*Maps) GetM82

func (x *Maps) GetM82() map[uint64]uint32

func (*Maps) GetM83

func (x *Maps) GetM83() map[uint64]uint64

func (*Maps) GetM84

func (x *Maps) GetM84() map[uint64]int32

func (*Maps) GetM85

func (x *Maps) GetM85() map[uint64]int64

func (*Maps) GetM86

func (x *Maps) GetM86() map[uint64]uint32

func (*Maps) GetM87

func (x *Maps) GetM87() map[uint64]uint64

func (*Maps) GetM88

func (x *Maps) GetM88() map[uint64]int32

func (*Maps) GetM89

func (x *Maps) GetM89() map[uint64]int64

func (*Maps) GetM8A

func (x *Maps) GetM8A() map[uint64]float32

func (*Maps) GetM8B

func (x *Maps) GetM8B() map[uint64]float64

func (*Maps) GetM8C

func (x *Maps) GetM8C() map[uint64]bool

func (*Maps) GetM8D

func (x *Maps) GetM8D() map[uint64]Enum

func (*Maps) GetM8E

func (x *Maps) GetM8E() map[uint64]string

func (*Maps) GetM8F

func (x *Maps) GetM8F() map[uint64][]byte

func (*Maps) GetM90

func (x *Maps) GetM90() map[int32]int32

func (*Maps) GetM91

func (x *Maps) GetM91() map[int32]int64

func (*Maps) GetM92

func (x *Maps) GetM92() map[int32]uint32

func (*Maps) GetM93

func (x *Maps) GetM93() map[int32]uint64

func (*Maps) GetM94

func (x *Maps) GetM94() map[int32]int32

func (*Maps) GetM95

func (x *Maps) GetM95() map[int32]int64

func (*Maps) GetM96

func (x *Maps) GetM96() map[int32]uint32

func (*Maps) GetM97

func (x *Maps) GetM97() map[int32]uint64

func (*Maps) GetM98

func (x *Maps) GetM98() map[int32]int32

func (*Maps) GetM99

func (x *Maps) GetM99() map[int32]int64

func (*Maps) GetM9A

func (x *Maps) GetM9A() map[int32]float32

func (*Maps) GetM9B

func (x *Maps) GetM9B() map[int32]float64

func (*Maps) GetM9C

func (x *Maps) GetM9C() map[int32]bool

func (*Maps) GetM9D

func (x *Maps) GetM9D() map[int32]Enum

func (*Maps) GetM9E

func (x *Maps) GetM9E() map[int32]string

func (*Maps) GetM9F

func (x *Maps) GetM9F() map[int32][]byte

func (*Maps) GetMa0

func (x *Maps) GetMa0() map[int64]int32

func (*Maps) GetMa1

func (x *Maps) GetMa1() map[int64]int64

func (*Maps) GetMa2

func (x *Maps) GetMa2() map[int64]uint32

func (*Maps) GetMa3

func (x *Maps) GetMa3() map[int64]uint64

func (*Maps) GetMa4

func (x *Maps) GetMa4() map[int64]int32

func (*Maps) GetMa5

func (x *Maps) GetMa5() map[int64]int64

func (*Maps) GetMa6

func (x *Maps) GetMa6() map[int64]uint32

func (*Maps) GetMa7

func (x *Maps) GetMa7() map[int64]uint64

func (*Maps) GetMa8

func (x *Maps) GetMa8() map[int64]int32

func (*Maps) GetMa9

func (x *Maps) GetMa9() map[int64]int64

func (*Maps) GetMaa

func (x *Maps) GetMaa() map[int64]float32

func (*Maps) GetMab

func (x *Maps) GetMab() map[int64]float64

func (*Maps) GetMac

func (x *Maps) GetMac() map[int64]bool

func (*Maps) GetMad

func (x *Maps) GetMad() map[int64]Enum

func (*Maps) GetMae

func (x *Maps) GetMae() map[int64]string

func (*Maps) GetMaf

func (x *Maps) GetMaf() map[int64][]byte

func (*Maps) GetMb0

func (x *Maps) GetMb0() map[bool]int32

func (*Maps) GetMb1

func (x *Maps) GetMb1() map[bool]int64

func (*Maps) GetMb2

func (x *Maps) GetMb2() map[bool]uint32

func (*Maps) GetMb3

func (x *Maps) GetMb3() map[bool]uint64

func (*Maps) GetMb4

func (x *Maps) GetMb4() map[bool]int32

func (*Maps) GetMb5

func (x *Maps) GetMb5() map[bool]int64

func (*Maps) GetMb6

func (x *Maps) GetMb6() map[bool]uint32

func (*Maps) GetMb7

func (x *Maps) GetMb7() map[bool]uint64

func (*Maps) GetMb8

func (x *Maps) GetMb8() map[bool]int32

func (*Maps) GetMb9

func (x *Maps) GetMb9() map[bool]int64

func (*Maps) GetMba

func (x *Maps) GetMba() map[bool]float32

func (*Maps) GetMbb

func (x *Maps) GetMbb() map[bool]float64

func (*Maps) GetMbc

func (x *Maps) GetMbc() map[bool]bool

func (*Maps) GetMbd

func (x *Maps) GetMbd() map[bool]Enum

func (*Maps) GetMbe

func (x *Maps) GetMbe() map[bool]string

func (*Maps) GetMbf

func (x *Maps) GetMbf() map[bool][]byte

func (*Maps) GetMc0

func (x *Maps) GetMc0() map[string]int32

func (*Maps) GetMc1

func (x *Maps) GetMc1() map[string]int64

func (*Maps) GetMc2

func (x *Maps) GetMc2() map[string]uint32

func (*Maps) GetMc3

func (x *Maps) GetMc3() map[string]uint64

func (*Maps) GetMc4

func (x *Maps) GetMc4() map[string]int32

func (*Maps) GetMc5

func (x *Maps) GetMc5() map[string]int64

func (*Maps) GetMc6

func (x *Maps) GetMc6() map[string]uint32

func (*Maps) GetMc7

func (x *Maps) GetMc7() map[string]uint64

func (*Maps) GetMc8

func (x *Maps) GetMc8() map[string]int32

func (*Maps) GetMc9

func (x *Maps) GetMc9() map[string]int64

func (*Maps) GetMca

func (x *Maps) GetMca() map[string]float32

func (*Maps) GetMcb

func (x *Maps) GetMcb() map[string]float64

func (*Maps) GetMcc

func (x *Maps) GetMcc() map[string]bool

func (*Maps) GetMcd

func (x *Maps) GetMcd() map[string]Enum

func (*Maps) GetMce

func (x *Maps) GetMce() map[string]string

func (*Maps) GetMcf

func (x *Maps) GetMcf() map[string][]byte

func (*Maps) MarshalToSizedBufferVT

func (m *Maps) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Maps) MarshalToSizedBufferVTStrict

func (m *Maps) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Maps) MarshalToVT

func (m *Maps) MarshalToVT(dAtA []byte) (int, error)

func (*Maps) MarshalToVTStrict

func (m *Maps) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Maps) MarshalVT

func (m *Maps) MarshalVT() (dAtA []byte, err error)

func (*Maps) MarshalVTStrict

func (m *Maps) MarshalVTStrict() (dAtA []byte, err error)

func (*Maps) ProtoMessage

func (*Maps) ProtoMessage()

func (*Maps) ProtoReflect

func (x *Maps) ProtoReflect() protoreflect.Message

func (*Maps) Reset

func (x *Maps) Reset()

func (*Maps) SizeVT

func (m *Maps) SizeVT() (n int)

func (*Maps) String

func (x *Maps) String() string

func (*Maps) UnmarshalVT

func (m *Maps) UnmarshalVT(dAtA []byte) error

func (*Maps) UnmarshalVTUnsafe

func (m *Maps) UnmarshalVTUnsafe(dAtA []byte) error

type MessageMaps

type MessageMaps struct {
	Scalars *Scalars                `protobuf:"bytes,1,opt,name=scalars,proto3" json:"scalars,omitempty"`
	M1      map[int32]*MessageMaps  `` /* 133-byte string literal not displayed */
	M2      map[int64]*MessageMaps  `` /* 133-byte string literal not displayed */
	M3      map[uint32]*MessageMaps `` /* 133-byte string literal not displayed */
	M4      map[uint64]*MessageMaps `` /* 133-byte string literal not displayed */
	M5      map[int32]*MessageMaps  `` /* 135-byte string literal not displayed */
	M6      map[int64]*MessageMaps  `` /* 135-byte string literal not displayed */
	M7      map[uint32]*MessageMaps `` /* 134-byte string literal not displayed */
	M8      map[uint64]*MessageMaps `` /* 134-byte string literal not displayed */
	M9      map[int32]*MessageMaps  `` /* 134-byte string literal not displayed */
	Ma      map[int64]*MessageMaps  `` /* 134-byte string literal not displayed */
	Mc      map[string]*MessageMaps `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MessageMaps) CloneMessageVT

func (m *MessageMaps) CloneMessageVT() proto.Message

func (*MessageMaps) CloneVT

func (m *MessageMaps) CloneVT() *MessageMaps

func (*MessageMaps) Descriptor deprecated

func (*MessageMaps) Descriptor() ([]byte, []int)

Deprecated: Use MessageMaps.ProtoReflect.Descriptor instead.

func (*MessageMaps) EqualMessageVT

func (this *MessageMaps) EqualMessageVT(thatMsg proto.Message) bool

func (*MessageMaps) EqualVT

func (this *MessageMaps) EqualVT(that *MessageMaps) bool

func (*MessageMaps) GetM1

func (x *MessageMaps) GetM1() map[int32]*MessageMaps

func (*MessageMaps) GetM2

func (x *MessageMaps) GetM2() map[int64]*MessageMaps

func (*MessageMaps) GetM3

func (x *MessageMaps) GetM3() map[uint32]*MessageMaps

func (*MessageMaps) GetM4

func (x *MessageMaps) GetM4() map[uint64]*MessageMaps

func (*MessageMaps) GetM5

func (x *MessageMaps) GetM5() map[int32]*MessageMaps

func (*MessageMaps) GetM6

func (x *MessageMaps) GetM6() map[int64]*MessageMaps

func (*MessageMaps) GetM7

func (x *MessageMaps) GetM7() map[uint32]*MessageMaps

func (*MessageMaps) GetM8

func (x *MessageMaps) GetM8() map[uint64]*MessageMaps

func (*MessageMaps) GetM9

func (x *MessageMaps) GetM9() map[int32]*MessageMaps

func (*MessageMaps) GetMa

func (x *MessageMaps) GetMa() map[int64]*MessageMaps

func (*MessageMaps) GetMc

func (x *MessageMaps) GetMc() map[string]*MessageMaps

func (*MessageMaps) GetScalars

func (x *MessageMaps) GetScalars() *Scalars

func (*MessageMaps) MarshalToSizedBufferVT

func (m *MessageMaps) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MessageMaps) MarshalToSizedBufferVTStrict

func (m *MessageMaps) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*MessageMaps) MarshalToVT

func (m *MessageMaps) MarshalToVT(dAtA []byte) (int, error)

func (*MessageMaps) MarshalToVTStrict

func (m *MessageMaps) MarshalToVTStrict(dAtA []byte) (int, error)

func (*MessageMaps) MarshalVT

func (m *MessageMaps) MarshalVT() (dAtA []byte, err error)

func (*MessageMaps) MarshalVTStrict

func (m *MessageMaps) MarshalVTStrict() (dAtA []byte, err error)

func (*MessageMaps) ProtoMessage

func (*MessageMaps) ProtoMessage()

func (*MessageMaps) ProtoReflect

func (x *MessageMaps) ProtoReflect() protoreflect.Message

func (*MessageMaps) Reset

func (x *MessageMaps) Reset()

func (*MessageMaps) SizeVT

func (m *MessageMaps) SizeVT() (n int)

func (*MessageMaps) String

func (x *MessageMaps) String() string

func (*MessageMaps) UnmarshalVT

func (m *MessageMaps) UnmarshalVT(dAtA []byte) error

func (*MessageMaps) UnmarshalVTUnsafe

func (m *MessageMaps) UnmarshalVTUnsafe(dAtA []byte) error

type MessageOptions

type MessageOptions struct {
	MessageSetWireFormat         *bool `protobuf:"varint,1,opt,name=message_set_wire_format,json=messageSetWireFormat,def=0" json:"message_set_wire_format,omitempty"`
	NoStandardDescriptorAccessor *bool `` /* 149-byte string literal not displayed */
	Deprecated                   *bool `protobuf:"varint,3,opt,name=deprecated,def=0" json:"deprecated,omitempty"`
	MapEntry                     *bool `protobuf:"varint,7,opt,name=map_entry,json=mapEntry" json:"map_entry,omitempty"`
	// Deprecated: Marked as deprecated in test/descriptor.proto.
	DeprecatedLegacyJsonFieldConflicts *bool                  `` /* 164-byte string literal not displayed */
	Features                           *FeatureSet            `protobuf:"bytes,12,opt,name=features" json:"features,omitempty"`
	UninterpretedOption                []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageOptions) CloneMessageVT

func (m *MessageOptions) CloneMessageVT() proto.Message

func (*MessageOptions) CloneVT

func (m *MessageOptions) CloneVT() *MessageOptions

func (*MessageOptions) Descriptor deprecated

func (*MessageOptions) Descriptor() ([]byte, []int)

Deprecated: Use MessageOptions.ProtoReflect.Descriptor instead.

func (*MessageOptions) EqualMessageVT

func (this *MessageOptions) EqualMessageVT(thatMsg proto.Message) bool

func (*MessageOptions) EqualVT

func (this *MessageOptions) EqualVT(that *MessageOptions) bool

func (*MessageOptions) GetDeprecated

func (x *MessageOptions) GetDeprecated() bool

func (*MessageOptions) GetDeprecatedLegacyJsonFieldConflicts deprecated

func (x *MessageOptions) GetDeprecatedLegacyJsonFieldConflicts() bool

Deprecated: Marked as deprecated in test/descriptor.proto.

func (*MessageOptions) GetFeatures

func (x *MessageOptions) GetFeatures() *FeatureSet

func (*MessageOptions) GetMapEntry

func (x *MessageOptions) GetMapEntry() bool

func (*MessageOptions) GetMessageSetWireFormat

func (x *MessageOptions) GetMessageSetWireFormat() bool

func (*MessageOptions) GetNoStandardDescriptorAccessor

func (x *MessageOptions) GetNoStandardDescriptorAccessor() bool

func (*MessageOptions) GetUninterpretedOption

func (x *MessageOptions) GetUninterpretedOption() []*UninterpretedOption

func (*MessageOptions) MarshalToSizedBufferVT

func (m *MessageOptions) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MessageOptions) MarshalToSizedBufferVTStrict

func (m *MessageOptions) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*MessageOptions) MarshalToVT

func (m *MessageOptions) MarshalToVT(dAtA []byte) (int, error)

func (*MessageOptions) MarshalToVTStrict

func (m *MessageOptions) MarshalToVTStrict(dAtA []byte) (int, error)

func (*MessageOptions) MarshalVT

func (m *MessageOptions) MarshalVT() (dAtA []byte, err error)

func (*MessageOptions) MarshalVTStrict

func (m *MessageOptions) MarshalVTStrict() (dAtA []byte, err error)

func (*MessageOptions) ProtoMessage

func (*MessageOptions) ProtoMessage()

func (*MessageOptions) ProtoReflect

func (x *MessageOptions) ProtoReflect() protoreflect.Message

func (*MessageOptions) Reset

func (x *MessageOptions) Reset()

func (*MessageOptions) SizeVT

func (m *MessageOptions) SizeVT() (n int)

func (*MessageOptions) String

func (x *MessageOptions) String() string

func (*MessageOptions) UnmarshalVT

func (m *MessageOptions) UnmarshalVT(dAtA []byte) error

func (*MessageOptions) UnmarshalVTUnsafe

func (m *MessageOptions) UnmarshalVTUnsafe(dAtA []byte) error

type MethodDescriptorProto

type MethodDescriptorProto struct {
	Name            *string        `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	InputType       *string        `protobuf:"bytes,2,opt,name=input_type,json=inputType" json:"input_type,omitempty"`
	OutputType      *string        `protobuf:"bytes,3,opt,name=output_type,json=outputType" json:"output_type,omitempty"`
	Options         *MethodOptions `protobuf:"bytes,4,opt,name=options" json:"options,omitempty"`
	ClientStreaming *bool          `protobuf:"varint,5,opt,name=client_streaming,json=clientStreaming,def=0" json:"client_streaming,omitempty"`
	ServerStreaming *bool          `protobuf:"varint,6,opt,name=server_streaming,json=serverStreaming,def=0" json:"server_streaming,omitempty"`
	// contains filtered or unexported fields
}

func (*MethodDescriptorProto) CloneMessageVT

func (m *MethodDescriptorProto) CloneMessageVT() proto.Message

func (*MethodDescriptorProto) CloneVT

func (*MethodDescriptorProto) Descriptor deprecated

func (*MethodDescriptorProto) Descriptor() ([]byte, []int)

Deprecated: Use MethodDescriptorProto.ProtoReflect.Descriptor instead.

func (*MethodDescriptorProto) EqualMessageVT

func (this *MethodDescriptorProto) EqualMessageVT(thatMsg proto.Message) bool

func (*MethodDescriptorProto) EqualVT

func (this *MethodDescriptorProto) EqualVT(that *MethodDescriptorProto) bool

func (*MethodDescriptorProto) GetClientStreaming

func (x *MethodDescriptorProto) GetClientStreaming() bool

func (*MethodDescriptorProto) GetInputType

func (x *MethodDescriptorProto) GetInputType() string

func (*MethodDescriptorProto) GetName

func (x *MethodDescriptorProto) GetName() string

func (*MethodDescriptorProto) GetOptions

func (x *MethodDescriptorProto) GetOptions() *MethodOptions

func (*MethodDescriptorProto) GetOutputType

func (x *MethodDescriptorProto) GetOutputType() string

func (*MethodDescriptorProto) GetServerStreaming

func (x *MethodDescriptorProto) GetServerStreaming() bool

func (*MethodDescriptorProto) MarshalToSizedBufferVT

func (m *MethodDescriptorProto) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MethodDescriptorProto) MarshalToSizedBufferVTStrict

func (m *MethodDescriptorProto) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*MethodDescriptorProto) MarshalToVT

func (m *MethodDescriptorProto) MarshalToVT(dAtA []byte) (int, error)

func (*MethodDescriptorProto) MarshalToVTStrict

func (m *MethodDescriptorProto) MarshalToVTStrict(dAtA []byte) (int, error)

func (*MethodDescriptorProto) MarshalVT

func (m *MethodDescriptorProto) MarshalVT() (dAtA []byte, err error)

func (*MethodDescriptorProto) MarshalVTStrict

func (m *MethodDescriptorProto) MarshalVTStrict() (dAtA []byte, err error)

func (*MethodDescriptorProto) ProtoMessage

func (*MethodDescriptorProto) ProtoMessage()

func (*MethodDescriptorProto) ProtoReflect

func (x *MethodDescriptorProto) ProtoReflect() protoreflect.Message

func (*MethodDescriptorProto) Reset

func (x *MethodDescriptorProto) Reset()

func (*MethodDescriptorProto) SizeVT

func (m *MethodDescriptorProto) SizeVT() (n int)

func (*MethodDescriptorProto) String

func (x *MethodDescriptorProto) String() string

func (*MethodDescriptorProto) UnmarshalVT

func (m *MethodDescriptorProto) UnmarshalVT(dAtA []byte) error

func (*MethodDescriptorProto) UnmarshalVTUnsafe

func (m *MethodDescriptorProto) UnmarshalVTUnsafe(dAtA []byte) error

type MethodOptions

type MethodOptions struct {
	Deprecated          *bool                           `protobuf:"varint,33,opt,name=deprecated,def=0" json:"deprecated,omitempty"`
	IdempotencyLevel    *MethodOptions_IdempotencyLevel `` /* 159-byte string literal not displayed */
	Features            *FeatureSet                     `protobuf:"bytes,35,opt,name=features" json:"features,omitempty"`
	UninterpretedOption []*UninterpretedOption          `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
	// contains filtered or unexported fields
}

func (*MethodOptions) CloneMessageVT

func (m *MethodOptions) CloneMessageVT() proto.Message

func (*MethodOptions) CloneVT

func (m *MethodOptions) CloneVT() *MethodOptions

func (*MethodOptions) Descriptor deprecated

func (*MethodOptions) Descriptor() ([]byte, []int)

Deprecated: Use MethodOptions.ProtoReflect.Descriptor instead.

func (*MethodOptions) EqualMessageVT

func (this *MethodOptions) EqualMessageVT(thatMsg proto.Message) bool

func (*MethodOptions) EqualVT

func (this *MethodOptions) EqualVT(that *MethodOptions) bool

func (*MethodOptions) GetDeprecated

func (x *MethodOptions) GetDeprecated() bool

func (*MethodOptions) GetFeatures

func (x *MethodOptions) GetFeatures() *FeatureSet

func (*MethodOptions) GetIdempotencyLevel

func (x *MethodOptions) GetIdempotencyLevel() MethodOptions_IdempotencyLevel

func (*MethodOptions) GetUninterpretedOption

func (x *MethodOptions) GetUninterpretedOption() []*UninterpretedOption

func (*MethodOptions) MarshalToSizedBufferVT

func (m *MethodOptions) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*MethodOptions) MarshalToSizedBufferVTStrict

func (m *MethodOptions) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*MethodOptions) MarshalToVT

func (m *MethodOptions) MarshalToVT(dAtA []byte) (int, error)

func (*MethodOptions) MarshalToVTStrict

func (m *MethodOptions) MarshalToVTStrict(dAtA []byte) (int, error)

func (*MethodOptions) MarshalVT

func (m *MethodOptions) MarshalVT() (dAtA []byte, err error)

func (*MethodOptions) MarshalVTStrict

func (m *MethodOptions) MarshalVTStrict() (dAtA []byte, err error)

func (*MethodOptions) ProtoMessage

func (*MethodOptions) ProtoMessage()

func (*MethodOptions) ProtoReflect

func (x *MethodOptions) ProtoReflect() protoreflect.Message

func (*MethodOptions) Reset

func (x *MethodOptions) Reset()

func (*MethodOptions) SizeVT

func (m *MethodOptions) SizeVT() (n int)

func (*MethodOptions) String

func (x *MethodOptions) String() string

func (*MethodOptions) UnmarshalVT

func (m *MethodOptions) UnmarshalVT(dAtA []byte) error

func (*MethodOptions) UnmarshalVTUnsafe

func (m *MethodOptions) UnmarshalVTUnsafe(dAtA []byte) error

type MethodOptions_IdempotencyLevel

type MethodOptions_IdempotencyLevel int32
const (
	MethodOptions_IDEMPOTENCY_UNKNOWN MethodOptions_IdempotencyLevel = 0
	MethodOptions_NO_SIDE_EFFECTS     MethodOptions_IdempotencyLevel = 1
	MethodOptions_IDEMPOTENT          MethodOptions_IdempotencyLevel = 2
)

func (MethodOptions_IdempotencyLevel) Descriptor

func (MethodOptions_IdempotencyLevel) Enum

func (MethodOptions_IdempotencyLevel) EnumDescriptor deprecated

func (MethodOptions_IdempotencyLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use MethodOptions_IdempotencyLevel.Descriptor instead.

func (MethodOptions_IdempotencyLevel) Number

func (MethodOptions_IdempotencyLevel) String

func (MethodOptions_IdempotencyLevel) Type

func (*MethodOptions_IdempotencyLevel) UnmarshalJSON deprecated

func (x *MethodOptions_IdempotencyLevel) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Numbers

type Numbers struct {
	A1 int32 `protobuf:"varint,1,opt,name=a1,proto3" json:"a1,omitempty"`         // 0x08
	A2 int32 `protobuf:"varint,15,opt,name=a2,proto3" json:"a2,omitempty"`        // 0x78
	A3 int32 `protobuf:"varint,16,opt,name=a3,proto3" json:"a3,omitempty"`        // 0x0180
	A4 int32 `protobuf:"varint,2047,opt,name=a4,proto3" json:"a4,omitempty"`      // 0x7ff8
	A5 int32 `protobuf:"varint,2048,opt,name=a5,proto3" json:"a5,omitempty"`      // 0x018080
	A6 int32 `protobuf:"varint,262143,opt,name=a6,proto3" json:"a6,omitempty"`    // 0x7ffff8
	A7 int32 `protobuf:"varint,262144,opt,name=a7,proto3" json:"a7,omitempty"`    // 0x01808080
	A8 int32 `protobuf:"varint,33554431,opt,name=a8,proto3" json:"a8,omitempty"`  // 0x7ffffff8
	A9 int32 `protobuf:"varint,33554432,opt,name=a9,proto3" json:"a9,omitempty"`  // 0x0180808080
	Aa int32 `protobuf:"varint,536870911,opt,name=aa,proto3" json:"aa,omitempty"` // 0x0ffffffff6
	// contains filtered or unexported fields
}

func (*Numbers) CloneMessageVT

func (m *Numbers) CloneMessageVT() proto.Message

func (*Numbers) CloneVT

func (m *Numbers) CloneVT() *Numbers

func (*Numbers) Descriptor deprecated

func (*Numbers) Descriptor() ([]byte, []int)

Deprecated: Use Numbers.ProtoReflect.Descriptor instead.

func (*Numbers) EqualMessageVT

func (this *Numbers) EqualMessageVT(thatMsg proto.Message) bool

func (*Numbers) EqualVT

func (this *Numbers) EqualVT(that *Numbers) bool

func (*Numbers) GetA1

func (x *Numbers) GetA1() int32

func (*Numbers) GetA2

func (x *Numbers) GetA2() int32

func (*Numbers) GetA3

func (x *Numbers) GetA3() int32

func (*Numbers) GetA4

func (x *Numbers) GetA4() int32

func (*Numbers) GetA5

func (x *Numbers) GetA5() int32

func (*Numbers) GetA6

func (x *Numbers) GetA6() int32

func (*Numbers) GetA7

func (x *Numbers) GetA7() int32

func (*Numbers) GetA8

func (x *Numbers) GetA8() int32

func (*Numbers) GetA9

func (x *Numbers) GetA9() int32

func (*Numbers) GetAa

func (x *Numbers) GetAa() int32

func (*Numbers) MarshalToSizedBufferVT

func (m *Numbers) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Numbers) MarshalToSizedBufferVTStrict

func (m *Numbers) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Numbers) MarshalToVT

func (m *Numbers) MarshalToVT(dAtA []byte) (int, error)

func (*Numbers) MarshalToVTStrict

func (m *Numbers) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Numbers) MarshalVT

func (m *Numbers) MarshalVT() (dAtA []byte, err error)

func (*Numbers) MarshalVTStrict

func (m *Numbers) MarshalVTStrict() (dAtA []byte, err error)

func (*Numbers) ProtoMessage

func (*Numbers) ProtoMessage()

func (*Numbers) ProtoReflect

func (x *Numbers) ProtoReflect() protoreflect.Message

func (*Numbers) Reset

func (x *Numbers) Reset()

func (*Numbers) SizeVT

func (m *Numbers) SizeVT() (n int)

func (*Numbers) String

func (x *Numbers) String() string

func (*Numbers) UnmarshalVT

func (m *Numbers) UnmarshalVT(dAtA []byte) error

func (*Numbers) UnmarshalVTUnsafe

func (m *Numbers) UnmarshalVTUnsafe(dAtA []byte) error

type Oneof

type Oneof struct {

	// Types that are valid to be assigned to Single:
	//
	//	*Oneof_S1
	Single isOneof_Single `protobuf_oneof:"single"`
	// Types that are valid to be assigned to Multi:
	//
	//	*Oneof_M1
	//	*Oneof_M2
	//	*Oneof_M3
	//	*Oneof_M4
	//	*Oneof_M5
	//	*Oneof_M6
	//	*Oneof_M7
	//	*Oneof_M8
	//	*Oneof_M9
	//	*Oneof_M10
	Multi isOneof_Multi `protobuf_oneof:"multi"`
	Tail  int32         `protobuf:"varint,30,opt,name=tail,proto3" json:"tail,omitempty"`
	// contains filtered or unexported fields
}

func (*Oneof) CloneMessageVT

func (m *Oneof) CloneMessageVT() proto.Message

func (*Oneof) CloneVT

func (m *Oneof) CloneVT() *Oneof

func (*Oneof) Descriptor deprecated

func (*Oneof) Descriptor() ([]byte, []int)

Deprecated: Use Oneof.ProtoReflect.Descriptor instead.

func (*Oneof) EqualMessageVT

func (this *Oneof) EqualMessageVT(thatMsg proto.Message) bool

func (*Oneof) EqualVT

func (this *Oneof) EqualVT(that *Oneof) bool

func (*Oneof) GetM1

func (x *Oneof) GetM1() int32

func (*Oneof) GetM10

func (x *Oneof) GetM10() *Oneof

func (*Oneof) GetM2

func (x *Oneof) GetM2() int64

func (*Oneof) GetM3

func (x *Oneof) GetM3() int32

func (*Oneof) GetM4

func (x *Oneof) GetM4() int64

func (*Oneof) GetM5

func (x *Oneof) GetM5() uint32

func (*Oneof) GetM6

func (x *Oneof) GetM6() uint64

func (*Oneof) GetM7

func (x *Oneof) GetM7() bool

func (*Oneof) GetM8

func (x *Oneof) GetM8() string

func (*Oneof) GetM9

func (x *Oneof) GetM9() []byte

func (*Oneof) GetMulti

func (x *Oneof) GetMulti() isOneof_Multi

func (*Oneof) GetS1

func (x *Oneof) GetS1() int32

func (*Oneof) GetSingle

func (x *Oneof) GetSingle() isOneof_Single

func (*Oneof) GetTail

func (x *Oneof) GetTail() int32

func (*Oneof) MarshalToSizedBufferVT

func (m *Oneof) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Oneof) MarshalToSizedBufferVTStrict

func (m *Oneof) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Oneof) MarshalToVT

func (m *Oneof) MarshalToVT(dAtA []byte) (int, error)

func (*Oneof) MarshalToVTStrict

func (m *Oneof) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Oneof) MarshalVT

func (m *Oneof) MarshalVT() (dAtA []byte, err error)

func (*Oneof) MarshalVTStrict

func (m *Oneof) MarshalVTStrict() (dAtA []byte, err error)

func (*Oneof) ProtoMessage

func (*Oneof) ProtoMessage()

func (*Oneof) ProtoReflect

func (x *Oneof) ProtoReflect() protoreflect.Message

func (*Oneof) Reset

func (x *Oneof) Reset()

func (*Oneof) SizeVT

func (m *Oneof) SizeVT() (n int)

func (*Oneof) String

func (x *Oneof) String() string

func (*Oneof) UnmarshalVT

func (m *Oneof) UnmarshalVT(dAtA []byte) error

func (*Oneof) UnmarshalVTUnsafe

func (m *Oneof) UnmarshalVTUnsafe(dAtA []byte) error

type OneofDescriptorProto

type OneofDescriptorProto struct {
	Name    *string       `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Options *OneofOptions `protobuf:"bytes,2,opt,name=options" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*OneofDescriptorProto) CloneMessageVT

func (m *OneofDescriptorProto) CloneMessageVT() proto.Message

func (*OneofDescriptorProto) CloneVT

func (*OneofDescriptorProto) Descriptor deprecated

func (*OneofDescriptorProto) Descriptor() ([]byte, []int)

Deprecated: Use OneofDescriptorProto.ProtoReflect.Descriptor instead.

func (*OneofDescriptorProto) EqualMessageVT

func (this *OneofDescriptorProto) EqualMessageVT(thatMsg proto.Message) bool

func (*OneofDescriptorProto) EqualVT

func (this *OneofDescriptorProto) EqualVT(that *OneofDescriptorProto) bool

func (*OneofDescriptorProto) GetName

func (x *OneofDescriptorProto) GetName() string

func (*OneofDescriptorProto) GetOptions

func (x *OneofDescriptorProto) GetOptions() *OneofOptions

func (*OneofDescriptorProto) MarshalToSizedBufferVT

func (m *OneofDescriptorProto) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*OneofDescriptorProto) MarshalToSizedBufferVTStrict

func (m *OneofDescriptorProto) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*OneofDescriptorProto) MarshalToVT

func (m *OneofDescriptorProto) MarshalToVT(dAtA []byte) (int, error)

func (*OneofDescriptorProto) MarshalToVTStrict

func (m *OneofDescriptorProto) MarshalToVTStrict(dAtA []byte) (int, error)

func (*OneofDescriptorProto) MarshalVT

func (m *OneofDescriptorProto) MarshalVT() (dAtA []byte, err error)

func (*OneofDescriptorProto) MarshalVTStrict

func (m *OneofDescriptorProto) MarshalVTStrict() (dAtA []byte, err error)

func (*OneofDescriptorProto) ProtoMessage

func (*OneofDescriptorProto) ProtoMessage()

func (*OneofDescriptorProto) ProtoReflect

func (x *OneofDescriptorProto) ProtoReflect() protoreflect.Message

func (*OneofDescriptorProto) Reset

func (x *OneofDescriptorProto) Reset()

func (*OneofDescriptorProto) SizeVT

func (m *OneofDescriptorProto) SizeVT() (n int)

func (*OneofDescriptorProto) String

func (x *OneofDescriptorProto) String() string

func (*OneofDescriptorProto) UnmarshalVT

func (m *OneofDescriptorProto) UnmarshalVT(dAtA []byte) error

func (*OneofDescriptorProto) UnmarshalVTUnsafe

func (m *OneofDescriptorProto) UnmarshalVTUnsafe(dAtA []byte) error

type OneofOptions

type OneofOptions struct {
	Features            *FeatureSet            `protobuf:"bytes,1,opt,name=features" json:"features,omitempty"`
	UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
	// contains filtered or unexported fields
}

func (*OneofOptions) CloneMessageVT

func (m *OneofOptions) CloneMessageVT() proto.Message

func (*OneofOptions) CloneVT

func (m *OneofOptions) CloneVT() *OneofOptions

func (*OneofOptions) Descriptor deprecated

func (*OneofOptions) Descriptor() ([]byte, []int)

Deprecated: Use OneofOptions.ProtoReflect.Descriptor instead.

func (*OneofOptions) EqualMessageVT

func (this *OneofOptions) EqualMessageVT(thatMsg proto.Message) bool

func (*OneofOptions) EqualVT

func (this *OneofOptions) EqualVT(that *OneofOptions) bool

func (*OneofOptions) GetFeatures

func (x *OneofOptions) GetFeatures() *FeatureSet

func (*OneofOptions) GetUninterpretedOption

func (x *OneofOptions) GetUninterpretedOption() []*UninterpretedOption

func (*OneofOptions) MarshalToSizedBufferVT

func (m *OneofOptions) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*OneofOptions) MarshalToSizedBufferVTStrict

func (m *OneofOptions) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*OneofOptions) MarshalToVT

func (m *OneofOptions) MarshalToVT(dAtA []byte) (int, error)

func (*OneofOptions) MarshalToVTStrict

func (m *OneofOptions) MarshalToVTStrict(dAtA []byte) (int, error)

func (*OneofOptions) MarshalVT

func (m *OneofOptions) MarshalVT() (dAtA []byte, err error)

func (*OneofOptions) MarshalVTStrict

func (m *OneofOptions) MarshalVTStrict() (dAtA []byte, err error)

func (*OneofOptions) ProtoMessage

func (*OneofOptions) ProtoMessage()

func (*OneofOptions) ProtoReflect

func (x *OneofOptions) ProtoReflect() protoreflect.Message

func (*OneofOptions) Reset

func (x *OneofOptions) Reset()

func (*OneofOptions) SizeVT

func (m *OneofOptions) SizeVT() (n int)

func (*OneofOptions) String

func (x *OneofOptions) String() string

func (*OneofOptions) UnmarshalVT

func (m *OneofOptions) UnmarshalVT(dAtA []byte) error

func (*OneofOptions) UnmarshalVTUnsafe

func (m *OneofOptions) UnmarshalVTUnsafe(dAtA []byte) error

type Oneof_M1

type Oneof_M1 struct {
	M1 int32 `protobuf:"varint,11,opt,name=m1,proto3,oneof"`
}

func (*Oneof_M1) CloneVT

func (m *Oneof_M1) CloneVT() isOneof_Multi

func (*Oneof_M1) EqualVT

func (this *Oneof_M1) EqualVT(thatIface isOneof_Multi) bool

func (*Oneof_M1) MarshalToSizedBufferVT

func (m *Oneof_M1) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Oneof_M1) MarshalToSizedBufferVTStrict

func (m *Oneof_M1) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Oneof_M1) MarshalToVT

func (m *Oneof_M1) MarshalToVT(dAtA []byte) (int, error)

func (*Oneof_M1) MarshalToVTStrict

func (m *Oneof_M1) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Oneof_M1) SizeVT

func (m *Oneof_M1) SizeVT() (n int)

type Oneof_M10

type Oneof_M10 struct {
	M10 *Oneof `protobuf:"bytes,20,opt,name=m10,proto3,oneof"`
}

func (*Oneof_M10) CloneVT

func (m *Oneof_M10) CloneVT() isOneof_Multi

func (*Oneof_M10) EqualVT

func (this *Oneof_M10) EqualVT(thatIface isOneof_Multi) bool

func (*Oneof_M10) MarshalToSizedBufferVT

func (m *Oneof_M10) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Oneof_M10) MarshalToSizedBufferVTStrict

func (m *Oneof_M10) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Oneof_M10) MarshalToVT

func (m *Oneof_M10) MarshalToVT(dAtA []byte) (int, error)

func (*Oneof_M10) MarshalToVTStrict

func (m *Oneof_M10) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Oneof_M10) SizeVT

func (m *Oneof_M10) SizeVT() (n int)

type Oneof_M2

type Oneof_M2 struct {
	M2 int64 `protobuf:"varint,12,opt,name=m2,proto3,oneof"`
}

func (*Oneof_M2) CloneVT

func (m *Oneof_M2) CloneVT() isOneof_Multi

func (*Oneof_M2) EqualVT

func (this *Oneof_M2) EqualVT(thatIface isOneof_Multi) bool

func (*Oneof_M2) MarshalToSizedBufferVT

func (m *Oneof_M2) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Oneof_M2) MarshalToSizedBufferVTStrict

func (m *Oneof_M2) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Oneof_M2) MarshalToVT

func (m *Oneof_M2) MarshalToVT(dAtA []byte) (int, error)

func (*Oneof_M2) MarshalToVTStrict

func (m *Oneof_M2) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Oneof_M2) SizeVT

func (m *Oneof_M2) SizeVT() (n int)

type Oneof_M3

type Oneof_M3 struct {
	M3 int32 `protobuf:"zigzag32,13,opt,name=m3,proto3,oneof"`
}

func (*Oneof_M3) CloneVT

func (m *Oneof_M3) CloneVT() isOneof_Multi

func (*Oneof_M3) EqualVT

func (this *Oneof_M3) EqualVT(thatIface isOneof_Multi) bool

func (*Oneof_M3) MarshalToSizedBufferVT

func (m *Oneof_M3) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Oneof_M3) MarshalToSizedBufferVTStrict

func (m *Oneof_M3) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Oneof_M3) MarshalToVT

func (m *Oneof_M3) MarshalToVT(dAtA []byte) (int, error)

func (*Oneof_M3) MarshalToVTStrict

func (m *Oneof_M3) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Oneof_M3) SizeVT

func (m *Oneof_M3) SizeVT() (n int)

type Oneof_M4

type Oneof_M4 struct {
	M4 int64 `protobuf:"zigzag64,14,opt,name=m4,proto3,oneof"`
}

func (*Oneof_M4) CloneVT

func (m *Oneof_M4) CloneVT() isOneof_Multi

func (*Oneof_M4) EqualVT

func (this *Oneof_M4) EqualVT(thatIface isOneof_Multi) bool

func (*Oneof_M4) MarshalToSizedBufferVT

func (m *Oneof_M4) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Oneof_M4) MarshalToSizedBufferVTStrict

func (m *Oneof_M4) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Oneof_M4) MarshalToVT

func (m *Oneof_M4) MarshalToVT(dAtA []byte) (int, error)

func (*Oneof_M4) MarshalToVTStrict

func (m *Oneof_M4) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Oneof_M4) SizeVT

func (m *Oneof_M4) SizeVT() (n int)

type Oneof_M5

type Oneof_M5 struct {
	M5 uint32 `protobuf:"fixed32,15,opt,name=m5,proto3,oneof"`
}

func (*Oneof_M5) CloneVT

func (m *Oneof_M5) CloneVT() isOneof_Multi

func (*Oneof_M5) EqualVT

func (this *Oneof_M5) EqualVT(thatIface isOneof_Multi) bool

func (*Oneof_M5) MarshalToSizedBufferVT

func (m *Oneof_M5) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Oneof_M5) MarshalToSizedBufferVTStrict

func (m *Oneof_M5) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Oneof_M5) MarshalToVT

func (m *Oneof_M5) MarshalToVT(dAtA []byte) (int, error)

func (*Oneof_M5) MarshalToVTStrict

func (m *Oneof_M5) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Oneof_M5) SizeVT

func (m *Oneof_M5) SizeVT() (n int)

type Oneof_M6

type Oneof_M6 struct {
	M6 uint64 `protobuf:"fixed64,16,opt,name=m6,proto3,oneof"`
}

func (*Oneof_M6) CloneVT

func (m *Oneof_M6) CloneVT() isOneof_Multi

func (*Oneof_M6) EqualVT

func (this *Oneof_M6) EqualVT(thatIface isOneof_Multi) bool

func (*Oneof_M6) MarshalToSizedBufferVT

func (m *Oneof_M6) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Oneof_M6) MarshalToSizedBufferVTStrict

func (m *Oneof_M6) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Oneof_M6) MarshalToVT

func (m *Oneof_M6) MarshalToVT(dAtA []byte) (int, error)

func (*Oneof_M6) MarshalToVTStrict

func (m *Oneof_M6) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Oneof_M6) SizeVT

func (m *Oneof_M6) SizeVT() (n int)

type Oneof_M7

type Oneof_M7 struct {
	M7 bool `protobuf:"varint,17,opt,name=m7,proto3,oneof"`
}

func (*Oneof_M7) CloneVT

func (m *Oneof_M7) CloneVT() isOneof_Multi

func (*Oneof_M7) EqualVT

func (this *Oneof_M7) EqualVT(thatIface isOneof_Multi) bool

func (*Oneof_M7) MarshalToSizedBufferVT

func (m *Oneof_M7) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Oneof_M7) MarshalToSizedBufferVTStrict

func (m *Oneof_M7) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Oneof_M7) MarshalToVT

func (m *Oneof_M7) MarshalToVT(dAtA []byte) (int, error)

func (*Oneof_M7) MarshalToVTStrict

func (m *Oneof_M7) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Oneof_M7) SizeVT

func (m *Oneof_M7) SizeVT() (n int)

type Oneof_M8

type Oneof_M8 struct {
	M8 string `protobuf:"bytes,18,opt,name=m8,proto3,oneof"`
}

func (*Oneof_M8) CloneVT

func (m *Oneof_M8) CloneVT() isOneof_Multi

func (*Oneof_M8) EqualVT

func (this *Oneof_M8) EqualVT(thatIface isOneof_Multi) bool

func (*Oneof_M8) MarshalToSizedBufferVT

func (m *Oneof_M8) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Oneof_M8) MarshalToSizedBufferVTStrict

func (m *Oneof_M8) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Oneof_M8) MarshalToVT

func (m *Oneof_M8) MarshalToVT(dAtA []byte) (int, error)

func (*Oneof_M8) MarshalToVTStrict

func (m *Oneof_M8) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Oneof_M8) SizeVT

func (m *Oneof_M8) SizeVT() (n int)

type Oneof_M9

type Oneof_M9 struct {
	M9 []byte `protobuf:"bytes,19,opt,name=m9,proto3,oneof"`
}

func (*Oneof_M9) CloneVT

func (m *Oneof_M9) CloneVT() isOneof_Multi

func (*Oneof_M9) EqualVT

func (this *Oneof_M9) EqualVT(thatIface isOneof_Multi) bool

func (*Oneof_M9) MarshalToSizedBufferVT

func (m *Oneof_M9) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Oneof_M9) MarshalToSizedBufferVTStrict

func (m *Oneof_M9) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Oneof_M9) MarshalToVT

func (m *Oneof_M9) MarshalToVT(dAtA []byte) (int, error)

func (*Oneof_M9) MarshalToVTStrict

func (m *Oneof_M9) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Oneof_M9) SizeVT

func (m *Oneof_M9) SizeVT() (n int)

type Oneof_S1

type Oneof_S1 struct {
	S1 int32 `protobuf:"varint,1,opt,name=s1,proto3,oneof"`
}

func (*Oneof_S1) CloneVT

func (m *Oneof_S1) CloneVT() isOneof_Single

func (*Oneof_S1) EqualVT

func (this *Oneof_S1) EqualVT(thatIface isOneof_Single) bool

func (*Oneof_S1) MarshalToSizedBufferVT

func (m *Oneof_S1) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Oneof_S1) MarshalToSizedBufferVTStrict

func (m *Oneof_S1) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Oneof_S1) MarshalToVT

func (m *Oneof_S1) MarshalToVT(dAtA []byte) (int, error)

func (*Oneof_S1) MarshalToVTStrict

func (m *Oneof_S1) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Oneof_S1) SizeVT

func (m *Oneof_S1) SizeVT() (n int)

type Pathological

type Pathological struct {
	X []*Pathological_Inner `protobuf:"bytes,1,rep,name=x,proto3" json:"x,omitempty"`
	// contains filtered or unexported fields
}

A message with a repeated message field that has many, many fields, but only one of which winds up being set.

func (*Pathological) CloneMessageVT

func (m *Pathological) CloneMessageVT() proto.Message

func (*Pathological) CloneVT

func (m *Pathological) CloneVT() *Pathological

func (*Pathological) Descriptor deprecated

func (*Pathological) Descriptor() ([]byte, []int)

Deprecated: Use Pathological.ProtoReflect.Descriptor instead.

func (*Pathological) EqualMessageVT

func (this *Pathological) EqualMessageVT(thatMsg proto.Message) bool

func (*Pathological) EqualVT

func (this *Pathological) EqualVT(that *Pathological) bool

func (*Pathological) GetX

func (x *Pathological) GetX() []*Pathological_Inner

func (*Pathological) MarshalToSizedBufferVT

func (m *Pathological) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Pathological) MarshalToSizedBufferVTStrict

func (m *Pathological) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Pathological) MarshalToVT

func (m *Pathological) MarshalToVT(dAtA []byte) (int, error)

func (*Pathological) MarshalToVTStrict

func (m *Pathological) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Pathological) MarshalVT

func (m *Pathological) MarshalVT() (dAtA []byte, err error)

func (*Pathological) MarshalVTStrict

func (m *Pathological) MarshalVTStrict() (dAtA []byte, err error)

func (*Pathological) ProtoMessage

func (*Pathological) ProtoMessage()

func (*Pathological) ProtoReflect

func (x *Pathological) ProtoReflect() protoreflect.Message

func (*Pathological) Reset

func (x *Pathological) Reset()

func (*Pathological) SizeVT

func (m *Pathological) SizeVT() (n int)

func (*Pathological) String

func (x *Pathological) String() string

func (*Pathological) UnmarshalVT

func (m *Pathological) UnmarshalVT(dAtA []byte) error

func (*Pathological) UnmarshalVTUnsafe

func (m *Pathological) UnmarshalVTUnsafe(dAtA []byte) error

type Pathological_Inner

type Pathological_Inner struct {
	X1     int32  `protobuf:"varint,1,opt,name=x1,proto3" json:"x1,omitempty"`
	X2     int32  `protobuf:"varint,2,opt,name=x2,proto3" json:"x2,omitempty"`
	X3     int32  `protobuf:"varint,3,opt,name=x3,proto3" json:"x3,omitempty"`
	X4     int32  `protobuf:"varint,4,opt,name=x4,proto3" json:"x4,omitempty"`
	X5     int32  `protobuf:"varint,5,opt,name=x5,proto3" json:"x5,omitempty"`
	X6     int32  `protobuf:"varint,6,opt,name=x6,proto3" json:"x6,omitempty"`
	X7     int32  `protobuf:"varint,7,opt,name=x7,proto3" json:"x7,omitempty"`
	X8     int32  `protobuf:"varint,8,opt,name=x8,proto3" json:"x8,omitempty"`
	X9     int32  `protobuf:"varint,9,opt,name=x9,proto3" json:"x9,omitempty"`
	Xa     int32  `protobuf:"varint,10,opt,name=xa,proto3" json:"xa,omitempty"`
	Xb     int32  `protobuf:"varint,11,opt,name=xb,proto3" json:"xb,omitempty"`
	Xc     int32  `protobuf:"varint,12,opt,name=xc,proto3" json:"xc,omitempty"`
	Xd     int32  `protobuf:"varint,13,opt,name=xd,proto3" json:"xd,omitempty"`
	Xe     int32  `protobuf:"varint,14,opt,name=xe,proto3" json:"xe,omitempty"`
	Xf     int32  `protobuf:"varint,15,opt,name=xf,proto3" json:"xf,omitempty"`
	Actual string `protobuf:"bytes,100,opt,name=actual,proto3" json:"actual,omitempty"`
	// contains filtered or unexported fields
}

func (*Pathological_Inner) CloneMessageVT

func (m *Pathological_Inner) CloneMessageVT() proto.Message

func (*Pathological_Inner) CloneVT

func (m *Pathological_Inner) CloneVT() *Pathological_Inner

func (*Pathological_Inner) Descriptor deprecated

func (*Pathological_Inner) Descriptor() ([]byte, []int)

Deprecated: Use Pathological_Inner.ProtoReflect.Descriptor instead.

func (*Pathological_Inner) EqualMessageVT

func (this *Pathological_Inner) EqualMessageVT(thatMsg proto.Message) bool

func (*Pathological_Inner) EqualVT

func (this *Pathological_Inner) EqualVT(that *Pathological_Inner) bool

func (*Pathological_Inner) GetActual

func (x *Pathological_Inner) GetActual() string

func (*Pathological_Inner) GetX1

func (x *Pathological_Inner) GetX1() int32

func (*Pathological_Inner) GetX2

func (x *Pathological_Inner) GetX2() int32

func (*Pathological_Inner) GetX3

func (x *Pathological_Inner) GetX3() int32

func (*Pathological_Inner) GetX4

func (x *Pathological_Inner) GetX4() int32

func (*Pathological_Inner) GetX5

func (x *Pathological_Inner) GetX5() int32

func (*Pathological_Inner) GetX6

func (x *Pathological_Inner) GetX6() int32

func (*Pathological_Inner) GetX7

func (x *Pathological_Inner) GetX7() int32

func (*Pathological_Inner) GetX8

func (x *Pathological_Inner) GetX8() int32

func (*Pathological_Inner) GetX9

func (x *Pathological_Inner) GetX9() int32

func (*Pathological_Inner) GetXa

func (x *Pathological_Inner) GetXa() int32

func (*Pathological_Inner) GetXb

func (x *Pathological_Inner) GetXb() int32

func (*Pathological_Inner) GetXc

func (x *Pathological_Inner) GetXc() int32

func (*Pathological_Inner) GetXd

func (x *Pathological_Inner) GetXd() int32

func (*Pathological_Inner) GetXe

func (x *Pathological_Inner) GetXe() int32

func (*Pathological_Inner) GetXf

func (x *Pathological_Inner) GetXf() int32

func (*Pathological_Inner) MarshalToSizedBufferVT

func (m *Pathological_Inner) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Pathological_Inner) MarshalToSizedBufferVTStrict

func (m *Pathological_Inner) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Pathological_Inner) MarshalToVT

func (m *Pathological_Inner) MarshalToVT(dAtA []byte) (int, error)

func (*Pathological_Inner) MarshalToVTStrict

func (m *Pathological_Inner) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Pathological_Inner) MarshalVT

func (m *Pathological_Inner) MarshalVT() (dAtA []byte, err error)

func (*Pathological_Inner) MarshalVTStrict

func (m *Pathological_Inner) MarshalVTStrict() (dAtA []byte, err error)

func (*Pathological_Inner) ProtoMessage

func (*Pathological_Inner) ProtoMessage()

func (*Pathological_Inner) ProtoReflect

func (x *Pathological_Inner) ProtoReflect() protoreflect.Message

func (*Pathological_Inner) Reset

func (x *Pathological_Inner) Reset()

func (*Pathological_Inner) SizeVT

func (m *Pathological_Inner) SizeVT() (n int)

func (*Pathological_Inner) String

func (x *Pathological_Inner) String() string

func (*Pathological_Inner) UnmarshalVT

func (m *Pathological_Inner) UnmarshalVT(dAtA []byte) error

func (*Pathological_Inner) UnmarshalVTUnsafe

func (m *Pathological_Inner) UnmarshalVTUnsafe(dAtA []byte) error

type Proto2Strings

type Proto2Strings struct {
	S1 *string           `protobuf:"bytes,1,opt,name=s1" json:"s1,omitempty"`
	S2 []string          `protobuf:"bytes,2,rep,name=s2" json:"s2,omitempty"`
	S3 map[string]string `protobuf:"bytes,3,rep,name=s3" json:"s3,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
	// Types that are valid to be assigned to O:
	//
	//	*Proto2Strings_S4
	//	*Proto2Strings_Z
	O isProto2Strings_O `protobuf_oneof:"o"`
	// contains filtered or unexported fields
}

func (*Proto2Strings) Descriptor deprecated

func (*Proto2Strings) Descriptor() ([]byte, []int)

Deprecated: Use Proto2Strings.ProtoReflect.Descriptor instead.

func (*Proto2Strings) GetO

func (x *Proto2Strings) GetO() isProto2Strings_O

func (*Proto2Strings) GetS1

func (x *Proto2Strings) GetS1() string

func (*Proto2Strings) GetS2

func (x *Proto2Strings) GetS2() []string

func (*Proto2Strings) GetS3

func (x *Proto2Strings) GetS3() map[string]string

func (*Proto2Strings) GetS4

func (x *Proto2Strings) GetS4() string

func (*Proto2Strings) GetZ

func (x *Proto2Strings) GetZ() int32

func (*Proto2Strings) ProtoMessage

func (*Proto2Strings) ProtoMessage()

func (*Proto2Strings) ProtoReflect

func (x *Proto2Strings) ProtoReflect() protoreflect.Message

func (*Proto2Strings) Reset

func (x *Proto2Strings) Reset()

func (*Proto2Strings) String

func (x *Proto2Strings) String() string

type Proto2Strings_S4

type Proto2Strings_S4 struct {
	S4 string `protobuf:"bytes,4,opt,name=s4,oneof"`
}

type Proto2Strings_Z

type Proto2Strings_Z struct {
	Z int32 `protobuf:"varint,5,opt,name=z,oneof"`
}

type Repeated

type Repeated struct {
	R1 []int32  `protobuf:"varint,1,rep,packed,name=r1,proto3" json:"r1,omitempty"`
	R2 []int64  `protobuf:"varint,2,rep,packed,name=r2,proto3" json:"r2,omitempty"`
	R3 []int32  `protobuf:"zigzag32,3,rep,packed,name=r3,proto3" json:"r3,omitempty"`
	R4 []int64  `protobuf:"zigzag64,4,rep,packed,name=r4,proto3" json:"r4,omitempty"`
	R5 []uint32 `protobuf:"fixed32,5,rep,packed,name=r5,proto3" json:"r5,omitempty"`
	R6 []uint64 `protobuf:"fixed64,6,rep,packed,name=r6,proto3" json:"r6,omitempty"`
	R7 []string `protobuf:"bytes,7,rep,name=r7,proto3" json:"r7,omitempty"`
	R8 [][]byte `protobuf:"bytes,8,rep,name=r8,proto3" json:"r8,omitempty"`
	// contains filtered or unexported fields
}

func (*Repeated) CloneMessageVT

func (m *Repeated) CloneMessageVT() proto.Message

func (*Repeated) CloneVT

func (m *Repeated) CloneVT() *Repeated

func (*Repeated) Descriptor deprecated

func (*Repeated) Descriptor() ([]byte, []int)

Deprecated: Use Repeated.ProtoReflect.Descriptor instead.

func (*Repeated) EqualMessageVT

func (this *Repeated) EqualMessageVT(thatMsg proto.Message) bool

func (*Repeated) EqualVT

func (this *Repeated) EqualVT(that *Repeated) bool

func (*Repeated) GetR1

func (x *Repeated) GetR1() []int32

func (*Repeated) GetR2

func (x *Repeated) GetR2() []int64

func (*Repeated) GetR3

func (x *Repeated) GetR3() []int32

func (*Repeated) GetR4

func (x *Repeated) GetR4() []int64

func (*Repeated) GetR5

func (x *Repeated) GetR5() []uint32

func (*Repeated) GetR6

func (x *Repeated) GetR6() []uint64

func (*Repeated) GetR7

func (x *Repeated) GetR7() []string

func (*Repeated) GetR8

func (x *Repeated) GetR8() [][]byte

func (*Repeated) MarshalToSizedBufferVT

func (m *Repeated) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Repeated) MarshalToSizedBufferVTStrict

func (m *Repeated) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Repeated) MarshalToVT

func (m *Repeated) MarshalToVT(dAtA []byte) (int, error)

func (*Repeated) MarshalToVTStrict

func (m *Repeated) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Repeated) MarshalVT

func (m *Repeated) MarshalVT() (dAtA []byte, err error)

func (*Repeated) MarshalVTStrict

func (m *Repeated) MarshalVTStrict() (dAtA []byte, err error)

func (*Repeated) ProtoMessage

func (*Repeated) ProtoMessage()

func (*Repeated) ProtoReflect

func (x *Repeated) ProtoReflect() protoreflect.Message

func (*Repeated) Reset

func (x *Repeated) Reset()

func (*Repeated) SizeVT

func (m *Repeated) SizeVT() (n int)

func (*Repeated) String

func (x *Repeated) String() string

func (*Repeated) UnmarshalVT

func (m *Repeated) UnmarshalVT(dAtA []byte) error

func (*Repeated) UnmarshalVTUnsafe

func (m *Repeated) UnmarshalVTUnsafe(dAtA []byte) error

type Required

type Required struct {

	// buf:lint:ignore FIELD_NOT_REQUIRED
	X *int32    `protobuf:"varint,1,req,name=x" json:"x,omitempty"`
	Y *Required `protobuf:"bytes,2,opt,name=y" json:"y,omitempty"`
	// buf:lint:ignore FIELD_NOT_REQUIRED
	Z *Required_Empty `protobuf:"bytes,3,req,name=z" json:"z,omitempty"`
	// contains filtered or unexported fields
}

func (*Required) Descriptor deprecated

func (*Required) Descriptor() ([]byte, []int)

Deprecated: Use Required.ProtoReflect.Descriptor instead.

func (*Required) GetX

func (x *Required) GetX() int32

func (*Required) GetY

func (x *Required) GetY() *Required

func (*Required) GetZ

func (x *Required) GetZ() *Required_Empty

func (*Required) ProtoMessage

func (*Required) ProtoMessage()

func (*Required) ProtoReflect

func (x *Required) ProtoReflect() protoreflect.Message

func (*Required) Reset

func (x *Required) Reset()

func (*Required) String

func (x *Required) String() string

type Required_Empty

type Required_Empty struct {
	// contains filtered or unexported fields
}

func (*Required_Empty) Descriptor deprecated

func (*Required_Empty) Descriptor() ([]byte, []int)

Deprecated: Use Required_Empty.ProtoReflect.Descriptor instead.

func (*Required_Empty) ProtoMessage

func (*Required_Empty) ProtoMessage()

func (*Required_Empty) ProtoReflect

func (x *Required_Empty) ProtoReflect() protoreflect.Message

func (*Required_Empty) Reset

func (x *Required_Empty) Reset()

func (*Required_Empty) String

func (x *Required_Empty) String() string

type Scalars

type Scalars struct {
	A1  int32    `protobuf:"varint,1,opt,name=a1,proto3" json:"a1,omitempty"`
	A2  int64    `protobuf:"varint,2,opt,name=a2,proto3" json:"a2,omitempty"`
	A3  uint32   `protobuf:"varint,3,opt,name=a3,proto3" json:"a3,omitempty"`
	A4  uint64   `protobuf:"varint,4,opt,name=a4,proto3" json:"a4,omitempty"`
	A5  int32    `protobuf:"zigzag32,5,opt,name=a5,proto3" json:"a5,omitempty"`
	A6  int64    `protobuf:"zigzag64,6,opt,name=a6,proto3" json:"a6,omitempty"`
	A7  uint32   `protobuf:"fixed32,7,opt,name=a7,proto3" json:"a7,omitempty"`
	A8  uint64   `protobuf:"fixed64,8,opt,name=a8,proto3" json:"a8,omitempty"`
	A9  int32    `protobuf:"fixed32,9,opt,name=a9,proto3" json:"a9,omitempty"`
	A10 int64    `protobuf:"fixed64,10,opt,name=a10,proto3" json:"a10,omitempty"`
	A11 float32  `protobuf:"fixed32,11,opt,name=a11,proto3" json:"a11,omitempty"`
	A12 float64  `protobuf:"fixed64,12,opt,name=a12,proto3" json:"a12,omitempty"`
	A13 bool     `protobuf:"varint,13,opt,name=a13,proto3" json:"a13,omitempty"`
	A14 string   `protobuf:"bytes,14,opt,name=a14,proto3" json:"a14,omitempty"`
	A15 []byte   `protobuf:"bytes,15,opt,name=a15,proto3" json:"a15,omitempty"`
	B1  *int32   `protobuf:"varint,21,opt,name=b1,proto3,oneof" json:"b1,omitempty"`
	B2  *int64   `protobuf:"varint,22,opt,name=b2,proto3,oneof" json:"b2,omitempty"`
	B3  *uint32  `protobuf:"varint,23,opt,name=b3,proto3,oneof" json:"b3,omitempty"`
	B4  *uint64  `protobuf:"varint,24,opt,name=b4,proto3,oneof" json:"b4,omitempty"`
	B5  *int32   `protobuf:"zigzag32,25,opt,name=b5,proto3,oneof" json:"b5,omitempty"`
	B6  *int64   `protobuf:"zigzag64,26,opt,name=b6,proto3,oneof" json:"b6,omitempty"`
	B7  *uint32  `protobuf:"fixed32,27,opt,name=b7,proto3,oneof" json:"b7,omitempty"`
	B8  *uint64  `protobuf:"fixed64,28,opt,name=b8,proto3,oneof" json:"b8,omitempty"`
	B9  *int32   `protobuf:"fixed32,29,opt,name=b9,proto3,oneof" json:"b9,omitempty"`
	B10 *int64   `protobuf:"fixed64,30,opt,name=b10,proto3,oneof" json:"b10,omitempty"`
	B11 *float32 `protobuf:"fixed32,31,opt,name=b11,proto3,oneof" json:"b11,omitempty"`
	B12 *float64 `protobuf:"fixed64,32,opt,name=b12,proto3,oneof" json:"b12,omitempty"`
	B13 *bool    `protobuf:"varint,33,opt,name=b13,proto3,oneof" json:"b13,omitempty"`
	B14 *string  `protobuf:"bytes,34,opt,name=b14,proto3,oneof" json:"b14,omitempty"`
	B15 []byte   `protobuf:"bytes,35,opt,name=b15,proto3,oneof" json:"b15,omitempty"`
	// contains filtered or unexported fields
}

func (*Scalars) CloneMessageVT

func (m *Scalars) CloneMessageVT() proto.Message

func (*Scalars) CloneVT

func (m *Scalars) CloneVT() *Scalars

func (*Scalars) Descriptor deprecated

func (*Scalars) Descriptor() ([]byte, []int)

Deprecated: Use Scalars.ProtoReflect.Descriptor instead.

func (*Scalars) EqualMessageVT

func (this *Scalars) EqualMessageVT(thatMsg proto.Message) bool

func (*Scalars) EqualVT

func (this *Scalars) EqualVT(that *Scalars) bool

func (*Scalars) GetA1

func (x *Scalars) GetA1() int32

func (*Scalars) GetA10

func (x *Scalars) GetA10() int64

func (*Scalars) GetA11

func (x *Scalars) GetA11() float32

func (*Scalars) GetA12

func (x *Scalars) GetA12() float64

func (*Scalars) GetA13

func (x *Scalars) GetA13() bool

func (*Scalars) GetA14

func (x *Scalars) GetA14() string

func (*Scalars) GetA15

func (x *Scalars) GetA15() []byte

func (*Scalars) GetA2

func (x *Scalars) GetA2() int64

func (*Scalars) GetA3

func (x *Scalars) GetA3() uint32

func (*Scalars) GetA4

func (x *Scalars) GetA4() uint64

func (*Scalars) GetA5

func (x *Scalars) GetA5() int32

func (*Scalars) GetA6

func (x *Scalars) GetA6() int64

func (*Scalars) GetA7

func (x *Scalars) GetA7() uint32

func (*Scalars) GetA8

func (x *Scalars) GetA8() uint64

func (*Scalars) GetA9

func (x *Scalars) GetA9() int32

func (*Scalars) GetB1

func (x *Scalars) GetB1() int32

func (*Scalars) GetB10

func (x *Scalars) GetB10() int64

func (*Scalars) GetB11

func (x *Scalars) GetB11() float32

func (*Scalars) GetB12

func (x *Scalars) GetB12() float64

func (*Scalars) GetB13

func (x *Scalars) GetB13() bool

func (*Scalars) GetB14

func (x *Scalars) GetB14() string

func (*Scalars) GetB15

func (x *Scalars) GetB15() []byte

func (*Scalars) GetB2

func (x *Scalars) GetB2() int64

func (*Scalars) GetB3

func (x *Scalars) GetB3() uint32

func (*Scalars) GetB4

func (x *Scalars) GetB4() uint64

func (*Scalars) GetB5

func (x *Scalars) GetB5() int32

func (*Scalars) GetB6

func (x *Scalars) GetB6() int64

func (*Scalars) GetB7

func (x *Scalars) GetB7() uint32

func (*Scalars) GetB8

func (x *Scalars) GetB8() uint64

func (*Scalars) GetB9

func (x *Scalars) GetB9() int32

func (*Scalars) MarshalToSizedBufferVT

func (m *Scalars) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Scalars) MarshalToSizedBufferVTStrict

func (m *Scalars) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Scalars) MarshalToVT

func (m *Scalars) MarshalToVT(dAtA []byte) (int, error)

func (*Scalars) MarshalToVTStrict

func (m *Scalars) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Scalars) MarshalVT

func (m *Scalars) MarshalVT() (dAtA []byte, err error)

func (*Scalars) MarshalVTStrict

func (m *Scalars) MarshalVTStrict() (dAtA []byte, err error)

func (*Scalars) ProtoMessage

func (*Scalars) ProtoMessage()

func (*Scalars) ProtoReflect

func (x *Scalars) ProtoReflect() protoreflect.Message

func (*Scalars) Reset

func (x *Scalars) Reset()

func (*Scalars) SizeVT

func (m *Scalars) SizeVT() (n int)

func (*Scalars) String

func (x *Scalars) String() string

func (*Scalars) UnmarshalVT

func (m *Scalars) UnmarshalVT(dAtA []byte) error

func (*Scalars) UnmarshalVTUnsafe

func (m *Scalars) UnmarshalVTUnsafe(dAtA []byte) error

type ServiceDescriptorProto

type ServiceDescriptorProto struct {
	Name    *string                  `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Method  []*MethodDescriptorProto `protobuf:"bytes,2,rep,name=method" json:"method,omitempty"`
	Options *ServiceOptions          `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceDescriptorProto) CloneMessageVT

func (m *ServiceDescriptorProto) CloneMessageVT() proto.Message

func (*ServiceDescriptorProto) CloneVT

func (*ServiceDescriptorProto) Descriptor deprecated

func (*ServiceDescriptorProto) Descriptor() ([]byte, []int)

Deprecated: Use ServiceDescriptorProto.ProtoReflect.Descriptor instead.

func (*ServiceDescriptorProto) EqualMessageVT

func (this *ServiceDescriptorProto) EqualMessageVT(thatMsg proto.Message) bool

func (*ServiceDescriptorProto) EqualVT

func (this *ServiceDescriptorProto) EqualVT(that *ServiceDescriptorProto) bool

func (*ServiceDescriptorProto) GetMethod

func (*ServiceDescriptorProto) GetName

func (x *ServiceDescriptorProto) GetName() string

func (*ServiceDescriptorProto) GetOptions

func (x *ServiceDescriptorProto) GetOptions() *ServiceOptions

func (*ServiceDescriptorProto) MarshalToSizedBufferVT

func (m *ServiceDescriptorProto) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServiceDescriptorProto) MarshalToSizedBufferVTStrict

func (m *ServiceDescriptorProto) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*ServiceDescriptorProto) MarshalToVT

func (m *ServiceDescriptorProto) MarshalToVT(dAtA []byte) (int, error)

func (*ServiceDescriptorProto) MarshalToVTStrict

func (m *ServiceDescriptorProto) MarshalToVTStrict(dAtA []byte) (int, error)

func (*ServiceDescriptorProto) MarshalVT

func (m *ServiceDescriptorProto) MarshalVT() (dAtA []byte, err error)

func (*ServiceDescriptorProto) MarshalVTStrict

func (m *ServiceDescriptorProto) MarshalVTStrict() (dAtA []byte, err error)

func (*ServiceDescriptorProto) ProtoMessage

func (*ServiceDescriptorProto) ProtoMessage()

func (*ServiceDescriptorProto) ProtoReflect

func (x *ServiceDescriptorProto) ProtoReflect() protoreflect.Message

func (*ServiceDescriptorProto) Reset

func (x *ServiceDescriptorProto) Reset()

func (*ServiceDescriptorProto) SizeVT

func (m *ServiceDescriptorProto) SizeVT() (n int)

func (*ServiceDescriptorProto) String

func (x *ServiceDescriptorProto) String() string

func (*ServiceDescriptorProto) UnmarshalVT

func (m *ServiceDescriptorProto) UnmarshalVT(dAtA []byte) error

func (*ServiceDescriptorProto) UnmarshalVTUnsafe

func (m *ServiceDescriptorProto) UnmarshalVTUnsafe(dAtA []byte) error

type ServiceOptions

type ServiceOptions struct {
	Features            *FeatureSet            `protobuf:"bytes,34,opt,name=features" json:"features,omitempty"`
	Deprecated          *bool                  `protobuf:"varint,33,opt,name=deprecated,def=0" json:"deprecated,omitempty"`
	UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceOptions) CloneMessageVT

func (m *ServiceOptions) CloneMessageVT() proto.Message

func (*ServiceOptions) CloneVT

func (m *ServiceOptions) CloneVT() *ServiceOptions

func (*ServiceOptions) Descriptor deprecated

func (*ServiceOptions) Descriptor() ([]byte, []int)

Deprecated: Use ServiceOptions.ProtoReflect.Descriptor instead.

func (*ServiceOptions) EqualMessageVT

func (this *ServiceOptions) EqualMessageVT(thatMsg proto.Message) bool

func (*ServiceOptions) EqualVT

func (this *ServiceOptions) EqualVT(that *ServiceOptions) bool

func (*ServiceOptions) GetDeprecated

func (x *ServiceOptions) GetDeprecated() bool

func (*ServiceOptions) GetFeatures

func (x *ServiceOptions) GetFeatures() *FeatureSet

func (*ServiceOptions) GetUninterpretedOption

func (x *ServiceOptions) GetUninterpretedOption() []*UninterpretedOption

func (*ServiceOptions) MarshalToSizedBufferVT

func (m *ServiceOptions) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ServiceOptions) MarshalToSizedBufferVTStrict

func (m *ServiceOptions) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*ServiceOptions) MarshalToVT

func (m *ServiceOptions) MarshalToVT(dAtA []byte) (int, error)

func (*ServiceOptions) MarshalToVTStrict

func (m *ServiceOptions) MarshalToVTStrict(dAtA []byte) (int, error)

func (*ServiceOptions) MarshalVT

func (m *ServiceOptions) MarshalVT() (dAtA []byte, err error)

func (*ServiceOptions) MarshalVTStrict

func (m *ServiceOptions) MarshalVTStrict() (dAtA []byte, err error)

func (*ServiceOptions) ProtoMessage

func (*ServiceOptions) ProtoMessage()

func (*ServiceOptions) ProtoReflect

func (x *ServiceOptions) ProtoReflect() protoreflect.Message

func (*ServiceOptions) Reset

func (x *ServiceOptions) Reset()

func (*ServiceOptions) SizeVT

func (m *ServiceOptions) SizeVT() (n int)

func (*ServiceOptions) String

func (x *ServiceOptions) String() string

func (*ServiceOptions) UnmarshalVT

func (m *ServiceOptions) UnmarshalVT(dAtA []byte) error

func (*ServiceOptions) UnmarshalVTUnsafe

func (m *ServiceOptions) UnmarshalVTUnsafe(dAtA []byte) error

type SourceCodeInfo

type SourceCodeInfo struct {
	Location []*SourceCodeInfo_Location `protobuf:"bytes,1,rep,name=location" json:"location,omitempty"`
	// contains filtered or unexported fields
}

func (*SourceCodeInfo) CloneMessageVT

func (m *SourceCodeInfo) CloneMessageVT() proto.Message

func (*SourceCodeInfo) CloneVT

func (m *SourceCodeInfo) CloneVT() *SourceCodeInfo

func (*SourceCodeInfo) Descriptor deprecated

func (*SourceCodeInfo) Descriptor() ([]byte, []int)

Deprecated: Use SourceCodeInfo.ProtoReflect.Descriptor instead.

func (*SourceCodeInfo) EqualMessageVT

func (this *SourceCodeInfo) EqualMessageVT(thatMsg proto.Message) bool

func (*SourceCodeInfo) EqualVT

func (this *SourceCodeInfo) EqualVT(that *SourceCodeInfo) bool

func (*SourceCodeInfo) GetLocation

func (x *SourceCodeInfo) GetLocation() []*SourceCodeInfo_Location

func (*SourceCodeInfo) MarshalToSizedBufferVT

func (m *SourceCodeInfo) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SourceCodeInfo) MarshalToSizedBufferVTStrict

func (m *SourceCodeInfo) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*SourceCodeInfo) MarshalToVT

func (m *SourceCodeInfo) MarshalToVT(dAtA []byte) (int, error)

func (*SourceCodeInfo) MarshalToVTStrict

func (m *SourceCodeInfo) MarshalToVTStrict(dAtA []byte) (int, error)

func (*SourceCodeInfo) MarshalVT

func (m *SourceCodeInfo) MarshalVT() (dAtA []byte, err error)

func (*SourceCodeInfo) MarshalVTStrict

func (m *SourceCodeInfo) MarshalVTStrict() (dAtA []byte, err error)

func (*SourceCodeInfo) ProtoMessage

func (*SourceCodeInfo) ProtoMessage()

func (*SourceCodeInfo) ProtoReflect

func (x *SourceCodeInfo) ProtoReflect() protoreflect.Message

func (*SourceCodeInfo) Reset

func (x *SourceCodeInfo) Reset()

func (*SourceCodeInfo) SizeVT

func (m *SourceCodeInfo) SizeVT() (n int)

func (*SourceCodeInfo) String

func (x *SourceCodeInfo) String() string

func (*SourceCodeInfo) UnmarshalVT

func (m *SourceCodeInfo) UnmarshalVT(dAtA []byte) error

func (*SourceCodeInfo) UnmarshalVTUnsafe

func (m *SourceCodeInfo) UnmarshalVTUnsafe(dAtA []byte) error

type SourceCodeInfo_Location

type SourceCodeInfo_Location struct {
	Path                    []int32  `protobuf:"varint,1,rep,packed,name=path" json:"path,omitempty"`
	Span                    []int32  `protobuf:"varint,2,rep,packed,name=span" json:"span,omitempty"`
	LeadingComments         *string  `protobuf:"bytes,3,opt,name=leading_comments,json=leadingComments" json:"leading_comments,omitempty"`
	TrailingComments        *string  `protobuf:"bytes,4,opt,name=trailing_comments,json=trailingComments" json:"trailing_comments,omitempty"`
	LeadingDetachedComments []string `protobuf:"bytes,6,rep,name=leading_detached_comments,json=leadingDetachedComments" json:"leading_detached_comments,omitempty"`
	// contains filtered or unexported fields
}

func (*SourceCodeInfo_Location) CloneMessageVT

func (m *SourceCodeInfo_Location) CloneMessageVT() proto.Message

func (*SourceCodeInfo_Location) CloneVT

func (*SourceCodeInfo_Location) Descriptor deprecated

func (*SourceCodeInfo_Location) Descriptor() ([]byte, []int)

Deprecated: Use SourceCodeInfo_Location.ProtoReflect.Descriptor instead.

func (*SourceCodeInfo_Location) EqualMessageVT

func (this *SourceCodeInfo_Location) EqualMessageVT(thatMsg proto.Message) bool

func (*SourceCodeInfo_Location) EqualVT

func (*SourceCodeInfo_Location) GetLeadingComments

func (x *SourceCodeInfo_Location) GetLeadingComments() string

func (*SourceCodeInfo_Location) GetLeadingDetachedComments

func (x *SourceCodeInfo_Location) GetLeadingDetachedComments() []string

func (*SourceCodeInfo_Location) GetPath

func (x *SourceCodeInfo_Location) GetPath() []int32

func (*SourceCodeInfo_Location) GetSpan

func (x *SourceCodeInfo_Location) GetSpan() []int32

func (*SourceCodeInfo_Location) GetTrailingComments

func (x *SourceCodeInfo_Location) GetTrailingComments() string

func (*SourceCodeInfo_Location) MarshalToSizedBufferVT

func (m *SourceCodeInfo_Location) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SourceCodeInfo_Location) MarshalToSizedBufferVTStrict

func (m *SourceCodeInfo_Location) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*SourceCodeInfo_Location) MarshalToVT

func (m *SourceCodeInfo_Location) MarshalToVT(dAtA []byte) (int, error)

func (*SourceCodeInfo_Location) MarshalToVTStrict

func (m *SourceCodeInfo_Location) MarshalToVTStrict(dAtA []byte) (int, error)

func (*SourceCodeInfo_Location) MarshalVT

func (m *SourceCodeInfo_Location) MarshalVT() (dAtA []byte, err error)

func (*SourceCodeInfo_Location) MarshalVTStrict

func (m *SourceCodeInfo_Location) MarshalVTStrict() (dAtA []byte, err error)

func (*SourceCodeInfo_Location) ProtoMessage

func (*SourceCodeInfo_Location) ProtoMessage()

func (*SourceCodeInfo_Location) ProtoReflect

func (x *SourceCodeInfo_Location) ProtoReflect() protoreflect.Message

func (*SourceCodeInfo_Location) Reset

func (x *SourceCodeInfo_Location) Reset()

func (*SourceCodeInfo_Location) SizeVT

func (m *SourceCodeInfo_Location) SizeVT() (n int)

func (*SourceCodeInfo_Location) String

func (x *SourceCodeInfo_Location) String() string

func (*SourceCodeInfo_Location) UnmarshalVT

func (m *SourceCodeInfo_Location) UnmarshalVT(dAtA []byte) error

func (*SourceCodeInfo_Location) UnmarshalVTUnsafe

func (m *SourceCodeInfo_Location) UnmarshalVTUnsafe(dAtA []byte) error

type UninterpretedOption

type UninterpretedOption struct {
	Name             []*UninterpretedOption_NamePart `protobuf:"bytes,2,rep,name=name" json:"name,omitempty"`
	IdentifierValue  *string                         `protobuf:"bytes,3,opt,name=identifier_value,json=identifierValue" json:"identifier_value,omitempty"`
	PositiveIntValue *uint64                         `protobuf:"varint,4,opt,name=positive_int_value,json=positiveIntValue" json:"positive_int_value,omitempty"`
	NegativeIntValue *int64                          `protobuf:"varint,5,opt,name=negative_int_value,json=negativeIntValue" json:"negative_int_value,omitempty"`
	DoubleValue      *float64                        `protobuf:"fixed64,6,opt,name=double_value,json=doubleValue" json:"double_value,omitempty"`
	StringValue      []byte                          `protobuf:"bytes,7,opt,name=string_value,json=stringValue" json:"string_value,omitempty"`
	AggregateValue   *string                         `protobuf:"bytes,8,opt,name=aggregate_value,json=aggregateValue" json:"aggregate_value,omitempty"`
	// contains filtered or unexported fields
}

func (*UninterpretedOption) CloneMessageVT

func (m *UninterpretedOption) CloneMessageVT() proto.Message

func (*UninterpretedOption) CloneVT

func (*UninterpretedOption) Descriptor deprecated

func (*UninterpretedOption) Descriptor() ([]byte, []int)

Deprecated: Use UninterpretedOption.ProtoReflect.Descriptor instead.

func (*UninterpretedOption) EqualMessageVT

func (this *UninterpretedOption) EqualMessageVT(thatMsg proto.Message) bool

func (*UninterpretedOption) EqualVT

func (this *UninterpretedOption) EqualVT(that *UninterpretedOption) bool

func (*UninterpretedOption) GetAggregateValue

func (x *UninterpretedOption) GetAggregateValue() string

func (*UninterpretedOption) GetDoubleValue

func (x *UninterpretedOption) GetDoubleValue() float64

func (*UninterpretedOption) GetIdentifierValue

func (x *UninterpretedOption) GetIdentifierValue() string

func (*UninterpretedOption) GetName

func (*UninterpretedOption) GetNegativeIntValue

func (x *UninterpretedOption) GetNegativeIntValue() int64

func (*UninterpretedOption) GetPositiveIntValue

func (x *UninterpretedOption) GetPositiveIntValue() uint64

func (*UninterpretedOption) GetStringValue

func (x *UninterpretedOption) GetStringValue() []byte

func (*UninterpretedOption) MarshalToSizedBufferVT

func (m *UninterpretedOption) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UninterpretedOption) MarshalToSizedBufferVTStrict

func (m *UninterpretedOption) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*UninterpretedOption) MarshalToVT

func (m *UninterpretedOption) MarshalToVT(dAtA []byte) (int, error)

func (*UninterpretedOption) MarshalToVTStrict

func (m *UninterpretedOption) MarshalToVTStrict(dAtA []byte) (int, error)

func (*UninterpretedOption) MarshalVT

func (m *UninterpretedOption) MarshalVT() (dAtA []byte, err error)

func (*UninterpretedOption) MarshalVTStrict

func (m *UninterpretedOption) MarshalVTStrict() (dAtA []byte, err error)

func (*UninterpretedOption) ProtoMessage

func (*UninterpretedOption) ProtoMessage()

func (*UninterpretedOption) ProtoReflect

func (x *UninterpretedOption) ProtoReflect() protoreflect.Message

func (*UninterpretedOption) Reset

func (x *UninterpretedOption) Reset()

func (*UninterpretedOption) SizeVT

func (m *UninterpretedOption) SizeVT() (n int)

func (*UninterpretedOption) String

func (x *UninterpretedOption) String() string

func (*UninterpretedOption) UnmarshalVT

func (m *UninterpretedOption) UnmarshalVT(dAtA []byte) error

func (*UninterpretedOption) UnmarshalVTUnsafe

func (m *UninterpretedOption) UnmarshalVTUnsafe(dAtA []byte) error

type UninterpretedOption_NamePart

type UninterpretedOption_NamePart struct {
	NamePart    *string `protobuf:"bytes,1,req,name=name_part,json=namePart" json:"name_part,omitempty"`
	IsExtension *bool   `protobuf:"varint,2,req,name=is_extension,json=isExtension" json:"is_extension,omitempty"`
	// contains filtered or unexported fields
}

func (*UninterpretedOption_NamePart) CloneMessageVT

func (m *UninterpretedOption_NamePart) CloneMessageVT() proto.Message

func (*UninterpretedOption_NamePart) CloneVT

func (*UninterpretedOption_NamePart) Descriptor deprecated

func (*UninterpretedOption_NamePart) Descriptor() ([]byte, []int)

Deprecated: Use UninterpretedOption_NamePart.ProtoReflect.Descriptor instead.

func (*UninterpretedOption_NamePart) EqualMessageVT

func (this *UninterpretedOption_NamePart) EqualMessageVT(thatMsg proto.Message) bool

func (*UninterpretedOption_NamePart) EqualVT

func (*UninterpretedOption_NamePart) GetIsExtension

func (x *UninterpretedOption_NamePart) GetIsExtension() bool

func (*UninterpretedOption_NamePart) GetNamePart

func (x *UninterpretedOption_NamePart) GetNamePart() string

func (*UninterpretedOption_NamePart) MarshalToSizedBufferVT

func (m *UninterpretedOption_NamePart) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UninterpretedOption_NamePart) MarshalToSizedBufferVTStrict

func (m *UninterpretedOption_NamePart) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*UninterpretedOption_NamePart) MarshalToVT

func (m *UninterpretedOption_NamePart) MarshalToVT(dAtA []byte) (int, error)

func (*UninterpretedOption_NamePart) MarshalToVTStrict

func (m *UninterpretedOption_NamePart) MarshalToVTStrict(dAtA []byte) (int, error)

func (*UninterpretedOption_NamePart) MarshalVT

func (m *UninterpretedOption_NamePart) MarshalVT() (dAtA []byte, err error)

func (*UninterpretedOption_NamePart) MarshalVTStrict

func (m *UninterpretedOption_NamePart) MarshalVTStrict() (dAtA []byte, err error)

func (*UninterpretedOption_NamePart) ProtoMessage

func (*UninterpretedOption_NamePart) ProtoMessage()

func (*UninterpretedOption_NamePart) ProtoReflect

func (*UninterpretedOption_NamePart) Reset

func (x *UninterpretedOption_NamePart) Reset()

func (*UninterpretedOption_NamePart) SizeVT

func (m *UninterpretedOption_NamePart) SizeVT() (n int)

func (*UninterpretedOption_NamePart) String

func (*UninterpretedOption_NamePart) UnmarshalVT

func (m *UninterpretedOption_NamePart) UnmarshalVT(dAtA []byte) error

func (*UninterpretedOption_NamePart) UnmarshalVTUnsafe

func (m *UninterpretedOption_NamePart) UnmarshalVTUnsafe(dAtA []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL