Interface WorkspaceOrBuilder (0.21.0)

public interface WorkspaceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayName()

public abstract String getDisplayName()

The human readable title of the workspace.

string display_name = 2;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

The human readable title of the workspace.

string display_name = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
Table

getTablesCount()

public abstract int getTablesCount()

The list of tables in the workspace.

repeated .google.area120.tables.v1alpha1.Table tables = 3;

Returns
TypeDescription
int

getTablesList()

public abstract List<Table> getTablesList()

The list of tables in the workspace.

repeated .google.area120.tables.v1alpha1.Table tables = 3;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
TableOrBuilder

getTablesOrBuilderList()

public abstract List<? extends TableOrBuilder> getTablesOrBuilderList()

The list of tables in the workspace.

repeated .google.area120.tables.v1alpha1.Table tables = 3;

Returns
TypeDescription
List<? extends com.google.area120.tables.v1alpha1.TableOrBuilder>