Uses of Interface
com.google.spanner.v1.TypeOrBuilder
-
-
Uses of TypeOrBuilder in com.google.spanner.v1
Classes in com.google.spanner.v1 that implement TypeOrBuilder Modifier and Type Class Description classType`Type` indicates the type of a Cloud Spanner value, as might be stored in a table cell or returned from an SQL query.static classType.Builder`Type` indicates the type of a Cloud Spanner value, as might be stored in a table cell or returned from an SQL query.Methods in com.google.spanner.v1 that return TypeOrBuilder Modifier and Type Method Description TypeOrBuilderType.Builder. getArrayElementTypeOrBuilder()If [code][google.spanner.v1.Type.code] == [ARRAY][google.spanner.v1.TypeCode.ARRAY], then `array_element_type` is the type of the array elements.TypeOrBuilderType. getArrayElementTypeOrBuilder()If [code][google.spanner.v1.Type.code] == [ARRAY][google.spanner.v1.TypeCode.ARRAY], then `array_element_type` is the type of the array elements.TypeOrBuilderTypeOrBuilder. getArrayElementTypeOrBuilder()If [code][google.spanner.v1.Type.code] == [ARRAY][google.spanner.v1.TypeCode.ARRAY], then `array_element_type` is the type of the array elements.TypeOrBuilderStructType.Field.Builder. getTypeOrBuilder()The type of the field.TypeOrBuilderStructType.Field. getTypeOrBuilder()The type of the field.TypeOrBuilderStructType.FieldOrBuilder. getTypeOrBuilder()The type of the field.
-