public interface ListDataItemsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataItems(int index)
public abstract 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;
| Name | Description |
index |
int |
| Type | Description |
DataItem |
getDataItemsCount()
public abstract int getDataItemsCount()A list of DataItems that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DataItem data_items = 1;
| Type | Description |
int |
getDataItemsList()
public abstract List<DataItem> getDataItemsList()A list of DataItems that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DataItem data_items = 1;
| Type | Description |
List<DataItem> |
getDataItemsOrBuilder(int index)
public abstract 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;
| Name | Description |
index |
int |
| Type | Description |
DataItemOrBuilder |
getDataItemsOrBuilderList()
public abstract 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;
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.DataItemOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()The standard List next-page token.
string next_page_token = 2;
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()The standard List next-page token.
string next_page_token = 2;
| Type | Description |
ByteString |
The bytes for nextPageToken. |