public static final class ListDataItemsResponse.Builder extends GeneratedMessage.Builder<ListDataItemsResponse.Builder> implements ListDataItemsResponseOrBuilderResponse message for DatasetService.ListDataItems.
Protobuf type google.cloud.aiplatform.v1beta1.ListDataItemsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListDataItemsResponse.BuilderImplements
ListDataItemsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllDataItems(Iterable<? extends DataItem> values)
public ListDataItemsResponse.Builder addAllDataItems(Iterable<? extends DataItem> values)A list of DataItems that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DataItem data_items = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.aiplatform.v1beta1.DataItem> |
| Returns | |
|---|---|
| Type | Description |
ListDataItemsResponse.Builder |
|
addDataItems(DataItem value)
public ListDataItemsResponse.Builder addDataItems(DataItem value)A list of DataItems that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DataItem data_items = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
DataItem |
| Returns | |
|---|---|
| Type | Description |
ListDataItemsResponse.Builder |
|
addDataItems(DataItem.Builder builderForValue)
public ListDataItemsResponse.Builder addDataItems(DataItem.Builder builderForValue)A list of DataItems that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DataItem data_items = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DataItem.Builder |
| Returns | |
|---|---|
| Type | Description |
ListDataItemsResponse.Builder |
|
addDataItems(int index, DataItem value)
public ListDataItemsResponse.Builder addDataItems(int index, DataItem value)A list of DataItems that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DataItem data_items = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
DataItem |
| Returns | |
|---|---|
| Type | Description |
ListDataItemsResponse.Builder |
|
addDataItems(int index, DataItem.Builder builderForValue)
public ListDataItemsResponse.Builder addDataItems(int index, DataItem.Builder builderForValue)A list of DataItems that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DataItem data_items = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
DataItem.Builder |
| Returns | |
|---|---|
| Type | Description |
ListDataItemsResponse.Builder |
|
addDataItemsBuilder()
public DataItem.Builder addDataItemsBuilder()A list of DataItems that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DataItem data_items = 1;
| Returns | |
|---|---|
| Type | Description |
DataItem.Builder |
|
addDataItemsBuilder(int index)
public DataItem.Builder addDataItemsBuilder(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.Builder |
|
build()
public ListDataItemsResponse build()| Returns | |
|---|---|
| Type | Description |
ListDataItemsResponse |
|
buildPartial()
public ListDataItemsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListDataItemsResponse |
|
clear()
public ListDataItemsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListDataItemsResponse.Builder |
|
clearDataItems()
public ListDataItemsResponse.Builder clearDataItems()A list of DataItems that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DataItem data_items = 1;
| Returns | |
|---|---|
| Type | Description |
ListDataItemsResponse.Builder |
|
clearNextPageToken()
public ListDataItemsResponse.Builder clearNextPageToken()The standard List next-page token.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListDataItemsResponse.Builder |
This builder for chaining. |
getDataItems(int index)
public 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 |
|
getDataItemsBuilder(int index)
public DataItem.Builder getDataItemsBuilder(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.Builder |
|
getDataItemsBuilderList()
public List<DataItem.Builder> getDataItemsBuilderList()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<Builder> |
|
getDataItemsCount()
public 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 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 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 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> |
|
getDefaultInstanceForType()
public ListDataItemsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListDataItemsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public String getNextPageToken()The standard List next-page token.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()The standard List next-page token.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListDataItemsResponse other)
public ListDataItemsResponse.Builder mergeFrom(ListDataItemsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDataItemsResponse |
| Returns | |
|---|---|
| Type | Description |
ListDataItemsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListDataItemsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListDataItemsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListDataItemsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListDataItemsResponse.Builder |
|
removeDataItems(int index)
public ListDataItemsResponse.Builder removeDataItems(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 |
ListDataItemsResponse.Builder |
|
setDataItems(int index, DataItem value)
public ListDataItemsResponse.Builder setDataItems(int index, DataItem value)A list of DataItems that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DataItem data_items = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
DataItem |
| Returns | |
|---|---|
| Type | Description |
ListDataItemsResponse.Builder |
|
setDataItems(int index, DataItem.Builder builderForValue)
public ListDataItemsResponse.Builder setDataItems(int index, DataItem.Builder builderForValue)A list of DataItems that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.DataItem data_items = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
DataItem.Builder |
| Returns | |
|---|---|
| Type | Description |
ListDataItemsResponse.Builder |
|
setNextPageToken(String value)
public ListDataItemsResponse.Builder setNextPageToken(String value)The standard List next-page token.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListDataItemsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListDataItemsResponse.Builder setNextPageTokenBytes(ByteString value)The standard List next-page token.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListDataItemsResponse.Builder |
This builder for chaining. |