public interface TableDisplayOptionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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];
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| 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];
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| List<String> | A list containing the shownColumns. |