public class HangoutsChat.Spaces.Members extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
HangoutsChat.Spaces.Members.Get |
class |
HangoutsChat.Spaces.Members.List |
| Constructor and Description |
|---|
Members() |
| Modifier and Type | Method and Description |
|---|---|
HangoutsChat.Spaces.Members.Get |
get(String name)
Returns a membership.
|
HangoutsChat.Spaces.Members.List |
list(String parent)
Lists human memberships in a space.
|
public HangoutsChat.Spaces.Members.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Resource name of the membership to retrieve. Format: spaces/{space}/members/{member}IOExceptionpublic HangoutsChat.Spaces.Members.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The resource name of the space for which to fetch a membership list. Format:
spaces/{space}IOExceptionCopyright © 2011–2022 Google. All rights reserved.