Reference documentation and code samples for the Google Apps Chat V1 Client class HorizontalSizeStyle.
Specifies how a column fills the width of the card. The width of each
column depends on both the HorizontalSizeStyle and the width of the
widgets within the column.
Protobuf type google.apps.card.v1.Columns.Column.HorizontalSizeStyle
Namespace
Google \ Apps \ Card \ V1 \ Columns \ Column
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
HORIZONTAL_SIZE_STYLE_UNSPECIFIED
Value: 0
Don't use. Unspecified.
Generated from protobuf enum HORIZONTAL_SIZE_STYLE_UNSPECIFIED = 0;
FILL_AVAILABLE_SPACE
Value: 1
Default value. Column fills the available space, up to 70% of the
card's width. If both columns are set to FILL_AVAILABLE_SPACE, each
column fills 50% of the space.
Generated from protobuf enum FILL_AVAILABLE_SPACE = 1;
FILL_MINIMUM_SPACE
Value: 2
Column fills the least amount of space possible and no more than 30% of
the card's width.
Generated from protobuf enum FILL_MINIMUM_SPACE = 2;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Apps Chat V1 Client - Class HorizontalSizeStyle (0.12.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.12.0 (latest)](/php/docs/reference/apps-chat/latest/Card.V1.Columns.Column.HorizontalSizeStyle)\n- [0.11.2](/php/docs/reference/apps-chat/0.11.2/Card.V1.Columns.Column.HorizontalSizeStyle)\n- [0.10.0](/php/docs/reference/apps-chat/0.10.0/Card.V1.Columns.Column.HorizontalSizeStyle)\n- [0.9.0](/php/docs/reference/apps-chat/0.9.0/Card.V1.Columns.Column.HorizontalSizeStyle)\n- [0.8.1](/php/docs/reference/apps-chat/0.8.1/Card.V1.Columns.Column.HorizontalSizeStyle)\n- [0.7.2](/php/docs/reference/apps-chat/0.7.2/Card.V1.Columns.Column.HorizontalSizeStyle)\n- [0.6.1](/php/docs/reference/apps-chat/0.6.1/Card.V1.Columns.Column.HorizontalSizeStyle)\n- [0.5.0](/php/docs/reference/apps-chat/0.5.0/Card.V1.Columns.Column.HorizontalSizeStyle)\n- [0.4.0](/php/docs/reference/apps-chat/0.4.0/Card.V1.Columns.Column.HorizontalSizeStyle)\n- [0.3.0](/php/docs/reference/apps-chat/0.3.0/Card.V1.Columns.Column.HorizontalSizeStyle)\n- [0.2.0](/php/docs/reference/apps-chat/0.2.0/Card.V1.Columns.Column.HorizontalSizeStyle)\n- [0.1.4](/php/docs/reference/apps-chat/0.1.4/Card.V1.Columns.Column.HorizontalSizeStyle) \nReference documentation and code samples for the Google Apps Chat V1 Client class HorizontalSizeStyle.\n\nSpecifies how a column fills the width of the card. The width of each\ncolumn depends on both the `HorizontalSizeStyle` and the width of the\nwidgets within the column.\n\n[Google Workspace Add-ons and Chat\napps](https://developers.google.com/workspace/extend):\nColumns for Google Workspace Add-ons are in\nDeveloper Preview.\n\nProtobuf type `google.apps.card.v1.Columns.Column.HorizontalSizeStyle`\n\nNamespace\n---------\n\nGoogle \\\\ Apps \\\\ Card \\\\ V1 \\\\ Columns \\\\ Column\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### HORIZONTAL_SIZE_STYLE_UNSPECIFIED\n\n Value: 0\n\nDon't use. Unspecified.\n\nGenerated from protobuf enum `HORIZONTAL_SIZE_STYLE_UNSPECIFIED = 0;`\n\n### FILL_AVAILABLE_SPACE\n\n Value: 1\n\nDefault value. Column fills the available space, up to 70% of the\ncard's width. If both columns are set to `FILL_AVAILABLE_SPACE`, each\ncolumn fills 50% of the space.\n\nGenerated from protobuf enum `FILL_AVAILABLE_SPACE = 1;`\n\n### FILL_MINIMUM_SPACE\n\n Value: 2\n\nColumn fills the least amount of space possible and no more than 30% of\nthe card's width.\n\nGenerated from protobuf enum `FILL_MINIMUM_SPACE = 2;`"]]