Uses of Class
com.google.protobuf.DescriptorProtos.FeatureSet.JsonFormat
-
Packages that use DescriptorProtos.FeatureSet.JsonFormat Package Description com.google.protobuf -
-
Uses of DescriptorProtos.FeatureSet.JsonFormat in com.google.protobuf
Fields in com.google.protobuf declared as DescriptorProtos.FeatureSet.JsonFormat Modifier and Type Field Description private static DescriptorProtos.FeatureSet.JsonFormat[]
DescriptorProtos.FeatureSet.JsonFormat. VALUES
Fields in com.google.protobuf with type parameters of type DescriptorProtos.FeatureSet.JsonFormat Modifier and Type Field Description private static Internal.EnumLiteMap<DescriptorProtos.FeatureSet.JsonFormat>
DescriptorProtos.FeatureSet.JsonFormat. internalValueMap
Methods in com.google.protobuf that return DescriptorProtos.FeatureSet.JsonFormat Modifier and Type Method Description static DescriptorProtos.FeatureSet.JsonFormat
DescriptorProtos.FeatureSet.JsonFormat. forNumber(int value)
DescriptorProtos.FeatureSet.JsonFormat
DescriptorProtos.FeatureSet.Builder. getJsonFormat()
optional .google.protobuf.FeatureSet.JsonFormat json_format = 6 [retention = RETENTION_RUNTIME, targets = TARGET_TYPE_MESSAGE, targets = TARGET_TYPE_ENUM, targets = TARGET_TYPE_FILE, edition_defaults = { ...
DescriptorProtos.FeatureSet.JsonFormat
DescriptorProtos.FeatureSet. getJsonFormat()
optional .google.protobuf.FeatureSet.JsonFormat json_format = 6 [retention = RETENTION_RUNTIME, targets = TARGET_TYPE_MESSAGE, targets = TARGET_TYPE_ENUM, targets = TARGET_TYPE_FILE, edition_defaults = { ...
DescriptorProtos.FeatureSet.JsonFormat
DescriptorProtos.FeatureSetOrBuilder. getJsonFormat()
optional .google.protobuf.FeatureSet.JsonFormat json_format = 6 [retention = RETENTION_RUNTIME, targets = TARGET_TYPE_MESSAGE, targets = TARGET_TYPE_ENUM, targets = TARGET_TYPE_FILE, edition_defaults = { ...
static DescriptorProtos.FeatureSet.JsonFormat
DescriptorProtos.FeatureSet.JsonFormat. valueOf(int value)
Deprecated.static DescriptorProtos.FeatureSet.JsonFormat
DescriptorProtos.FeatureSet.JsonFormat. valueOf(Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static DescriptorProtos.FeatureSet.JsonFormat
DescriptorProtos.FeatureSet.JsonFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DescriptorProtos.FeatureSet.JsonFormat[]
DescriptorProtos.FeatureSet.JsonFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.FeatureSet.JsonFormat Modifier and Type Method Description static Internal.EnumLiteMap<DescriptorProtos.FeatureSet.JsonFormat>
DescriptorProtos.FeatureSet.JsonFormat. internalGetValueMap()
Methods in com.google.protobuf with parameters of type DescriptorProtos.FeatureSet.JsonFormat Modifier and Type Method Description DescriptorProtos.FeatureSet.Builder
DescriptorProtos.FeatureSet.Builder. setJsonFormat(DescriptorProtos.FeatureSet.JsonFormat value)
optional .google.protobuf.FeatureSet.JsonFormat json_format = 6 [retention = RETENTION_RUNTIME, targets = TARGET_TYPE_MESSAGE, targets = TARGET_TYPE_ENUM, targets = TARGET_TYPE_FILE, edition_defaults = { ...
-