Uses of Class
com.google.spanner.v1.TypeCode
-
Packages that use TypeCode Package Description com.google.spanner.v1 -
-
Uses of TypeCode in com.google.spanner.v1
Methods in com.google.spanner.v1 that return TypeCode Modifier and Type Method Description static TypeCode
TypeCode. forNumber(int value)
TypeCode
Type.Builder. getCode()
Required.TypeCode
Type. getCode()
Required.TypeCode
TypeOrBuilder. getCode()
Required.static TypeCode
TypeCode. valueOf(int value)
Deprecated.static TypeCode
TypeCode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static TypeCode
TypeCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static TypeCode[]
TypeCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.spanner.v1 that return types with arguments of type TypeCode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<TypeCode>
TypeCode. internalGetValueMap()
Methods in com.google.spanner.v1 with parameters of type TypeCode Modifier and Type Method Description Type.Builder
Type.Builder. setCode(TypeCode value)
Required.
-