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