public static interface DashboardChart.Visualization.ColumnTooltipSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |