Type.Builder |
Type.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Type.Builder |
Type.Builder.clear() |
|
Type.Builder |
Type.Builder.clearArrayElementType() |
If [code][google.spanner.v1.Type.code] == [ARRAY][google.spanner.v1.TypeCode.ARRAY], then `array_element_type`
is the type of the array elements.
|
Type.Builder |
Type.Builder.clearCode() |
Required.
|
Type.Builder |
Type.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Type.Builder |
Type.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Type.Builder |
Type.Builder.clearStructType() |
If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type`
provides type information for the struct's fields.
|
Type.Builder |
Type.Builder.clearTypeAnnotation() |
The [TypeAnnotationCode][google.spanner.v1.TypeAnnotationCode] that disambiguates SQL type that Spanner will
use to represent values of this type during query processing.
|
Type.Builder |
Type.Builder.clone() |
|
Type.Builder |
Type.Builder.getArrayElementTypeBuilder() |
If [code][google.spanner.v1.Type.code] == [ARRAY][google.spanner.v1.TypeCode.ARRAY], then `array_element_type`
is the type of the array elements.
|
Type.Builder |
StructType.Field.Builder.getTypeBuilder() |
The type of the field.
|
Type.Builder |
Type.Builder.mergeArrayElementType(Type value) |
If [code][google.spanner.v1.Type.code] == [ARRAY][google.spanner.v1.TypeCode.ARRAY], then `array_element_type`
is the type of the array elements.
|
Type.Builder |
Type.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Type.Builder |
Type.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Type.Builder |
Type.Builder.mergeFrom(Type other) |
|
Type.Builder |
Type.Builder.mergeStructType(StructType value) |
If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type`
provides type information for the struct's fields.
|
Type.Builder |
Type.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Type.Builder |
Type.newBuilder() |
|
static Type.Builder |
Type.newBuilder(Type prototype) |
|
Type.Builder |
Type.newBuilderForType() |
|
protected Type.Builder |
Type.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Type.Builder |
Type.Builder.setArrayElementType(Type value) |
If [code][google.spanner.v1.Type.code] == [ARRAY][google.spanner.v1.TypeCode.ARRAY], then `array_element_type`
is the type of the array elements.
|
Type.Builder |
Type.Builder.setArrayElementType(Type.Builder builderForValue) |
If [code][google.spanner.v1.Type.code] == [ARRAY][google.spanner.v1.TypeCode.ARRAY], then `array_element_type`
is the type of the array elements.
|
Type.Builder |
Type.Builder.setCode(TypeCode value) |
Required.
|
Type.Builder |
Type.Builder.setCodeValue(int value) |
Required.
|
Type.Builder |
Type.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Type.Builder |
Type.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Type.Builder |
Type.Builder.setStructType(StructType value) |
If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type`
provides type information for the struct's fields.
|
Type.Builder |
Type.Builder.setStructType(StructType.Builder builderForValue) |
If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type`
provides type information for the struct's fields.
|
Type.Builder |
Type.Builder.setTypeAnnotation(TypeAnnotationCode value) |
The [TypeAnnotationCode][google.spanner.v1.TypeAnnotationCode] that disambiguates SQL type that Spanner will
use to represent values of this type during query processing.
|
Type.Builder |
Type.Builder.setTypeAnnotationValue(int value) |
The [TypeAnnotationCode][google.spanner.v1.TypeAnnotationCode] that disambiguates SQL type that Spanner will
use to represent values of this type during query processing.
|
Type.Builder |
Type.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Type.Builder |
Type.toBuilder() |
|