Reference documentation and code samples for the Google Apps Chat V1 Client class GetSpaceRequest.
A request to return a single space.
Generated from protobuf message google.chat.v1.GetSpaceRequest
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Resource name of the space, in the form |
↳ use_admin_access |
bool
When |
getName
Required. Resource name of the space, in the form spaces/{space}
.
Format: spaces/{space}
Returns | |
---|---|
Type | Description |
string |
setName
Required. Resource name of the space, in the form spaces/{space}
.
Format: spaces/{space}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUseAdminAccess
When true
, the method runs using the user's Google Workspace
administrator privileges.
The calling user must be a Google Workspace administrator with the
manage chat and spaces conversations
privilege.
Requires the chat.admin.spaces
or chat.admin.spaces.readonly
OAuth 2.0
scopes.
Returns | |
---|---|
Type | Description |
bool |
setUseAdminAccess
When true
, the method runs using the user's Google Workspace
administrator privileges.
The calling user must be a Google Workspace administrator with the
manage chat and spaces conversations
privilege.
Requires the chat.admin.spaces
or chat.admin.spaces.readonly
OAuth 2.0
scopes.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. Resource name of the space, in the form Format: |
Returns | |
---|---|
Type | Description |
Google\Apps\Chat\V1\GetSpaceRequest |