public interface WorkspaceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()The human readable title of the workspace.
string display_name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()The human readable title of the workspace.
string display_name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getName()
public abstract String getName() The resource name of the workspace.
Workspace names have the form workspaces/{workspace}.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() The resource name of the workspace.
Workspace names have the form workspaces/{workspace}.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getTables(int index)
public abstract Table getTables(int index)The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Table |
|
getTablesCount()
public abstract int getTablesCount()The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
| Returns | |
|---|---|
| Type | Description |
int |
|
getTablesList()
public abstract List<Table> getTablesList()The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
| Returns | |
|---|---|
| Type | Description |
List<Table> |
|
getTablesOrBuilder(int index)
public abstract TableOrBuilder getTablesOrBuilder(int index)The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TableOrBuilder |
|
getTablesOrBuilderList()
public abstract List<? extends TableOrBuilder> getTablesOrBuilderList()The list of tables in the workspace.
repeated .google.area120.tables.v1alpha1.Table tables = 3;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.area120.tables.v1alpha1.TableOrBuilder> |
|