public interface SearchCaseClassificationsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCaseClassifications(int index)
public abstract CaseClassification getCaseClassifications(int index)The classifications retrieved.
repeated .google.cloud.support.v2beta.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.v2beta.CaseClassification case_classifications = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getCaseClassificationsList()
public abstract List<CaseClassification> getCaseClassificationsList()The classifications retrieved.
repeated .google.cloud.support.v2beta.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.v2beta.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.v2beta.CaseClassification case_classifications = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.support.v2beta.CaseClassificationOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken() A token to retrieve the next page of results. Set this in the page_token
field of subsequent caseClassifications.list requests. 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. Set this in the page_token
field of subsequent caseClassifications.list requests. If unspecified,
there are no more results to retrieve.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |