Interface ListInsightsResponseOrBuilder (2.43.0)

public interface ListInsightsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInsights(int index)

public abstract Insight getInsights(int index)

The set of insights for the parent resource.

repeated .google.cloud.recommender.v1beta1.Insight insights = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Insight

getInsightsCount()

public abstract int getInsightsCount()

The set of insights for the parent resource.

repeated .google.cloud.recommender.v1beta1.Insight insights = 1;

Returns
TypeDescription
int

getInsightsList()

public abstract List<Insight> getInsightsList()

The set of insights for the parent resource.

repeated .google.cloud.recommender.v1beta1.Insight insights = 1;

Returns
TypeDescription
List<Insight>

getInsightsOrBuilder(int index)

public abstract InsightOrBuilder getInsightsOrBuilder(int index)

The set of insights for the parent resource.

repeated .google.cloud.recommender.v1beta1.Insight insights = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
InsightOrBuilder

getInsightsOrBuilderList()

public abstract List<? extends InsightOrBuilder> getInsightsOrBuilderList()

The set of insights for the parent resource.

repeated .google.cloud.recommender.v1beta1.Insight insights = 1;

Returns
TypeDescription
List<? extends com.google.cloud.recommender.v1beta1.InsightOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token that can be used to request the next page of results. This field is empty if there are no additional results.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token that can be used to request the next page of results. This field is empty if there are no additional results.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.