Documentation ¶
Index ¶
- Variables
- type Complex
- func (*Complex) Descriptor() ([]byte, []int)deprecated
- func (x *Complex) GetBits() []byte
- func (x *Complex) GetComplexNested() *Complex
- func (x *Complex) GetGroup() []*Complex_Group
- func (x *Complex) GetI32() int32
- func (x *Complex) GetI64() int64
- func (x *Complex) GetRep() []string
- func (x *Complex) GetSimpleNested() *Simple
- func (x *Complex) GetStr() string
- func (*Complex) ProtoMessage()
- func (x *Complex) ProtoReflect() protoreflect.Message
- func (x *Complex) Reset()
- func (x *Complex) String() string
- type Complex_Group
- type Simple
Constants ¶
This section is empty.
Variables ¶
View Source
var File_kythe_go_util_riegeli_riegeli_test_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Complex ¶
type Complex struct { Str *string `protobuf:"bytes,1,opt,name=str" json:"str,omitempty"` I32 *int32 `protobuf:"varint,2,opt,name=i32" json:"i32,omitempty"` I64 *int64 `protobuf:"varint,3,opt,name=i64" json:"i64,omitempty"` Bits []byte `protobuf:"bytes,4,opt,name=bits" json:"bits,omitempty"` Rep []string `protobuf:"bytes,5,rep,name=rep" json:"rep,omitempty"` SimpleNested *Simple `protobuf:"bytes,6,opt,name=simple_nested,json=simpleNested" json:"simple_nested,omitempty"` Group []*Complex_Group `protobuf:"group,7,rep,name=Group,json=group" json:"group,omitempty"` ComplexNested *Complex `protobuf:"bytes,8,opt,name=complex_nested,json=complexNested" json:"complex_nested,omitempty"` // contains filtered or unexported fields }
func (*Complex) Descriptor
deprecated
func (*Complex) GetComplexNested ¶
func (*Complex) GetGroup ¶
func (x *Complex) GetGroup() []*Complex_Group
func (*Complex) GetSimpleNested ¶
func (*Complex) ProtoMessage ¶
func (*Complex) ProtoMessage()
func (*Complex) ProtoReflect ¶ added in v0.0.49
func (x *Complex) ProtoReflect() protoreflect.Message
type Complex_Group ¶
type Complex_Group struct { GrpStr *string `protobuf:"bytes,1,opt,name=grp_str,json=grpStr" json:"grp_str,omitempty"` // contains filtered or unexported fields }
func (*Complex_Group) Descriptor
deprecated
func (*Complex_Group) Descriptor() ([]byte, []int)
Deprecated: Use Complex_Group.ProtoReflect.Descriptor instead.
func (*Complex_Group) GetGrpStr ¶
func (x *Complex_Group) GetGrpStr() string
func (*Complex_Group) ProtoMessage ¶
func (*Complex_Group) ProtoMessage()
func (*Complex_Group) ProtoReflect ¶ added in v0.0.49
func (x *Complex_Group) ProtoReflect() protoreflect.Message
func (*Complex_Group) Reset ¶
func (x *Complex_Group) Reset()
func (*Complex_Group) String ¶
func (x *Complex_Group) String() string
type Simple ¶
type Simple struct { Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"` // contains filtered or unexported fields }
func (*Simple) Descriptor
deprecated
func (*Simple) ProtoMessage ¶
func (*Simple) ProtoMessage()
func (*Simple) ProtoReflect ¶ added in v0.0.49
func (x *Simple) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.