Reference documentation and code samples for the Google Apps Chat V1 Client class AccessState.
Represents the access state of the space.
Protobuf type google.chat.v1.Space.AccessSettings.AccessState
Namespace
Google \ Apps \ Chat \ V1 \ Space \ AccessSettings
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
ACCESS_STATE_UNSPECIFIED
Value: 0
Access state is unknown or not supported in this API.
Generated from protobuf enum ACCESS_STATE_UNSPECIFIED = 0;
PBPRIVATE
Value: 1
Only users or Google Groups that have been individually added or
invited by other users or Google Workspace administrators can discover
and access the space.
Generated from protobuf enum PRIVATE = 1;
DISCOVERABLE
Value: 2
A space manager has granted a target audience access to
the space. Users or Google Groups that have been individually added or
invited to the space can also discover and access the space. To learn
more, see Make a space discoverable to specific
users.
[[["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 AccessState (0.12.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.12.0 (latest)](/php/docs/reference/apps-chat/latest/Chat.V1.Space.AccessSettings.AccessState)\n- [0.11.2](/php/docs/reference/apps-chat/0.11.2/Chat.V1.Space.AccessSettings.AccessState)\n- [0.10.0](/php/docs/reference/apps-chat/0.10.0/Chat.V1.Space.AccessSettings.AccessState)\n- [0.9.0](/php/docs/reference/apps-chat/0.9.0/Chat.V1.Space.AccessSettings.AccessState)\n- [0.8.1](/php/docs/reference/apps-chat/0.8.1/Chat.V1.Space.AccessSettings.AccessState)\n- [0.7.2](/php/docs/reference/apps-chat/0.7.2/Chat.V1.Space.AccessSettings.AccessState)\n- [0.6.1](/php/docs/reference/apps-chat/0.6.1/Chat.V1.Space.AccessSettings.AccessState)\n- [0.5.0](/php/docs/reference/apps-chat/0.5.0/Chat.V1.Space.AccessSettings.AccessState)\n- [0.4.0](/php/docs/reference/apps-chat/0.4.0/Chat.V1.Space.AccessSettings.AccessState)\n- [0.3.0](/php/docs/reference/apps-chat/0.3.0/Chat.V1.Space.AccessSettings.AccessState)\n- [0.2.0](/php/docs/reference/apps-chat/0.2.0/Chat.V1.Space.AccessSettings.AccessState)\n- [0.1.4](/php/docs/reference/apps-chat/0.1.4/Chat.V1.Space.AccessSettings.AccessState) \nReference documentation and code samples for the Google Apps Chat V1 Client class AccessState.\n\nRepresents the access state of the space.\n\nProtobuf type `google.chat.v1.Space.AccessSettings.AccessState`\n\nNamespace\n---------\n\nGoogle \\\\ Apps \\\\ Chat \\\\ V1 \\\\ Space \\\\ AccessSettings\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### ACCESS_STATE_UNSPECIFIED\n\n Value: 0\n\nAccess state is unknown or not supported in this API.\n\nGenerated from protobuf enum `ACCESS_STATE_UNSPECIFIED = 0;`\n\n### PBPRIVATE\n\n Value: 1\n\nOnly users or Google Groups that have been individually added or\ninvited by other users or Google Workspace administrators can discover\nand access the space.\n\nGenerated from protobuf enum `PRIVATE = 1;`\n\n### DISCOVERABLE\n\n Value: 2\n\nA space manager has granted a target audience access to\nthe space. Users or Google Groups that have been individually added or\ninvited to the space can also discover and access the space. To learn\nmore, see [Make a space discoverable to specific\nusers](https://developers.google.com/workspace/chat/space-target-audience).\n\nCreating discoverable spaces requires [user\nauthentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).\n\nGenerated from protobuf enum `DISCOVERABLE = 2;`"]]