type google.golang.org/protobuf/types/descriptorpb.EnumOptions
15 uses
google.golang.org/protobuf/types/descriptorpb (current package)
descriptor.pb.go#L1081: Options *EnumOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"`
descriptor.pb.go#L1137: func (x *EnumDescriptorProto) GetOptions() *EnumOptions {
descriptor.pb.go#L2049: type EnumOptions struct {
descriptor.pb.go#L2072: func (x *EnumOptions) Reset() {
descriptor.pb.go#L2073: *x = EnumOptions{}
descriptor.pb.go#L2081: func (x *EnumOptions) String() string {
descriptor.pb.go#L2085: func (*EnumOptions) ProtoMessage() {}
descriptor.pb.go#L2087: func (x *EnumOptions) ProtoReflect() protoreflect.Message {
descriptor.pb.go#L2100: func (*EnumOptions) Descriptor() ([]byte, []int) {
descriptor.pb.go#L2109: func (*EnumOptions) ExtensionRangeArray() []protoiface.ExtensionRangeV1 {
descriptor.pb.go#L2113: func (x *EnumOptions) GetAllowAlias() bool {
descriptor.pb.go#L2120: func (x *EnumOptions) GetDeprecated() bool {
descriptor.pb.go#L2127: func (x *EnumOptions) GetUninterpretedOption() []*UninterpretedOption {
descriptor.pb.go#L3607: (*EnumOptions)(nil), // 20: google.protobuf.EnumOptions
descriptor.pb.go#L3857: switch v := v.(*EnumOptions); 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. |