Uses of Enum Class
com.google.protobuf.DescriptorProtos.FieldOptions.CType
Packages that use DescriptorProtos.FieldOptions.CType
-
Uses of DescriptorProtos.FieldOptions.CType in com.google.protobuf
Fields in com.google.protobuf declared as DescriptorProtos.FieldOptions.CTypeModifier and TypeFieldDescriptionprivate static final DescriptorProtos.FieldOptions.CType[]
DescriptorProtos.FieldOptions.CType.VALUES
Fields in com.google.protobuf with type parameters of type DescriptorProtos.FieldOptions.CTypeModifier and TypeFieldDescriptionprivate static final Internal.EnumLiteMap
<DescriptorProtos.FieldOptions.CType> DescriptorProtos.FieldOptions.CType.internalValueMap
Methods in com.google.protobuf that return DescriptorProtos.FieldOptions.CTypeModifier and TypeMethodDescriptionDescriptorProtos.FieldOptions.CType.forNumber
(int value) DescriptorProtos.FieldOptions.Builder.getCtype()
The ctype option instructs the C++ code generator to use a different representation of the field than it normally would.DescriptorProtos.FieldOptions.getCtype()
The ctype option instructs the C++ code generator to use a different representation of the field than it normally would.DescriptorProtos.FieldOptionsOrBuilder.getCtype()
The ctype option instructs the C++ code generator to use a different representation of the field than it normally would.DescriptorProtos.FieldOptions.CType.valueOf
(int value) Deprecated.DescriptorProtos.FieldOptions.CType.valueOf
(Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static DescriptorProtos.FieldOptions.CType[]
DescriptorProtos.FieldOptions.CType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.FieldOptions.CTypeMethods in com.google.protobuf with parameters of type DescriptorProtos.FieldOptions.CTypeModifier and TypeMethodDescriptionDescriptorProtos.FieldOptions.Builder.setCtype
(DescriptorProtos.FieldOptions.CType value) The ctype option instructs the C++ code generator to use a different representation of the field than it normally would.