package proto
import "google.golang.org/protobuf/types/gofeaturespb"
Index ¶
Variables ¶
var ( // optional google.protobuf.GoFeatures go = 1002; E_Go = &file_reflect_protodesc_proto_go_features_proto_extTypes[0] )
Extension fields to descriptorpb.FeatureSet.
var File_reflect_protodesc_proto_go_features_proto protoreflect.FileDescriptor
Types ¶
type GoFeatures ¶
type GoFeatures struct { // Whether or not to generate the deprecated UnmarshalJSON method for enums. LegacyUnmarshalJsonEnum *bool `protobuf:"varint,1,opt,name=legacy_unmarshal_json_enum,json=legacyUnmarshalJsonEnum" json:"legacy_unmarshal_json_enum,omitempty"` // contains filtered or unexported fields }
func (*GoFeatures) Descriptor ¶
func (*GoFeatures) Descriptor() ([]byte, []int)
Deprecated: Use GoFeatures.ProtoReflect.Descriptor instead.
func (*GoFeatures) GetLegacyUnmarshalJsonEnum ¶
func (x *GoFeatures) GetLegacyUnmarshalJsonEnum() bool
func (*GoFeatures) ProtoMessage ¶
func (*GoFeatures) ProtoMessage()
func (*GoFeatures) ProtoReflect ¶
func (x *GoFeatures) ProtoReflect() protoreflect.Message
func (*GoFeatures) Reset ¶
func (x *GoFeatures) Reset()
func (*GoFeatures) String ¶
func (x *GoFeatures) String() string
Source Files ¶
go_features.pb.go
- Version
- v1.33.0
- Published
- Mar 5, 2024
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 8 hours ago –
Tools for package owners.