| Modifier and Type | Method and Description |
|---|---|
ColumnSchema |
ColumnSchema.Builder.build() |
ColumnSchema |
ColumnSchema.Builder.buildPartial() |
ColumnSchema |
Schema.getColumns(int index)
The unified GoogleSQL-like schema of columns.
|
ColumnSchema |
Schema.Builder.getColumns(int index)
The unified GoogleSQL-like schema of columns.
|
ColumnSchema |
SchemaOrBuilder.getColumns(int index)
The unified GoogleSQL-like schema of columns.
|
static ColumnSchema |
ColumnSchema.getDefaultInstance() |
ColumnSchema |
ColumnSchema.getDefaultInstanceForType() |
ColumnSchema |
ColumnSchema.Builder.getDefaultInstanceForType() |
ColumnSchema |
ColumnSchemaOrBuilder.getSubcolumns(int index)
Optional.
|
ColumnSchema |
ColumnSchema.getSubcolumns(int index)
Optional.
|
ColumnSchema |
ColumnSchema.Builder.getSubcolumns(int index)
Optional.
|
static ColumnSchema |
ColumnSchema.parseDelimitedFrom(InputStream input) |
static ColumnSchema |
ColumnSchema.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnSchema |
ColumnSchema.parseFrom(byte[] data) |
static ColumnSchema |
ColumnSchema.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnSchema |
ColumnSchema.parseFrom(ByteBuffer data) |
static ColumnSchema |
ColumnSchema.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnSchema |
ColumnSchema.parseFrom(com.google.protobuf.ByteString data) |
static ColumnSchema |
ColumnSchema.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnSchema |
ColumnSchema.parseFrom(com.google.protobuf.CodedInputStream input) |
static ColumnSchema |
ColumnSchema.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnSchema |
ColumnSchema.parseFrom(InputStream input) |
static ColumnSchema |
ColumnSchema.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnSchema> |
Schema.getColumnsList()
The unified GoogleSQL-like schema of columns.
|
List<ColumnSchema> |
Schema.Builder.getColumnsList()
The unified GoogleSQL-like schema of columns.
|
List<ColumnSchema> |
SchemaOrBuilder.getColumnsList()
The unified GoogleSQL-like schema of columns.
|
com.google.protobuf.Parser<ColumnSchema> |
ColumnSchema.getParserForType() |
List<ColumnSchema> |
ColumnSchemaOrBuilder.getSubcolumnsList()
Optional.
|
List<ColumnSchema> |
ColumnSchema.getSubcolumnsList()
Optional.
|
List<ColumnSchema> |
ColumnSchema.Builder.getSubcolumnsList()
Optional.
|
static com.google.protobuf.Parser<ColumnSchema> |
ColumnSchema.parser() |
| Modifier and Type | Method and Description |
|---|---|
Schema.Builder |
Schema.Builder.addColumns(ColumnSchema value)
The unified GoogleSQL-like schema of columns.
|
Schema.Builder |
Schema.Builder.addColumns(int index,
ColumnSchema value)
The unified GoogleSQL-like schema of columns.
|
ColumnSchema.Builder |
ColumnSchema.Builder.addSubcolumns(ColumnSchema value)
Optional.
|
ColumnSchema.Builder |
ColumnSchema.Builder.addSubcolumns(int index,
ColumnSchema value)
Optional.
|
ColumnSchema.Builder |
ColumnSchema.Builder.mergeFrom(ColumnSchema other) |
static ColumnSchema.Builder |
ColumnSchema.newBuilder(ColumnSchema prototype) |
Schema.Builder |
Schema.Builder.setColumns(int index,
ColumnSchema value)
The unified GoogleSQL-like schema of columns.
|
ColumnSchema.Builder |
ColumnSchema.Builder.setSubcolumns(int index,
ColumnSchema value)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
Schema.Builder |
Schema.Builder.addAllColumns(Iterable<? extends ColumnSchema> values)
The unified GoogleSQL-like schema of columns.
|
ColumnSchema.Builder |
ColumnSchema.Builder.addAllSubcolumns(Iterable<? extends ColumnSchema> values)
Optional.
|
Copyright © 2023 Google LLC. All rights reserved.