public interface ListSpaceEventsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()Continuation token used to fetch more events. If this field is omitted, there are no subsequent pages.
 string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description | 
| String | The nextPageToken. | 
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()Continuation token used to fetch more events. If this field is omitted, there are no subsequent pages.
 string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for nextPageToken. | 
getSpaceEvents(int index)
public abstract SpaceEvent getSpaceEvents(int index) Results are returned in chronological order (oldest event first).
 Note: The permissionSettings field is not returned in the Space
 object for list requests.
 repeated .google.chat.v1.SpaceEvent space_events = 1;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| SpaceEvent | |
getSpaceEventsCount()
public abstract int getSpaceEventsCount() Results are returned in chronological order (oldest event first).
 Note: The permissionSettings field is not returned in the Space
 object for list requests.
 repeated .google.chat.v1.SpaceEvent space_events = 1;
| Returns | |
|---|---|
| Type | Description | 
| int | |
getSpaceEventsList()
public abstract List<SpaceEvent> getSpaceEventsList() Results are returned in chronological order (oldest event first).
 Note: The permissionSettings field is not returned in the Space
 object for list requests.
 repeated .google.chat.v1.SpaceEvent space_events = 1;
| Returns | |
|---|---|
| Type | Description | 
| List<SpaceEvent> | |
getSpaceEventsOrBuilder(int index)
public abstract SpaceEventOrBuilder getSpaceEventsOrBuilder(int index) Results are returned in chronological order (oldest event first).
 Note: The permissionSettings field is not returned in the Space
 object for list requests.
 repeated .google.chat.v1.SpaceEvent space_events = 1;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| SpaceEventOrBuilder | |
getSpaceEventsOrBuilderList()
public abstract List<? extends SpaceEventOrBuilder> getSpaceEventsOrBuilderList() Results are returned in chronological order (oldest event first).
 Note: The permissionSettings field is not returned in the Space
 object for list requests.
 repeated .google.chat.v1.SpaceEvent space_events = 1;
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.chat.v1.SpaceEventOrBuilder> | |