| 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 |
ListTablesResponse.getTables(int index)
The list of tables.
|
Table |
ListTablesResponse.Builder.getTables(int index)
The list of tables.
|
Table |
WorkspaceOrBuilder.getTables(int index)
The list of tables in the workspace.
|
Table |
Workspace.getTables(int index)
The list of tables in the workspace.
|
Table |
Workspace.Builder.getTables(int index)
The list of tables in the workspace.
|
Table |
ListTablesResponseOrBuilder.getTables(int index)
The list of tables.
|
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 list of tables.
|
List<Table> |
ListTablesResponse.Builder.getTablesList()
The list of tables.
|
List<Table> |
WorkspaceOrBuilder.getTablesList()
The list of tables in the workspace.
|
List<Table> |
Workspace.getTablesList()
The list of tables in the workspace.
|
List<Table> |
Workspace.Builder.getTablesList()
The list of tables in the workspace.
|
List<Table> |
ListTablesResponseOrBuilder.getTablesList()
The list of tables.
|
static com.google.protobuf.Parser<Table> |
Table.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListTablesResponse.Builder |
ListTablesResponse.Builder.addTables(int index,
Table value)
The list of tables.
|
Workspace.Builder |
Workspace.Builder.addTables(int index,
Table value)
The list of tables in the workspace.
|
ListTablesResponse.Builder |
ListTablesResponse.Builder.addTables(Table value)
The list of tables.
|
Workspace.Builder |
Workspace.Builder.addTables(Table value)
The list of tables in the workspace.
|
Table.Builder |
Table.Builder.mergeFrom(Table other) |
static Table.Builder |
Table.newBuilder(Table prototype) |
ListTablesResponse.Builder |
ListTablesResponse.Builder.setTables(int index,
Table value)
The list of tables.
|
Workspace.Builder |
Workspace.Builder.setTables(int index,
Table value)
The list of tables in the workspace.
|
| Modifier and Type | Method and Description |
|---|---|
ListTablesResponse.Builder |
ListTablesResponse.Builder.addAllTables(Iterable<? extends Table> values)
The list of tables.
|
Workspace.Builder |
Workspace.Builder.addAllTables(Iterable<? extends Table> values)
The list of tables in the workspace.
|
Copyright © 2024 Google LLC. All rights reserved.