Uses of Class
com.google.protobuf.DescriptorProtos.FieldOptions.JSType
-
Packages that use DescriptorProtos.FieldOptions.JSType Package Description com.google.protobuf -
-
Uses of DescriptorProtos.FieldOptions.JSType in com.google.protobuf
Fields in com.google.protobuf with type parameters of type DescriptorProtos.FieldOptions.JSType Modifier and Type Field Description private static Internal.EnumLiteMap<DescriptorProtos.FieldOptions.JSType>DescriptorProtos.FieldOptions.JSType. internalValueMapMethods in com.google.protobuf that return DescriptorProtos.FieldOptions.JSType Modifier and Type Method Description static DescriptorProtos.FieldOptions.JSTypeDescriptorProtos.FieldOptions.JSType. forNumber(int value)DescriptorProtos.FieldOptions.JSTypeDescriptorProtos.FieldOptions.Builder. getJstype()The jstype option determines the JavaScript type used for values of the field.DescriptorProtos.FieldOptions.JSTypeDescriptorProtos.FieldOptions. getJstype()The jstype option determines the JavaScript type used for values of the field.DescriptorProtos.FieldOptions.JSTypeDescriptorProtos.FieldOptionsOrBuilder. getJstype()The jstype option determines the JavaScript type used for values of the field.static DescriptorProtos.FieldOptions.JSTypeDescriptorProtos.FieldOptions.JSType. valueOf(int value)Deprecated.static DescriptorProtos.FieldOptions.JSTypeDescriptorProtos.FieldOptions.JSType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DescriptorProtos.FieldOptions.JSType[]DescriptorProtos.FieldOptions.JSType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.FieldOptions.JSType Modifier and Type Method Description static Internal.EnumLiteMap<DescriptorProtos.FieldOptions.JSType>DescriptorProtos.FieldOptions.JSType. internalGetValueMap()Methods in com.google.protobuf with parameters of type DescriptorProtos.FieldOptions.JSType Modifier and Type Method Description DescriptorProtos.FieldOptions.BuilderDescriptorProtos.FieldOptions.Builder. setJstype(DescriptorProtos.FieldOptions.JSType value)The jstype option determines the JavaScript type used for values of the field.private voidDescriptorProtos.FieldOptions. setJstype(DescriptorProtos.FieldOptions.JSType value)The jstype option determines the JavaScript type used for values of the field.
-