pbboundary

package
v0.0.0-...-5b10fbc Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_tests_proto_cases_boundary_boundary1_proto protoreflect.FileDescriptor
View Source
var File_tests_proto_cases_boundary_cycle1_proto protoreflect.FileDescriptor
View Source
var File_tests_proto_cases_boundary_cycle2_proto protoreflect.FileDescriptor
View Source
var File_tests_proto_cases_boundary_cycle3_proto protoreflect.FileDescriptor
View Source
var File_tests_proto_cases_boundary_cycle4_proto protoreflect.FileDescriptor
View Source
var File_tests_proto_cases_boundary_cycle5_proto protoreflect.FileDescriptor
View Source
var File_tests_proto_cases_boundary_cycle6_proto protoreflect.FileDescriptor
View Source
var File_tests_proto_cases_boundary_cycle7_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Complex1

type Complex1 struct {
	FInt32    int32            `protobuf:"varint,1,opt,name=f_int32,json=fInt32,proto3" json:"f_int32,omitempty"`
	RInt64    []int64          `protobuf:"varint,2,rep,packed,name=r_int64,json=rInt64,proto3" json:"r_int64,omitempty"`
	FMessage1 *Message1        `protobuf:"bytes,3,opt,name=f_message1,json=fMessage1,proto3" json:"f_message1,omitempty"`
	MInt32    map[string]int32 `` /* 168-byte string literal not displayed */
	FInt64    *int64           `protobuf:"varint,5,opt,name=f_int64,json=fInt64,proto3,oneof" json:"f_int64,omitempty"`
	// contains filtered or unexported fields
}

Complex1 for test cases: 1. multiple space between field.

func (*Complex1) Descriptor deprecated

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

Deprecated: Use Complex1.ProtoReflect.Descriptor instead.

func (*Complex1) GetFInt32

func (x *Complex1) GetFInt32() int32

func (*Complex1) GetFInt64

func (x *Complex1) GetFInt64() int64

func (*Complex1) GetFMessage1

func (x *Complex1) GetFMessage1() *Message1

func (*Complex1) GetMInt32

func (x *Complex1) GetMInt32() map[string]int32

func (*Complex1) GetRInt64

func (x *Complex1) GetRInt64() []int64

func (*Complex1) MarshalJSON

func (x *Complex1) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message Complex1 in file tests/proto/cases/boundary/boundary1.proto

func (*Complex1) ProtoMessage

func (*Complex1) ProtoMessage()

func (*Complex1) ProtoReflect

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

func (*Complex1) Reset

func (x *Complex1) Reset()

func (*Complex1) String

func (x *Complex1) String() string

func (*Complex1) UnmarshalJSON

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

UnmarshalJSON implements json.Unmarshaler for proto message Complex1 in file tests/proto/cases/boundary/boundary1.proto

type Complex2

type Complex2 struct {
	FString string             `protobuf:"bytes,1,opt,name=f_string,json=fString,proto3" json:"f_string,omitempty"`
	RInt64  []int64            `protobuf:"varint,2,rep,packed,name=r_int64,json=rInt64,proto3" json:"r_int64,omitempty"`
	Level1  *Complex2_Level1   `protobuf:"bytes,3,opt,name=level1,proto3" json:"level1,omitempty"`
	RLevel1 []*Complex2_Level1 `protobuf:"bytes,4,rep,name=r_level1,json=rLevel1,proto3" json:"r_level1,omitempty"`
	RLevel2 []*Complex2_Level1 `protobuf:"bytes,5,rep,name=r_level2,json=rLevel2,proto3" json:"r_level2,omitempty"`
	// contains filtered or unexported fields
}

Complex1 for test cases: 1. multiple nesting of json content.

func (*Complex2) Descriptor deprecated

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

Deprecated: Use Complex2.ProtoReflect.Descriptor instead.

func (*Complex2) GetFString

func (x *Complex2) GetFString() string

func (*Complex2) GetLevel1

func (x *Complex2) GetLevel1() *Complex2_Level1

func (*Complex2) GetRInt64

func (x *Complex2) GetRInt64() []int64

func (*Complex2) GetRLevel1

func (x *Complex2) GetRLevel1() []*Complex2_Level1

func (*Complex2) GetRLevel2

func (x *Complex2) GetRLevel2() []*Complex2_Level1

func (*Complex2) MarshalJSON

func (x *Complex2) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message Complex2 in file tests/proto/cases/boundary/boundary1.proto

func (*Complex2) ProtoMessage

func (*Complex2) ProtoMessage()

func (*Complex2) ProtoReflect

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

func (*Complex2) Reset

func (x *Complex2) Reset()

func (*Complex2) String

func (x *Complex2) String() string

func (*Complex2) UnmarshalJSON

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

UnmarshalJSON implements json.Unmarshaler for proto message Complex2 in file tests/proto/cases/boundary/boundary1.proto

type Complex2_Level1

type Complex2_Level1 struct {
	Level2  *Complex2_Level2 `protobuf:"bytes,1,opt,name=level2,proto3" json:"level2,omitempty"`
	FString string           `protobuf:"bytes,2,opt,name=f_string,json=fString,proto3" json:"f_string,omitempty"`
	RString []string         `protobuf:"bytes,3,rep,name=r_string,json=rString,proto3" json:"r_string,omitempty"`
	// contains filtered or unexported fields
}

func (*Complex2_Level1) Descriptor deprecated

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

Deprecated: Use Complex2_Level1.ProtoReflect.Descriptor instead.

func (*Complex2_Level1) GetFString

func (x *Complex2_Level1) GetFString() string

func (*Complex2_Level1) GetLevel2

func (x *Complex2_Level1) GetLevel2() *Complex2_Level2

func (*Complex2_Level1) GetRString

func (x *Complex2_Level1) GetRString() []string

func (*Complex2_Level1) MarshalJSON

func (x *Complex2_Level1) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message Level1 in file tests/proto/cases/boundary/boundary1.proto

func (*Complex2_Level1) ProtoMessage

func (*Complex2_Level1) ProtoMessage()

func (*Complex2_Level1) ProtoReflect

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

func (*Complex2_Level1) Reset

func (x *Complex2_Level1) Reset()

func (*Complex2_Level1) String

func (x *Complex2_Level1) String() string

func (*Complex2_Level1) UnmarshalJSON

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

UnmarshalJSON implements json.Unmarshaler for proto message Level1 in file tests/proto/cases/boundary/boundary1.proto

type Complex2_Level2

type Complex2_Level2 struct {
	FString string           `protobuf:"bytes,1,opt,name=f_string,json=fString,proto3" json:"f_string,omitempty"`
	Level3  *Complex2_Level3 `protobuf:"bytes,2,opt,name=level3,proto3" json:"level3,omitempty"`
	RInt64  []int64          `protobuf:"varint,3,rep,packed,name=r_int64,json=rInt64,proto3" json:"r_int64,omitempty"`
	// contains filtered or unexported fields
}

func (*Complex2_Level2) Descriptor deprecated

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

Deprecated: Use Complex2_Level2.ProtoReflect.Descriptor instead.

func (*Complex2_Level2) GetFString

func (x *Complex2_Level2) GetFString() string

func (*Complex2_Level2) GetLevel3

func (x *Complex2_Level2) GetLevel3() *Complex2_Level3

func (*Complex2_Level2) GetRInt64

func (x *Complex2_Level2) GetRInt64() []int64

func (*Complex2_Level2) MarshalJSON

func (x *Complex2_Level2) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message Level2 in file tests/proto/cases/boundary/boundary1.proto

func (*Complex2_Level2) ProtoMessage

func (*Complex2_Level2) ProtoMessage()

func (*Complex2_Level2) ProtoReflect

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

func (*Complex2_Level2) Reset

func (x *Complex2_Level2) Reset()

func (*Complex2_Level2) String

func (x *Complex2_Level2) String() string

func (*Complex2_Level2) UnmarshalJSON

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

UnmarshalJSON implements json.Unmarshaler for proto message Level2 in file tests/proto/cases/boundary/boundary1.proto

type Complex2_Level3

type Complex2_Level3 struct {
	FInt32 int32            `protobuf:"varint,1,opt,name=f_int32,json=fInt32,proto3" json:"f_int32,omitempty"`
	RInt64 []int64          `protobuf:"varint,2,rep,packed,name=r_int64,json=rInt64,proto3" json:"r_int64,omitempty"`
	MInt32 map[string]int32 `` /* 168-byte string literal not displayed */
	PInt64 *int64           `protobuf:"varint,4,opt,name=p_int64,json=pInt64,proto3,oneof" json:"p_int64,omitempty"`
	// contains filtered or unexported fields
}

func (*Complex2_Level3) Descriptor deprecated

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

Deprecated: Use Complex2_Level3.ProtoReflect.Descriptor instead.

func (*Complex2_Level3) GetFInt32

func (x *Complex2_Level3) GetFInt32() int32

func (*Complex2_Level3) GetMInt32

func (x *Complex2_Level3) GetMInt32() map[string]int32

func (*Complex2_Level3) GetPInt64

func (x *Complex2_Level3) GetPInt64() int64

func (*Complex2_Level3) GetRInt64

func (x *Complex2_Level3) GetRInt64() []int64

func (*Complex2_Level3) MarshalJSON

func (x *Complex2_Level3) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message Level3 in file tests/proto/cases/boundary/boundary1.proto

func (*Complex2_Level3) ProtoMessage

func (*Complex2_Level3) ProtoMessage()

func (*Complex2_Level3) ProtoReflect

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

func (*Complex2_Level3) Reset

func (x *Complex2_Level3) Reset()

func (*Complex2_Level3) String

func (x *Complex2_Level3) String() string

func (*Complex2_Level3) UnmarshalJSON

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

UnmarshalJSON implements json.Unmarshaler for proto message Level3 in file tests/proto/cases/boundary/boundary1.proto

type InlineMessageCycle1

type InlineMessageCycle1 struct {
	FString1  string                             `protobuf:"bytes,1,opt,name=f_string1,json=fString1,proto3" json:"f_string1,omitempty"`
	FString2  string                             `protobuf:"bytes,2,opt,name=f_string2,json=fString2,proto3" json:"f_string2,omitempty"`
	FMessage1 *InlineMessageCycle1_EmbedMessage1 `protobuf:"bytes,3,opt,name=f_message1,json=fMessage1,proto3" json:"f_message1,omitempty"`
	// contains filtered or unexported fields
}

func (*InlineMessageCycle1) Descriptor deprecated

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

Deprecated: Use InlineMessageCycle1.ProtoReflect.Descriptor instead.

func (*InlineMessageCycle1) GetFMessage1

func (*InlineMessageCycle1) GetFString1

func (x *InlineMessageCycle1) GetFString1() string

func (*InlineMessageCycle1) GetFString2

func (x *InlineMessageCycle1) GetFString2() string

func (*InlineMessageCycle1) MarshalJSON

func (x *InlineMessageCycle1) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message InlineMessageCycle1 in file tests/proto/cases/boundary/cycle1.proto

func (*InlineMessageCycle1) ProtoMessage

func (*InlineMessageCycle1) ProtoMessage()

func (*InlineMessageCycle1) ProtoReflect

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

func (*InlineMessageCycle1) Reset

func (x *InlineMessageCycle1) Reset()

func (*InlineMessageCycle1) String

func (x *InlineMessageCycle1) String() string

func (*InlineMessageCycle1) UnmarshalJSON

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

UnmarshalJSON implements json.Unmarshaler for proto message InlineMessageCycle1 in file tests/proto/cases/boundary/cycle1.proto

type InlineMessageCycle1_EmbedMessage1

type InlineMessageCycle1_EmbedMessage1 struct {
	FString3  string               `protobuf:"bytes,1,opt,name=f_string3,json=fString3,proto3" json:"f_string3,omitempty"`
	FString4  string               `protobuf:"bytes,2,opt,name=f_string4,json=fString4,proto3" json:"f_string4,omitempty"`
	FMessage2 *InlineMessageCycle1 `protobuf:"bytes,3,opt,name=f_message2,json=fMessage2,proto3" json:"f_message2,omitempty"`
	// contains filtered or unexported fields
}

func (*InlineMessageCycle1_EmbedMessage1) Descriptor deprecated

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

Deprecated: Use InlineMessageCycle1_EmbedMessage1.ProtoReflect.Descriptor instead.

func (*InlineMessageCycle1_EmbedMessage1) GetFMessage2

func (*InlineMessageCycle1_EmbedMessage1) GetFString3

func (x *InlineMessageCycle1_EmbedMessage1) GetFString3() string

func (*InlineMessageCycle1_EmbedMessage1) GetFString4

func (x *InlineMessageCycle1_EmbedMessage1) GetFString4() string

func (*InlineMessageCycle1_EmbedMessage1) MarshalJSON

func (x *InlineMessageCycle1_EmbedMessage1) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message EmbedMessage1 in file tests/proto/cases/boundary/cycle1.proto

func (*InlineMessageCycle1_EmbedMessage1) ProtoMessage

func (*InlineMessageCycle1_EmbedMessage1) ProtoMessage()

func (*InlineMessageCycle1_EmbedMessage1) ProtoReflect

func (*InlineMessageCycle1_EmbedMessage1) Reset

func (*InlineMessageCycle1_EmbedMessage1) String

func (*InlineMessageCycle1_EmbedMessage1) UnmarshalJSON

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

UnmarshalJSON implements json.Unmarshaler for proto message EmbedMessage1 in file tests/proto/cases/boundary/cycle1.proto

type InlineMessageCycle2

type InlineMessageCycle2 struct {
	FString1  string                             `protobuf:"bytes,1,opt,name=f_string1,json=fString1,proto3" json:"f_string1,omitempty"`
	FString2  string                             `protobuf:"bytes,2,opt,name=f_string2,json=fString2,proto3" json:"f_string2,omitempty"`
	FMessage1 *InlineMessageCycle2_EmbedMessage1 `protobuf:"bytes,3,opt,name=f_message1,json=fMessage1,proto3" json:"f_message1,omitempty"`
	// contains filtered or unexported fields
}

func (*InlineMessageCycle2) Descriptor deprecated

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

Deprecated: Use InlineMessageCycle2.ProtoReflect.Descriptor instead.

func (*InlineMessageCycle2) GetFMessage1

func (*InlineMessageCycle2) GetFString1

func (x *InlineMessageCycle2) GetFString1() string

func (*InlineMessageCycle2) GetFString2

func (x *InlineMessageCycle2) GetFString2() string

func (*InlineMessageCycle2) MarshalJSON

func (x *InlineMessageCycle2) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message InlineMessageCycle2 in file tests/proto/cases/boundary/cycle2.proto

func (*InlineMessageCycle2) ProtoMessage

func (*InlineMessageCycle2) ProtoMessage()

func (*InlineMessageCycle2) ProtoReflect

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

func (*InlineMessageCycle2) Reset

func (x *InlineMessageCycle2) Reset()

func (*InlineMessageCycle2) String

func (x *InlineMessageCycle2) String() string

func (*InlineMessageCycle2) UnmarshalJSON

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

UnmarshalJSON implements json.Unmarshaler for proto message InlineMessageCycle2 in file tests/proto/cases/boundary/cycle2.proto

type InlineMessageCycle2_EmbedMessage1

type InlineMessageCycle2_EmbedMessage1 struct {
	FString3  string                             `protobuf:"bytes,1,opt,name=f_string3,json=fString3,proto3" json:"f_string3,omitempty"`
	FString4  string                             `protobuf:"bytes,2,opt,name=f_string4,json=fString4,proto3" json:"f_string4,omitempty"`
	FMessage2 *InlineMessageCycle2_EmbedMessage2 `protobuf:"bytes,3,opt,name=f_message2,json=fMessage2,proto3" json:"f_message2,omitempty"`
	// contains filtered or unexported fields
}

func (*InlineMessageCycle2_EmbedMessage1) Descriptor deprecated

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

Deprecated: Use InlineMessageCycle2_EmbedMessage1.ProtoReflect.Descriptor instead.

func (*InlineMessageCycle2_EmbedMessage1) GetFMessage2

func (*InlineMessageCycle2_EmbedMessage1) GetFString3

func (x *InlineMessageCycle2_EmbedMessage1) GetFString3() string

func (*InlineMessageCycle2_EmbedMessage1) GetFString4

func (x *InlineMessageCycle2_EmbedMessage1) GetFString4() string

func (*InlineMessageCycle2_EmbedMessage1) MarshalJSON

func (x *InlineMessageCycle2_EmbedMessage1) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message EmbedMessage1 in file tests/proto/cases/boundary/cycle2.proto

func (*InlineMessageCycle2_EmbedMessage1) ProtoMessage

func (*InlineMessageCycle2_EmbedMessage1) ProtoMessage()

func (*InlineMessageCycle2_EmbedMessage1) ProtoReflect

func (*InlineMessageCycle2_EmbedMessage1) Reset

func (*InlineMessageCycle2_EmbedMessage1) String

func (*InlineMessageCycle2_EmbedMessage1) UnmarshalJSON

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

UnmarshalJSON implements json.Unmarshaler for proto message EmbedMessage1 in file tests/proto/cases/boundary/cycle2.proto

type InlineMessageCycle2_EmbedMessage2

type InlineMessageCycle2_EmbedMessage2 struct {
	FString5  string               `protobuf:"bytes,1,opt,name=f_string5,json=fString5,proto3" json:"f_string5,omitempty"`
	FString6  string               `protobuf:"bytes,2,opt,name=f_string6,json=fString6,proto3" json:"f_string6,omitempty"`
	FMessage3 *InlineMessageCycle2 `protobuf:"bytes,3,opt,name=f_message3,json=fMessage3,proto3" json:"f_message3,omitempty"`
	// contains filtered or unexported fields
}

func (*InlineMessageCycle2_EmbedMessage2) Descriptor deprecated

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

Deprecated: Use InlineMessageCycle2_EmbedMessage2.ProtoReflect.Descriptor instead.

func (*InlineMessageCycle2_EmbedMessage2) GetFMessage3

func (*InlineMessageCycle2_EmbedMessage2) GetFString5

func (x *InlineMessageCycle2_EmbedMessage2) GetFString5() string

func (*InlineMessageCycle2_EmbedMessage2) GetFString6

func (x *InlineMessageCycle2_EmbedMessage2) GetFString6() string

func (*InlineMessageCycle2_EmbedMessage2) MarshalJSON

func (x *InlineMessageCycle2_EmbedMessage2) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message EmbedMessage2 in file tests/proto/cases/boundary/cycle2.proto

func (*InlineMessageCycle2_EmbedMessage2) ProtoMessage

func (*InlineMessageCycle2_EmbedMessage2) ProtoMessage()

func (*InlineMessageCycle2_EmbedMessage2) ProtoReflect

func (*InlineMessageCycle2_EmbedMessage2) Reset

func (*InlineMessageCycle2_EmbedMessage2) String

func (*InlineMessageCycle2_EmbedMessage2) UnmarshalJSON

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

UnmarshalJSON implements json.Unmarshaler for proto message EmbedMessage2 in file tests/proto/cases/boundary/cycle2.proto

type InlineMessageCycle3

type InlineMessageCycle3 struct {
	FString1  string                             `protobuf:"bytes,1,opt,name=f_string1,json=fString1,proto3" json:"f_string1,omitempty"`
	FString2  string                             `protobuf:"bytes,2,opt,name=f_string2,json=fString2,proto3" json:"f_string2,omitempty"`
	FMessage1 *InlineMessageCycle3_EmbedMessage1 `protobuf:"bytes,3,opt,name=f_message1,json=fMessage1,proto3" json:"f_message1,omitempty"`
	// contains filtered or unexported fields
}

func (*InlineMessageCycle3) Descriptor deprecated

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

Deprecated: Use InlineMessageCycle3.ProtoReflect.Descriptor instead.

func (*InlineMessageCycle3) GetFMessage1

func (*InlineMessageCycle3) GetFString1

func (x *InlineMessageCycle3) GetFString1() string

func (*InlineMessageCycle3) GetFString2

func (x *InlineMessageCycle3) GetFString2() string

func (*InlineMessageCycle3) MarshalJSON

func (x *InlineMessageCycle3) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message InlineMessageCycle3 in file tests/proto/cases/boundary/cycle3.proto

func (*InlineMessageCycle3) ProtoMessage

func (*InlineMessageCycle3) ProtoMessage()

func (*InlineMessageCycle3) ProtoReflect

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

func (*InlineMessageCycle3) Reset

func (x *InlineMessageCycle3) Reset()

func (*InlineMessageCycle3) String

func (x *InlineMessageCycle3) String() string

func (*InlineMessageCycle3) UnmarshalJSON

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

UnmarshalJSON implements json.Unmarshaler for proto message InlineMessageCycle3 in file tests/proto/cases/boundary/cycle3.proto

type InlineMessageCycle3_EmbedMessage1

type InlineMessageCycle3_EmbedMessage1 struct {
	FString3  string                             `protobuf:"bytes,1,opt,name=f_string3,json=fString3,proto3" json:"f_string3,omitempty"`
	FString4  string                             `protobuf:"bytes,2,opt,name=f_string4,json=fString4,proto3" json:"f_string4,omitempty"`
	FMessage2 *InlineMessageCycle3_EmbedMessage2 `protobuf:"bytes,3,opt,name=f_message2,json=fMessage2,proto3" json:"f_message2,omitempty"`
	// contains filtered or unexported fields
}

func (*InlineMessageCycle3_EmbedMessage1) Descriptor deprecated

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

Deprecated: Use InlineMessageCycle3_EmbedMessage1.ProtoReflect.Descriptor instead.

func (*InlineMessageCycle3_EmbedMessage1) GetFMessage2

func (*InlineMessageCycle3_EmbedMessage1) GetFString3

func (x *InlineMessageCycle3_EmbedMessage1) GetFString3() string

func (*InlineMessageCycle3_EmbedMessage1) GetFString4

func (x *InlineMessageCycle3_EmbedMessage1) GetFString4() string

func (*InlineMessageCycle3_EmbedMessage1) MarshalJSON

func (x *InlineMessageCycle3_EmbedMessage1) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message EmbedMessage1 in file tests/proto/cases/boundary/cycle3.proto

func (*InlineMessageCycle3_EmbedMessage1) ProtoMessage

func (*InlineMessageCycle3_EmbedMessage1) ProtoMessage()

func (*InlineMessageCycle3_EmbedMessage1) ProtoReflect

func (*InlineMessageCycle3_EmbedMessage1) Reset

func (*InlineMessageCycle3_EmbedMessage1) String

func (*InlineMessageCycle3_EmbedMessage1) UnmarshalJSON

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

UnmarshalJSON implements json.Unmarshaler for proto message EmbedMessage1 in file tests/proto/cases/boundary/cycle3.proto

type InlineMessageCycle3_EmbedMessage2

type InlineMessageCycle3_EmbedMessage2 struct {
	FString5  string                             `protobuf:"bytes,1,opt,name=f_string5,json=fString5,proto3" json:"f_string5,omitempty"`
	FString6  string                             `protobuf:"bytes,2,opt,name=f_string6,json=fString6,proto3" json:"f_string6,omitempty"`
	FMessage3 *InlineMessageCycle3_EmbedMessage1 `protobuf:"bytes,3,opt,name=f_message3,json=fMessage3,proto3" json:"f_message3,omitempty"`
	// contains filtered or unexported fields
}

func (*InlineMessageCycle3_EmbedMessage2) Descriptor deprecated

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

Deprecated: Use InlineMessageCycle3_EmbedMessage2.ProtoReflect.Descriptor instead.

func (*InlineMessageCycle3_EmbedMessage2) GetFMessage3

func (*InlineMessageCycle3_EmbedMessage2) GetFString5

func (x *InlineMessageCycle3_EmbedMessage2) GetFString5() string

func (*InlineMessageCycle3_EmbedMessage2) GetFString6

func (x *InlineMessageCycle3_EmbedMessage2) GetFString6() string

func (*InlineMessageCycle3_EmbedMessage2) MarshalJSON

func (x *InlineMessageCycle3_EmbedMessage2) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message EmbedMessage2 in file tests/proto/cases/boundary/cycle3.proto

func (*InlineMessageCycle3_EmbedMessage2) ProtoMessage

func (*InlineMessageCycle3_EmbedMessage2) ProtoMessage()

func (*InlineMessageCycle3_EmbedMessage2) ProtoReflect

func (*InlineMessageCycle3_EmbedMessage2) Reset

func (*InlineMessageCycle3_EmbedMessage2) String

func (*InlineMessageCycle3_EmbedMessage2) UnmarshalJSON

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

UnmarshalJSON implements json.Unmarshaler for proto message EmbedMessage2 in file tests/proto/cases/boundary/cycle3.proto

type InlineMessageCycle4

type InlineMessageCycle4 struct {
	FString1  string                             `protobuf:"bytes,1,opt,name=f_string1,json=fString1,proto3" json:"f_string1,omitempty"`
	FString2  string                             `protobuf:"bytes,2,opt,name=f_string2,json=fString2,proto3" json:"f_string2,omitempty"`
	FMessage1 *InlineMessageCycle4_EmbedMessage1 `protobuf:"bytes,3,opt,name=f_message1,json=fMessage1,proto3" json:"f_message1,omitempty"`
	// contains filtered or unexported fields
}

func (*InlineMessageCycle4) Descriptor deprecated

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

Deprecated: Use InlineMessageCycle4.ProtoReflect.Descriptor instead.

func (*InlineMessageCycle4) GetFMessage1

func (*InlineMessageCycle4) GetFString1

func (x *InlineMessageCycle4) GetFString1() string

func (*InlineMessageCycle4) GetFString2

func (x *InlineMessageCycle4) GetFString2() string

func (*InlineMessageCycle4) MarshalJSON

func (x *InlineMessageCycle4) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message InlineMessageCycle4 in file tests/proto/cases/boundary/cycle4.proto

func (*InlineMessageCycle4) ProtoMessage

func (*InlineMessageCycle4) ProtoMessage()

func (*InlineMessageCycle4) ProtoReflect

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

func (*InlineMessageCycle4) Reset

func (x *InlineMessageCycle4) Reset()

func (*InlineMessageCycle4) String

func (x *InlineMessageCycle4) String() string

func (*InlineMessageCycle4) UnmarshalJSON

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

UnmarshalJSON implements json.Unmarshaler for proto message InlineMessageCycle4 in file tests/proto/cases/boundary/cycle4.proto

type InlineMessageCycle4_EmbedMessage1

type InlineMessageCycle4_EmbedMessage1 struct {
	FString3 string `protobuf:"bytes,1,opt,name=f_string3,json=fString3,proto3" json:"f_string3,omitempty"`
	FString4 string `protobuf:"bytes,2,opt,name=f_string4,json=fString4,proto3" json:"f_string4,omitempty"`
	// Types that are assignable to OneType2:
	//	*InlineMessageCycle4_EmbedMessage1_FMessage2
	//	*InlineMessageCycle4_EmbedMessage1_FString5
	//	*InlineMessageCycle4_EmbedMessage1_FString6
	OneType2 isInlineMessageCycle4_EmbedMessage1_OneType2 `protobuf_oneof:"OneType2"`
	// contains filtered or unexported fields
}

func (*InlineMessageCycle4_EmbedMessage1) Descriptor deprecated

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

Deprecated: Use InlineMessageCycle4_EmbedMessage1.ProtoReflect.Descriptor instead.

func (*InlineMessageCycle4_EmbedMessage1) GetFMessage2

func (*InlineMessageCycle4_EmbedMessage1) GetFString3

func (x *InlineMessageCycle4_EmbedMessage1) GetFString3() string

func (*InlineMessageCycle4_EmbedMessage1) GetFString4

func (x *InlineMessageCycle4_EmbedMessage1) GetFString4() string

func (*InlineMessageCycle4_EmbedMessage1) GetFString5

func (x *InlineMessageCycle4_EmbedMessage1) GetFString5() string

func (*InlineMessageCycle4_EmbedMessage1) GetFString6

func (x *InlineMessageCycle4_EmbedMessage1) GetFString6() string

func (*InlineMessageCycle4_EmbedMessage1) GetOneType2

func (m *InlineMessageCycle4_EmbedMessage1) GetOneType2() isInlineMessageCycle4_EmbedMessage1_OneType2

func (*InlineMessageCycle4_EmbedMessage1) MarshalJSON

func (x *InlineMessageCycle4_EmbedMessage1) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message EmbedMessage1 in file tests/proto/cases/boundary/cycle4.proto

func (*InlineMessageCycle4_EmbedMessage1) ProtoMessage

func (*InlineMessageCycle4_EmbedMessage1) ProtoMessage()

func (*InlineMessageCycle4_EmbedMessage1) ProtoReflect

func (*InlineMessageCycle4_EmbedMessage1) Reset

func (*InlineMessageCycle4_EmbedMessage1) String

func (*InlineMessageCycle4_EmbedMessage1) UnmarshalJSON

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

UnmarshalJSON implements json.Unmarshaler for proto message EmbedMessage1 in file tests/proto/cases/boundary/cycle4.proto

type InlineMessageCycle4_EmbedMessage1_FMessage2

type InlineMessageCycle4_EmbedMessage1_FMessage2 struct {
	FMessage2 *InlineMessageCycle4 `protobuf:"bytes,3,opt,name=f_message2,json=fMessage2,proto3,oneof"`
}

type InlineMessageCycle4_EmbedMessage1_FString5

type InlineMessageCycle4_EmbedMessage1_FString5 struct {
	FString5 string `protobuf:"bytes,4,opt,name=f_string5,json=fString5,proto3,oneof"`
}

type InlineMessageCycle4_EmbedMessage1_FString6

type InlineMessageCycle4_EmbedMessage1_FString6 struct {
	FString6 string `protobuf:"bytes,5,opt,name=f_string6,json=fString6,proto3,oneof"`
}

type InlineMessageCycle5

type InlineMessageCycle5 struct {
	FString1  string                             `protobuf:"bytes,1,opt,name=f_string1,json=fString1,proto3" json:"f_string1,omitempty"`
	FString2  string                             `protobuf:"bytes,2,opt,name=f_string2,json=fString2,proto3" json:"f_string2,omitempty"`
	FMessage1 *InlineMessageCycle5_EmbedMessage1 `protobuf:"bytes,3,opt,name=f_message1,json=fMessage1,proto3" json:"f_message1,omitempty"`
	// contains filtered or unexported fields
}

func (*InlineMessageCycle5) Descriptor deprecated

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

Deprecated: Use InlineMessageCycle5.ProtoReflect.Descriptor instead.

func (*InlineMessageCycle5) GetFMessage1

func (*InlineMessageCycle5) GetFString1

func (x *InlineMessageCycle5) GetFString1() string

func (*InlineMessageCycle5) GetFString2

func (x *InlineMessageCycle5) GetFString2() string

func (*InlineMessageCycle5) MarshalJSON

func (x *InlineMessageCycle5) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message InlineMessageCycle5 in file tests/proto/cases/boundary/cycle5.proto

func (*InlineMessageCycle5) ProtoMessage

func (*InlineMessageCycle5) ProtoMessage()

func (*InlineMessageCycle5) ProtoReflect

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

func (*InlineMessageCycle5) Reset

func (x *InlineMessageCycle5) Reset()

func (*InlineMessageCycle5) String

func (x *InlineMessageCycle5) String() string

func (*InlineMessageCycle5) UnmarshalJSON

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

UnmarshalJSON implements json.Unmarshaler for proto message InlineMessageCycle5 in file tests/proto/cases/boundary/cycle5.proto

type InlineMessageCycle5_EmbedMessage1

type InlineMessageCycle5_EmbedMessage1 struct {
	FString3 string `protobuf:"bytes,1,opt,name=f_string3,json=fString3,proto3" json:"f_string3,omitempty"`
	FString4 string `protobuf:"bytes,2,opt,name=f_string4,json=fString4,proto3" json:"f_string4,omitempty"`
	// Types that are assignable to OneType2:
	//	*InlineMessageCycle5_EmbedMessage1_FMessage2
	//	*InlineMessageCycle5_EmbedMessage1_FString5
	//	*InlineMessageCycle5_EmbedMessage1_FString6
	OneType2 isInlineMessageCycle5_EmbedMessage1_OneType2 `protobuf_oneof:"OneType2"`
	// contains filtered or unexported fields
}

func (*InlineMessageCycle5_EmbedMessage1) Descriptor deprecated

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

Deprecated: Use InlineMessageCycle5_EmbedMessage1.ProtoReflect.Descriptor instead.

func (*InlineMessageCycle5_EmbedMessage1) GetFMessage2

func (*InlineMessageCycle5_EmbedMessage1) GetFString3

func (x *InlineMessageCycle5_EmbedMessage1) GetFString3() string

func (*InlineMessageCycle5_EmbedMessage1) GetFString4

func (x *InlineMessageCycle5_EmbedMessage1) GetFString4() string

func (*InlineMessageCycle5_EmbedMessage1) GetFString5

func (x *InlineMessageCycle5_EmbedMessage1) GetFString5() string

func (*InlineMessageCycle5_EmbedMessage1) GetFString6

func (x *InlineMessageCycle5_EmbedMessage1) GetFString6() string

func (*InlineMessageCycle5_EmbedMessage1) GetOneType2

func (m *InlineMessageCycle5_EmbedMessage1) GetOneType2() isInlineMessageCycle5_EmbedMessage1_OneType2

func (*InlineMessageCycle5_EmbedMessage1) MarshalJSON

func (x *InlineMessageCycle5_EmbedMessage1) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message EmbedMessage1 in file tests/proto/cases/boundary/cycle5.proto

func (*InlineMessageCycle5_EmbedMessage1) ProtoMessage

func (*InlineMessageCycle5_EmbedMessage1) ProtoMessage()

func (*InlineMessageCycle5_EmbedMessage1) ProtoReflect

func (*InlineMessageCycle5_EmbedMessage1) Reset

func (*InlineMessageCycle5_EmbedMessage1) String

func (*InlineMessageCycle5_EmbedMessage1) UnmarshalJSON

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

UnmarshalJSON implements json.Unmarshaler for proto message EmbedMessage1 in file tests/proto/cases/boundary/cycle5.proto

type InlineMessageCycle5_EmbedMessage1_FMessage2

type InlineMessageCycle5_EmbedMessage1_FMessage2 struct {
	FMessage2 *InlineMessageCycle5 `protobuf:"bytes,3,opt,name=f_message2,json=fMessage2,proto3,oneof"`
}

type InlineMessageCycle5_EmbedMessage1_FString5

type InlineMessageCycle5_EmbedMessage1_FString5 struct {
	FString5 string `protobuf:"bytes,4,opt,name=f_string5,json=fString5,proto3,oneof"`
}

type InlineMessageCycle5_EmbedMessage1_FString6

type InlineMessageCycle5_EmbedMessage1_FString6 struct {
	FString6 string `protobuf:"bytes,5,opt,name=f_string6,json=fString6,proto3,oneof"`
}

type InlineMessageCycle6

type InlineMessageCycle6 struct {
	FString1  string                             `protobuf:"bytes,1,opt,name=f_string1,json=fString1,proto3" json:"f_string1,omitempty"`
	FString2  string                             `protobuf:"bytes,2,opt,name=f_string2,json=fString2,proto3" json:"f_string2,omitempty"`
	FMessage1 *InlineMessageCycle6_EmbedMessage1 `protobuf:"bytes,3,opt,name=f_message1,json=fMessage1,proto3" json:"f_message1,omitempty"`
	// contains filtered or unexported fields
}

func (*InlineMessageCycle6) Descriptor deprecated

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

Deprecated: Use InlineMessageCycle6.ProtoReflect.Descriptor instead.

func (*InlineMessageCycle6) GetFMessage1

func (*InlineMessageCycle6) GetFString1

func (x *InlineMessageCycle6) GetFString1() string

func (*InlineMessageCycle6) GetFString2

func (x *InlineMessageCycle6) GetFString2() string

func (*InlineMessageCycle6) MarshalJSON

func (x *InlineMessageCycle6) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message InlineMessageCycle6 in file tests/proto/cases/boundary/cycle6.proto

func (*InlineMessageCycle6) ProtoMessage

func (*InlineMessageCycle6) ProtoMessage()

func (*InlineMessageCycle6) ProtoReflect

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

func (*InlineMessageCycle6) Reset

func (x *InlineMessageCycle6) Reset()

func (*InlineMessageCycle6) String

func (x *InlineMessageCycle6) String() string

func (*InlineMessageCycle6) UnmarshalJSON

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

UnmarshalJSON implements json.Unmarshaler for proto message InlineMessageCycle6 in file tests/proto/cases/boundary/cycle6.proto

type InlineMessageCycle6_EmbedMessage1

type InlineMessageCycle6_EmbedMessage1 struct {
	FString3 string `protobuf:"bytes,1,opt,name=f_string3,json=fString3,proto3" json:"f_string3,omitempty"`
	FString4 string `protobuf:"bytes,2,opt,name=f_string4,json=fString4,proto3" json:"f_string4,omitempty"`
	// Types that are assignable to OneType2:
	//	*InlineMessageCycle6_EmbedMessage1_FMessage2
	//	*InlineMessageCycle6_EmbedMessage1_FString5
	//	*InlineMessageCycle6_EmbedMessage1_FString6
	OneType2 isInlineMessageCycle6_EmbedMessage1_OneType2 `protobuf_oneof:"OneType2"`
	// contains filtered or unexported fields
}

func (*InlineMessageCycle6_EmbedMessage1) Descriptor deprecated

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

Deprecated: Use InlineMessageCycle6_EmbedMessage1.ProtoReflect.Descriptor instead.

func (*InlineMessageCycle6_EmbedMessage1) GetFMessage2

func (*InlineMessageCycle6_EmbedMessage1) GetFString3

func (x *InlineMessageCycle6_EmbedMessage1) GetFString3() string

func (*InlineMessageCycle6_EmbedMessage1) GetFString4

func (x *InlineMessageCycle6_EmbedMessage1) GetFString4() string

func (*InlineMessageCycle6_EmbedMessage1) GetFString5

func (x *InlineMessageCycle6_EmbedMessage1) GetFString5() string

func (*InlineMessageCycle6_EmbedMessage1) GetFString6

func (x *InlineMessageCycle6_EmbedMessage1) GetFString6() string

func (*InlineMessageCycle6_EmbedMessage1) GetOneType2

func (m *InlineMessageCycle6_EmbedMessage1) GetOneType2() isInlineMessageCycle6_EmbedMessage1_OneType2

func (*InlineMessageCycle6_EmbedMessage1) MarshalJSON

func (x *InlineMessageCycle6_EmbedMessage1) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message EmbedMessage1 in file tests/proto/cases/boundary/cycle6.proto

func (*InlineMessageCycle6_EmbedMessage1) ProtoMessage

func (*InlineMessageCycle6_EmbedMessage1) ProtoMessage()

func (*InlineMessageCycle6_EmbedMessage1) ProtoReflect

func (*InlineMessageCycle6_EmbedMessage1) Reset

func (*InlineMessageCycle6_EmbedMessage1) String

func (*InlineMessageCycle6_EmbedMessage1) UnmarshalJSON

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

UnmarshalJSON implements json.Unmarshaler for proto message EmbedMessage1 in file tests/proto/cases/boundary/cycle6.proto

type InlineMessageCycle6_EmbedMessage1_FMessage2

type InlineMessageCycle6_EmbedMessage1_FMessage2 struct {
	FMessage2 *InlineMessageCycle6_EmbedMessage2 `protobuf:"bytes,3,opt,name=f_message2,json=fMessage2,proto3,oneof"`
}

type InlineMessageCycle6_EmbedMessage1_FString5

type InlineMessageCycle6_EmbedMessage1_FString5 struct {
	FString5 string `protobuf:"bytes,4,opt,name=f_string5,json=fString5,proto3,oneof"`
}

type InlineMessageCycle6_EmbedMessage1_FString6

type InlineMessageCycle6_EmbedMessage1_FString6 struct {
	FString6 string `protobuf:"bytes,5,opt,name=f_string6,json=fString6,proto3,oneof"`
}

type InlineMessageCycle6_EmbedMessage2

type InlineMessageCycle6_EmbedMessage2 struct {
	FString7 string `protobuf:"bytes,1,opt,name=f_string7,json=fString7,proto3" json:"f_string7,omitempty"`
	FString8 string `protobuf:"bytes,2,opt,name=f_string8,json=fString8,proto3" json:"f_string8,omitempty"`
	// Types that are assignable to OneType3:
	//	*InlineMessageCycle6_EmbedMessage2_FMessage3
	//	*InlineMessageCycle6_EmbedMessage2_FString9
	//	*InlineMessageCycle6_EmbedMessage2_FString10
	OneType3 isInlineMessageCycle6_EmbedMessage2_OneType3 `protobuf_oneof:"OneType3"`
	// contains filtered or unexported fields
}

func (*InlineMessageCycle6_EmbedMessage2) Descriptor deprecated

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

Deprecated: Use InlineMessageCycle6_EmbedMessage2.ProtoReflect.Descriptor instead.

func (*InlineMessageCycle6_EmbedMessage2) GetFMessage3

func (*InlineMessageCycle6_EmbedMessage2) GetFString10

func (x *InlineMessageCycle6_EmbedMessage2) GetFString10() string

func (*InlineMessageCycle6_EmbedMessage2) GetFString7

func (x *InlineMessageCycle6_EmbedMessage2) GetFString7() string

func (*InlineMessageCycle6_EmbedMessage2) GetFString8

func (x *InlineMessageCycle6_EmbedMessage2) GetFString8() string

func (*InlineMessageCycle6_EmbedMessage2) GetFString9

func (x *InlineMessageCycle6_EmbedMessage2) GetFString9() string

func (*InlineMessageCycle6_EmbedMessage2) GetOneType3

func (m *InlineMessageCycle6_EmbedMessage2) GetOneType3() isInlineMessageCycle6_EmbedMessage2_OneType3

func (*InlineMessageCycle6_EmbedMessage2) MarshalJSON

func (x *InlineMessageCycle6_EmbedMessage2) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message EmbedMessage2 in file tests/proto/cases/boundary/cycle6.proto

func (*InlineMessageCycle6_EmbedMessage2) ProtoMessage

func (*InlineMessageCycle6_EmbedMessage2) ProtoMessage()

func (*InlineMessageCycle6_EmbedMessage2) ProtoReflect

func (*InlineMessageCycle6_EmbedMessage2) Reset

func (*InlineMessageCycle6_EmbedMessage2) String

func (*InlineMessageCycle6_EmbedMessage2) UnmarshalJSON

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

UnmarshalJSON implements json.Unmarshaler for proto message EmbedMessage2 in file tests/proto/cases/boundary/cycle6.proto

type InlineMessageCycle6_EmbedMessage2_FMessage3

type InlineMessageCycle6_EmbedMessage2_FMessage3 struct {
	FMessage3 *InlineMessageCycle6 `protobuf:"bytes,3,opt,name=f_message3,json=fMessage3,proto3,oneof"`
}

type InlineMessageCycle6_EmbedMessage2_FString10

type InlineMessageCycle6_EmbedMessage2_FString10 struct {
	FString10 string `protobuf:"bytes,5,opt,name=f_string10,json=fString10,proto3,oneof"`
}

type InlineMessageCycle6_EmbedMessage2_FString9

type InlineMessageCycle6_EmbedMessage2_FString9 struct {
	FString9 string `protobuf:"bytes,4,opt,name=f_string9,json=fString9,proto3,oneof"`
}

type InlineMessageCycle7

type InlineMessageCycle7 struct {
	FString1  string                             `protobuf:"bytes,1,opt,name=f_string1,json=fString1,proto3" json:"f_string1,omitempty"`
	FString2  string                             `protobuf:"bytes,2,opt,name=f_string2,json=fString2,proto3" json:"f_string2,omitempty"`
	FMessage1 *InlineMessageCycle7_EmbedMessage1 `protobuf:"bytes,3,opt,name=f_message1,json=fMessage1,proto3" json:"f_message1,omitempty"`
	// contains filtered or unexported fields
}

func (*InlineMessageCycle7) Descriptor deprecated

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

Deprecated: Use InlineMessageCycle7.ProtoReflect.Descriptor instead.

func (*InlineMessageCycle7) GetFMessage1

func (*InlineMessageCycle7) GetFString1

func (x *InlineMessageCycle7) GetFString1() string

func (*InlineMessageCycle7) GetFString2

func (x *InlineMessageCycle7) GetFString2() string

func (*InlineMessageCycle7) MarshalJSON

func (x *InlineMessageCycle7) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message InlineMessageCycle7 in file tests/proto/cases/boundary/cycle7.proto

func (*InlineMessageCycle7) ProtoMessage

func (*InlineMessageCycle7) ProtoMessage()

func (*InlineMessageCycle7) ProtoReflect

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

func (*InlineMessageCycle7) Reset

func (x *InlineMessageCycle7) Reset()

func (*InlineMessageCycle7) String

func (x *InlineMessageCycle7) String() string

func (*InlineMessageCycle7) UnmarshalJSON

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

UnmarshalJSON implements json.Unmarshaler for proto message InlineMessageCycle7 in file tests/proto/cases/boundary/cycle7.proto

type InlineMessageCycle7_EmbedMessage1

type InlineMessageCycle7_EmbedMessage1 struct {
	FString3 string `protobuf:"bytes,1,opt,name=f_string3,json=fString3,proto3" json:"f_string3,omitempty"`
	FString4 string `protobuf:"bytes,2,opt,name=f_string4,json=fString4,proto3" json:"f_string4,omitempty"`
	// Types that are assignable to OneType2:
	//	*InlineMessageCycle7_EmbedMessage1_FMessage2
	//	*InlineMessageCycle7_EmbedMessage1_FString5
	//	*InlineMessageCycle7_EmbedMessage1_FString6
	OneType2 isInlineMessageCycle7_EmbedMessage1_OneType2 `protobuf_oneof:"OneType2"`
	// contains filtered or unexported fields
}

func (*InlineMessageCycle7_EmbedMessage1) Descriptor deprecated

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

Deprecated: Use InlineMessageCycle7_EmbedMessage1.ProtoReflect.Descriptor instead.

func (*InlineMessageCycle7_EmbedMessage1) GetFMessage2

func (*InlineMessageCycle7_EmbedMessage1) GetFString3

func (x *InlineMessageCycle7_EmbedMessage1) GetFString3() string

func (*InlineMessageCycle7_EmbedMessage1) GetFString4

func (x *InlineMessageCycle7_EmbedMessage1) GetFString4() string

func (*InlineMessageCycle7_EmbedMessage1) GetFString5

func (x *InlineMessageCycle7_EmbedMessage1) GetFString5() string

func (*InlineMessageCycle7_EmbedMessage1) GetFString6

func (x *InlineMessageCycle7_EmbedMessage1) GetFString6() string

func (*InlineMessageCycle7_EmbedMessage1) GetOneType2

func (m *InlineMessageCycle7_EmbedMessage1) GetOneType2() isInlineMessageCycle7_EmbedMessage1_OneType2

func (*InlineMessageCycle7_EmbedMessage1) MarshalJSON

func (x *InlineMessageCycle7_EmbedMessage1) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message EmbedMessage1 in file tests/proto/cases/boundary/cycle7.proto

func (*InlineMessageCycle7_EmbedMessage1) ProtoMessage

func (*InlineMessageCycle7_EmbedMessage1) ProtoMessage()

func (*InlineMessageCycle7_EmbedMessage1) ProtoReflect

func (*InlineMessageCycle7_EmbedMessage1) Reset

func (*InlineMessageCycle7_EmbedMessage1) String

func (*InlineMessageCycle7_EmbedMessage1) UnmarshalJSON

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

UnmarshalJSON implements json.Unmarshaler for proto message EmbedMessage1 in file tests/proto/cases/boundary/cycle7.proto

type InlineMessageCycle7_EmbedMessage1_FMessage2

type InlineMessageCycle7_EmbedMessage1_FMessage2 struct {
	FMessage2 *InlineMessageCycle7_EmbedMessage2 `protobuf:"bytes,3,opt,name=f_message2,json=fMessage2,proto3,oneof"`
}

type InlineMessageCycle7_EmbedMessage1_FString5

type InlineMessageCycle7_EmbedMessage1_FString5 struct {
	FString5 string `protobuf:"bytes,4,opt,name=f_string5,json=fString5,proto3,oneof"`
}

type InlineMessageCycle7_EmbedMessage1_FString6

type InlineMessageCycle7_EmbedMessage1_FString6 struct {
	FString6 string `protobuf:"bytes,5,opt,name=f_string6,json=fString6,proto3,oneof"`
}

type InlineMessageCycle7_EmbedMessage2

type InlineMessageCycle7_EmbedMessage2 struct {
	FString7 string `protobuf:"bytes,1,opt,name=f_string7,json=fString7,proto3" json:"f_string7,omitempty"`
	FString8 string `protobuf:"bytes,2,opt,name=f_string8,json=fString8,proto3" json:"f_string8,omitempty"`
	// Types that are assignable to OneType3:
	//	*InlineMessageCycle7_EmbedMessage2_FMessage3
	//	*InlineMessageCycle7_EmbedMessage2_FString9
	//	*InlineMessageCycle7_EmbedMessage2_FString10
	OneType3 isInlineMessageCycle7_EmbedMessage2_OneType3 `protobuf_oneof:"OneType3"`
	// contains filtered or unexported fields
}

func (*InlineMessageCycle7_EmbedMessage2) Descriptor deprecated

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

Deprecated: Use InlineMessageCycle7_EmbedMessage2.ProtoReflect.Descriptor instead.

func (*InlineMessageCycle7_EmbedMessage2) GetFMessage3

func (*InlineMessageCycle7_EmbedMessage2) GetFString10

func (x *InlineMessageCycle7_EmbedMessage2) GetFString10() string

func (*InlineMessageCycle7_EmbedMessage2) GetFString7

func (x *InlineMessageCycle7_EmbedMessage2) GetFString7() string

func (*InlineMessageCycle7_EmbedMessage2) GetFString8

func (x *InlineMessageCycle7_EmbedMessage2) GetFString8() string

func (*InlineMessageCycle7_EmbedMessage2) GetFString9

func (x *InlineMessageCycle7_EmbedMessage2) GetFString9() string

func (*InlineMessageCycle7_EmbedMessage2) GetOneType3

func (m *InlineMessageCycle7_EmbedMessage2) GetOneType3() isInlineMessageCycle7_EmbedMessage2_OneType3

func (*InlineMessageCycle7_EmbedMessage2) MarshalJSON

func (x *InlineMessageCycle7_EmbedMessage2) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message EmbedMessage2 in file tests/proto/cases/boundary/cycle7.proto

func (*InlineMessageCycle7_EmbedMessage2) ProtoMessage

func (*InlineMessageCycle7_EmbedMessage2) ProtoMessage()

func (*InlineMessageCycle7_EmbedMessage2) ProtoReflect

func (*InlineMessageCycle7_EmbedMessage2) Reset

func (*InlineMessageCycle7_EmbedMessage2) String

func (*InlineMessageCycle7_EmbedMessage2) UnmarshalJSON

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

UnmarshalJSON implements json.Unmarshaler for proto message EmbedMessage2 in file tests/proto/cases/boundary/cycle7.proto

type InlineMessageCycle7_EmbedMessage2_FMessage3

type InlineMessageCycle7_EmbedMessage2_FMessage3 struct {
	FMessage3 *InlineMessageCycle7 `protobuf:"bytes,3,opt,name=f_message3,json=fMessage3,proto3,oneof"`
}

type InlineMessageCycle7_EmbedMessage2_FString10

type InlineMessageCycle7_EmbedMessage2_FString10 struct {
	FString10 string `protobuf:"bytes,5,opt,name=f_string10,json=fString10,proto3,oneof"`
}

type InlineMessageCycle7_EmbedMessage2_FString9

type InlineMessageCycle7_EmbedMessage2_FString9 struct {
	FString9 string `protobuf:"bytes,4,opt,name=f_string9,json=fString9,proto3,oneof"`
}

type Map1

type Map1 struct {
	MString1 map[string]string `` /* 173-byte string literal not displayed */
	// contains filtered or unexported fields
}

Map1 for test cases: 1. The field is not empty and the content is null in JSON. 2. The field is not empty and the content is empty in JSON. 3. The length of field is less than the content in JSON. 4. The length of field is greater than the content in JSON.

func (*Map1) Descriptor deprecated

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

Deprecated: Use Map1.ProtoReflect.Descriptor instead.

func (*Map1) GetMString1

func (x *Map1) GetMString1() map[string]string

func (*Map1) MarshalJSON

func (x *Map1) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message Map1 in file tests/proto/cases/boundary/boundary1.proto

func (*Map1) ProtoMessage

func (*Map1) ProtoMessage()

func (*Map1) ProtoReflect

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

func (*Map1) Reset

func (x *Map1) Reset()

func (*Map1) String

func (x *Map1) String() string

func (*Map1) UnmarshalJSON

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

UnmarshalJSON implements json.Unmarshaler for proto message Map1 in file tests/proto/cases/boundary/boundary1.proto

type Message1

type Message1 struct {
	FString1 string `protobuf:"bytes,1,opt,name=f_string1,json=fString1,proto3" json:"f_string1,omitempty"`
	FString2 string `protobuf:"bytes,2,opt,name=f_string2,json=fString2,proto3" json:"f_string2,omitempty"`
	FString3 string `protobuf:"bytes,3,opt,name=f_string3,json=fString3,proto3" json:"f_string3,omitempty"`
	// contains filtered or unexported fields
}

func (*Message1) Descriptor deprecated

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

Deprecated: Use Message1.ProtoReflect.Descriptor instead.

func (*Message1) GetFString1

func (x *Message1) GetFString1() string

func (*Message1) GetFString2

func (x *Message1) GetFString2() string

func (*Message1) GetFString3

func (x *Message1) GetFString3() string

func (*Message1) MarshalJSON

func (x *Message1) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message Message1 in file tests/proto/cases/boundary/boundary1.proto

func (*Message1) ProtoMessage

func (*Message1) ProtoMessage()

func (*Message1) ProtoReflect

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

func (*Message1) Reset

func (x *Message1) Reset()

func (*Message1) String

func (x *Message1) String() string

func (*Message1) UnmarshalJSON

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

UnmarshalJSON implements json.Unmarshaler for proto message Message1 in file tests/proto/cases/boundary/boundary1.proto

type Repeated1

type Repeated1 struct {
	RString1 []string `protobuf:"bytes,1,rep,name=r_string1,json=rString1,proto3" json:"r_string1,omitempty"`
	// contains filtered or unexported fields
}

Repeated1 for test cases: 1. The field is not empty and the content is null in JSON. 2. The field is not empty and the content is empty in JSON. 3. The length of field is less than the content in JSON. 4. The length of field is greater than the content in JSON.

func (*Repeated1) Descriptor deprecated

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

Deprecated: Use Repeated1.ProtoReflect.Descriptor instead.

func (*Repeated1) GetRString1

func (x *Repeated1) GetRString1() []string

func (*Repeated1) MarshalJSON

func (x *Repeated1) MarshalJSON() ([]byte, error)

MarshalJSON implements interface json.Marshaler for proto message Repeated1 in file tests/proto/cases/boundary/boundary1.proto

func (*Repeated1) ProtoMessage

func (*Repeated1) ProtoMessage()

func (*Repeated1) ProtoReflect

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

func (*Repeated1) Reset

func (x *Repeated1) Reset()

func (*Repeated1) String

func (x *Repeated1) String() string

func (*Repeated1) UnmarshalJSON

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

UnmarshalJSON implements json.Unmarshaler for proto message Repeated1 in file tests/proto/cases/boundary/boundary1.proto

Jump to

Keyboard shortcuts

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