public interface ListSavedQueriesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
The standard List next-page token.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
The standard List next-page token.
|
SavedQuery |
getSavedQueries(int index)
A list of SavedQueries that match the specified filter in the request.
|
int |
getSavedQueriesCount()
A list of SavedQueries that match the specified filter in the request.
|
List<SavedQuery> |
getSavedQueriesList()
A list of SavedQueries that match the specified filter in the request.
|
SavedQueryOrBuilder |
getSavedQueriesOrBuilder(int index)
A list of SavedQueries that match the specified filter in the request.
|
List<? extends SavedQueryOrBuilder> |
getSavedQueriesOrBuilderList()
A list of SavedQueries that match the specified filter in the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<SavedQuery> getSavedQueriesList()
A list of SavedQueries that match the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.SavedQuery saved_queries = 1;SavedQuery getSavedQueries(int index)
A list of SavedQueries that match the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.SavedQuery saved_queries = 1;int getSavedQueriesCount()
A list of SavedQueries that match the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.SavedQuery saved_queries = 1;List<? extends SavedQueryOrBuilder> getSavedQueriesOrBuilderList()
A list of SavedQueries that match the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.SavedQuery saved_queries = 1;SavedQueryOrBuilder getSavedQueriesOrBuilder(int index)
A list of SavedQueries that match the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.SavedQuery saved_queries = 1;String getNextPageToken()
The standard List next-page token.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
The standard List next-page token.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.