public interface ListCasesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCases(int index)
public abstract Case getCases(int index)The list of cases associated with the parent after any filters have been applied.
repeated .google.cloud.support.v2beta.Case cases = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Case |
|
getCasesCount()
public abstract int getCasesCount()The list of cases associated with the parent after any filters have been applied.
repeated .google.cloud.support.v2beta.Case cases = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getCasesList()
public abstract List<Case> getCasesList()The list of cases associated with the parent after any filters have been applied.
repeated .google.cloud.support.v2beta.Case cases = 1;
| Returns | |
|---|---|
| Type | Description |
List<Case> |
|
getCasesOrBuilder(int index)
public abstract CaseOrBuilder getCasesOrBuilder(int index)The list of cases associated with the parent after any filters have been applied.
repeated .google.cloud.support.v2beta.Case cases = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CaseOrBuilder |
|
getCasesOrBuilderList()
public abstract List<? extends CaseOrBuilder> getCasesOrBuilderList()The list of cases associated with the parent after any filters have been applied.
repeated .google.cloud.support.v2beta.Case cases = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.support.v2beta.CaseOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken() A token to retrieve the next page of results. Set this in the page_token
field of subsequent cases.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 cases.list requests. If unspecified, there are no
more results to retrieve.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |