public class HangoutsChat.Spaces.SpaceEvents extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
HangoutsChat.Spaces.SpaceEvents.Get |
class |
HangoutsChat.Spaces.SpaceEvents.List |
| Constructor and Description |
|---|
SpaceEvents() |
| Modifier and Type | Method and Description |
|---|---|
HangoutsChat.Spaces.SpaceEvents.Get |
get(String name)
Returns an event from a Google Chat space.
|
HangoutsChat.Spaces.SpaceEvents.List |
list(String parent)
Lists events from a Google Chat space.
|
public HangoutsChat.Spaces.SpaceEvents.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The resource name of the space event. Format: `spaces/{space}/spaceEvents/{spaceEvent}`IOExceptionpublic HangoutsChat.Spaces.SpaceEvents.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Resource name of the [Google Chat
space](https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces) where
the events occurred. Format: `spaces/{space}`.IOExceptionCopyright © 2011–2024 Google. All rights reserved.