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()
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING, json_name = "ctype"];
DescriptorProtos.FieldOptions.getCtype()
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING, json_name = "ctype"];
DescriptorProtos.FieldOptionsOrBuilder.getCtype()
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING, json_name = "ctype"];
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) optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING, json_name = "ctype"];