Documentation
¶
Index ¶
- func ResolveCppFeature(field protoreflect.FieldDescriptor, fieldName protoreflect.Name, ...) (protoreflect.Value, error)
- func ResolveGoFeature(field protoreflect.FieldDescriptor, fieldName protoreflect.Name, ...) (protoreflect.Value, error)
- func ResolveGoFeatureForEnum(enum protoreflect.EnumDescriptor, fieldName protoreflect.Name, ...) (protoreflect.Value, error)
- func ResolveJavaFeature(field protoreflect.FieldDescriptor, fieldName protoreflect.Name, ...) (protoreflect.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResolveCppFeature ¶
func ResolveCppFeature(field protoreflect.FieldDescriptor, fieldName protoreflect.Name, expectedKind protoreflect.Kind) (protoreflect.Value, error)
ResolveCppFeature returns a value for the given field name of the (pb.cpp) custom feature for the given field.
func ResolveGoFeature ¶
func ResolveGoFeature(field protoreflect.FieldDescriptor, fieldName protoreflect.Name, expectedKind protoreflect.Kind) (protoreflect.Value, error)
ResolveGoFeature returns a value for the given field name of the (pb.go) custom feature for the given field.
func ResolveGoFeatureForEnum ¶
func ResolveGoFeatureForEnum(enum protoreflect.EnumDescriptor, fieldName protoreflect.Name, expectedKind protoreflect.Kind) (protoreflect.Value, error)
ResolveGoFeatureForEnum returns a value for the given field name of the (pb.go) custom feature for the given enum.
func ResolveJavaFeature ¶
func ResolveJavaFeature(field protoreflect.FieldDescriptor, fieldName protoreflect.Name, expectedKind protoreflect.Kind) (protoreflect.Value, error)
ResolveJavaFeature returns a value for the given field name of the (pb.java) custom feature for the given field.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.