public interface ListInsightsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Insight |
getInsights(int index)
The set of insights for the `parent` resource.
|
int |
getInsightsCount()
The set of insights for the `parent` resource.
|
List<Insight> |
getInsightsList()
The set of insights for the `parent` resource.
|
InsightOrBuilder |
getInsightsOrBuilder(int index)
The set of insights for the `parent` resource.
|
List<? extends InsightOrBuilder> |
getInsightsOrBuilderList()
The set of insights for the `parent` resource.
|
String |
getNextPageToken()
A token that can be used to request the next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token that can be used to request the next page of results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Insight> getInsightsList()
The set of insights for the `parent` resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;Insight getInsights(int index)
The set of insights for the `parent` resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;int getInsightsCount()
The set of insights for the `parent` resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;List<? extends InsightOrBuilder> getInsightsOrBuilderList()
The set of insights for the `parent` resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;InsightOrBuilder getInsightsOrBuilder(int index)
The set of insights for the `parent` resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;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;com.google.protobuf.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;Copyright © 2020 Google LLC. All rights reserved.