Reference documentation and code samples for the Google Apps Chat V1 Client class OpenAs.
When anOnClickaction opens a link, then the client can either open it
as a full-size window (if that's the frame used by the client), or an
overlay (such as a pop-up). The implementation depends on the client
platform capabilities, and the value selected might be ignored if the
client doesn't support it.FULL_SIZEis supported by all clients.
[[["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 OpenAs (0.12.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.12.0 (latest)](/php/docs/reference/apps-chat/latest/Card.V1.OpenLink.OpenAs)\n- [0.11.2](/php/docs/reference/apps-chat/0.11.2/Card.V1.OpenLink.OpenAs)\n- [0.10.0](/php/docs/reference/apps-chat/0.10.0/Card.V1.OpenLink.OpenAs)\n- [0.9.0](/php/docs/reference/apps-chat/0.9.0/Card.V1.OpenLink.OpenAs)\n- [0.8.1](/php/docs/reference/apps-chat/0.8.1/Card.V1.OpenLink.OpenAs)\n- [0.7.2](/php/docs/reference/apps-chat/0.7.2/Card.V1.OpenLink.OpenAs)\n- [0.6.1](/php/docs/reference/apps-chat/0.6.1/Card.V1.OpenLink.OpenAs)\n- [0.5.0](/php/docs/reference/apps-chat/0.5.0/Card.V1.OpenLink.OpenAs)\n- [0.4.0](/php/docs/reference/apps-chat/0.4.0/Card.V1.OpenLink.OpenAs)\n- [0.3.0](/php/docs/reference/apps-chat/0.3.0/Card.V1.OpenLink.OpenAs)\n- [0.2.0](/php/docs/reference/apps-chat/0.2.0/Card.V1.OpenLink.OpenAs)\n- [0.1.4](/php/docs/reference/apps-chat/0.1.4/Card.V1.OpenLink.OpenAs) \nReference documentation and code samples for the Google Apps Chat V1 Client class OpenAs.\n\nWhen an `OnClick` action opens a link, then the client can either open it\nas a full-size window (if that's the frame used by the client), or an\noverlay (such as a pop-up). The implementation depends on the client\nplatform capabilities, and the value selected might be ignored if the\nclient doesn't support it. `FULL_SIZE` is supported by all clients.\n\n[Google Workspace\nAdd-ons](https://developers.google.com/workspace/add-ons):\n\nProtobuf type `google.apps.card.v1.OpenLink.OpenAs`\n\nNamespace\n---------\n\nGoogle \\\\ Apps \\\\ Card \\\\ V1 \\\\ OpenLink\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### FULL_SIZE\n\n Value: 0\n\nThe link opens as a full-size window (if that's the frame used by the\nclient).\n\nGenerated from protobuf enum `FULL_SIZE = 0;`\n\n### OVERLAY\n\n Value: 1\n\nThe link opens as an overlay, such as a pop-up.\n\nGenerated from protobuf enum `OVERLAY = 1;`"]]