type google.golang.org/protobuf/types/descriptorpb.ServiceOptions

16 uses

	google.golang.org/protobuf/types/descriptorpb (current package)
		descriptor.pb.go#L1220: 	Options *ServiceOptions          `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"`
		descriptor.pb.go#L1269: func (x *ServiceDescriptorProto) GetOptions() *ServiceOptions {
		descriptor.pb.go#L2145: type ServiceOptions struct {
		descriptor.pb.go#L2165: func (x *ServiceOptions) Reset() {
		descriptor.pb.go#L2166: 	*x = ServiceOptions{}
		descriptor.pb.go#L2174: func (x *ServiceOptions) String() string {
		descriptor.pb.go#L2178: func (*ServiceOptions) ProtoMessage() {}
		descriptor.pb.go#L2180: func (x *ServiceOptions) ProtoReflect() protoreflect.Message {
		descriptor.pb.go#L2193: func (*ServiceOptions) Descriptor() ([]byte, []int) {
		descriptor.pb.go#L2197: func (x *ServiceOptions) GetDeprecated() bool {
		descriptor.pb.go#L2204: func (x *ServiceOptions) GetUninterpretedOption() []*UninterpretedOption {
		descriptor.pb.go#L3526: 	(*ServiceOptions)(nil),                        // 22: google.protobuf.ServiceOptions
		descriptor.pb.go#L3802: 			switch v := v.(*ServiceOptions); i {

	google.golang.org/protobuf/reflect/protodesc
		desc_init.go#L193: 			opts = proto.Clone(opts).(*descriptorpb.ServiceOptions)
		desc_validate.go#L285: 			case (*descriptorpb.ServiceOptions)(nil).ProtoReflect().Descriptor().FullName():
		proto.go#L218: 		Options: proto.Clone(service.Options()).(*descriptorpb.ServiceOptions),