Uses of Enum Class
com.google.protobuf.DescriptorProtos.FieldOptions.JSType
Packages that use DescriptorProtos.FieldOptions.JSType
-
Uses of DescriptorProtos.FieldOptions.JSType in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.FieldOptions.JSTypeModifier and TypeMethodDescriptionDescriptorProtos.FieldOptions.JSType.forNumber
(int value) DescriptorProtos.FieldOptions.Builder.getJstype()
optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL, json_name = "jstype"];
DescriptorProtos.FieldOptions.getJstype()
optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL, json_name = "jstype"];
DescriptorProtos.FieldOptionsOrBuilder.getJstype()
optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL, json_name = "jstype"];
DescriptorProtos.FieldOptions.JSType.valueOf
(int value) Deprecated.DescriptorProtos.FieldOptions.JSType.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.JSType[]
DescriptorProtos.FieldOptions.JSType.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.JSTypeMethods in com.google.protobuf with parameters of type DescriptorProtos.FieldOptions.JSTypeModifier and TypeMethodDescriptionDescriptorProtos.FieldOptions.Builder.setJstype
(DescriptorProtos.FieldOptions.JSType value) optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL, json_name = "jstype"];