public interface WorkspaceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
The human readable title of the workspace.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The human readable title of the workspace.
|
String |
getName()
The resource name of the workspace.
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name of the workspace.
|
Table |
getTables(int index)
The list of tables in the workspace.
|
int |
getTablesCount()
The list of tables in the workspace.
|
List<Table> |
getTablesList()
The list of tables in the workspace.
|
TableOrBuilder |
getTablesOrBuilder(int index)
The list of tables in the workspace.
|
List<? extends TableOrBuilder> |
getTablesOrBuilderList()
The list of tables in the workspace.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The resource name of the workspace.
Workspace names have the form `workspaces/{workspace}`.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The resource name of the workspace.
Workspace names have the form `workspaces/{workspace}`.
string name = 1;String getDisplayName()
The human readable title of the workspace.
string display_name = 2;com.google.protobuf.ByteString getDisplayNameBytes()
The human readable title of the workspace.
string display_name = 2;List<Table> getTablesList()
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;Table getTables(int index)
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;int getTablesCount()
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;List<? extends TableOrBuilder> getTablesOrBuilderList()
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;TableOrBuilder getTablesOrBuilder(int index)
The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;Copyright © 2024 Google LLC. All rights reserved.