type google.golang.org/protobuf/types/descriptorpb.ServiceOptions
17 uses
google.golang.org/protobuf/types/descriptorpb (current package)
descriptor.pb.go#L1230: Options *ServiceOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"`
descriptor.pb.go#L1279: func (x *ServiceDescriptorProto) GetOptions() *ServiceOptions {
descriptor.pb.go#L2209: type ServiceOptions struct {
descriptor.pb.go#L2229: func (x *ServiceOptions) Reset() {
descriptor.pb.go#L2230: *x = ServiceOptions{}
descriptor.pb.go#L2238: func (x *ServiceOptions) String() string {
descriptor.pb.go#L2242: func (*ServiceOptions) ProtoMessage() {}
descriptor.pb.go#L2244: func (x *ServiceOptions) ProtoReflect() protoreflect.Message {
descriptor.pb.go#L2257: func (*ServiceOptions) Descriptor() ([]byte, []int) {
descriptor.pb.go#L2266: func (*ServiceOptions) ExtensionRangeArray() []protoiface.ExtensionRangeV1 {
descriptor.pb.go#L2270: func (x *ServiceOptions) GetDeprecated() bool {
descriptor.pb.go#L2277: func (x *ServiceOptions) GetUninterpretedOption() []*UninterpretedOption {
descriptor.pb.go#L3609: (*ServiceOptions)(nil), // 22: google.protobuf.ServiceOptions
descriptor.pb.go#L3885: switch v := v.(*ServiceOptions); i {
google.golang.org/genproto/googleapis/api/annotations
client.pb.go#L53: ExtendedType: (*descriptorpb.ServiceOptions)(nil),
client.pb.go#L61: ExtendedType: (*descriptorpb.ServiceOptions)(nil),
client.pb.go#L183: (*descriptorpb.ServiceOptions)(nil), // 1: google.protobuf.ServiceOptions
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |