Lines Matching refs:ServiceOptions
1165 …Options *ServiceOptions `protobuf:"bytes,3,opt,name=options" json:"options,o…
1210 func (m *ServiceDescriptorProto) GetOptions() *ServiceOptions {
2058 type ServiceOptions struct { struct
2072 func (m *ServiceOptions) Reset() { *m = ServiceOptions{} } argument
2073 func (m *ServiceOptions) String() string { return proto.CompactTextString(m) } argument
2074 func (*ServiceOptions) ProtoMessage() {} argument
2075 func (*ServiceOptions) Descriptor() ([]byte, []int) { argument
2083 func (*ServiceOptions) ExtensionRangeArray() []proto.ExtensionRange { argument
2087 func (m *ServiceOptions) XXX_Unmarshal(b []byte) error { argument
2090 func (m *ServiceOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
2093 func (m *ServiceOptions) XXX_Merge(src proto.Message) { argument
2096 func (m *ServiceOptions) XXX_Size() int { argument
2099 func (m *ServiceOptions) XXX_DiscardUnknown() { argument
2107 func (m *ServiceOptions) GetDeprecated() bool { argument
2114 func (m *ServiceOptions) GetUninterpretedOption() []*UninterpretedOption { argument
2711 proto.RegisterType((*ServiceOptions)(nil), "google.protobuf.ServiceOptions")