Documentation ¶
Index ¶
- Variables
- type MessageListOptions
- func (*MessageListOptions) Descriptor() ([]byte, []int)deprecated
- func (x *MessageListOptions) GetTarget() bool
- func (*MessageListOptions) ProtoMessage()
- func (x *MessageListOptions) ProtoReflect() protoreflect.Message
- func (x *MessageListOptions) Reset()
- func (x *MessageListOptions) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// optional customopt.MessageListOptions message_list = 50000;
E_MessageList = &file_custom_options_proto_extTypes[0]
)
Extension fields to descriptorpb.MessageOptions.
View Source
var File_custom_options_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type MessageListOptions ¶
type MessageListOptions struct { Target bool `protobuf:"varint,10,opt,name=target,proto3" json:"target,omitempty"` // contains filtered or unexported fields }
func (*MessageListOptions) Descriptor
deprecated
func (*MessageListOptions) Descriptor() ([]byte, []int)
Deprecated: Use MessageListOptions.ProtoReflect.Descriptor instead.
func (*MessageListOptions) GetTarget ¶
func (x *MessageListOptions) GetTarget() bool
func (*MessageListOptions) ProtoMessage ¶
func (*MessageListOptions) ProtoMessage()
func (*MessageListOptions) ProtoReflect ¶
func (x *MessageListOptions) ProtoReflect() protoreflect.Message
func (*MessageListOptions) Reset ¶
func (x *MessageListOptions) Reset()
func (*MessageListOptions) String ¶
func (x *MessageListOptions) String() string
Click to show internal directories.
Click to hide internal directories.