testdata_pulsar

package
v0.48.86 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2023 License: Apache-2.0 Imports: 18 Imported by: 1

Documentation

Overview

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

View Source
var (
	Customer2_City_name = map[int32]string{
		0: "Laos",
		1: "LosAngeles",
		2: "PaloAlto",
		3: "Moscow",
		4: "Nairobi",
	}
	Customer2_City_value = map[string]int32{
		"Laos":       0,
		"LosAngeles": 1,
		"PaloAlto":   2,
		"Moscow":     3,
		"Nairobi":    4,
	}
)

Enum value maps for Customer2_City.

View Source
var File_query_proto protoreflect.FileDescriptor
View Source
var File_testdata_proto protoreflect.FileDescriptor
View Source
var File_unknonwnproto_proto protoreflect.FileDescriptor
View Source
var Msg_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "testdata.Msg",
	HandlerType: (*MsgServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateDog",
			Handler:    _Msg_CreateDog_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "tx.proto",
}

Msg_ServiceDesc is the grpc.ServiceDesc for Msg service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var Query_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "testdata.Query",
	HandlerType: (*QueryServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Echo",
			Handler:    _Query_Echo_Handler,
		},
		{
			MethodName: "SayHello",
			Handler:    _Query_SayHello_Handler,
		},
		{
			MethodName: "TestAny",
			Handler:    _Query_TestAny_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "query.proto",
}

Query_ServiceDesc is the grpc.ServiceDesc for Query service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterMsgServer

func RegisterMsgServer(s grpc.ServiceRegistrar, srv MsgServer)

func RegisterQueryServer

func RegisterQueryServer(s grpc.ServiceRegistrar, srv QueryServer)

Types

type AnyWithExtra

type AnyWithExtra struct {
	A *anypb.Any `protobuf:"bytes,1,opt,name=a,proto3" json:"a,omitempty"`
	B int64      `protobuf:"varint,3,opt,name=b,proto3" json:"b,omitempty"`
	C int64      `protobuf:"varint,4,opt,name=c,proto3" json:"c,omitempty"`
	// contains filtered or unexported fields
}

func (*AnyWithExtra) Descriptor deprecated

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

Deprecated: Use AnyWithExtra.ProtoReflect.Descriptor instead.

func (*AnyWithExtra) GetA

func (x *AnyWithExtra) GetA() *anypb.Any

func (*AnyWithExtra) GetB

func (x *AnyWithExtra) GetB() int64

func (*AnyWithExtra) GetC

func (x *AnyWithExtra) GetC() int64

func (*AnyWithExtra) ProtoMessage

func (*AnyWithExtra) ProtoMessage()

func (*AnyWithExtra) ProtoReflect

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

func (*AnyWithExtra) Reset

func (x *AnyWithExtra) Reset()

func (*AnyWithExtra) String

func (x *AnyWithExtra) String() string

type BadMultiSignature

type BadMultiSignature struct {
	Signatures     [][]byte `protobuf:"bytes,1,rep,name=signatures,proto3" json:"signatures,omitempty"`
	MaliciousField []byte   `protobuf:"bytes,5,opt,name=malicious_field,json=maliciousField,proto3" json:"malicious_field,omitempty"`
	// contains filtered or unexported fields
}

bad MultiSignature with extra fields

func (*BadMultiSignature) Descriptor deprecated

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

Deprecated: Use BadMultiSignature.ProtoReflect.Descriptor instead.

func (*BadMultiSignature) GetMaliciousField

func (x *BadMultiSignature) GetMaliciousField() []byte

func (*BadMultiSignature) GetSignatures

func (x *BadMultiSignature) GetSignatures() [][]byte

func (*BadMultiSignature) ProtoMessage

func (*BadMultiSignature) ProtoMessage()

func (*BadMultiSignature) ProtoReflect

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

func (*BadMultiSignature) Reset

func (x *BadMultiSignature) Reset()

func (*BadMultiSignature) String

func (x *BadMultiSignature) String() string

type Bird

type Bird struct {
	Species string `protobuf:"bytes,1,opt,name=species,proto3" json:"species,omitempty"`
	Color   int32  `protobuf:"varint,2,opt,name=color,proto3" json:"color,omitempty"`
	// contains filtered or unexported fields
}

func (*Bird) Descriptor deprecated

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

Deprecated: Use Bird.ProtoReflect.Descriptor instead.

func (*Bird) GetColor

func (x *Bird) GetColor() int32

func (*Bird) GetSpecies

func (x *Bird) GetSpecies() string

func (*Bird) ProtoMessage

func (*Bird) ProtoMessage()

func (*Bird) ProtoReflect

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

func (*Bird) Reset

func (x *Bird) Reset()

func (*Bird) String

func (x *Bird) String() string

type Cat

type Cat struct {
	Moniker string `protobuf:"bytes,1,opt,name=moniker,proto3" json:"moniker,omitempty"`
	Lives   int32  `protobuf:"varint,2,opt,name=lives,proto3" json:"lives,omitempty"`
	// contains filtered or unexported fields
}

func (*Cat) Descriptor deprecated

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

Deprecated: Use Cat.ProtoReflect.Descriptor instead.

func (*Cat) GetLives

func (x *Cat) GetLives() int32

func (*Cat) GetMoniker

func (x *Cat) GetMoniker() string

func (*Cat) ProtoMessage

func (*Cat) ProtoMessage()

func (*Cat) ProtoReflect

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

func (*Cat) Reset

func (x *Cat) Reset()

func (*Cat) String

func (x *Cat) String() string

type Customer1

type Customer1 struct {
	Id              int32   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name            string  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	SubscriptionFee float32 `protobuf:"fixed32,3,opt,name=subscription_fee,json=subscriptionFee,proto3" json:"subscription_fee,omitempty"`
	Payment         string  `protobuf:"bytes,7,opt,name=payment,proto3" json:"payment,omitempty"`
	// contains filtered or unexported fields
}

func (*Customer1) Descriptor deprecated

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

Deprecated: Use Customer1.ProtoReflect.Descriptor instead.

func (*Customer1) GetId

func (x *Customer1) GetId() int32

func (*Customer1) GetName

func (x *Customer1) GetName() string

func (*Customer1) GetPayment

func (x *Customer1) GetPayment() string

func (*Customer1) GetSubscriptionFee

func (x *Customer1) GetSubscriptionFee() float32

func (*Customer1) ProtoMessage

func (*Customer1) ProtoMessage()

func (*Customer1) ProtoReflect

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

func (*Customer1) Reset

func (x *Customer1) Reset()

func (*Customer1) String

func (x *Customer1) String() string

type Customer2

type Customer2 struct {
	Id            int32          `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Industry      int32          `protobuf:"varint,2,opt,name=industry,proto3" json:"industry,omitempty"`
	Name          string         `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Fewer         float32        `protobuf:"fixed32,4,opt,name=fewer,proto3" json:"fewer,omitempty"`
	Reserved      int64          `protobuf:"varint,1047,opt,name=reserved,proto3" json:"reserved,omitempty"`
	City          Customer2_City `protobuf:"varint,6,opt,name=city,proto3,enum=testdata.Customer2_City" json:"city,omitempty"`
	Miscellaneous *anypb.Any     `protobuf:"bytes,10,opt,name=miscellaneous,proto3" json:"miscellaneous,omitempty"`
	// contains filtered or unexported fields
}

func (*Customer2) Descriptor deprecated

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

Deprecated: Use Customer2.ProtoReflect.Descriptor instead.

func (*Customer2) GetCity

func (x *Customer2) GetCity() Customer2_City

func (*Customer2) GetFewer

func (x *Customer2) GetFewer() float32

func (*Customer2) GetId

func (x *Customer2) GetId() int32

func (*Customer2) GetIndustry

func (x *Customer2) GetIndustry() int32

func (*Customer2) GetMiscellaneous

func (x *Customer2) GetMiscellaneous() *anypb.Any

func (*Customer2) GetName

func (x *Customer2) GetName() string

func (*Customer2) GetReserved

func (x *Customer2) GetReserved() int64

func (*Customer2) ProtoMessage

func (*Customer2) ProtoMessage()

func (*Customer2) ProtoReflect

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

func (*Customer2) Reset

func (x *Customer2) Reset()

func (*Customer2) String

func (x *Customer2) String() string

type Customer2_City

type Customer2_City int32
const (
	Customer2_Laos       Customer2_City = 0
	Customer2_LosAngeles Customer2_City = 1
	Customer2_PaloAlto   Customer2_City = 2
	Customer2_Moscow     Customer2_City = 3
	Customer2_Nairobi    Customer2_City = 4
)

func (Customer2_City) Descriptor

func (Customer2_City) Enum

func (x Customer2_City) Enum() *Customer2_City

func (Customer2_City) EnumDescriptor deprecated

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

Deprecated: Use Customer2_City.Descriptor instead.

func (Customer2_City) Number

func (Customer2_City) String

func (x Customer2_City) String() string

func (Customer2_City) Type

type Customer3

type Customer3 struct {
	Id          int32   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name        string  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Sf          float32 `protobuf:"fixed32,3,opt,name=sf,proto3" json:"sf,omitempty"`
	Surcharge   float32 `protobuf:"fixed32,4,opt,name=surcharge,proto3" json:"surcharge,omitempty"`
	Destination string  `protobuf:"bytes,5,opt,name=destination,proto3" json:"destination,omitempty"`
	// Types that are assignable to Payment:
	//
	//	*Customer3_CreditCardNo
	//	*Customer3_ChequeNo
	Payment  isCustomer3_Payment `protobuf_oneof:"payment"`
	Original *Customer1          `protobuf:"bytes,9,opt,name=original,proto3" json:"original,omitempty"`
	// contains filtered or unexported fields
}

func (*Customer3) Descriptor deprecated

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

Deprecated: Use Customer3.ProtoReflect.Descriptor instead.

func (*Customer3) GetChequeNo

func (x *Customer3) GetChequeNo() string

func (*Customer3) GetCreditCardNo

func (x *Customer3) GetCreditCardNo() string

func (*Customer3) GetDestination

func (x *Customer3) GetDestination() string

func (*Customer3) GetId

func (x *Customer3) GetId() int32

func (*Customer3) GetName

func (x *Customer3) GetName() string

func (*Customer3) GetOriginal

func (x *Customer3) GetOriginal() *Customer1

func (*Customer3) GetPayment

func (x *Customer3) GetPayment() isCustomer3_Payment

func (*Customer3) GetSf

func (x *Customer3) GetSf() float32

func (*Customer3) GetSurcharge

func (x *Customer3) GetSurcharge() float32

func (*Customer3) ProtoMessage

func (*Customer3) ProtoMessage()

func (*Customer3) ProtoReflect

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

func (*Customer3) Reset

func (x *Customer3) Reset()

func (*Customer3) String

func (x *Customer3) String() string

type Customer3_ChequeNo

type Customer3_ChequeNo struct {
	ChequeNo string `protobuf:"bytes,8,opt,name=cheque_no,json=chequeNo,proto3,oneof"`
}

type Customer3_CreditCardNo

type Customer3_CreditCardNo struct {
	CreditCardNo string `protobuf:"bytes,7,opt,name=credit_card_no,json=creditCardNo,proto3,oneof"`
}

type Dog

type Dog struct {
	Size string `protobuf:"bytes,1,opt,name=size,proto3" json:"size,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Dog) Descriptor deprecated

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

Deprecated: Use Dog.ProtoReflect.Descriptor instead.

func (*Dog) GetName

func (x *Dog) GetName() string

func (*Dog) GetSize

func (x *Dog) GetSize() string

func (*Dog) ProtoMessage

func (*Dog) ProtoMessage()

func (*Dog) ProtoReflect

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

func (*Dog) Reset

func (x *Dog) Reset()

func (*Dog) String

func (x *Dog) String() string

type EchoRequest

type EchoRequest struct {
	Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*EchoRequest) Descriptor deprecated

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

Deprecated: Use EchoRequest.ProtoReflect.Descriptor instead.

func (*EchoRequest) GetMessage

func (x *EchoRequest) GetMessage() string

func (*EchoRequest) ProtoMessage

func (*EchoRequest) ProtoMessage()

func (*EchoRequest) ProtoReflect

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

func (*EchoRequest) Reset

func (x *EchoRequest) Reset()

func (*EchoRequest) String

func (x *EchoRequest) String() string

type EchoResponse

type EchoResponse struct {
	Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*EchoResponse) Descriptor deprecated

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

Deprecated: Use EchoResponse.ProtoReflect.Descriptor instead.

func (*EchoResponse) GetMessage

func (x *EchoResponse) GetMessage() string

func (*EchoResponse) ProtoMessage

func (*EchoResponse) ProtoMessage()

func (*EchoResponse) ProtoReflect

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

func (*EchoResponse) Reset

func (x *EchoResponse) Reset()

func (*EchoResponse) String

func (x *EchoResponse) String() string

type HasAnimal

type HasAnimal struct {
	Animal *anypb.Any `protobuf:"bytes,1,opt,name=animal,proto3" json:"animal,omitempty"`
	X      int64      `protobuf:"varint,2,opt,name=x,proto3" json:"x,omitempty"`
	// contains filtered or unexported fields
}

func (*HasAnimal) Descriptor deprecated

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

Deprecated: Use HasAnimal.ProtoReflect.Descriptor instead.

func (*HasAnimal) GetAnimal

func (x *HasAnimal) GetAnimal() *anypb.Any

func (*HasAnimal) GetX

func (x *HasAnimal) GetX() int64

func (*HasAnimal) ProtoMessage

func (*HasAnimal) ProtoMessage()

func (*HasAnimal) ProtoReflect

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

func (*HasAnimal) Reset

func (x *HasAnimal) Reset()

func (*HasAnimal) String

func (x *HasAnimal) String() string

type HasHasAnimal

type HasHasAnimal struct {
	HasAnimal *anypb.Any `protobuf:"bytes,1,opt,name=has_animal,json=hasAnimal,proto3" json:"has_animal,omitempty"`
	// contains filtered or unexported fields
}

func (*HasHasAnimal) Descriptor deprecated

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

Deprecated: Use HasHasAnimal.ProtoReflect.Descriptor instead.

func (*HasHasAnimal) GetHasAnimal

func (x *HasHasAnimal) GetHasAnimal() *anypb.Any

func (*HasHasAnimal) ProtoMessage

func (*HasHasAnimal) ProtoMessage()

func (*HasHasAnimal) ProtoReflect

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

func (*HasHasAnimal) Reset

func (x *HasHasAnimal) Reset()

func (*HasHasAnimal) String

func (x *HasHasAnimal) String() string

type HasHasHasAnimal

type HasHasHasAnimal struct {
	HasHasAnimal *anypb.Any `protobuf:"bytes,1,opt,name=has_has_animal,json=hasHasAnimal,proto3" json:"has_has_animal,omitempty"`
	// contains filtered or unexported fields
}

func (*HasHasHasAnimal) Descriptor deprecated

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

Deprecated: Use HasHasHasAnimal.ProtoReflect.Descriptor instead.

func (*HasHasHasAnimal) GetHasHasAnimal

func (x *HasHasHasAnimal) GetHasHasAnimal() *anypb.Any

func (*HasHasHasAnimal) ProtoMessage

func (*HasHasHasAnimal) ProtoMessage()

func (*HasHasHasAnimal) ProtoReflect

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

func (*HasHasHasAnimal) Reset

func (x *HasHasHasAnimal) Reset()

func (*HasHasHasAnimal) String

func (x *HasHasHasAnimal) String() string

type MsgClient

type MsgClient interface {
	CreateDog(ctx context.Context, in *MsgCreateDog, opts ...grpc.CallOption) (*MsgCreateDogResponse, error)
}

MsgClient is the client API for Msg service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewMsgClient

func NewMsgClient(cc grpc.ClientConnInterface) MsgClient

type MsgCreateDog

type MsgCreateDog struct {
	Dog *Dog `protobuf:"bytes,1,opt,name=dog,proto3" json:"dog,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgCreateDog) Descriptor deprecated

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

Deprecated: Use MsgCreateDog.ProtoReflect.Descriptor instead.

func (*MsgCreateDog) GetDog

func (x *MsgCreateDog) GetDog() *Dog

func (*MsgCreateDog) ProtoMessage

func (*MsgCreateDog) ProtoMessage()

func (*MsgCreateDog) ProtoReflect

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

func (*MsgCreateDog) Reset

func (x *MsgCreateDog) Reset()

func (*MsgCreateDog) String

func (x *MsgCreateDog) String() string

type MsgCreateDogResponse

type MsgCreateDogResponse struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgCreateDogResponse) Descriptor deprecated

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

Deprecated: Use MsgCreateDogResponse.ProtoReflect.Descriptor instead.

func (*MsgCreateDogResponse) GetName

func (x *MsgCreateDogResponse) GetName() string

func (*MsgCreateDogResponse) ProtoMessage

func (*MsgCreateDogResponse) ProtoMessage()

func (*MsgCreateDogResponse) ProtoReflect

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

func (*MsgCreateDogResponse) Reset

func (x *MsgCreateDogResponse) Reset()

func (*MsgCreateDogResponse) String

func (x *MsgCreateDogResponse) String() string

type MsgServer

type MsgServer interface {
	CreateDog(context.Context, *MsgCreateDog) (*MsgCreateDogResponse, error)
	// contains filtered or unexported methods
}

MsgServer is the server API for Msg service. All implementations must embed UnimplementedMsgServer for forward compatibility

type Nested1A

type Nested1A struct {
	Id     int32     `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Nested *Nested2A `protobuf:"bytes,2,opt,name=nested,proto3" json:"nested,omitempty"`
	// contains filtered or unexported fields
}

func (*Nested1A) Descriptor deprecated

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

Deprecated: Use Nested1A.ProtoReflect.Descriptor instead.

func (*Nested1A) GetId

func (x *Nested1A) GetId() int32

func (*Nested1A) GetNested

func (x *Nested1A) GetNested() *Nested2A

func (*Nested1A) ProtoMessage

func (*Nested1A) ProtoMessage()

func (*Nested1A) ProtoReflect

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

func (*Nested1A) Reset

func (x *Nested1A) Reset()

func (*Nested1A) String

func (x *Nested1A) String() string

type Nested1B

type Nested1B struct {
	Id     int32     `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Nested *Nested2B `protobuf:"bytes,2,opt,name=nested,proto3" json:"nested,omitempty"`
	Age    int32     `protobuf:"varint,3,opt,name=age,proto3" json:"age,omitempty"`
	// contains filtered or unexported fields
}

func (*Nested1B) Descriptor deprecated

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

Deprecated: Use Nested1B.ProtoReflect.Descriptor instead.

func (*Nested1B) GetAge

func (x *Nested1B) GetAge() int32

func (*Nested1B) GetId

func (x *Nested1B) GetId() int32

func (*Nested1B) GetNested

func (x *Nested1B) GetNested() *Nested2B

func (*Nested1B) ProtoMessage

func (*Nested1B) ProtoMessage()

func (*Nested1B) ProtoReflect

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

func (*Nested1B) Reset

func (x *Nested1B) Reset()

func (*Nested1B) String

func (x *Nested1B) String() string

type Nested2A

type Nested2A struct {
	Id     int32     `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name   string    `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Nested *Nested3A `protobuf:"bytes,3,opt,name=nested,proto3" json:"nested,omitempty"`
	// contains filtered or unexported fields
}

func (*Nested2A) Descriptor deprecated

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

Deprecated: Use Nested2A.ProtoReflect.Descriptor instead.

func (*Nested2A) GetId

func (x *Nested2A) GetId() int32

func (*Nested2A) GetName

func (x *Nested2A) GetName() string

func (*Nested2A) GetNested

func (x *Nested2A) GetNested() *Nested3A

func (*Nested2A) ProtoMessage

func (*Nested2A) ProtoMessage()

func (*Nested2A) ProtoReflect

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

func (*Nested2A) Reset

func (x *Nested2A) Reset()

func (*Nested2A) String

func (x *Nested2A) String() string

type Nested2B

type Nested2B struct {
	Id     int32     `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Fee    float64   `protobuf:"fixed64,2,opt,name=fee,proto3" json:"fee,omitempty"`
	Nested *Nested3B `protobuf:"bytes,3,opt,name=nested,proto3" json:"nested,omitempty"`
	Route  string    `protobuf:"bytes,4,opt,name=route,proto3" json:"route,omitempty"`
	// contains filtered or unexported fields
}

func (*Nested2B) Descriptor deprecated

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

Deprecated: Use Nested2B.ProtoReflect.Descriptor instead.

func (*Nested2B) GetFee

func (x *Nested2B) GetFee() float64

func (*Nested2B) GetId

func (x *Nested2B) GetId() int32

func (*Nested2B) GetNested

func (x *Nested2B) GetNested() *Nested3B

func (*Nested2B) GetRoute

func (x *Nested2B) GetRoute() string

func (*Nested2B) ProtoMessage

func (*Nested2B) ProtoMessage()

func (*Nested2B) ProtoReflect

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

func (*Nested2B) Reset

func (x *Nested2B) Reset()

func (*Nested2B) String

func (x *Nested2B) String() string

type Nested3A

type Nested3A struct {
	Id    int32               `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name  string              `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	A4    []*Nested4A         `protobuf:"bytes,4,rep,name=a4,proto3" json:"a4,omitempty"`
	Index map[int64]*Nested4A `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Nested3A) Descriptor deprecated

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

Deprecated: Use Nested3A.ProtoReflect.Descriptor instead.

func (*Nested3A) GetA4

func (x *Nested3A) GetA4() []*Nested4A

func (*Nested3A) GetId

func (x *Nested3A) GetId() int32

func (*Nested3A) GetIndex

func (x *Nested3A) GetIndex() map[int64]*Nested4A

func (*Nested3A) GetName

func (x *Nested3A) GetName() string

func (*Nested3A) ProtoMessage

func (*Nested3A) ProtoMessage()

func (*Nested3A) ProtoReflect

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

func (*Nested3A) Reset

func (x *Nested3A) Reset()

func (*Nested3A) String

func (x *Nested3A) String() string

type Nested3B

type Nested3B struct {
	Id   int32       `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Age  int32       `protobuf:"varint,2,opt,name=age,proto3" json:"age,omitempty"`
	Name string      `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	B4   []*Nested4B `protobuf:"bytes,4,rep,name=b4,proto3" json:"b4,omitempty"`
	// contains filtered or unexported fields
}

func (*Nested3B) Descriptor deprecated

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

Deprecated: Use Nested3B.ProtoReflect.Descriptor instead.

func (*Nested3B) GetAge

func (x *Nested3B) GetAge() int32

func (*Nested3B) GetB4

func (x *Nested3B) GetB4() []*Nested4B

func (*Nested3B) GetId

func (x *Nested3B) GetId() int32

func (*Nested3B) GetName

func (x *Nested3B) GetName() string

func (*Nested3B) ProtoMessage

func (*Nested3B) ProtoMessage()

func (*Nested3B) ProtoReflect

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

func (*Nested3B) Reset

func (x *Nested3B) Reset()

func (*Nested3B) String

func (x *Nested3B) String() string

type Nested4A

type Nested4A struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Nested4A) Descriptor deprecated

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

Deprecated: Use Nested4A.ProtoReflect.Descriptor instead.

func (*Nested4A) GetId

func (x *Nested4A) GetId() int32

func (*Nested4A) GetName

func (x *Nested4A) GetName() string

func (*Nested4A) ProtoMessage

func (*Nested4A) ProtoMessage()

func (*Nested4A) ProtoReflect

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

func (*Nested4A) Reset

func (x *Nested4A) Reset()

func (*Nested4A) String

func (x *Nested4A) String() string

type Nested4B

type Nested4B struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Age  int32  `protobuf:"varint,2,opt,name=age,proto3" json:"age,omitempty"`
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Nested4B) Descriptor deprecated

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

Deprecated: Use Nested4B.ProtoReflect.Descriptor instead.

func (*Nested4B) GetAge

func (x *Nested4B) GetAge() int32

func (*Nested4B) GetId

func (x *Nested4B) GetId() int32

func (*Nested4B) GetName

func (x *Nested4B) GetName() string

func (*Nested4B) ProtoMessage

func (*Nested4B) ProtoMessage()

func (*Nested4B) ProtoReflect

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

func (*Nested4B) Reset

func (x *Nested4B) Reset()

func (*Nested4B) String

func (x *Nested4B) String() string

type QueryClient

type QueryClient interface {
	Echo(ctx context.Context, in *EchoRequest, opts ...grpc.CallOption) (*EchoResponse, error)
	SayHello(ctx context.Context, in *SayHelloRequest, opts ...grpc.CallOption) (*SayHelloResponse, error)
	TestAny(ctx context.Context, in *TestAnyRequest, opts ...grpc.CallOption) (*TestAnyResponse, error)
}

QueryClient is the client API for Query service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewQueryClient

func NewQueryClient(cc grpc.ClientConnInterface) QueryClient

type QueryImpl

type QueryImpl struct {
	UnimplementedQueryServer
}

func (QueryImpl) Echo

func (q QueryImpl) Echo(_ context.Context, request *EchoRequest) (*EchoResponse, error)

func (QueryImpl) SayHello

func (q QueryImpl) SayHello(_ context.Context, request *SayHelloRequest) (*SayHelloResponse, error)

func (QueryImpl) TestAny

func (q QueryImpl) TestAny(_ context.Context, request *TestAnyRequest) (*TestAnyResponse, error)

type QueryServer

type QueryServer interface {
	Echo(context.Context, *EchoRequest) (*EchoResponse, error)
	SayHello(context.Context, *SayHelloRequest) (*SayHelloResponse, error)
	TestAny(context.Context, *TestAnyRequest) (*TestAnyResponse, error)
	// contains filtered or unexported methods
}

QueryServer is the server API for Query service. All implementations must embed UnimplementedQueryServer for forward compatibility

type SayHelloRequest

type SayHelloRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*SayHelloRequest) Descriptor deprecated

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

Deprecated: Use SayHelloRequest.ProtoReflect.Descriptor instead.

func (*SayHelloRequest) GetName

func (x *SayHelloRequest) GetName() string

func (*SayHelloRequest) ProtoMessage

func (*SayHelloRequest) ProtoMessage()

func (*SayHelloRequest) ProtoReflect

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

func (*SayHelloRequest) Reset

func (x *SayHelloRequest) Reset()

func (*SayHelloRequest) String

func (x *SayHelloRequest) String() string

type SayHelloResponse

type SayHelloResponse struct {
	Greeting string `protobuf:"bytes,1,opt,name=greeting,proto3" json:"greeting,omitempty"`
	// contains filtered or unexported fields
}

func (*SayHelloResponse) Descriptor deprecated

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

Deprecated: Use SayHelloResponse.ProtoReflect.Descriptor instead.

func (*SayHelloResponse) GetGreeting

func (x *SayHelloResponse) GetGreeting() string

func (*SayHelloResponse) ProtoMessage

func (*SayHelloResponse) ProtoMessage()

func (*SayHelloResponse) ProtoReflect

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

func (*SayHelloResponse) Reset

func (x *SayHelloResponse) Reset()

func (*SayHelloResponse) String

func (x *SayHelloResponse) String() string

type TableModel

type TableModel struct {
	Id       uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name     string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Number   uint64 `protobuf:"varint,3,opt,name=number,proto3" json:"number,omitempty"`
	Metadata []byte `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*TableModel) Descriptor deprecated

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

Deprecated: Use TableModel.ProtoReflect.Descriptor instead.

func (*TableModel) GetId

func (x *TableModel) GetId() uint64

func (*TableModel) GetMetadata

func (x *TableModel) GetMetadata() []byte

func (*TableModel) GetName

func (x *TableModel) GetName() string

func (*TableModel) GetNumber

func (x *TableModel) GetNumber() uint64

func (*TableModel) ProtoMessage

func (*TableModel) ProtoMessage()

func (*TableModel) ProtoReflect

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

func (*TableModel) Reset

func (x *TableModel) Reset()

func (*TableModel) String

func (x *TableModel) String() string

type TestAnyRequest

type TestAnyRequest struct {
	AnyAnimal *anypb.Any `protobuf:"bytes,1,opt,name=any_animal,json=anyAnimal,proto3" json:"any_animal,omitempty"`
	// contains filtered or unexported fields
}

func (*TestAnyRequest) Descriptor deprecated

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

Deprecated: Use TestAnyRequest.ProtoReflect.Descriptor instead.

func (*TestAnyRequest) GetAnyAnimal

func (x *TestAnyRequest) GetAnyAnimal() *anypb.Any

func (*TestAnyRequest) ProtoMessage

func (*TestAnyRequest) ProtoMessage()

func (*TestAnyRequest) ProtoReflect

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

func (*TestAnyRequest) Reset

func (x *TestAnyRequest) Reset()

func (*TestAnyRequest) String

func (x *TestAnyRequest) String() string

type TestAnyResponse

type TestAnyResponse struct {
	HasAnimal *HasAnimal `protobuf:"bytes,1,opt,name=has_animal,json=hasAnimal,proto3" json:"has_animal,omitempty"`
	// contains filtered or unexported fields
}

func (*TestAnyResponse) Descriptor deprecated

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

Deprecated: Use TestAnyResponse.ProtoReflect.Descriptor instead.

func (*TestAnyResponse) GetHasAnimal

func (x *TestAnyResponse) GetHasAnimal() *HasAnimal

func (*TestAnyResponse) ProtoMessage

func (*TestAnyResponse) ProtoMessage()

func (*TestAnyResponse) ProtoReflect

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

func (*TestAnyResponse) Reset

func (x *TestAnyResponse) Reset()

func (*TestAnyResponse) String

func (x *TestAnyResponse) String() string

type TestMsg

type TestMsg struct {
	Signers []string `protobuf:"bytes,1,rep,name=signers,proto3" json:"signers,omitempty"`
	// contains filtered or unexported fields
}

TestMsg is msg type for testing protobuf message using any, as defined in https://github.com/cosmos/cosmos-sdk/issues/6213.

func (*TestMsg) Descriptor deprecated

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

Deprecated: Use TestMsg.ProtoReflect.Descriptor instead.

func (*TestMsg) GetSigners

func (x *TestMsg) GetSigners() []string

func (*TestMsg) ProtoMessage

func (*TestMsg) ProtoMessage()

func (*TestMsg) ProtoReflect

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

func (*TestMsg) Reset

func (x *TestMsg) Reset()

func (*TestMsg) String

func (x *TestMsg) String() string

type TestRepeatedUints

type TestRepeatedUints struct {
	Nums []uint64 `protobuf:"varint,1,rep,packed,name=nums,proto3" json:"nums,omitempty"`
	// contains filtered or unexported fields
}

func (*TestRepeatedUints) Descriptor deprecated

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

Deprecated: Use TestRepeatedUints.ProtoReflect.Descriptor instead.

func (*TestRepeatedUints) GetNums

func (x *TestRepeatedUints) GetNums() []uint64

func (*TestRepeatedUints) ProtoMessage

func (*TestRepeatedUints) ProtoMessage()

func (*TestRepeatedUints) ProtoReflect

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

func (*TestRepeatedUints) Reset

func (x *TestRepeatedUints) Reset()

func (*TestRepeatedUints) String

func (x *TestRepeatedUints) String() string

type TestUpdatedAuthInfo

type TestUpdatedAuthInfo struct {
	SignerInfos   []*v1beta1.SignerInfo `protobuf:"bytes,1,rep,name=signer_infos,json=signerInfos,proto3" json:"signer_infos,omitempty"`
	Fee           *v1beta1.Fee          `protobuf:"bytes,2,opt,name=fee,proto3" json:"fee,omitempty"`
	NewField_3    []byte                `protobuf:"bytes,3,opt,name=new_field_3,json=newField3,proto3" json:"new_field_3,omitempty"`
	NewField_1024 []byte                `protobuf:"bytes,1024,opt,name=new_field_1024,json=newField1024,proto3" json:"new_field_1024,omitempty"`
	// contains filtered or unexported fields
}

func (*TestUpdatedAuthInfo) Descriptor deprecated

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

Deprecated: Use TestUpdatedAuthInfo.ProtoReflect.Descriptor instead.

func (*TestUpdatedAuthInfo) GetFee

func (x *TestUpdatedAuthInfo) GetFee() *v1beta1.Fee

func (*TestUpdatedAuthInfo) GetNewField_1024

func (x *TestUpdatedAuthInfo) GetNewField_1024() []byte

func (*TestUpdatedAuthInfo) GetNewField_3

func (x *TestUpdatedAuthInfo) GetNewField_3() []byte

func (*TestUpdatedAuthInfo) GetSignerInfos

func (x *TestUpdatedAuthInfo) GetSignerInfos() []*v1beta1.SignerInfo

func (*TestUpdatedAuthInfo) ProtoMessage

func (*TestUpdatedAuthInfo) ProtoMessage()

func (*TestUpdatedAuthInfo) ProtoReflect

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

func (*TestUpdatedAuthInfo) Reset

func (x *TestUpdatedAuthInfo) Reset()

func (*TestUpdatedAuthInfo) String

func (x *TestUpdatedAuthInfo) String() string

type TestUpdatedTxBody

type TestUpdatedTxBody struct {
	Messages                     []*anypb.Any `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	Memo                         string       `protobuf:"bytes,2,opt,name=memo,proto3" json:"memo,omitempty"`
	TimeoutHeight                int64        `protobuf:"varint,3,opt,name=timeout_height,json=timeoutHeight,proto3" json:"timeout_height,omitempty"`
	SomeNewField                 uint64       `protobuf:"varint,4,opt,name=some_new_field,json=someNewField,proto3" json:"some_new_field,omitempty"`
	SomeNewFieldNonCriticalField string       `` /* 156-byte string literal not displayed */
	ExtensionOptions             []*anypb.Any `protobuf:"bytes,1023,rep,name=extension_options,json=extensionOptions,proto3" json:"extension_options,omitempty"`
	NonCriticalExtensionOptions  []*anypb.Any `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TestUpdatedTxBody) Descriptor deprecated

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

Deprecated: Use TestUpdatedTxBody.ProtoReflect.Descriptor instead.

func (*TestUpdatedTxBody) GetExtensionOptions

func (x *TestUpdatedTxBody) GetExtensionOptions() []*anypb.Any

func (*TestUpdatedTxBody) GetMemo

func (x *TestUpdatedTxBody) GetMemo() string

func (*TestUpdatedTxBody) GetMessages

func (x *TestUpdatedTxBody) GetMessages() []*anypb.Any

func (*TestUpdatedTxBody) GetNonCriticalExtensionOptions

func (x *TestUpdatedTxBody) GetNonCriticalExtensionOptions() []*anypb.Any

func (*TestUpdatedTxBody) GetSomeNewField

func (x *TestUpdatedTxBody) GetSomeNewField() uint64

func (*TestUpdatedTxBody) GetSomeNewFieldNonCriticalField

func (x *TestUpdatedTxBody) GetSomeNewFieldNonCriticalField() string

func (*TestUpdatedTxBody) GetTimeoutHeight

func (x *TestUpdatedTxBody) GetTimeoutHeight() int64

func (*TestUpdatedTxBody) ProtoMessage

func (*TestUpdatedTxBody) ProtoMessage()

func (*TestUpdatedTxBody) ProtoReflect

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

func (*TestUpdatedTxBody) Reset

func (x *TestUpdatedTxBody) Reset()

func (*TestUpdatedTxBody) String

func (x *TestUpdatedTxBody) String() string

type TestUpdatedTxRaw

type TestUpdatedTxRaw struct {
	BodyBytes     []byte   `protobuf:"bytes,1,opt,name=body_bytes,json=bodyBytes,proto3" json:"body_bytes,omitempty"`
	AuthInfoBytes []byte   `protobuf:"bytes,2,opt,name=auth_info_bytes,json=authInfoBytes,proto3" json:"auth_info_bytes,omitempty"`
	Signatures    [][]byte `protobuf:"bytes,3,rep,name=signatures,proto3" json:"signatures,omitempty"`
	NewField_5    []byte   `protobuf:"bytes,5,opt,name=new_field_5,json=newField5,proto3" json:"new_field_5,omitempty"`
	NewField_1024 []byte   `protobuf:"bytes,1024,opt,name=new_field_1024,json=newField1024,proto3" json:"new_field_1024,omitempty"`
	// contains filtered or unexported fields
}

func (*TestUpdatedTxRaw) Descriptor deprecated

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

Deprecated: Use TestUpdatedTxRaw.ProtoReflect.Descriptor instead.

func (*TestUpdatedTxRaw) GetAuthInfoBytes

func (x *TestUpdatedTxRaw) GetAuthInfoBytes() []byte

func (*TestUpdatedTxRaw) GetBodyBytes

func (x *TestUpdatedTxRaw) GetBodyBytes() []byte

func (*TestUpdatedTxRaw) GetNewField_1024

func (x *TestUpdatedTxRaw) GetNewField_1024() []byte

func (*TestUpdatedTxRaw) GetNewField_5

func (x *TestUpdatedTxRaw) GetNewField_5() []byte

func (*TestUpdatedTxRaw) GetSignatures

func (x *TestUpdatedTxRaw) GetSignatures() [][]byte

func (*TestUpdatedTxRaw) ProtoMessage

func (*TestUpdatedTxRaw) ProtoMessage()

func (*TestUpdatedTxRaw) ProtoReflect

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

func (*TestUpdatedTxRaw) Reset

func (x *TestUpdatedTxRaw) Reset()

func (*TestUpdatedTxRaw) String

func (x *TestUpdatedTxRaw) String() string

type TestVersion1

type TestVersion1 struct {
	X int64           `protobuf:"varint,1,opt,name=x,proto3" json:"x,omitempty"`
	A *TestVersion1   `protobuf:"bytes,2,opt,name=a,proto3" json:"a,omitempty"`
	B *TestVersion1   `protobuf:"bytes,3,opt,name=b,proto3" json:"b,omitempty"` // [(gogoproto.nullable) = false] generates invalid recursive structs;
	C []*TestVersion1 `protobuf:"bytes,4,rep,name=c,proto3" json:"c,omitempty"`
	D []*TestVersion1 `protobuf:"bytes,5,rep,name=d,proto3" json:"d,omitempty"`
	// Types that are assignable to Sum:
	//
	//	*TestVersion1_E
	//	*TestVersion1_F
	Sum isTestVersion1_Sum `protobuf_oneof:"sum"`
	G   *anypb.Any         `protobuf:"bytes,8,opt,name=g,proto3" json:"g,omitempty"`
	H   []*TestVersion1    `protobuf:"bytes,9,rep,name=h,proto3" json:"h,omitempty"` // [(gogoproto.castrepeated) = "TestVersion1"];
	// google.protobuf.Timestamp i = 10;
	// google.protobuf.Timestamp j = 11; // [(gogoproto.stdtime) = true];
	K *Customer1 `protobuf:"bytes,12,opt,name=k,proto3" json:"k,omitempty"`
	// contains filtered or unexported fields
}

func (*TestVersion1) Descriptor deprecated

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

Deprecated: Use TestVersion1.ProtoReflect.Descriptor instead.

func (*TestVersion1) GetA

func (x *TestVersion1) GetA() *TestVersion1

func (*TestVersion1) GetB

func (x *TestVersion1) GetB() *TestVersion1

func (*TestVersion1) GetC

func (x *TestVersion1) GetC() []*TestVersion1

func (*TestVersion1) GetD

func (x *TestVersion1) GetD() []*TestVersion1

func (*TestVersion1) GetE

func (x *TestVersion1) GetE() int32

func (*TestVersion1) GetF

func (x *TestVersion1) GetF() *TestVersion1

func (*TestVersion1) GetG

func (x *TestVersion1) GetG() *anypb.Any

func (*TestVersion1) GetH

func (x *TestVersion1) GetH() []*TestVersion1

func (*TestVersion1) GetK

func (x *TestVersion1) GetK() *Customer1

func (*TestVersion1) GetSum

func (x *TestVersion1) GetSum() isTestVersion1_Sum

func (*TestVersion1) GetX

func (x *TestVersion1) GetX() int64

func (*TestVersion1) ProtoMessage

func (*TestVersion1) ProtoMessage()

func (*TestVersion1) ProtoReflect

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

func (*TestVersion1) Reset

func (x *TestVersion1) Reset()

func (*TestVersion1) String

func (x *TestVersion1) String() string

type TestVersion1_E

type TestVersion1_E struct {
	E int32 `protobuf:"varint,6,opt,name=e,proto3,oneof"`
}

type TestVersion1_F

type TestVersion1_F struct {
	F *TestVersion1 `protobuf:"bytes,7,opt,name=f,proto3,oneof"`
}

type TestVersion2

type TestVersion2 struct {
	X int64           `protobuf:"varint,1,opt,name=x,proto3" json:"x,omitempty"`
	A *TestVersion2   `protobuf:"bytes,2,opt,name=a,proto3" json:"a,omitempty"`
	B *TestVersion2   `protobuf:"bytes,3,opt,name=b,proto3" json:"b,omitempty"` // [(gogoproto.nullable) = false];
	C []*TestVersion2 `protobuf:"bytes,4,rep,name=c,proto3" json:"c,omitempty"`
	D []*TestVersion2 `protobuf:"bytes,5,rep,name=d,proto3" json:"d,omitempty"` // [(gogoproto.nullable) = false];
	// Types that are assignable to Sum:
	//
	//	*TestVersion2_E
	//	*TestVersion2_F
	Sum isTestVersion2_Sum `protobuf_oneof:"sum"`
	G   *anypb.Any         `protobuf:"bytes,8,opt,name=g,proto3" json:"g,omitempty"`
	H   []*TestVersion1    `protobuf:"bytes,9,rep,name=h,proto3" json:"h,omitempty"` // [(gogoproto.castrepeated) = "TestVersion1"];
	// google.protobuf.Timestamp i = 10;
	// google.protobuf.Timestamp j = 11; // [(gogoproto.stdtime) = true];
	K         *Customer1 `protobuf:"bytes,12,opt,name=k,proto3" json:"k,omitempty"`
	NewField_ uint64     `protobuf:"varint,25,opt,name=new_field,json=newField,proto3" json:"new_field,omitempty"`
	// contains filtered or unexported fields
}

func (*TestVersion2) Descriptor deprecated

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

Deprecated: Use TestVersion2.ProtoReflect.Descriptor instead.

func (*TestVersion2) GetA

func (x *TestVersion2) GetA() *TestVersion2

func (*TestVersion2) GetB

func (x *TestVersion2) GetB() *TestVersion2

func (*TestVersion2) GetC

func (x *TestVersion2) GetC() []*TestVersion2

func (*TestVersion2) GetD

func (x *TestVersion2) GetD() []*TestVersion2

func (*TestVersion2) GetE

func (x *TestVersion2) GetE() int32

func (*TestVersion2) GetF

func (x *TestVersion2) GetF() *TestVersion2

func (*TestVersion2) GetG

func (x *TestVersion2) GetG() *anypb.Any

func (*TestVersion2) GetH

func (x *TestVersion2) GetH() []*TestVersion1

func (*TestVersion2) GetK

func (x *TestVersion2) GetK() *Customer1

func (*TestVersion2) GetNewField_

func (x *TestVersion2) GetNewField_() uint64

func (*TestVersion2) GetSum

func (x *TestVersion2) GetSum() isTestVersion2_Sum

func (*TestVersion2) GetX

func (x *TestVersion2) GetX() int64

func (*TestVersion2) ProtoMessage

func (*TestVersion2) ProtoMessage()

func (*TestVersion2) ProtoReflect

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

func (*TestVersion2) Reset

func (x *TestVersion2) Reset()

func (*TestVersion2) String

func (x *TestVersion2) String() string

type TestVersion2_E

type TestVersion2_E struct {
	E int32 `protobuf:"varint,6,opt,name=e,proto3,oneof"`
}

type TestVersion2_F

type TestVersion2_F struct {
	F *TestVersion2 `protobuf:"bytes,7,opt,name=f,proto3,oneof"`
}

type TestVersion3

type TestVersion3 struct {
	X int64           `protobuf:"varint,1,opt,name=x,proto3" json:"x,omitempty"`
	A *TestVersion3   `protobuf:"bytes,2,opt,name=a,proto3" json:"a,omitempty"`
	B *TestVersion3   `protobuf:"bytes,3,opt,name=b,proto3" json:"b,omitempty"` // [(gogoproto.nullable) = false];
	C []*TestVersion3 `protobuf:"bytes,4,rep,name=c,proto3" json:"c,omitempty"`
	D []*TestVersion3 `protobuf:"bytes,5,rep,name=d,proto3" json:"d,omitempty"` // [(gogoproto.nullable) = false];
	// Types that are assignable to Sum:
	//
	//	*TestVersion3_E
	//	*TestVersion3_F
	Sum isTestVersion3_Sum `protobuf_oneof:"sum"`
	G   *anypb.Any         `protobuf:"bytes,8,opt,name=g,proto3" json:"g,omitempty"`
	H   []*TestVersion1    `protobuf:"bytes,9,rep,name=h,proto3" json:"h,omitempty"` //[(gogoproto.castrepeated) = "TestVersion1"];
	// google.protobuf.Timestamp i = 10;
	// google.protobuf.Timestamp j = 11; // [(gogoproto.stdtime) = true];
	K                *Customer1 `protobuf:"bytes,12,opt,name=k,proto3" json:"k,omitempty"`
	NonCriticalField string     `protobuf:"bytes,1031,opt,name=non_critical_field,json=nonCriticalField,proto3" json:"non_critical_field,omitempty"`
	// contains filtered or unexported fields
}

func (*TestVersion3) Descriptor deprecated

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

Deprecated: Use TestVersion3.ProtoReflect.Descriptor instead.

func (*TestVersion3) GetA

func (x *TestVersion3) GetA() *TestVersion3

func (*TestVersion3) GetB

func (x *TestVersion3) GetB() *TestVersion3

func (*TestVersion3) GetC

func (x *TestVersion3) GetC() []*TestVersion3

func (*TestVersion3) GetD

func (x *TestVersion3) GetD() []*TestVersion3

func (*TestVersion3) GetE

func (x *TestVersion3) GetE() int32

func (*TestVersion3) GetF

func (x *TestVersion3) GetF() *TestVersion3

func (*TestVersion3) GetG

func (x *TestVersion3) GetG() *anypb.Any

func (*TestVersion3) GetH

func (x *TestVersion3) GetH() []*TestVersion1

func (*TestVersion3) GetK

func (x *TestVersion3) GetK() *Customer1

func (*TestVersion3) GetNonCriticalField

func (x *TestVersion3) GetNonCriticalField() string

func (*TestVersion3) GetSum

func (x *TestVersion3) GetSum() isTestVersion3_Sum

func (*TestVersion3) GetX

func (x *TestVersion3) GetX() int64

func (*TestVersion3) ProtoMessage

func (*TestVersion3) ProtoMessage()

func (*TestVersion3) ProtoReflect

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

func (*TestVersion3) Reset

func (x *TestVersion3) Reset()

func (*TestVersion3) String

func (x *TestVersion3) String() string

type TestVersion3LoneNesting

type TestVersion3LoneNesting struct {
	X int64           `protobuf:"varint,1,opt,name=x,proto3" json:"x,omitempty"`
	A *TestVersion3   `protobuf:"bytes,2,opt,name=a,proto3" json:"a,omitempty"`
	B *TestVersion3   `protobuf:"bytes,3,opt,name=b,proto3" json:"b,omitempty"` // [(gogoproto.nullable) = false];
	C []*TestVersion3 `protobuf:"bytes,4,rep,name=c,proto3" json:"c,omitempty"`
	D []*TestVersion3 `protobuf:"bytes,5,rep,name=d,proto3" json:"d,omitempty"` // [(gogoproto.nullable) = false];
	// Types that are assignable to Sum:
	//
	//	*TestVersion3LoneNesting_F
	Sum isTestVersion3LoneNesting_Sum `protobuf_oneof:"sum"`
	G   *anypb.Any                    `protobuf:"bytes,8,opt,name=g,proto3" json:"g,omitempty"`
	H   []*TestVersion1               `protobuf:"bytes,9,rep,name=h,proto3" json:"h,omitempty"` //[(gogoproto.castrepeated) = "TestVersion1"];
	// google.protobuf.Timestamp i = 10;
	// google.protobuf.Timestamp j = 11; // [(gogoproto.stdtime) = true];
	K                *Customer1                      `protobuf:"bytes,12,opt,name=k,proto3" json:"k,omitempty"`
	NonCriticalField string                          `protobuf:"bytes,1031,opt,name=non_critical_field,json=nonCriticalField,proto3" json:"non_critical_field,omitempty"`
	Inner1           *TestVersion3LoneNesting_Inner1 `protobuf:"bytes,14,opt,name=inner1,proto3" json:"inner1,omitempty"`
	Inner2           *TestVersion3LoneNesting_Inner2 `protobuf:"bytes,15,opt,name=inner2,proto3" json:"inner2,omitempty"`
	// contains filtered or unexported fields
}

func (*TestVersion3LoneNesting) Descriptor deprecated

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

Deprecated: Use TestVersion3LoneNesting.ProtoReflect.Descriptor instead.

func (*TestVersion3LoneNesting) GetA

func (*TestVersion3LoneNesting) GetB

func (*TestVersion3LoneNesting) GetC

func (*TestVersion3LoneNesting) GetD

func (*TestVersion3LoneNesting) GetF

func (*TestVersion3LoneNesting) GetG

func (x *TestVersion3LoneNesting) GetG() *anypb.Any

func (*TestVersion3LoneNesting) GetH

func (*TestVersion3LoneNesting) GetInner1

func (*TestVersion3LoneNesting) GetInner2

func (*TestVersion3LoneNesting) GetK

func (*TestVersion3LoneNesting) GetNonCriticalField

func (x *TestVersion3LoneNesting) GetNonCriticalField() string

func (*TestVersion3LoneNesting) GetSum

func (x *TestVersion3LoneNesting) GetSum() isTestVersion3LoneNesting_Sum

func (*TestVersion3LoneNesting) GetX

func (x *TestVersion3LoneNesting) GetX() int64

func (*TestVersion3LoneNesting) ProtoMessage

func (*TestVersion3LoneNesting) ProtoMessage()

func (*TestVersion3LoneNesting) ProtoReflect

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

func (*TestVersion3LoneNesting) Reset

func (x *TestVersion3LoneNesting) Reset()

func (*TestVersion3LoneNesting) String

func (x *TestVersion3LoneNesting) String() string

type TestVersion3LoneNesting_F

type TestVersion3LoneNesting_F struct {
	F *TestVersion3LoneNesting `protobuf:"bytes,7,opt,name=f,proto3,oneof"`
}

type TestVersion3LoneNesting_Inner1

type TestVersion3LoneNesting_Inner1 struct {
	Id    int64                                      `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name  string                                     `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Inner *TestVersion3LoneNesting_Inner1_InnerInner `protobuf:"bytes,3,opt,name=inner,proto3" json:"inner,omitempty"`
	// contains filtered or unexported fields
}

func (*TestVersion3LoneNesting_Inner1) Descriptor deprecated

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

Deprecated: Use TestVersion3LoneNesting_Inner1.ProtoReflect.Descriptor instead.

func (*TestVersion3LoneNesting_Inner1) GetId

func (*TestVersion3LoneNesting_Inner1) GetInner

func (*TestVersion3LoneNesting_Inner1) GetName

func (*TestVersion3LoneNesting_Inner1) ProtoMessage

func (*TestVersion3LoneNesting_Inner1) ProtoMessage()

func (*TestVersion3LoneNesting_Inner1) ProtoReflect

func (*TestVersion3LoneNesting_Inner1) Reset

func (x *TestVersion3LoneNesting_Inner1) Reset()

func (*TestVersion3LoneNesting_Inner1) String

type TestVersion3LoneNesting_Inner1_InnerInner

type TestVersion3LoneNesting_Inner1_InnerInner struct {
	Id   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	City string `protobuf:"bytes,2,opt,name=city,proto3" json:"city,omitempty"`
	// contains filtered or unexported fields
}

func (*TestVersion3LoneNesting_Inner1_InnerInner) Descriptor deprecated

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

Deprecated: Use TestVersion3LoneNesting_Inner1_InnerInner.ProtoReflect.Descriptor instead.

func (*TestVersion3LoneNesting_Inner1_InnerInner) GetCity

func (*TestVersion3LoneNesting_Inner1_InnerInner) GetId

func (*TestVersion3LoneNesting_Inner1_InnerInner) ProtoMessage

func (*TestVersion3LoneNesting_Inner1_InnerInner) ProtoReflect

func (*TestVersion3LoneNesting_Inner1_InnerInner) Reset

func (*TestVersion3LoneNesting_Inner1_InnerInner) String

type TestVersion3LoneNesting_Inner2

type TestVersion3LoneNesting_Inner2 struct {
	Id      string                                     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Country string                                     `protobuf:"bytes,2,opt,name=country,proto3" json:"country,omitempty"`
	Inner   *TestVersion3LoneNesting_Inner2_InnerInner `protobuf:"bytes,3,opt,name=inner,proto3" json:"inner,omitempty"`
	// contains filtered or unexported fields
}

func (*TestVersion3LoneNesting_Inner2) Descriptor deprecated

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

Deprecated: Use TestVersion3LoneNesting_Inner2.ProtoReflect.Descriptor instead.

func (*TestVersion3LoneNesting_Inner2) GetCountry

func (x *TestVersion3LoneNesting_Inner2) GetCountry() string

func (*TestVersion3LoneNesting_Inner2) GetId

func (*TestVersion3LoneNesting_Inner2) GetInner

func (*TestVersion3LoneNesting_Inner2) ProtoMessage

func (*TestVersion3LoneNesting_Inner2) ProtoMessage()

func (*TestVersion3LoneNesting_Inner2) ProtoReflect

func (*TestVersion3LoneNesting_Inner2) Reset

func (x *TestVersion3LoneNesting_Inner2) Reset()

func (*TestVersion3LoneNesting_Inner2) String

type TestVersion3LoneNesting_Inner2_InnerInner

type TestVersion3LoneNesting_Inner2_InnerInner struct {
	Id   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	City string `protobuf:"bytes,2,opt,name=city,proto3" json:"city,omitempty"`
	// contains filtered or unexported fields
}

func (*TestVersion3LoneNesting_Inner2_InnerInner) Descriptor deprecated

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

Deprecated: Use TestVersion3LoneNesting_Inner2_InnerInner.ProtoReflect.Descriptor instead.

func (*TestVersion3LoneNesting_Inner2_InnerInner) GetCity

func (*TestVersion3LoneNesting_Inner2_InnerInner) GetId

func (*TestVersion3LoneNesting_Inner2_InnerInner) ProtoMessage

func (*TestVersion3LoneNesting_Inner2_InnerInner) ProtoReflect

func (*TestVersion3LoneNesting_Inner2_InnerInner) Reset

func (*TestVersion3LoneNesting_Inner2_InnerInner) String

type TestVersion3LoneOneOfValue

type TestVersion3LoneOneOfValue struct {
	X int64           `protobuf:"varint,1,opt,name=x,proto3" json:"x,omitempty"`
	A *TestVersion3   `protobuf:"bytes,2,opt,name=a,proto3" json:"a,omitempty"`
	B *TestVersion3   `protobuf:"bytes,3,opt,name=b,proto3" json:"b,omitempty"` // [(gogoproto.nullable) = false];
	C []*TestVersion3 `protobuf:"bytes,4,rep,name=c,proto3" json:"c,omitempty"`
	D []*TestVersion3 `protobuf:"bytes,5,rep,name=d,proto3" json:"d,omitempty"` // [(gogoproto.nullable) = false];
	// Types that are assignable to Sum:
	//
	//	*TestVersion3LoneOneOfValue_E
	Sum isTestVersion3LoneOneOfValue_Sum `protobuf_oneof:"sum"`
	G   *anypb.Any                       `protobuf:"bytes,8,opt,name=g,proto3" json:"g,omitempty"`
	H   []*TestVersion1                  `protobuf:"bytes,9,rep,name=h,proto3" json:"h,omitempty"` //[(gogoproto.castrepeated) = "TestVersion1"];
	// google.protobuf.Timestamp i = 10;
	// google.protobuf.Timestamp j = 11; // [(gogoproto.stdtime) = true];
	K                *Customer1 `protobuf:"bytes,12,opt,name=k,proto3" json:"k,omitempty"`
	NonCriticalField string     `protobuf:"bytes,1031,opt,name=non_critical_field,json=nonCriticalField,proto3" json:"non_critical_field,omitempty"`
	// contains filtered or unexported fields
}

func (*TestVersion3LoneOneOfValue) Descriptor deprecated

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

Deprecated: Use TestVersion3LoneOneOfValue.ProtoReflect.Descriptor instead.

func (*TestVersion3LoneOneOfValue) GetA

func (*TestVersion3LoneOneOfValue) GetB

func (*TestVersion3LoneOneOfValue) GetC

func (*TestVersion3LoneOneOfValue) GetD

func (*TestVersion3LoneOneOfValue) GetE

func (*TestVersion3LoneOneOfValue) GetG

func (*TestVersion3LoneOneOfValue) GetH

func (*TestVersion3LoneOneOfValue) GetK

func (*TestVersion3LoneOneOfValue) GetNonCriticalField

func (x *TestVersion3LoneOneOfValue) GetNonCriticalField() string

func (*TestVersion3LoneOneOfValue) GetSum

func (x *TestVersion3LoneOneOfValue) GetSum() isTestVersion3LoneOneOfValue_Sum

func (*TestVersion3LoneOneOfValue) GetX

func (*TestVersion3LoneOneOfValue) ProtoMessage

func (*TestVersion3LoneOneOfValue) ProtoMessage()

func (*TestVersion3LoneOneOfValue) ProtoReflect

func (*TestVersion3LoneOneOfValue) Reset

func (x *TestVersion3LoneOneOfValue) Reset()

func (*TestVersion3LoneOneOfValue) String

func (x *TestVersion3LoneOneOfValue) String() string

type TestVersion3LoneOneOfValue_E

type TestVersion3LoneOneOfValue_E struct {
	E int32 `protobuf:"varint,6,opt,name=e,proto3,oneof"`
}

type TestVersion3_E

type TestVersion3_E struct {
	E int32 `protobuf:"varint,6,opt,name=e,proto3,oneof"`
}

type TestVersion3_F

type TestVersion3_F struct {
	F *TestVersion3 `protobuf:"bytes,7,opt,name=f,proto3,oneof"`
}

type TestVersion4LoneNesting

type TestVersion4LoneNesting struct {
	X int64           `protobuf:"varint,1,opt,name=x,proto3" json:"x,omitempty"`
	A *TestVersion3   `protobuf:"bytes,2,opt,name=a,proto3" json:"a,omitempty"`
	B *TestVersion3   `protobuf:"bytes,3,opt,name=b,proto3" json:"b,omitempty"` // [(gogoproto.nullable) = false];
	C []*TestVersion3 `protobuf:"bytes,4,rep,name=c,proto3" json:"c,omitempty"`
	D []*TestVersion3 `protobuf:"bytes,5,rep,name=d,proto3" json:"d,omitempty"` // [(gogoproto.nullable) = false];
	// Types that are assignable to Sum:
	//
	//	*TestVersion4LoneNesting_F
	Sum isTestVersion4LoneNesting_Sum `protobuf_oneof:"sum"`
	G   *anypb.Any                    `protobuf:"bytes,8,opt,name=g,proto3" json:"g,omitempty"`
	H   []*TestVersion1               `protobuf:"bytes,9,rep,name=h,proto3" json:"h,omitempty"` //[(gogoproto.castrepeated) = "TestVersion1"];
	// google.protobuf.Timestamp i = 10;
	// google.protobuf.Timestamp j = 11; // [(gogoproto.stdtime) = true];
	K                *Customer1                      `protobuf:"bytes,12,opt,name=k,proto3" json:"k,omitempty"`
	NonCriticalField string                          `protobuf:"bytes,1031,opt,name=non_critical_field,json=nonCriticalField,proto3" json:"non_critical_field,omitempty"`
	Inner1           *TestVersion4LoneNesting_Inner1 `protobuf:"bytes,14,opt,name=inner1,proto3" json:"inner1,omitempty"`
	Inner2           *TestVersion4LoneNesting_Inner2 `protobuf:"bytes,15,opt,name=inner2,proto3" json:"inner2,omitempty"`
	// contains filtered or unexported fields
}

func (*TestVersion4LoneNesting) Descriptor deprecated

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

Deprecated: Use TestVersion4LoneNesting.ProtoReflect.Descriptor instead.

func (*TestVersion4LoneNesting) GetA

func (*TestVersion4LoneNesting) GetB

func (*TestVersion4LoneNesting) GetC

func (*TestVersion4LoneNesting) GetD

func (*TestVersion4LoneNesting) GetF

func (*TestVersion4LoneNesting) GetG

func (x *TestVersion4LoneNesting) GetG() *anypb.Any

func (*TestVersion4LoneNesting) GetH

func (*TestVersion4LoneNesting) GetInner1

func (*TestVersion4LoneNesting) GetInner2

func (*TestVersion4LoneNesting) GetK

func (*TestVersion4LoneNesting) GetNonCriticalField

func (x *TestVersion4LoneNesting) GetNonCriticalField() string

func (*TestVersion4LoneNesting) GetSum

func (x *TestVersion4LoneNesting) GetSum() isTestVersion4LoneNesting_Sum

func (*TestVersion4LoneNesting) GetX

func (x *TestVersion4LoneNesting) GetX() int64

func (*TestVersion4LoneNesting) ProtoMessage

func (*TestVersion4LoneNesting) ProtoMessage()

func (*TestVersion4LoneNesting) ProtoReflect

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

func (*TestVersion4LoneNesting) Reset

func (x *TestVersion4LoneNesting) Reset()

func (*TestVersion4LoneNesting) String

func (x *TestVersion4LoneNesting) String() string

type TestVersion4LoneNesting_F

type TestVersion4LoneNesting_F struct {
	F *TestVersion3LoneNesting `protobuf:"bytes,7,opt,name=f,proto3,oneof"`
}

type TestVersion4LoneNesting_Inner1

type TestVersion4LoneNesting_Inner1 struct {
	Id    int64                                      `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name  string                                     `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Inner *TestVersion4LoneNesting_Inner1_InnerInner `protobuf:"bytes,3,opt,name=inner,proto3" json:"inner,omitempty"`
	// contains filtered or unexported fields
}

func (*TestVersion4LoneNesting_Inner1) Descriptor deprecated

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

Deprecated: Use TestVersion4LoneNesting_Inner1.ProtoReflect.Descriptor instead.

func (*TestVersion4LoneNesting_Inner1) GetId

func (*TestVersion4LoneNesting_Inner1) GetInner

func (*TestVersion4LoneNesting_Inner1) GetName

func (*TestVersion4LoneNesting_Inner1) ProtoMessage

func (*TestVersion4LoneNesting_Inner1) ProtoMessage()

func (*TestVersion4LoneNesting_Inner1) ProtoReflect

func (*TestVersion4LoneNesting_Inner1) Reset

func (x *TestVersion4LoneNesting_Inner1) Reset()

func (*TestVersion4LoneNesting_Inner1) String

type TestVersion4LoneNesting_Inner1_InnerInner

type TestVersion4LoneNesting_Inner1_InnerInner struct {
	Id   int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	City string `protobuf:"bytes,2,opt,name=city,proto3" json:"city,omitempty"`
	// contains filtered or unexported fields
}

func (*TestVersion4LoneNesting_Inner1_InnerInner) Descriptor deprecated

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

Deprecated: Use TestVersion4LoneNesting_Inner1_InnerInner.ProtoReflect.Descriptor instead.

func (*TestVersion4LoneNesting_Inner1_InnerInner) GetCity

func (*TestVersion4LoneNesting_Inner1_InnerInner) GetId

func (*TestVersion4LoneNesting_Inner1_InnerInner) ProtoMessage

func (*TestVersion4LoneNesting_Inner1_InnerInner) ProtoReflect

func (*TestVersion4LoneNesting_Inner1_InnerInner) Reset

func (*TestVersion4LoneNesting_Inner1_InnerInner) String

type TestVersion4LoneNesting_Inner2

type TestVersion4LoneNesting_Inner2 struct {
	Id      string                                     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Country string                                     `protobuf:"bytes,2,opt,name=country,proto3" json:"country,omitempty"`
	Inner   *TestVersion4LoneNesting_Inner2_InnerInner `protobuf:"bytes,3,opt,name=inner,proto3" json:"inner,omitempty"`
	// contains filtered or unexported fields
}

func (*TestVersion4LoneNesting_Inner2) Descriptor deprecated

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

Deprecated: Use TestVersion4LoneNesting_Inner2.ProtoReflect.Descriptor instead.

func (*TestVersion4LoneNesting_Inner2) GetCountry

func (x *TestVersion4LoneNesting_Inner2) GetCountry() string

func (*TestVersion4LoneNesting_Inner2) GetId

func (*TestVersion4LoneNesting_Inner2) GetInner

func (*TestVersion4LoneNesting_Inner2) ProtoMessage

func (*TestVersion4LoneNesting_Inner2) ProtoMessage()

func (*TestVersion4LoneNesting_Inner2) ProtoReflect

func (*TestVersion4LoneNesting_Inner2) Reset

func (x *TestVersion4LoneNesting_Inner2) Reset()

func (*TestVersion4LoneNesting_Inner2) String

type TestVersion4LoneNesting_Inner2_InnerInner

type TestVersion4LoneNesting_Inner2_InnerInner struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Value int64  `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*TestVersion4LoneNesting_Inner2_InnerInner) Descriptor deprecated

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

Deprecated: Use TestVersion4LoneNesting_Inner2_InnerInner.ProtoReflect.Descriptor instead.

func (*TestVersion4LoneNesting_Inner2_InnerInner) GetId

func (*TestVersion4LoneNesting_Inner2_InnerInner) GetValue

func (*TestVersion4LoneNesting_Inner2_InnerInner) ProtoMessage

func (*TestVersion4LoneNesting_Inner2_InnerInner) ProtoReflect

func (*TestVersion4LoneNesting_Inner2_InnerInner) Reset

func (*TestVersion4LoneNesting_Inner2_InnerInner) String

type TestVersionFD1

type TestVersionFD1 struct {
	X int64         `protobuf:"varint,1,opt,name=x,proto3" json:"x,omitempty"`
	A *TestVersion1 `protobuf:"bytes,2,opt,name=a,proto3" json:"a,omitempty"`
	// Types that are assignable to Sum:
	//
	//	*TestVersionFD1_E
	//	*TestVersionFD1_F
	Sum isTestVersionFD1_Sum `protobuf_oneof:"sum"`
	G   *anypb.Any           `protobuf:"bytes,8,opt,name=g,proto3" json:"g,omitempty"`
	H   []*TestVersion1      `protobuf:"bytes,9,rep,name=h,proto3" json:"h,omitempty"` // [(gogoproto.castrepeated) = "TestVersion1"];
	// contains filtered or unexported fields
}

func (*TestVersionFD1) Descriptor deprecated

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

Deprecated: Use TestVersionFD1.ProtoReflect.Descriptor instead.

func (*TestVersionFD1) GetA

func (x *TestVersionFD1) GetA() *TestVersion1

func (*TestVersionFD1) GetE

func (x *TestVersionFD1) GetE() int32

func (*TestVersionFD1) GetF

func (x *TestVersionFD1) GetF() *TestVersion1

func (*TestVersionFD1) GetG

func (x *TestVersionFD1) GetG() *anypb.Any

func (*TestVersionFD1) GetH

func (x *TestVersionFD1) GetH() []*TestVersion1

func (*TestVersionFD1) GetSum

func (x *TestVersionFD1) GetSum() isTestVersionFD1_Sum

func (*TestVersionFD1) GetX

func (x *TestVersionFD1) GetX() int64

func (*TestVersionFD1) ProtoMessage

func (*TestVersionFD1) ProtoMessage()

func (*TestVersionFD1) ProtoReflect

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

func (*TestVersionFD1) Reset

func (x *TestVersionFD1) Reset()

func (*TestVersionFD1) String

func (x *TestVersionFD1) String() string

type TestVersionFD1WithExtraAny

type TestVersionFD1WithExtraAny struct {
	X int64         `protobuf:"varint,1,opt,name=x,proto3" json:"x,omitempty"`
	A *TestVersion1 `protobuf:"bytes,2,opt,name=a,proto3" json:"a,omitempty"`
	// Types that are assignable to Sum:
	//
	//	*TestVersionFD1WithExtraAny_E
	//	*TestVersionFD1WithExtraAny_F
	Sum isTestVersionFD1WithExtraAny_Sum `protobuf_oneof:"sum"`
	G   *AnyWithExtra                    `protobuf:"bytes,8,opt,name=g,proto3" json:"g,omitempty"`
	H   []*TestVersion1                  `protobuf:"bytes,9,rep,name=h,proto3" json:"h,omitempty"` // [(gogoproto.castrepeated) = "TestVersion1"];
	// contains filtered or unexported fields
}

func (*TestVersionFD1WithExtraAny) Descriptor deprecated

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

Deprecated: Use TestVersionFD1WithExtraAny.ProtoReflect.Descriptor instead.

func (*TestVersionFD1WithExtraAny) GetA

func (*TestVersionFD1WithExtraAny) GetE

func (*TestVersionFD1WithExtraAny) GetF

func (*TestVersionFD1WithExtraAny) GetG

func (*TestVersionFD1WithExtraAny) GetH

func (*TestVersionFD1WithExtraAny) GetSum

func (x *TestVersionFD1WithExtraAny) GetSum() isTestVersionFD1WithExtraAny_Sum

func (*TestVersionFD1WithExtraAny) GetX

func (*TestVersionFD1WithExtraAny) ProtoMessage

func (*TestVersionFD1WithExtraAny) ProtoMessage()

func (*TestVersionFD1WithExtraAny) ProtoReflect

func (*TestVersionFD1WithExtraAny) Reset

func (x *TestVersionFD1WithExtraAny) Reset()

func (*TestVersionFD1WithExtraAny) String

func (x *TestVersionFD1WithExtraAny) String() string

type TestVersionFD1WithExtraAny_E

type TestVersionFD1WithExtraAny_E struct {
	E int32 `protobuf:"varint,6,opt,name=e,proto3,oneof"`
}

type TestVersionFD1WithExtraAny_F

type TestVersionFD1WithExtraAny_F struct {
	F *TestVersion1 `protobuf:"bytes,7,opt,name=f,proto3,oneof"`
}

type TestVersionFD1_E

type TestVersionFD1_E struct {
	E int32 `protobuf:"varint,6,opt,name=e,proto3,oneof"`
}

type TestVersionFD1_F

type TestVersionFD1_F struct {
	F *TestVersion1 `protobuf:"bytes,7,opt,name=f,proto3,oneof"`
}

type UnimplementedMsgServer

type UnimplementedMsgServer struct {
}

UnimplementedMsgServer must be embedded to have forward compatible implementations.

func (UnimplementedMsgServer) CreateDog

type UnimplementedQueryServer

type UnimplementedQueryServer struct {
}

UnimplementedQueryServer must be embedded to have forward compatible implementations.

func (UnimplementedQueryServer) Echo

func (UnimplementedQueryServer) SayHello

func (UnimplementedQueryServer) TestAny

type UnsafeMsgServer

type UnsafeMsgServer interface {
	// contains filtered or unexported methods
}

UnsafeMsgServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MsgServer will result in compilation errors.

type UnsafeQueryServer

type UnsafeQueryServer interface {
	// contains filtered or unexported methods
}

UnsafeQueryServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to QueryServer will result in compilation errors.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL