Package com.google.cloud.aiplatform.v1
Interface SearchDataItemsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SearchDataItemsResponse,SearchDataItemsResponse.Builder
@Generated
public interface SearchDataItemsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDataItemViews(int index) The DataItemViews read.intThe DataItemViews read.The DataItemViews read.getDataItemViewsOrBuilder(int index) The DataItemViews read.List<? extends DataItemViewOrBuilder>The DataItemViews read.A token to retrieve next page of results.com.google.protobuf.ByteStringA token to retrieve next page of results.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDataItemViewsList
List<DataItemView> getDataItemViewsList()The DataItemViews read.
repeated .google.cloud.aiplatform.v1.DataItemView data_item_views = 1; -
getDataItemViews
The DataItemViews read.
repeated .google.cloud.aiplatform.v1.DataItemView data_item_views = 1; -
getDataItemViewsCount
int getDataItemViewsCount()The DataItemViews read.
repeated .google.cloud.aiplatform.v1.DataItemView data_item_views = 1; -
getDataItemViewsOrBuilderList
List<? extends DataItemViewOrBuilder> getDataItemViewsOrBuilderList()The DataItemViews read.
repeated .google.cloud.aiplatform.v1.DataItemView data_item_views = 1; -
getDataItemViewsOrBuilder
The DataItemViews read.
repeated .google.cloud.aiplatform.v1.DataItemView data_item_views = 1; -
getNextPageToken
String getNextPageToken()A token to retrieve next page of results. Pass to [SearchDataItemsRequest.page_token][google.cloud.aiplatform.v1.SearchDataItemsRequest.page_token] to obtain that page.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()A token to retrieve next page of results. Pass to [SearchDataItemsRequest.page_token][google.cloud.aiplatform.v1.SearchDataItemsRequest.page_token] to obtain that page.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-