public interface ListInsightsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInsights(int index)
public abstract Insight getInsights(int index) The set of insights for the parent resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;
| Name | Description |
| index | int |
| Type | Description |
| Insight |
getInsightsCount()
public abstract int getInsightsCount() The set of insights for the parent resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;
| Type | Description |
| int |
getInsightsList()
public abstract List<Insight> getInsightsList() The set of insights for the parent resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;
| Type | Description |
| List<Insight> |
getInsightsOrBuilder(int index)
public abstract InsightOrBuilder getInsightsOrBuilder(int index) The set of insights for the parent resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;
| Name | Description |
| index | int |
| Type | Description |
| InsightOrBuilder |
getInsightsOrBuilderList()
public abstract List<? extends InsightOrBuilder> getInsightsOrBuilderList() The set of insights for the parent resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;
| Type | Description |
| List<? extends com.google.cloud.recommender.v1.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;
| Type | Description |
| 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |