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. internalValueMap
Methods in com.google.protobuf that return DescriptorProtos.FieldOptions.JSType Modifier and Type Method Description static DescriptorProtos.FieldOptions.JSType
DescriptorProtos.FieldOptions.JSType. forNumber(int value)
DescriptorProtos.FieldOptions.JSType
DescriptorProtos.FieldOptions.Builder. getJstype()
The jstype option determines the JavaScript type used for values of the field.DescriptorProtos.FieldOptions.JSType
DescriptorProtos.FieldOptions. getJstype()
The jstype option determines the JavaScript type used for values of the field.DescriptorProtos.FieldOptions.JSType
DescriptorProtos.FieldOptionsOrBuilder. getJstype()
The jstype option determines the JavaScript type used for values of the field.static DescriptorProtos.FieldOptions.JSType
DescriptorProtos.FieldOptions.JSType. valueOf(int value)
Deprecated.static DescriptorProtos.FieldOptions.JSType
DescriptorProtos.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.Builder
DescriptorProtos.FieldOptions.Builder. setJstype(DescriptorProtos.FieldOptions.JSType value)
The jstype option determines the JavaScript type used for values of the field.private void
DescriptorProtos.FieldOptions. setJstype(DescriptorProtos.FieldOptions.JSType value)
The jstype option determines the JavaScript type used for values of the field.
-