| Modifier and Type | Method and Description |
|---|---|
StructType.Builder |
StructType.Builder.addAllFields(Iterable<? extends StructType.Field> values)
The list of fields that make up this struct.
|
StructType.Builder |
StructType.Builder.addFields(int index,
StructType.Field.Builder builderForValue)
The list of fields that make up this struct.
|
StructType.Builder |
StructType.Builder.addFields(int index,
StructType.Field value)
The list of fields that make up this struct.
|
StructType.Builder |
StructType.Builder.addFields(StructType.Field.Builder builderForValue)
The list of fields that make up this struct.
|
StructType.Builder |
StructType.Builder.addFields(StructType.Field value)
The list of fields that make up this struct.
|
StructType.Builder |
StructType.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StructType.Builder |
StructType.Builder.clear() |
StructType.Builder |
StructType.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
StructType.Builder |
StructType.Builder.clearFields()
The list of fields that make up this struct.
|
StructType.Builder |
StructType.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
StructType.Builder |
StructType.Builder.clone() |
StructType.Builder |
ResultSetMetadata.Builder.getRowTypeBuilder()
Indicates the field names and types for the rows in the result
set.
|
StructType.Builder |
Type.Builder.getStructTypeBuilder()
If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type`
provides type information for the struct's fields.
|
StructType.Builder |
StructType.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
StructType.Builder |
StructType.Builder.mergeFrom(com.google.protobuf.Message other) |
StructType.Builder |
StructType.Builder.mergeFrom(StructType other) |
StructType.Builder |
StructType.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static StructType.Builder |
StructType.newBuilder() |
static StructType.Builder |
StructType.newBuilder(StructType prototype) |
StructType.Builder |
StructType.newBuilderForType() |
protected StructType.Builder |
StructType.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
StructType.Builder |
StructType.Builder.removeFields(int index)
The list of fields that make up this struct.
|
StructType.Builder |
StructType.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StructType.Builder |
StructType.Builder.setFields(int index,
StructType.Field.Builder builderForValue)
The list of fields that make up this struct.
|
StructType.Builder |
StructType.Builder.setFields(int index,
StructType.Field value)
The list of fields that make up this struct.
|
StructType.Builder |
StructType.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
StructType.Builder |
StructType.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
StructType.Builder |
StructType.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ResultSetMetadata.Builder |
ResultSetMetadata.Builder.setRowType(StructType.Builder builderForValue)
Indicates the field names and types for the rows in the result
set.
|
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.
|
Copyright © 2019 Google LLC. All rights reserved.