public interface ListDeviceSessionsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDeviceSessions(int index)
public abstract DeviceSession getDeviceSessions(int index)
The sessions matching the specified filter in the given cloud project.
repeated .google.cloud.devicestreaming.v1.DeviceSession device_sessions = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
DeviceSession |
getDeviceSessionsCount()
public abstract int getDeviceSessionsCount()
The sessions matching the specified filter in the given cloud project.
repeated .google.cloud.devicestreaming.v1.DeviceSession device_sessions = 1;
Returns | |
---|---|
Type | Description |
int |
getDeviceSessionsList()
public abstract List<DeviceSession> getDeviceSessionsList()
The sessions matching the specified filter in the given cloud project.
repeated .google.cloud.devicestreaming.v1.DeviceSession device_sessions = 1;
Returns | |
---|---|
Type | Description |
List<DeviceSession> |
getDeviceSessionsOrBuilder(int index)
public abstract DeviceSessionOrBuilder getDeviceSessionsOrBuilder(int index)
The sessions matching the specified filter in the given cloud project.
repeated .google.cloud.devicestreaming.v1.DeviceSession device_sessions = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
DeviceSessionOrBuilder |
getDeviceSessionsOrBuilderList()
public abstract List<? extends DeviceSessionOrBuilder> getDeviceSessionsOrBuilderList()
The sessions matching the specified filter in the given cloud project.
repeated .google.cloud.devicestreaming.v1.DeviceSession device_sessions = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.devicestreaming.v1.DeviceSessionOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()
A token, which can be sent as page_token
to retrieve the next page.
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()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |