Google Cloud Chronicle V1 Client - Class TableConfig (0.4.0)

Reference documentation and code samples for the Google Cloud Chronicle V1 Client class TableConfig.

Configuration for table appearance.

Generated from protobuf message google.cloud.chronicle.v1.DashboardChart.Visualization.TableConfig

Namespace

Google \ Cloud \ Chronicle \ V1 \ DashboardChart \ Visualization

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ enable_text_wrap bool

Optional. Whether to show the table.

↳ column_render_type_settings array<ColumnRenderTypeSettings>

Optional. Column render type settings.

↳ column_tooltip_settings array<ColumnTooltipSettings>

Optional. Settings for tooltip for column header and cell.

getEnableTextWrap

Optional. Whether to show the table.

Returns
Type Description
bool

setEnableTextWrap

Optional. Whether to show the table.

Parameter
Name Description
var bool
Returns
Type Description
$this

getColumnRenderTypeSettings

Optional. Column render type settings.

Returns
Type Description
Google\Protobuf\RepeatedField<ColumnRenderTypeSettings>

setColumnRenderTypeSettings

Optional. Column render type settings.

Parameter
Name Description
var array<ColumnRenderTypeSettings>
Returns
Type Description
$this

getColumnTooltipSettings

Optional. Settings for tooltip for column header and cell.

Returns
Type Description
Google\Protobuf\RepeatedField<ColumnTooltipSettings>

setColumnTooltipSettings

Optional. Settings for tooltip for column header and cell.

Parameter
Name Description
var array<ColumnTooltipSettings>
Returns
Type Description
$this