package ext
import "google.golang.org/protobuf/internal/testprotos/examples/ext"
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
Variables ¶
var ( // optional int32 promo_id = 123; E_PromoId = &file_internal_testprotos_examples_ext_extexample_proto_extTypes[0] )
Extension fields to Concert.
var File_internal_testprotos_examples_ext_extexample_proto protoreflect.FileDescriptor
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) Reset ¶
func (x *Concert) Reset()
func (*Concert) SetHeadlinerName ¶
func (*Concert) String ¶
type Concert_builder ¶
type Concert_builder struct { HeadlinerName *string // contains filtered or unexported fields }
func (Concert_builder) Build ¶
func (b0 Concert_builder) Build() *Concert
Source Files ¶
extexample.pb.go
- Version
- v1.36.5 (latest)
- Published
- Feb 6, 2025
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 10 hours ago –
Tools for package owners.