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
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.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.CTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<DescriptorProtos.FieldOptions.CType>DescriptorProtos.FieldOptions.CType.internalGetValueMap()Methods 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.