Interface DashboardChart.Visualization.ColumnTooltipSettingsOrBuilder (0.31.0)

public static interface DashboardChart.Visualization.ColumnTooltipSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCellTooltipText()

public abstract String getCellTooltipText()

Optional. Column cell tooltip text.

string cell_tooltip_text = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The cellTooltipText.

getCellTooltipTextBytes()

public abstract ByteString getCellTooltipTextBytes()

Optional. Column cell tooltip text.

string cell_tooltip_text = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for cellTooltipText.

getField()

public abstract String getField()

Required. Field key in data.

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

Returns
Type Description
String

The field.

getFieldBytes()

public abstract ByteString getFieldBytes()

Required. Field key in data.

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

Returns
Type Description
ByteString

The bytes for field.

getHeaderTooltipText()

public abstract String getHeaderTooltipText()

Optional. Column header tooltip text.

string header_tooltip_text = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The headerTooltipText.

getHeaderTooltipTextBytes()

public abstract ByteString getHeaderTooltipTextBytes()

Optional. Column header tooltip text.

string header_tooltip_text = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for headerTooltipText.