Documentation
¶
Index ¶
- Variables
- type Concert
- func (x *Concert) ClearHeadlinerName()
- func (x *Concert) GetHeadlinerName() string
- func (x *Concert) HasHeadlinerName() bool
- func (*Concert) ProtoMessage()
- func (x *Concert) ProtoReflect() protoreflect.Message
- func (x *Concert) Reset()
- func (x *Concert) SetHeadlinerName(v string)
- func (x *Concert) String() string
- type Concert_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// optional int32 promo_id = 123;
E_PromoId = &file_internal_testprotos_examples_ext_extexample_proto_extTypes[0]
)
Extension fields to Concert.
View Source
var File_internal_testprotos_examples_ext_extexample_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Concert ¶
type Concert struct { XXX_raceDetectHookData protoimpl.RaceDetectHookData XXX_presence [1]uint32 // contains filtered or unexported fields }
func (*Concert) ClearHeadlinerName ¶
func (x *Concert) ClearHeadlinerName()
func (*Concert) GetHeadlinerName ¶
func (*Concert) HasHeadlinerName ¶
func (*Concert) ProtoMessage ¶
func (*Concert) ProtoMessage()
func (*Concert) ProtoReflect ¶
func (x *Concert) ProtoReflect() protoreflect.Message
func (*Concert) SetHeadlinerName ¶
type Concert_builder ¶
type Concert_builder struct { HeadlinerName *string // contains filtered or unexported fields }
func (Concert_builder) Build ¶
func (b0 Concert_builder) Build() *Concert
Click to show internal directories.
Click to hide internal directories.