type google.golang.org/protobuf/types/descriptorpb.MethodOptions
19 uses
google.golang.org/protobuf/types/descriptorpb (current package)
descriptor.pb.go#L1297: Options *MethodOptions `protobuf:"bytes,4,opt,name=options" json:"options,omitempty"`
descriptor.pb.go#L1363: func (x *MethodDescriptorProto) GetOptions() *MethodOptions {
descriptor.pb.go#L2284: type MethodOptions struct {
descriptor.pb.go#L2306: func (x *MethodOptions) Reset() {
descriptor.pb.go#L2307: *x = MethodOptions{}
descriptor.pb.go#L2315: func (x *MethodOptions) String() string {
descriptor.pb.go#L2319: func (*MethodOptions) ProtoMessage() {}
descriptor.pb.go#L2321: func (x *MethodOptions) ProtoReflect() protoreflect.Message {
descriptor.pb.go#L2334: func (*MethodOptions) Descriptor() ([]byte, []int) {
descriptor.pb.go#L2343: func (*MethodOptions) ExtensionRangeArray() []protoiface.ExtensionRangeV1 {
descriptor.pb.go#L2347: func (x *MethodOptions) GetDeprecated() bool {
descriptor.pb.go#L2354: func (x *MethodOptions) GetIdempotencyLevel() MethodOptions_IdempotencyLevel {
descriptor.pb.go#L2361: func (x *MethodOptions) GetUninterpretedOption() []*UninterpretedOption {
descriptor.pb.go#L3610: (*MethodOptions)(nil), // 23: google.protobuf.MethodOptions
descriptor.pb.go#L3899: switch v := v.(*MethodOptions); i {
google.golang.org/genproto/googleapis/api/annotations
annotations.pb.go#L45: ExtendedType: (*descriptorpb.MethodOptions)(nil),
annotations.pb.go#L87: (*descriptorpb.MethodOptions)(nil), // 0: google.protobuf.MethodOptions
client.pb.go#L45: ExtendedType: (*descriptorpb.MethodOptions)(nil),
client.pb.go#L182: (*descriptorpb.MethodOptions)(nil), // 0: google.protobuf.MethodOptions
 |
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. |