public interface ListSessionsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDatabase()
public abstract String getDatabase()Required. The database in which to list sessions.
string database = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The database. |
getDatabaseBytes()
public abstract ByteString getDatabaseBytes()Required. The database in which to list sessions.
string database = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for database. |
getFilter()
public abstract String getFilter()An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are:
labels.keywhere key is the name of a label Some examples of using filters are:labels.env:*--> The session has the label "env".labels.env:dev--> The session has the label "env" and the value of the label contains the string "dev".
string filter = 4;
| Type | Description |
| String | The filter. |
getFilterBytes()
public abstract ByteString getFilterBytes()An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are:
labels.keywhere key is the name of a label Some examples of using filters are:labels.env:*--> The session has the label "env".labels.env:dev--> The session has the label "env" and the value of the label contains the string "dev".
string filter = 4;
| Type | Description |
| ByteString | The bytes for filter. |
getPageSize()
public abstract int getPageSize()Number of sessions to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.
int32 page_size = 2;
| Type | Description |
| int | The pageSize. |
getPageToken()
public abstract String getPageToken() If non-empty, page_token should contain a
next_page_token from a previous
ListSessionsResponse.
string page_token = 3;
| Type | Description |
| String | The pageToken. |
getPageTokenBytes()
public abstract ByteString getPageTokenBytes() If non-empty, page_token should contain a
next_page_token from a previous
ListSessionsResponse.
string page_token = 3;
| Type | Description |
| ByteString | The bytes for pageToken. |