public interface ListDataItemsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DataItem |
getDataItems(int index)
A list of DataItems that matches the specified filter in the request.
|
int |
getDataItemsCount()
A list of DataItems that matches the specified filter in the request.
|
List<DataItem> |
getDataItemsList()
A list of DataItems that matches the specified filter in the request.
|
DataItemOrBuilder |
getDataItemsOrBuilder(int index)
A list of DataItems that matches the specified filter in the request.
|
List<? extends DataItemOrBuilder> |
getDataItemsOrBuilderList()
A list of DataItems that matches the specified filter in the request.
|
String |
getNextPageToken()
The standard List next-page token.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
The standard List next-page token.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<DataItem> getDataItemsList()
A list of DataItems that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DataItem data_items = 1;DataItem getDataItems(int index)
A list of DataItems that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DataItem data_items = 1;int getDataItemsCount()
A list of DataItems that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DataItem data_items = 1;List<? extends DataItemOrBuilder> getDataItemsOrBuilderList()
A list of DataItems that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DataItem data_items = 1;DataItemOrBuilder getDataItemsOrBuilder(int index)
A list of DataItems that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DataItem data_items = 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 © 2025 Google LLC. All rights reserved.