| Modifier and Type | Method and Description |
|---|---|
StructType |
StructType.Builder.build() |
StructType |
StructType.Builder.buildPartial() |
static StructType |
StructType.getDefaultInstance() |
StructType |
StructType.getDefaultInstanceForType() |
StructType |
StructType.Builder.getDefaultInstanceForType() |
StructType |
ResultSetMetadataOrBuilder.getRowType()
Indicates the field names and types for the rows in the result
set.
|
StructType |
ResultSetMetadata.getRowType()
Indicates the field names and types for the rows in the result
set.
|
StructType |
ResultSetMetadata.Builder.getRowType()
Indicates the field names and types for the rows in the result
set.
|
StructType |
TypeOrBuilder.getStructType()
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 |
Type.getStructType()
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 |
Type.Builder.getStructType()
If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then `struct_type`
provides type information for the struct's fields.
|
static StructType |
StructType.parseDelimitedFrom(InputStream input) |
static StructType |
StructType.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StructType |
StructType.parseFrom(byte[] data) |
static StructType |
StructType.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StructType |
StructType.parseFrom(ByteBuffer data) |
static StructType |
StructType.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StructType |
StructType.parseFrom(com.google.protobuf.ByteString data) |
static StructType |
StructType.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StructType |
StructType.parseFrom(com.google.protobuf.CodedInputStream input) |
static StructType |
StructType.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StructType |
StructType.parseFrom(InputStream input) |
static StructType |
StructType.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<StructType> |
StructType.getParserForType() |
static com.google.protobuf.Parser<StructType> |
StructType.parser() |
| Modifier and Type | Method and Description |
|---|---|
StructType.Builder |
StructType.Builder.mergeFrom(StructType other) |
ResultSetMetadata.Builder |
ResultSetMetadata.Builder.mergeRowType(StructType value)
Indicates the field names and types for the rows in the result
set.
|
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.
|
static StructType.Builder |
StructType.newBuilder(StructType prototype) |
ResultSetMetadata.Builder |
ResultSetMetadata.Builder.setRowType(StructType value)
Indicates the field names and types for the rows in the result
set.
|
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.
|
Copyright © 2020 Google LLC. All rights reserved.