Uses of Class
com.google.spanner.v1.TypeCode
-
-
Uses of TypeCode in com.google.spanner.v1
Methods in com.google.spanner.v1 that return TypeCode Modifier and Type Method Description static TypeCodeTypeCode. forNumber(int value)TypeCodeType.Builder. getCode()Required.TypeCodeType. getCode()Required.TypeCodeTypeOrBuilder. getCode()Required.static TypeCodeTypeCode. valueOf(int value)Deprecated.static TypeCodeTypeCode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static TypeCodeTypeCode. 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.BuilderType.Builder. setCode(TypeCode value)Required.
-