type google.golang.org/protobuf/types/descriptorpb.EnumValueOptions
14 uses
google.golang.org/protobuf/types/descriptorpb (current package)
descriptor.pb.go#L1166: Options *EnumValueOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"`
descriptor.pb.go#L1215: func (x *EnumValueDescriptorProto) GetOptions() *EnumValueOptions {
descriptor.pb.go#L2134: type EnumValueOptions struct {
descriptor.pb.go#L2154: func (x *EnumValueOptions) Reset() {
descriptor.pb.go#L2155: *x = EnumValueOptions{}
descriptor.pb.go#L2163: func (x *EnumValueOptions) String() string {
descriptor.pb.go#L2167: func (*EnumValueOptions) ProtoMessage() {}
descriptor.pb.go#L2169: func (x *EnumValueOptions) ProtoReflect() protoreflect.Message {
descriptor.pb.go#L2182: func (*EnumValueOptions) Descriptor() ([]byte, []int) {
descriptor.pb.go#L2191: func (*EnumValueOptions) ExtensionRangeArray() []protoiface.ExtensionRangeV1 {
descriptor.pb.go#L2195: func (x *EnumValueOptions) GetDeprecated() bool {
descriptor.pb.go#L2202: func (x *EnumValueOptions) GetUninterpretedOption() []*UninterpretedOption {
descriptor.pb.go#L3608: (*EnumValueOptions)(nil), // 21: google.protobuf.EnumValueOptions
descriptor.pb.go#L3871: switch v := v.(*EnumValueOptions); i {
![]() |
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. |