type google.golang.org/protobuf/types/descriptorpb.UninterpretedOption
34 uses
google.golang.org/protobuf/types/descriptorpb (current package)
descriptor.pb.go#L797: UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
descriptor.pb.go#L841: func (x *ExtensionRangeOptions) GetUninterpretedOption() []*UninterpretedOption {
descriptor.pb.go#L1475: UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
descriptor.pb.go#L1673: func (x *FileOptions) GetUninterpretedOption() []*UninterpretedOption {
descriptor.pb.go#L1737: UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
descriptor.pb.go#L1816: func (x *MessageOptions) GetUninterpretedOption() []*UninterpretedOption {
descriptor.pb.go#L1889: UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
descriptor.pb.go#L1984: func (x *FieldOptions) GetUninterpretedOption() []*UninterpretedOption {
descriptor.pb.go#L1998: UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
descriptor.pb.go#L2042: func (x *OneofOptions) GetUninterpretedOption() []*UninterpretedOption {
descriptor.pb.go#L2064: UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
descriptor.pb.go#L2127: func (x *EnumOptions) GetUninterpretedOption() []*UninterpretedOption {
descriptor.pb.go#L2146: UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
descriptor.pb.go#L2202: func (x *EnumValueOptions) GetUninterpretedOption() []*UninterpretedOption {
descriptor.pb.go#L2221: UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
descriptor.pb.go#L2277: func (x *ServiceOptions) GetUninterpretedOption() []*UninterpretedOption {
descriptor.pb.go#L2297: UninterpretedOption []*UninterpretedOption `protobuf:"bytes,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
descriptor.pb.go#L2361: func (x *MethodOptions) GetUninterpretedOption() []*UninterpretedOption {
descriptor.pb.go#L2374: type UninterpretedOption struct {
descriptor.pb.go#L2390: func (x *UninterpretedOption) Reset() {
descriptor.pb.go#L2391: *x = UninterpretedOption{}
descriptor.pb.go#L2399: func (x *UninterpretedOption) String() string {
descriptor.pb.go#L2403: func (*UninterpretedOption) ProtoMessage() {}
descriptor.pb.go#L2405: func (x *UninterpretedOption) ProtoReflect() protoreflect.Message {
descriptor.pb.go#L2418: func (*UninterpretedOption) Descriptor() ([]byte, []int) {
descriptor.pb.go#L2422: func (x *UninterpretedOption) GetName() []*UninterpretedOption_NamePart {
descriptor.pb.go#L2429: func (x *UninterpretedOption) GetIdentifierValue() string {
descriptor.pb.go#L2436: func (x *UninterpretedOption) GetPositiveIntValue() uint64 {
descriptor.pb.go#L2443: func (x *UninterpretedOption) GetNegativeIntValue() int64 {
descriptor.pb.go#L2450: func (x *UninterpretedOption) GetDoubleValue() float64 {
descriptor.pb.go#L2457: func (x *UninterpretedOption) GetStringValue() []byte {
descriptor.pb.go#L2464: func (x *UninterpretedOption) GetAggregateValue() string {
descriptor.pb.go#L3611: (*UninterpretedOption)(nil), // 24: google.protobuf.UninterpretedOption
descriptor.pb.go#L3913: switch v := v.(*UninterpretedOption); 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. |