public static final class ListDataItemsResponse.Builder extends GeneratedMessageV3.Builder<ListDataItemsResponse.Builder> implements ListDataItemsResponseOrBuilder
Response message for
DatasetService.ListDataItems.
Protobuf type google.cloud.aiplatform.v1beta1.ListDataItemsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
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>
|
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
|
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;
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;
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;
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;
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
|
public ListDataItemsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ListDataItemsResponse build()
public ListDataItemsResponse buildPartial()
public ListDataItemsResponse.Builder clear()
Overrides
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;
public ListDataItemsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
public ListDataItemsResponse.Builder clearNextPageToken()
The standard List next-page token.
string next_page_token = 2;
public ListDataItemsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public ListDataItemsResponse.Builder clone()
Overrides
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
|
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
|
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;
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 |
|
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;
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
|
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> |
|
public ListDataItemsResponse getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ListDataItemsResponse.Builder mergeFrom(ListDataItemsResponse other)
public ListDataItemsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ListDataItemsResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final ListDataItemsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
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
|
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;
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;
public ListDataItemsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNextPageToken(String value)
public ListDataItemsResponse.Builder setNextPageToken(String value)
The standard List next-page token.
string next_page_token = 2;
Parameter |
Name |
Description |
value |
String
The nextPageToken to set.
|
setNextPageTokenBytes(ByteString value)
public ListDataItemsResponse.Builder setNextPageTokenBytes(ByteString value)
The standard List next-page token.
string next_page_token = 2;
Parameter |
Name |
Description |
value |
ByteString
The bytes for nextPageToken to set.
|
public ListDataItemsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final ListDataItemsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides