Interface SearchCaseClassificationsRequestOrBuilder (0.47.0)

public interface SearchCaseClassificationsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPageSize()

public abstract int getPageSize()

The maximum number of classifications fetched with each request.

int32 page_size = 2;

Returns
Type Description
int

The pageSize.

getPageToken()

public abstract String getPageToken()

A token identifying the page of results to return. If unspecified, the first page is retrieved.

string page_token = 3;

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public abstract ByteString getPageTokenBytes()

A token identifying the page of results to return. If unspecified, the first page is retrieved.

string page_token = 3;

Returns
Type Description
ByteString

The bytes for pageToken.

getQuery()

public abstract String getQuery()

An expression used to filter case classifications.

If it's an empty string, then no filtering happens. Otherwise, case classifications will be returned that match the filter.

string query = 1;

Returns
Type Description
String

The query.

getQueryBytes()

public abstract ByteString getQueryBytes()

An expression used to filter case classifications.

If it's an empty string, then no filtering happens. Otherwise, case classifications will be returned that match the filter.

string query = 1;

Returns
Type Description
ByteString

The bytes for query.