Interface TableDisplayOptionsOrBuilder (2.4.0)

public interface TableDisplayOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getShownColumns(int index)

public abstract String getShownColumns(int index)

Optional. Columns to display in the table. Leave empty to display all available columns. Note: This field is for future features and is not currently used.

repeated string shown_columns = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The shownColumns at the given index.

getShownColumnsBytes(int index)

public abstract ByteString getShownColumnsBytes(int index)

Optional. Columns to display in the table. Leave empty to display all available columns. Note: This field is for future features and is not currently used.

repeated string shown_columns = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the shownColumns at the given index.

getShownColumnsCount()

public abstract int getShownColumnsCount()

Optional. Columns to display in the table. Leave empty to display all available columns. Note: This field is for future features and is not currently used.

repeated string shown_columns = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The count of shownColumns.

getShownColumnsList()

public abstract List<String> getShownColumnsList()

Optional. Columns to display in the table. Leave empty to display all available columns. Note: This field is for future features and is not currently used.

repeated string shown_columns = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
List<String>

A list containing the shownColumns.