Lines Matching defs:ServiceOptions
2058 type ServiceOptions struct { struct
2063 Deprecated *bool `protobuf:"varint,33,opt,name=deprecated,def=0" json:"deprecated,omitempty"`
2065 …,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
2066 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2067 proto.XXX_InternalExtensions `json:"-"`
2068 XXX_unrecognized []byte `json:"-"`
2069 XXX_sizecache int32 `json:"-"`
2072 func (m *ServiceOptions) Reset() { *m = ServiceOptions{} }
2073 func (m *ServiceOptions) String() string { return proto.CompactTextString(m) }
2074 func (*ServiceOptions) ProtoMessage() {}
2075 func (*ServiceOptions) Descriptor() ([]byte, []int) {
2083 func (*ServiceOptions) ExtensionRangeArray() []proto.ExtensionRange {
2087 func (m *ServiceOptions) XXX_Unmarshal(b []byte) error {
2090 func (m *ServiceOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2093 func (m *ServiceOptions) XXX_Merge(src proto.Message) {
2096 func (m *ServiceOptions) XXX_Size() int {
2099 func (m *ServiceOptions) XXX_DiscardUnknown() {
2107 func (m *ServiceOptions) GetDeprecated() bool {
2114 func (m *ServiceOptions) GetUninterpretedOption() []*UninterpretedOption {