public interface ListRecommendationsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
Recommendation |
getRecommendations(int index)
The set of recommendations for the `parent` resource.
|
int |
getRecommendationsCount()
The set of recommendations for the `parent` resource.
|
List<Recommendation> |
getRecommendationsList()
The set of recommendations for the `parent` resource.
|
RecommendationOrBuilder |
getRecommendationsOrBuilder(int index)
The set of recommendations for the `parent` resource.
|
List<? extends RecommendationOrBuilder> |
getRecommendationsOrBuilderList()
The set of recommendations for the `parent` resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Recommendation> getRecommendationsList()
The set of recommendations for the `parent` resource.
repeated .google.cloud.recommender.v1.Recommendation recommendations = 1;Recommendation getRecommendations(int index)
The set of recommendations for the `parent` resource.
repeated .google.cloud.recommender.v1.Recommendation recommendations = 1;int getRecommendationsCount()
The set of recommendations for the `parent` resource.
repeated .google.cloud.recommender.v1.Recommendation recommendations = 1;List<? extends RecommendationOrBuilder> getRecommendationsOrBuilderList()
The set of recommendations for the `parent` resource.
repeated .google.cloud.recommender.v1.Recommendation recommendations = 1;RecommendationOrBuilder getRecommendationsOrBuilder(int index)
The set of recommendations for the `parent` resource.
repeated .google.cloud.recommender.v1.Recommendation recommendations = 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 © 2024 Google LLC. All rights reserved.