| Modifier and Type | Method and Description |
|---|---|
TableSchema |
TableSchema.Builder.build() |
TableSchema |
TableSchema.Builder.buildPartial() |
static TableSchema |
TableSchema.getDefaultInstance() |
TableSchema |
TableSchema.getDefaultInstanceForType() |
TableSchema |
TableSchema.Builder.getDefaultInstanceForType() |
TableSchema |
WriteStreamOrBuilder.getTableSchema()
Output only.
|
TableSchema |
WriteStream.getTableSchema()
Output only.
|
TableSchema |
WriteStream.Builder.getTableSchema()
Output only.
|
TableSchema |
AppendRowsResponseOrBuilder.getUpdatedSchema()
If backend detects a schema update, pass it to user so that user can
use it to input new type of message.
|
TableSchema |
AppendRowsResponse.getUpdatedSchema()
If backend detects a schema update, pass it to user so that user can
use it to input new type of message.
|
TableSchema |
AppendRowsResponse.Builder.getUpdatedSchema()
If backend detects a schema update, pass it to user so that user can
use it to input new type of message.
|
static TableSchema |
TableSchema.parseDelimitedFrom(InputStream input) |
static TableSchema |
TableSchema.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TableSchema |
TableSchema.parseFrom(byte[] data) |
static TableSchema |
TableSchema.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TableSchema |
TableSchema.parseFrom(ByteBuffer data) |
static TableSchema |
TableSchema.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TableSchema |
TableSchema.parseFrom(com.google.protobuf.ByteString data) |
static TableSchema |
TableSchema.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TableSchema |
TableSchema.parseFrom(com.google.protobuf.CodedInputStream input) |
static TableSchema |
TableSchema.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TableSchema |
TableSchema.parseFrom(InputStream input) |
static TableSchema |
TableSchema.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TableSchema> |
TableSchema.getParserForType() |
static com.google.protobuf.Parser<TableSchema> |
TableSchema.parser() |
| Modifier and Type | Method and Description |
|---|---|
TableSchema.Builder |
TableSchema.Builder.mergeFrom(TableSchema other) |
WriteStream.Builder |
WriteStream.Builder.mergeTableSchema(TableSchema value)
Output only.
|
AppendRowsResponse.Builder |
AppendRowsResponse.Builder.mergeUpdatedSchema(TableSchema value)
If backend detects a schema update, pass it to user so that user can
use it to input new type of message.
|
static TableSchema.Builder |
TableSchema.newBuilder(TableSchema prototype) |
WriteStream.Builder |
WriteStream.Builder.setTableSchema(TableSchema value)
Output only.
|
AppendRowsResponse.Builder |
AppendRowsResponse.Builder.setUpdatedSchema(TableSchema value)
If backend detects a schema update, pass it to user so that user can
use it to input new type of message.
|
Copyright © 2023 Google LLC. All rights reserved.