Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::GetSpaceRequest.
A request to return a single space.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
-
(::String) — Required. Resource name of the space, in the form
spaces/{space}
.Format:
spaces/{space}
#name=
def name=(value) -> ::String
-
value (::String) — Required. Resource name of the space, in the form
spaces/{space}
.Format:
spaces/{space}
-
(::String) — Required. Resource name of the space, in the form
spaces/{space}
.Format:
spaces/{space}
#use_admin_access
def use_admin_access() -> ::Boolean
-
(::Boolean) — 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
orchat.admin.spaces.readonly
OAuth 2.0 scopes.
#use_admin_access=
def use_admin_access=(value) -> ::Boolean
-
value (::Boolean) — 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
orchat.admin.spaces.readonly
OAuth 2.0 scopes.
-
(::Boolean) — 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
orchat.admin.spaces.readonly
OAuth 2.0 scopes.