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.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Resource name of the space, in the form spaces/{space}
. Format: spaces/{space}
↳ use_admin_access
bool
Optional. 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
.
getName
Required. Resource name of the space, in the form spaces/{space}
.
Format: spaces/{space}
string
setName
Required. Resource name of the space, in the form spaces/{space}
.
Format: spaces/{space}
var
string
$this
getUseAdminAccess
Optional. 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
.
bool
setUseAdminAccess
Optional. 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
.
var
bool
$this
static::build
name
string
Required. Resource name of the space, in the form spaces/{space}
.
Format: spaces/{space}
Please see ChatServiceClient::spaceName()
for help formatting this field.