Searched defs:Announcement (Results 1 – 3 of 3) sorted by relevance
203 type Announcement struct { struct204 Words *string `protobuf:"bytes,1,opt,name=words" json:"words,omitempty"`205 XXX_NoUnkeyedLiteral struct{} `json:"-"`206 XXX_unrecognized []byte `json:"-"`207 XXX_sizecache int32 `json:"-"`210 func (m *Announcement) Reset() { *m = Announcement{} }211 func (m *Announcement) String() string { return proto.CompactTextString(m) }212 func (*Announcement) ProtoMessage() {}213 func (*Announcement) Descriptor() ([]byte, []int) {217 func (m *Announcement) XXX_Unmarshal(b []byte) error {[all …]
87 message Announcement { message
176 ## Announcement section in How to Create a Release of OpenCensus Java (for Maintainers Only)