Home | History | Annotate | Download | only in descriptor

Lines Matching refs:ServiceOptions

1165 	Options              *ServiceOptions          `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"`
1210 func (m *ServiceDescriptorProto) GetOptions() *ServiceOptions {
2058 type ServiceOptions struct {
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 {
2711 proto.RegisterType((*ServiceOptions)(nil), "google.protobuf.ServiceOptions")