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