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.

getProduct()

public abstract Product getProduct()

Optional. The product to return case classifications for.

.google.cloud.support.v2beta.Product product = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Product

The product.

getProductOrBuilder()

public abstract ProductOrBuilder getProductOrBuilder()

Optional. The product to return case classifications for.

.google.cloud.support.v2beta.Product product = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ProductOrBuilder

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.

hasProduct()

public abstract boolean hasProduct()

Optional. The product to return case classifications for.

.google.cloud.support.v2beta.Product product = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the product field is set.