Interface SearchCaseClassificationsResponseOrBuilder (0.29.0)

public interface SearchCaseClassificationsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCaseClassifications(int index)

public abstract CaseClassification getCaseClassifications(int index)

The classifications retrieved.

repeated .google.cloud.support.v2.CaseClassification case_classifications = 1;

Parameter
Name Description
index int
Returns
Type Description
CaseClassification

getCaseClassificationsCount()

public abstract int getCaseClassificationsCount()

The classifications retrieved.

repeated .google.cloud.support.v2.CaseClassification case_classifications = 1;

Returns
Type Description
int

getCaseClassificationsList()

public abstract List<CaseClassification> getCaseClassificationsList()

The classifications retrieved.

repeated .google.cloud.support.v2.CaseClassification case_classifications = 1;

Returns
Type Description
List<CaseClassification>

getCaseClassificationsOrBuilder(int index)

public abstract CaseClassificationOrBuilder getCaseClassificationsOrBuilder(int index)

The classifications retrieved.

repeated .google.cloud.support.v2.CaseClassification case_classifications = 1;

Parameter
Name Description
index int
Returns
Type Description
CaseClassificationOrBuilder

getCaseClassificationsOrBuilderList()

public abstract List<? extends CaseClassificationOrBuilder> getCaseClassificationsOrBuilderList()

The classifications retrieved.

repeated .google.cloud.support.v2.CaseClassification case_classifications = 1;

Returns
Type Description
List<? extends com.google.cloud.support.v2.CaseClassificationOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token to retrieve the next page of results. This should be set in the page_token field of subsequent SearchCaseClassificationsRequest message that is issued. If unspecified, there are no more results to retrieve.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token to retrieve the next page of results. This should be set in the page_token field of subsequent SearchCaseClassificationsRequest message that is issued. If unspecified, there are no more results to retrieve.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.