Uses of Class
com.google.protobuf.DescriptorProtos.FieldOptions.CType
-
Packages that use DescriptorProtos.FieldOptions.CType Package Description com.google.protobuf -
-
Uses of DescriptorProtos.FieldOptions.CType in com.google.protobuf
Fields in com.google.protobuf with type parameters of type DescriptorProtos.FieldOptions.CType Modifier and Type Field Description private static Internal.EnumLiteMap<DescriptorProtos.FieldOptions.CType>
DescriptorProtos.FieldOptions.CType. internalValueMap
Methods in com.google.protobuf that return DescriptorProtos.FieldOptions.CType Modifier and Type Method Description static DescriptorProtos.FieldOptions.CType
DescriptorProtos.FieldOptions.CType. forNumber(int value)
DescriptorProtos.FieldOptions.CType
DescriptorProtos.FieldOptions.Builder. getCtype()
NOTE: ctype is deprecated.DescriptorProtos.FieldOptions.CType
DescriptorProtos.FieldOptions. getCtype()
NOTE: ctype is deprecated.DescriptorProtos.FieldOptions.CType
DescriptorProtos.FieldOptionsOrBuilder. getCtype()
NOTE: ctype is deprecated.static DescriptorProtos.FieldOptions.CType
DescriptorProtos.FieldOptions.CType. valueOf(int value)
Deprecated.static DescriptorProtos.FieldOptions.CType
DescriptorProtos.FieldOptions.CType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DescriptorProtos.FieldOptions.CType[]
DescriptorProtos.FieldOptions.CType. 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.FieldOptions.CType Modifier and Type Method Description static Internal.EnumLiteMap<DescriptorProtos.FieldOptions.CType>
DescriptorProtos.FieldOptions.CType. internalGetValueMap()
Methods in com.google.protobuf with parameters of type DescriptorProtos.FieldOptions.CType Modifier and Type Method Description DescriptorProtos.FieldOptions.Builder
DescriptorProtos.FieldOptions.Builder. setCtype(DescriptorProtos.FieldOptions.CType value)
NOTE: ctype is deprecated.private void
DescriptorProtos.FieldOptions. setCtype(DescriptorProtos.FieldOptions.CType value)
NOTE: ctype is deprecated.
-