Class: Google::Apps::Chat::V1::GetSpaceRequest
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::GetSpaceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/space.rb
Overview
A request to return a single space.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#use_admin_access ⇒ ::Boolean
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Resource name of the space, in the form spaces/{space}
.
Format: spaces/{space}
.
466 467 468 469 |
# File 'proto_docs/google/chat/v1/space.rb', line 466 class GetSpaceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#use_admin_access ⇒ ::Boolean
Returns 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.
466 467 468 469 |
# File 'proto_docs/google/chat/v1/space.rb', line 466 class GetSpaceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |