Interface ListAnalysesResponseOrBuilder (2.16.0)

public interface ListAnalysesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAnalyses(int index)

public abstract Analysis getAnalyses(int index)

The analyses that match the request.

repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Analysis

getAnalysesCount()

public abstract int getAnalysesCount()

The analyses that match the request.

repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;

Returns
TypeDescription
int

getAnalysesList()

public abstract List<Analysis> getAnalysesList()

The analyses that match the request.

repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;

Returns
TypeDescription
List<Analysis>

getAnalysesOrBuilder(int index)

public abstract AnalysisOrBuilder getAnalysesOrBuilder(int index)

The analyses that match the request.

repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AnalysisOrBuilder

getAnalysesOrBuilderList()

public abstract List<? extends AnalysisOrBuilder> getAnalysesOrBuilderList()

The analyses that match the request.

repeated .google.cloud.contactcenterinsights.v1.Analysis analyses = 1;

Returns
TypeDescription
List<? extends com.google.cloud.contactcenterinsights.v1.AnalysisOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.