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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Insight |
|
getInsightsCount()
public abstract int getInsightsCount() The set of insights for the parent resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |