Uses of Enum Class
com.google.protobuf.DescriptorProtos.FieldOptions.JSType
-
Uses of DescriptorProtos.FieldOptions.JSType in com.google.protobuf
Fields in com.google.protobuf declared as DescriptorProtos.FieldOptions.JSTypeModifier and TypeFieldDescriptionprivate static final DescriptorProtos.FieldOptions.JSType[]
DescriptorProtos.FieldOptions.JSType.VALUES
Fields in com.google.protobuf with type parameters of type DescriptorProtos.FieldOptions.JSTypeModifier and TypeFieldDescriptionprivate static final Internal.EnumLiteMap
<DescriptorProtos.FieldOptions.JSType> DescriptorProtos.FieldOptions.JSType.internalValueMap
Methods in com.google.protobuf that return DescriptorProtos.FieldOptions.JSTypeModifier and TypeMethodDescriptionDescriptorProtos.FieldOptions.JSType.forNumber
(int value) DescriptorProtos.FieldOptions.Builder.getJstype()
The jstype option determines the JavaScript type used for values of the field.DescriptorProtos.FieldOptions.getJstype()
The jstype option determines the JavaScript type used for values of the field.DescriptorProtos.FieldOptionsOrBuilder.getJstype()
The jstype option determines the JavaScript type used for values of the field.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) The jstype option determines the JavaScript type used for values of the field.