Interface TimeSeriesTable.ColumnSettingsOrBuilder (2.43.0)

public static interface TimeSeriesTable.ColumnSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getColumn()

public abstract String getColumn()

Required. The id of the column.

string column = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The column.

getColumnBytes()

public abstract ByteString getColumnBytes()

Required. The id of the column.

string column = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for column.

getVisible()

public abstract boolean getVisible()

Required. Whether the column should be visible on page load.

bool visible = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

The visible.