| Modifier and Type | Method and Description |
|---|---|
Table |
Table.Builder.build() |
Table |
Table.Builder.buildPartial() |
static Table |
Table.getDefaultInstance() |
Table |
Table.getDefaultInstanceForType() |
Table |
Table.Builder.getDefaultInstanceForType() |
Table |
SnapshotOrBuilder.getSourceTable()
(`OutputOnly`)
The source table at the time the snapshot was taken.
|
Table |
Snapshot.getSourceTable()
(`OutputOnly`)
The source table at the time the snapshot was taken.
|
Table |
Snapshot.Builder.getSourceTable()
(`OutputOnly`)
The source table at the time the snapshot was taken.
|
Table |
CreateTableRequestOrBuilder.getTable()
The Table to create.
|
Table |
CreateTableRequest.getTable()
The Table to create.
|
Table |
CreateTableRequest.Builder.getTable()
The Table to create.
|
Table |
ListTablesResponse.getTables(int index)
The tables present in the requested instance.
|
Table |
ListTablesResponse.Builder.getTables(int index)
The tables present in the requested instance.
|
Table |
ListTablesResponseOrBuilder.getTables(int index)
The tables present in the requested instance.
|
static Table |
Table.parseDelimitedFrom(InputStream input) |
static Table |
Table.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Table |
Table.parseFrom(byte[] data) |
static Table |
Table.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Table |
Table.parseFrom(ByteBuffer data) |
static Table |
Table.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Table |
Table.parseFrom(com.google.protobuf.ByteString data) |
static Table |
Table.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Table |
Table.parseFrom(com.google.protobuf.CodedInputStream input) |
static Table |
Table.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Table |
Table.parseFrom(InputStream input) |
static Table |
Table.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Table> |
Table.getParserForType() |
List<Table> |
ListTablesResponse.getTablesList()
The tables present in the requested instance.
|
List<Table> |
ListTablesResponse.Builder.getTablesList()
The tables present in the requested instance.
|
List<Table> |
ListTablesResponseOrBuilder.getTablesList()
The tables present in the requested instance.
|
static com.google.protobuf.Parser<Table> |
Table.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListTablesResponse.Builder |
ListTablesResponse.Builder.addTables(int index,
Table value)
The tables present in the requested instance.
|
ListTablesResponse.Builder |
ListTablesResponse.Builder.addTables(Table value)
The tables present in the requested instance.
|
Table.Builder |
Table.Builder.mergeFrom(Table other) |
Snapshot.Builder |
Snapshot.Builder.mergeSourceTable(Table value)
(`OutputOnly`)
The source table at the time the snapshot was taken.
|
CreateTableRequest.Builder |
CreateTableRequest.Builder.mergeTable(Table value)
The Table to create.
|
static Table.Builder |
Table.newBuilder(Table prototype) |
Snapshot.Builder |
Snapshot.Builder.setSourceTable(Table value)
(`OutputOnly`)
The source table at the time the snapshot was taken.
|
CreateTableRequest.Builder |
CreateTableRequest.Builder.setTable(Table value)
The Table to create.
|
ListTablesResponse.Builder |
ListTablesResponse.Builder.setTables(int index,
Table value)
The tables present in the requested instance.
|
| Modifier and Type | Method and Description |
|---|---|
ListTablesResponse.Builder |
ListTablesResponse.Builder.addAllTables(Iterable<? extends Table> values)
The tables present in the requested instance.
|
Copyright © 2018 Google LLC. All rights reserved.