testv1

package
v0.0.0-...-8d0e21b Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2022 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	JsonEnum_name = map[int32]string{
		0: "JSON_ENUM_UNSPECIFIED",
		1: "JSON_ENUM_SOME",
	}
	JsonEnum_value = map[string]int32{
		"JSON_ENUM_UNSPECIFIED": 0,
		"JSON_ENUM_SOME":        1,
	}
)

Enum value maps for JsonEnum.

View Source
var (
	Nested_NestedMessage_NestedEnum_name = map[int32]string{
		0: "NESTED_ENUM_UNSPECIFIED",
	}
	Nested_NestedMessage_NestedEnum_value = map[string]int32{
		"NESTED_ENUM_UNSPECIFIED": 0,
	}
)

Enum value maps for Nested_NestedMessage_NestedEnum.

View Source
var File_test_v1_test_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type All

type All struct {
	R  *Repeated     `protobuf:"bytes,1,opt,name=r,proto3" json:"r,omitempty"`
	S  *Singular     `protobuf:"bytes,2,opt,name=s,proto3" json:"s,omitempty"`
	OF *OneOf        `protobuf:"bytes,3,opt,name=o_f,json=oF,proto3" json:"o_f,omitempty"`
	E  JsonEnum      `protobuf:"varint,4,opt,name=e,proto3,enum=test.v1.JsonEnum" json:"e,omitempty"`
	OW *OneOfWKT     `protobuf:"bytes,5,opt,name=o_w,json=oW,proto3" json:"o_w,omitempty"`
	W  *WKTs         `protobuf:"bytes,6,opt,name=w,proto3" json:"w,omitempty"`
	O  *Optionals    `protobuf:"bytes,7,opt,name=o,proto3" json:"o,omitempty"`
	RW *RepeatedWKTs `protobuf:"bytes,8,opt,name=r_w,json=rW,proto3" json:"r_w,omitempty"`
	N  *Nested       `protobuf:"bytes,9,opt,name=n,proto3" json:"n,omitempty"`
	// contains filtered or unexported fields
}

func (*All) Descriptor deprecated

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

Deprecated: Use All.ProtoReflect.Descriptor instead.

func (*All) GetE

func (x *All) GetE() JsonEnum

func (*All) GetN

func (x *All) GetN() *Nested

func (*All) GetO

func (x *All) GetO() *Optionals

func (*All) GetOF

func (x *All) GetOF() *OneOf

func (*All) GetOW

func (x *All) GetOW() *OneOfWKT

func (*All) GetR

func (x *All) GetR() *Repeated

func (*All) GetRW

func (x *All) GetRW() *RepeatedWKTs

func (*All) GetS

func (x *All) GetS() *Singular

func (*All) GetW

func (x *All) GetW() *WKTs

func (*All) ProtoMessage

func (*All) ProtoMessage()

func (*All) ProtoReflect

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

func (*All) Reset

func (x *All) Reset()

func (*All) String

func (x *All) String() string

type JsonEnum

type JsonEnum int32
const (
	JsonEnum_JSON_ENUM_UNSPECIFIED JsonEnum = 0
	JsonEnum_JSON_ENUM_SOME        JsonEnum = 1
)

func (JsonEnum) Descriptor

func (JsonEnum) Descriptor() protoreflect.EnumDescriptor

func (JsonEnum) Enum

func (x JsonEnum) Enum() *JsonEnum

func (JsonEnum) EnumDescriptor deprecated

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

Deprecated: Use JsonEnum.Descriptor instead.

func (JsonEnum) Number

func (x JsonEnum) Number() protoreflect.EnumNumber

func (JsonEnum) String

func (x JsonEnum) String() string

func (JsonEnum) Type

type Message

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

func (*Message) Descriptor deprecated

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

Deprecated: Use Message.ProtoReflect.Descriptor instead.

func (*Message) GetId

func (x *Message) GetId() string

func (*Message) ProtoMessage

func (*Message) ProtoMessage()

func (*Message) ProtoReflect

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

func (*Message) Reset

func (x *Message) Reset()

func (*Message) String

func (x *Message) String() string

type Nested

type Nested struct {
	N *Nested_NestedMessage `protobuf:"bytes,2,opt,name=n,proto3" json:"n,omitempty"`
	// contains filtered or unexported fields
}

func (*Nested) Descriptor deprecated

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

Deprecated: Use Nested.ProtoReflect.Descriptor instead.

func (*Nested) GetN

func (x *Nested) GetN() *Nested_NestedMessage

func (*Nested) ProtoMessage

func (*Nested) ProtoMessage()

func (*Nested) ProtoReflect

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

func (*Nested) Reset

func (x *Nested) Reset()

func (*Nested) String

func (x *Nested) String() string

type Nested_NestedMessage

type Nested_NestedMessage struct {
	E Nested_NestedMessage_NestedEnum `protobuf:"varint,1,opt,name=e,proto3,enum=test.v1.Nested_NestedMessage_NestedEnum" json:"e,omitempty"`
	// contains filtered or unexported fields
}

func (*Nested_NestedMessage) Descriptor deprecated

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

Deprecated: Use Nested_NestedMessage.ProtoReflect.Descriptor instead.

func (*Nested_NestedMessage) GetE

func (*Nested_NestedMessage) ProtoMessage

func (*Nested_NestedMessage) ProtoMessage()

func (*Nested_NestedMessage) ProtoReflect

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

func (*Nested_NestedMessage) Reset

func (x *Nested_NestedMessage) Reset()

func (*Nested_NestedMessage) String

func (x *Nested_NestedMessage) String() string

type Nested_NestedMessage_NestedEnum

type Nested_NestedMessage_NestedEnum int32
const (
	Nested_NestedMessage_NESTED_ENUM_UNSPECIFIED Nested_NestedMessage_NestedEnum = 0
)

func (Nested_NestedMessage_NestedEnum) Descriptor

func (Nested_NestedMessage_NestedEnum) Enum

func (Nested_NestedMessage_NestedEnum) EnumDescriptor deprecated

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

Deprecated: Use Nested_NestedMessage_NestedEnum.Descriptor instead.

func (Nested_NestedMessage_NestedEnum) Number

func (Nested_NestedMessage_NestedEnum) String

func (Nested_NestedMessage_NestedEnum) Type

type OneOf

type OneOf struct {

	// Types that are assignable to OneOf:
	//	*OneOf_E
	//	*OneOf_S
	//	*OneOf_I32
	//	*OneOf_I64
	//	*OneOf_U32
	//	*OneOf_U64
	//	*OneOf_F32
	//	*OneOf_F64
	//	*OneOf_Si32
	//	*OneOf_Si64
	//	*OneOf_Fi32
	//	*OneOf_Fi64
	//	*OneOf_Sfi32
	//	*OneOf_Sfi64
	//	*OneOf_Bl
	//	*OneOf_By
	//	*OneOf_Msg
	OneOf isOneOf_OneOf `protobuf_oneof:"one_of"`
	// contains filtered or unexported fields
}

func (*OneOf) Descriptor deprecated

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

Deprecated: Use OneOf.ProtoReflect.Descriptor instead.

func (*OneOf) GetBl

func (x *OneOf) GetBl() bool

func (*OneOf) GetBy

func (x *OneOf) GetBy() []byte

func (*OneOf) GetE

func (x *OneOf) GetE() JsonEnum

func (*OneOf) GetF32

func (x *OneOf) GetF32() float32

func (*OneOf) GetF64

func (x *OneOf) GetF64() float64

func (*OneOf) GetFi32

func (x *OneOf) GetFi32() uint32

func (*OneOf) GetFi64

func (x *OneOf) GetFi64() uint64

func (*OneOf) GetI32

func (x *OneOf) GetI32() int32

func (*OneOf) GetI64

func (x *OneOf) GetI64() int64

func (*OneOf) GetMsg

func (x *OneOf) GetMsg() *Message

func (*OneOf) GetOneOf

func (m *OneOf) GetOneOf() isOneOf_OneOf

func (*OneOf) GetS

func (x *OneOf) GetS() string

func (*OneOf) GetSfi32

func (x *OneOf) GetSfi32() int32

func (*OneOf) GetSfi64

func (x *OneOf) GetSfi64() int64

func (*OneOf) GetSi32

func (x *OneOf) GetSi32() int32

func (*OneOf) GetSi64

func (x *OneOf) GetSi64() int64

func (*OneOf) GetU32

func (x *OneOf) GetU32() uint32

func (*OneOf) GetU64

func (x *OneOf) GetU64() uint64

func (*OneOf) ProtoMessage

func (*OneOf) ProtoMessage()

func (*OneOf) ProtoReflect

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

func (*OneOf) Reset

func (x *OneOf) Reset()

func (*OneOf) String

func (x *OneOf) String() string

type OneOfWKT

type OneOfWKT struct {

	// Types that are assignable to OneOf:
	//	*OneOfWKT_A
	//	*OneOfWKT_D
	//	*OneOfWKT_T
	//	*OneOfWKT_St
	//	*OneOfWKT_I32
	//	*OneOfWKT_Ui32
	//	*OneOfWKT_I64
	//	*OneOfWKT_U64
	//	*OneOfWKT_F32
	//	*OneOfWKT_F64
	//	*OneOfWKT_B
	//	*OneOfWKT_S
	//	*OneOfWKT_By
	//	*OneOfWKT_Fm
	//	*OneOfWKT_Em
	OneOf isOneOfWKT_OneOf `protobuf_oneof:"one_of"`
	// contains filtered or unexported fields
}

func (*OneOfWKT) Descriptor deprecated

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

Deprecated: Use OneOfWKT.ProtoReflect.Descriptor instead.

func (*OneOfWKT) GetA

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

func (*OneOfWKT) GetB

func (x *OneOfWKT) GetB() *wrapperspb.BoolValue

func (*OneOfWKT) GetBy

func (x *OneOfWKT) GetBy() *wrapperspb.BytesValue

func (*OneOfWKT) GetD

func (x *OneOfWKT) GetD() *durationpb.Duration

func (*OneOfWKT) GetEm

func (x *OneOfWKT) GetEm() *emptypb.Empty

func (*OneOfWKT) GetF32

func (x *OneOfWKT) GetF32() *wrapperspb.FloatValue

func (*OneOfWKT) GetF64

func (x *OneOfWKT) GetF64() *wrapperspb.DoubleValue

func (*OneOfWKT) GetFm

func (x *OneOfWKT) GetFm() *fieldmaskpb.FieldMask

func (*OneOfWKT) GetI32

func (x *OneOfWKT) GetI32() *wrapperspb.Int32Value

func (*OneOfWKT) GetI64

func (x *OneOfWKT) GetI64() *wrapperspb.Int64Value

func (*OneOfWKT) GetOneOf

func (m *OneOfWKT) GetOneOf() isOneOfWKT_OneOf

func (*OneOfWKT) GetS

func (x *OneOfWKT) GetS() *wrapperspb.StringValue

func (*OneOfWKT) GetSt

func (x *OneOfWKT) GetSt() *structpb.Struct

func (*OneOfWKT) GetT

func (x *OneOfWKT) GetT() *timestamppb.Timestamp

func (*OneOfWKT) GetU64

func (x *OneOfWKT) GetU64() *wrapperspb.UInt64Value

func (*OneOfWKT) GetUi32

func (x *OneOfWKT) GetUi32() *wrapperspb.UInt32Value

func (*OneOfWKT) ProtoMessage

func (*OneOfWKT) ProtoMessage()

func (*OneOfWKT) ProtoReflect

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

func (*OneOfWKT) Reset

func (x *OneOfWKT) Reset()

func (*OneOfWKT) String

func (x *OneOfWKT) String() string

type OneOfWKT_A

type OneOfWKT_A struct {
	A *anypb.Any `protobuf:"bytes,1,opt,name=a,proto3,oneof"`
}

type OneOfWKT_B

type OneOfWKT_B struct {
	B *wrapperspb.BoolValue `protobuf:"bytes,11,opt,name=b,proto3,oneof"`
}

type OneOfWKT_By

type OneOfWKT_By struct {
	By *wrapperspb.BytesValue `protobuf:"bytes,12,opt,name=by,proto3,oneof"`
}

type OneOfWKT_D

type OneOfWKT_D struct {
	D *durationpb.Duration `protobuf:"bytes,2,opt,name=d,proto3,oneof"`
}

type OneOfWKT_Em

type OneOfWKT_Em struct {
	Em *emptypb.Empty `protobuf:"bytes,15,opt,name=em,proto3,oneof"`
}

type OneOfWKT_F32

type OneOfWKT_F32 struct {
	F32 *wrapperspb.FloatValue `protobuf:"bytes,9,opt,name=f32,proto3,oneof"`
}

type OneOfWKT_F64

type OneOfWKT_F64 struct {
	F64 *wrapperspb.DoubleValue `protobuf:"bytes,10,opt,name=f64,proto3,oneof"`
}

type OneOfWKT_Fm

type OneOfWKT_Fm struct {
	Fm *fieldmaskpb.FieldMask `protobuf:"bytes,14,opt,name=fm,proto3,oneof"`
}

type OneOfWKT_I32

type OneOfWKT_I32 struct {
	I32 *wrapperspb.Int32Value `protobuf:"bytes,5,opt,name=i32,proto3,oneof"`
}

type OneOfWKT_I64

type OneOfWKT_I64 struct {
	I64 *wrapperspb.Int64Value `protobuf:"bytes,8,opt,name=i64,proto3,oneof"`
}

type OneOfWKT_S

type OneOfWKT_S struct {
	S *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=s,proto3,oneof"`
}

type OneOfWKT_St

type OneOfWKT_St struct {
	St *structpb.Struct `protobuf:"bytes,4,opt,name=st,proto3,oneof"`
}

type OneOfWKT_T

type OneOfWKT_T struct {
	T *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=t,proto3,oneof"`
}

type OneOfWKT_U64

type OneOfWKT_U64 struct {
	U64 *wrapperspb.UInt64Value `protobuf:"bytes,13,opt,name=u64,proto3,oneof"`
}

type OneOfWKT_Ui32

type OneOfWKT_Ui32 struct {
	Ui32 *wrapperspb.UInt32Value `protobuf:"bytes,7,opt,name=ui32,proto3,oneof"`
}

type OneOf_Bl

type OneOf_Bl struct {
	Bl bool `protobuf:"varint,16,opt,name=bl,proto3,oneof"`
}

type OneOf_By

type OneOf_By struct {
	By []byte `protobuf:"bytes,17,opt,name=by,proto3,oneof"`
}

type OneOf_E

type OneOf_E struct {
	E JsonEnum `protobuf:"varint,2,opt,name=e,proto3,enum=test.v1.JsonEnum,oneof"`
}

type OneOf_F32

type OneOf_F32 struct {
	F32 float32 `protobuf:"fixed32,8,opt,name=f32,proto3,oneof"`
}

type OneOf_F64

type OneOf_F64 struct {
	F64 float64 `protobuf:"fixed64,9,opt,name=f64,proto3,oneof"`
}

type OneOf_Fi32

type OneOf_Fi32 struct {
	Fi32 uint32 `protobuf:"fixed32,12,opt,name=fi32,proto3,oneof"`
}

type OneOf_Fi64

type OneOf_Fi64 struct {
	Fi64 uint64 `protobuf:"fixed64,13,opt,name=fi64,proto3,oneof"`
}

type OneOf_I32

type OneOf_I32 struct {
	I32 int32 `protobuf:"varint,4,opt,name=i32,proto3,oneof"`
}

type OneOf_I64

type OneOf_I64 struct {
	I64 int64 `protobuf:"varint,5,opt,name=i64,proto3,oneof"`
}

type OneOf_Msg

type OneOf_Msg struct {
	Msg *Message `protobuf:"bytes,18,opt,name=msg,proto3,oneof"`
}

type OneOf_S

type OneOf_S struct {
	S string `protobuf:"bytes,3,opt,name=s,proto3,oneof"`
}

type OneOf_Sfi32

type OneOf_Sfi32 struct {
	Sfi32 int32 `protobuf:"fixed32,14,opt,name=sfi32,proto3,oneof"`
}

type OneOf_Sfi64

type OneOf_Sfi64 struct {
	Sfi64 int64 `protobuf:"fixed64,15,opt,name=sfi64,proto3,oneof"`
}

type OneOf_Si32

type OneOf_Si32 struct {
	Si32 int32 `protobuf:"zigzag32,10,opt,name=si32,proto3,oneof"`
}

type OneOf_Si64

type OneOf_Si64 struct {
	Si64 int64 `protobuf:"zigzag64,11,opt,name=si64,proto3,oneof"`
}

type OneOf_U32

type OneOf_U32 struct {
	U32 uint32 `protobuf:"varint,6,opt,name=u32,proto3,oneof"`
}

type OneOf_U64

type OneOf_U64 struct {
	U64 uint64 `protobuf:"varint,7,opt,name=u64,proto3,oneof"`
}

type Optionals

type Optionals struct {
	Id    *string   `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id,omitempty"`
	I32   *int32    `protobuf:"varint,2,opt,name=i32,proto3,oneof" json:"i32,omitempty"`
	I64   *int64    `protobuf:"varint,3,opt,name=i64,proto3,oneof" json:"i64,omitempty"`
	U32   *uint32   `protobuf:"varint,4,opt,name=u32,proto3,oneof" json:"u32,omitempty"`
	U64   *uint64   `protobuf:"varint,5,opt,name=u64,proto3,oneof" json:"u64,omitempty"`
	F32   *float32  `protobuf:"fixed32,6,opt,name=f32,proto3,oneof" json:"f32,omitempty"`
	F64   *float64  `protobuf:"fixed64,7,opt,name=f64,proto3,oneof" json:"f64,omitempty"`
	Si32  *int32    `protobuf:"zigzag32,8,opt,name=si32,proto3,oneof" json:"si32,omitempty"`
	Si64  *int64    `protobuf:"zigzag64,9,opt,name=si64,proto3,oneof" json:"si64,omitempty"`
	Fi32  *uint32   `protobuf:"fixed32,10,opt,name=fi32,proto3,oneof" json:"fi32,omitempty"`
	Fi64  *uint64   `protobuf:"fixed64,11,opt,name=fi64,proto3,oneof" json:"fi64,omitempty"`
	Sfi32 *int32    `protobuf:"fixed32,12,opt,name=sfi32,proto3,oneof" json:"sfi32,omitempty"`
	Sfi64 *int64    `protobuf:"fixed64,13,opt,name=sfi64,proto3,oneof" json:"sfi64,omitempty"`
	Bl    *bool     `protobuf:"varint,14,opt,name=bl,proto3,oneof" json:"bl,omitempty"`
	By    []byte    `protobuf:"bytes,15,opt,name=by,proto3,oneof" json:"by,omitempty"`
	S     *Message  `protobuf:"bytes,16,opt,name=s,proto3,oneof" json:"s,omitempty"`
	E     *JsonEnum `protobuf:"varint,17,opt,name=e,proto3,enum=test.v1.JsonEnum,oneof" json:"e,omitempty"`
	// contains filtered or unexported fields
}

func (*Optionals) Descriptor deprecated

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

Deprecated: Use Optionals.ProtoReflect.Descriptor instead.

func (*Optionals) GetBl

func (x *Optionals) GetBl() bool

func (*Optionals) GetBy

func (x *Optionals) GetBy() []byte

func (*Optionals) GetE

func (x *Optionals) GetE() JsonEnum

func (*Optionals) GetF32

func (x *Optionals) GetF32() float32

func (*Optionals) GetF64

func (x *Optionals) GetF64() float64

func (*Optionals) GetFi32

func (x *Optionals) GetFi32() uint32

func (*Optionals) GetFi64

func (x *Optionals) GetFi64() uint64

func (*Optionals) GetI32

func (x *Optionals) GetI32() int32

func (*Optionals) GetI64

func (x *Optionals) GetI64() int64

func (*Optionals) GetId

func (x *Optionals) GetId() string

func (*Optionals) GetS

func (x *Optionals) GetS() *Message

func (*Optionals) GetSfi32

func (x *Optionals) GetSfi32() int32

func (*Optionals) GetSfi64

func (x *Optionals) GetSfi64() int64

func (*Optionals) GetSi32

func (x *Optionals) GetSi32() int32

func (*Optionals) GetSi64

func (x *Optionals) GetSi64() int64

func (*Optionals) GetU32

func (x *Optionals) GetU32() uint32

func (*Optionals) GetU64

func (x *Optionals) GetU64() uint64

func (*Optionals) ProtoMessage

func (*Optionals) ProtoMessage()

func (*Optionals) ProtoReflect

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

func (*Optionals) Reset

func (x *Optionals) Reset()

func (*Optionals) String

func (x *Optionals) String() string

type Repeated

type Repeated struct {
	S     []string   `protobuf:"bytes,1,rep,name=s,proto3" json:"s,omitempty"`
	I32   []int32    `protobuf:"varint,2,rep,packed,name=i32,proto3" json:"i32,omitempty"`
	I64   []int64    `protobuf:"varint,3,rep,packed,name=i64,proto3" json:"i64,omitempty"`
	U32   []uint32   `protobuf:"varint,4,rep,packed,name=u32,proto3" json:"u32,omitempty"`
	U64   []uint64   `protobuf:"varint,5,rep,packed,name=u64,proto3" json:"u64,omitempty"`
	F32   []float32  `protobuf:"fixed32,6,rep,packed,name=f32,proto3" json:"f32,omitempty"`
	F64   []float64  `protobuf:"fixed64,7,rep,packed,name=f64,proto3" json:"f64,omitempty"`
	Si32  []int32    `protobuf:"zigzag32,8,rep,packed,name=si32,proto3" json:"si32,omitempty"`
	Si64  []int64    `protobuf:"zigzag64,9,rep,packed,name=si64,proto3" json:"si64,omitempty"`
	Fi32  []uint32   `protobuf:"fixed32,10,rep,packed,name=fi32,proto3" json:"fi32,omitempty"`
	Fi64  []uint64   `protobuf:"fixed64,11,rep,packed,name=fi64,proto3" json:"fi64,omitempty"`
	Sfi32 []int32    `protobuf:"fixed32,12,rep,packed,name=sfi32,proto3" json:"sfi32,omitempty"`
	Sfi64 []int64    `protobuf:"fixed64,13,rep,packed,name=sfi64,proto3" json:"sfi64,omitempty"`
	Bl    []bool     `protobuf:"varint,14,rep,packed,name=bl,proto3" json:"bl,omitempty"`
	By    [][]byte   `protobuf:"bytes,15,rep,name=by,proto3" json:"by,omitempty"`
	E     []JsonEnum `protobuf:"varint,16,rep,packed,name=e,proto3,enum=test.v1.JsonEnum" json:"e,omitempty"`
	Msg   []*Message `protobuf:"bytes,17,rep,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*Repeated) Descriptor deprecated

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

Deprecated: Use Repeated.ProtoReflect.Descriptor instead.

func (*Repeated) GetBl

func (x *Repeated) GetBl() []bool

func (*Repeated) GetBy

func (x *Repeated) GetBy() [][]byte

func (*Repeated) GetE

func (x *Repeated) GetE() []JsonEnum

func (*Repeated) GetF32

func (x *Repeated) GetF32() []float32

func (*Repeated) GetF64

func (x *Repeated) GetF64() []float64

func (*Repeated) GetFi32

func (x *Repeated) GetFi32() []uint32

func (*Repeated) GetFi64

func (x *Repeated) GetFi64() []uint64

func (*Repeated) GetI32

func (x *Repeated) GetI32() []int32

func (*Repeated) GetI64

func (x *Repeated) GetI64() []int64

func (*Repeated) GetMsg

func (x *Repeated) GetMsg() []*Message

func (*Repeated) GetS

func (x *Repeated) GetS() []string

func (*Repeated) GetSfi32

func (x *Repeated) GetSfi32() []int32

func (*Repeated) GetSfi64

func (x *Repeated) GetSfi64() []int64

func (*Repeated) GetSi32

func (x *Repeated) GetSi32() []int32

func (*Repeated) GetSi64

func (x *Repeated) GetSi64() []int64

func (*Repeated) GetU32

func (x *Repeated) GetU32() []uint32

func (*Repeated) GetU64

func (x *Repeated) GetU64() []uint64

func (*Repeated) ProtoMessage

func (*Repeated) ProtoMessage()

func (*Repeated) ProtoReflect

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

func (*Repeated) Reset

func (x *Repeated) Reset()

func (*Repeated) String

func (x *Repeated) String() string

type RepeatedWKTs

type RepeatedWKTs struct {
	A    []*anypb.Any              `protobuf:"bytes,1,rep,name=a,proto3" json:"a,omitempty"`
	D    []*durationpb.Duration    `protobuf:"bytes,2,rep,name=d,proto3" json:"d,omitempty"`
	T    []*timestamppb.Timestamp  `protobuf:"bytes,3,rep,name=t,proto3" json:"t,omitempty"`
	St   []*structpb.Struct        `protobuf:"bytes,4,rep,name=st,proto3" json:"st,omitempty"`
	I32  []*wrapperspb.Int32Value  `protobuf:"bytes,5,rep,name=i32,proto3" json:"i32,omitempty"`
	Ui32 []*wrapperspb.UInt32Value `protobuf:"bytes,7,rep,name=ui32,proto3" json:"ui32,omitempty"`
	I64  []*wrapperspb.Int64Value  `protobuf:"bytes,8,rep,name=i64,proto3" json:"i64,omitempty"`
	U64  []*wrapperspb.UInt64Value `protobuf:"bytes,13,rep,name=u64,proto3" json:"u64,omitempty"`
	F32  []*wrapperspb.FloatValue  `protobuf:"bytes,9,rep,name=f32,proto3" json:"f32,omitempty"`
	F64  []*wrapperspb.DoubleValue `protobuf:"bytes,10,rep,name=f64,proto3" json:"f64,omitempty"`
	B    []*wrapperspb.BoolValue   `protobuf:"bytes,11,rep,name=b,proto3" json:"b,omitempty"`
	S    []*wrapperspb.StringValue `protobuf:"bytes,6,rep,name=s,proto3" json:"s,omitempty"`
	By   []*wrapperspb.BytesValue  `protobuf:"bytes,12,rep,name=by,proto3" json:"by,omitempty"`
	Fm   []*fieldmaskpb.FieldMask  `protobuf:"bytes,14,rep,name=fm,proto3" json:"fm,omitempty"`
	Em   []*emptypb.Empty          `protobuf:"bytes,15,rep,name=em,proto3" json:"em,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedWKTs) Descriptor deprecated

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

Deprecated: Use RepeatedWKTs.ProtoReflect.Descriptor instead.

func (*RepeatedWKTs) GetA

func (x *RepeatedWKTs) GetA() []*anypb.Any

func (*RepeatedWKTs) GetB

func (x *RepeatedWKTs) GetB() []*wrapperspb.BoolValue

func (*RepeatedWKTs) GetBy

func (x *RepeatedWKTs) GetBy() []*wrapperspb.BytesValue

func (*RepeatedWKTs) GetD

func (x *RepeatedWKTs) GetD() []*durationpb.Duration

func (*RepeatedWKTs) GetEm

func (x *RepeatedWKTs) GetEm() []*emptypb.Empty

func (*RepeatedWKTs) GetF32

func (x *RepeatedWKTs) GetF32() []*wrapperspb.FloatValue

func (*RepeatedWKTs) GetF64

func (x *RepeatedWKTs) GetF64() []*wrapperspb.DoubleValue

func (*RepeatedWKTs) GetFm

func (x *RepeatedWKTs) GetFm() []*fieldmaskpb.FieldMask

func (*RepeatedWKTs) GetI32

func (x *RepeatedWKTs) GetI32() []*wrapperspb.Int32Value

func (*RepeatedWKTs) GetI64

func (x *RepeatedWKTs) GetI64() []*wrapperspb.Int64Value

func (*RepeatedWKTs) GetS

func (x *RepeatedWKTs) GetS() []*wrapperspb.StringValue

func (*RepeatedWKTs) GetSt

func (x *RepeatedWKTs) GetSt() []*structpb.Struct

func (*RepeatedWKTs) GetT

func (x *RepeatedWKTs) GetT() []*timestamppb.Timestamp

func (*RepeatedWKTs) GetU64

func (x *RepeatedWKTs) GetU64() []*wrapperspb.UInt64Value

func (*RepeatedWKTs) GetUi32

func (x *RepeatedWKTs) GetUi32() []*wrapperspb.UInt32Value

func (*RepeatedWKTs) ProtoMessage

func (*RepeatedWKTs) ProtoMessage()

func (*RepeatedWKTs) ProtoReflect

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

func (*RepeatedWKTs) Reset

func (x *RepeatedWKTs) Reset()

func (*RepeatedWKTs) String

func (x *RepeatedWKTs) String() string

type Singular

type Singular struct {
	Mp    map[string]JsonEnum `` /* 168-byte string literal not displayed */
	E     JsonEnum            `protobuf:"varint,2,opt,name=e,proto3,enum=test.v1.JsonEnum" json:"e,omitempty"`
	S     string              `protobuf:"bytes,3,opt,name=s,proto3" json:"s,omitempty"`
	I32   int32               `protobuf:"varint,4,opt,name=i32,proto3" json:"i32,omitempty"`
	I64   int64               `protobuf:"varint,5,opt,name=i64,proto3" json:"i64,omitempty"`
	U32   uint32              `protobuf:"varint,6,opt,name=u32,proto3" json:"u32,omitempty"`
	U64   uint64              `protobuf:"varint,7,opt,name=u64,proto3" json:"u64,omitempty"`
	F32   float32             `protobuf:"fixed32,8,opt,name=f32,proto3" json:"f32,omitempty"`
	F64   float64             `protobuf:"fixed64,9,opt,name=f64,proto3" json:"f64,omitempty"`
	Si32  int32               `protobuf:"zigzag32,10,opt,name=si32,proto3" json:"si32,omitempty"`
	Si64  int64               `protobuf:"zigzag64,11,opt,name=si64,proto3" json:"si64,omitempty"`
	Fi32  uint32              `protobuf:"fixed32,12,opt,name=fi32,proto3" json:"fi32,omitempty"`
	Fi64  uint64              `protobuf:"fixed64,13,opt,name=fi64,proto3" json:"fi64,omitempty"`
	Sfi32 int32               `protobuf:"fixed32,14,opt,name=sfi32,proto3" json:"sfi32,omitempty"`
	Sfi64 int64               `protobuf:"fixed64,15,opt,name=sfi64,proto3" json:"sfi64,omitempty"`
	Bl    bool                `protobuf:"varint,16,opt,name=bl,proto3" json:"bl,omitempty"`
	By    []byte              `protobuf:"bytes,17,opt,name=by,proto3" json:"by,omitempty"`
	Msg   *Message            `protobuf:"bytes,18,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*Singular) Descriptor deprecated

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

Deprecated: Use Singular.ProtoReflect.Descriptor instead.

func (*Singular) GetBl

func (x *Singular) GetBl() bool

func (*Singular) GetBy

func (x *Singular) GetBy() []byte

func (*Singular) GetE

func (x *Singular) GetE() JsonEnum

func (*Singular) GetF32

func (x *Singular) GetF32() float32

func (*Singular) GetF64

func (x *Singular) GetF64() float64

func (*Singular) GetFi32

func (x *Singular) GetFi32() uint32

func (*Singular) GetFi64

func (x *Singular) GetFi64() uint64

func (*Singular) GetI32

func (x *Singular) GetI32() int32

func (*Singular) GetI64

func (x *Singular) GetI64() int64

func (*Singular) GetMp

func (x *Singular) GetMp() map[string]JsonEnum

func (*Singular) GetMsg

func (x *Singular) GetMsg() *Message

func (*Singular) GetS

func (x *Singular) GetS() string

func (*Singular) GetSfi32

func (x *Singular) GetSfi32() int32

func (*Singular) GetSfi64

func (x *Singular) GetSfi64() int64

func (*Singular) GetSi32

func (x *Singular) GetSi32() int32

func (*Singular) GetSi64

func (x *Singular) GetSi64() int64

func (*Singular) GetU32

func (x *Singular) GetU32() uint32

func (*Singular) GetU64

func (x *Singular) GetU64() uint64

func (*Singular) ProtoMessage

func (*Singular) ProtoMessage()

func (*Singular) ProtoReflect

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

func (*Singular) Reset

func (x *Singular) Reset()

func (*Singular) String

func (x *Singular) String() string

type WKTs

type WKTs struct {
	A    *anypb.Any              `protobuf:"bytes,1,opt,name=a,proto3" json:"a,omitempty"`
	D    *durationpb.Duration    `protobuf:"bytes,2,opt,name=d,proto3" json:"d,omitempty"`
	T    *timestamppb.Timestamp  `protobuf:"bytes,3,opt,name=t,proto3" json:"t,omitempty"`
	St   *structpb.Struct        `protobuf:"bytes,4,opt,name=st,proto3" json:"st,omitempty"`
	I32  *wrapperspb.Int32Value  `protobuf:"bytes,5,opt,name=i32,proto3" json:"i32,omitempty"`
	Ui32 *wrapperspb.UInt32Value `protobuf:"bytes,7,opt,name=ui32,proto3" json:"ui32,omitempty"`
	I64  *wrapperspb.Int64Value  `protobuf:"bytes,8,opt,name=i64,proto3" json:"i64,omitempty"`
	U64  *wrapperspb.UInt64Value `protobuf:"bytes,13,opt,name=u64,proto3" json:"u64,omitempty"`
	F32  *wrapperspb.FloatValue  `protobuf:"bytes,9,opt,name=f32,proto3" json:"f32,omitempty"`
	F64  *wrapperspb.DoubleValue `protobuf:"bytes,10,opt,name=f64,proto3" json:"f64,omitempty"`
	B    *wrapperspb.BoolValue   `protobuf:"bytes,11,opt,name=b,proto3" json:"b,omitempty"`
	S    *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=s,proto3" json:"s,omitempty"`
	By   *wrapperspb.BytesValue  `protobuf:"bytes,12,opt,name=by,proto3" json:"by,omitempty"`
	Fm   *fieldmaskpb.FieldMask  `protobuf:"bytes,14,opt,name=fm,proto3" json:"fm,omitempty"`
	Em   *emptypb.Empty          `protobuf:"bytes,15,opt,name=em,proto3" json:"em,omitempty"`
	// contains filtered or unexported fields
}

func (*WKTs) Descriptor deprecated

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

Deprecated: Use WKTs.ProtoReflect.Descriptor instead.

func (*WKTs) GetA

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

func (*WKTs) GetB

func (x *WKTs) GetB() *wrapperspb.BoolValue

func (*WKTs) GetBy

func (x *WKTs) GetBy() *wrapperspb.BytesValue

func (*WKTs) GetD

func (x *WKTs) GetD() *durationpb.Duration

func (*WKTs) GetEm

func (x *WKTs) GetEm() *emptypb.Empty

func (*WKTs) GetF32

func (x *WKTs) GetF32() *wrapperspb.FloatValue

func (*WKTs) GetF64

func (x *WKTs) GetF64() *wrapperspb.DoubleValue

func (*WKTs) GetFm

func (x *WKTs) GetFm() *fieldmaskpb.FieldMask

func (*WKTs) GetI32

func (x *WKTs) GetI32() *wrapperspb.Int32Value

func (*WKTs) GetI64

func (x *WKTs) GetI64() *wrapperspb.Int64Value

func (*WKTs) GetS

func (x *WKTs) GetS() *wrapperspb.StringValue

func (*WKTs) GetSt

func (x *WKTs) GetSt() *structpb.Struct

func (*WKTs) GetT

func (x *WKTs) GetT() *timestamppb.Timestamp

func (*WKTs) GetU64

func (x *WKTs) GetU64() *wrapperspb.UInt64Value

func (*WKTs) GetUi32

func (x *WKTs) GetUi32() *wrapperspb.UInt32Value

func (*WKTs) ProtoMessage

func (*WKTs) ProtoMessage()

func (*WKTs) ProtoReflect

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

func (*WKTs) Reset

func (x *WKTs) Reset()

func (*WKTs) String

func (x *WKTs) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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