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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()The standard List next-page token.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |