Class ListDataItemsResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListDataItemsResponse.Builder>
-
- com.google.cloud.aiplatform.v1beta1.ListDataItemsResponse.Builder
-
- All Implemented Interfaces:
ListDataItemsResponseOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ListDataItemsResponse
public static final class ListDataItemsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListDataItemsResponse.Builder> implements ListDataItemsResponseOrBuilder
Response message for [DatasetService.ListDataItems][google.cloud.aiplatform.v1beta1.DatasetService.ListDataItems].
Protobuf typegoogle.cloud.aiplatform.v1beta1.ListDataItemsResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListDataItemsResponse.Builder
addAllDataItems(Iterable<? extends DataItem> values)
A list of DataItems that matches the specified filter in the request.ListDataItemsResponse.Builder
addDataItems(int index, DataItem value)
A list of DataItems that matches the specified filter in the request.ListDataItemsResponse.Builder
addDataItems(int index, DataItem.Builder builderForValue)
A list of DataItems that matches the specified filter in the request.ListDataItemsResponse.Builder
addDataItems(DataItem value)
A list of DataItems that matches the specified filter in the request.ListDataItemsResponse.Builder
addDataItems(DataItem.Builder builderForValue)
A list of DataItems that matches the specified filter in the request.DataItem.Builder
addDataItemsBuilder()
A list of DataItems that matches the specified filter in the request.DataItem.Builder
addDataItemsBuilder(int index)
A list of DataItems that matches the specified filter in the request.ListDataItemsResponse.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListDataItemsResponse
build()
ListDataItemsResponse
buildPartial()
ListDataItemsResponse.Builder
clear()
ListDataItemsResponse.Builder
clearDataItems()
A list of DataItems that matches the specified filter in the request.ListDataItemsResponse.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ListDataItemsResponse.Builder
clearNextPageToken()
The standard List next-page token.ListDataItemsResponse.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ListDataItemsResponse.Builder
clone()
DataItem
getDataItems(int index)
A list of DataItems that matches the specified filter in the request.DataItem.Builder
getDataItemsBuilder(int index)
A list of DataItems that matches the specified filter in the request.List<DataItem.Builder>
getDataItemsBuilderList()
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.ListDataItemsResponse
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getNextPageToken()
The standard List next-page token.com.google.protobuf.ByteString
getNextPageTokenBytes()
The standard List next-page token.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ListDataItemsResponse.Builder
mergeFrom(ListDataItemsResponse other)
ListDataItemsResponse.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListDataItemsResponse.Builder
mergeFrom(com.google.protobuf.Message other)
ListDataItemsResponse.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListDataItemsResponse.Builder
removeDataItems(int index)
A list of DataItems that matches the specified filter in the request.ListDataItemsResponse.Builder
setDataItems(int index, DataItem value)
A list of DataItems that matches the specified filter in the request.ListDataItemsResponse.Builder
setDataItems(int index, DataItem.Builder builderForValue)
A list of DataItems that matches the specified filter in the request.ListDataItemsResponse.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListDataItemsResponse.Builder
setNextPageToken(String value)
The standard List next-page token.ListDataItemsResponse.Builder
setNextPageTokenBytes(com.google.protobuf.ByteString value)
The standard List next-page token.ListDataItemsResponse.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ListDataItemsResponse.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDataItemsResponse.Builder>
-
clear
public ListDataItemsResponse.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDataItemsResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDataItemsResponse.Builder>
-
getDefaultInstanceForType
public ListDataItemsResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListDataItemsResponse build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListDataItemsResponse buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListDataItemsResponse.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDataItemsResponse.Builder>
-
setField
public ListDataItemsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDataItemsResponse.Builder>
-
clearField
public ListDataItemsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDataItemsResponse.Builder>
-
clearOneof
public ListDataItemsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDataItemsResponse.Builder>
-
setRepeatedField
public ListDataItemsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDataItemsResponse.Builder>
-
addRepeatedField
public ListDataItemsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDataItemsResponse.Builder>
-
mergeFrom
public ListDataItemsResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListDataItemsResponse.Builder>
-
mergeFrom
public ListDataItemsResponse.Builder mergeFrom(ListDataItemsResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDataItemsResponse.Builder>
-
mergeFrom
public ListDataItemsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListDataItemsResponse.Builder>
- Throws:
IOException
-
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;
- Specified by:
getDataItemsList
in interfaceListDataItemsResponseOrBuilder
-
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;
- Specified by:
getDataItemsCount
in interfaceListDataItemsResponseOrBuilder
-
getDataItems
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;
- Specified by:
getDataItems
in interfaceListDataItemsResponseOrBuilder
-
setDataItems
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;
-
setDataItems
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;
-
addDataItems
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;
-
addDataItems
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;
-
addDataItems
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;
-
addDataItems
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;
-
addAllDataItems
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;
-
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;
-
removeDataItems
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;
-
getDataItemsBuilder
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;
-
getDataItemsOrBuilder
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;
- Specified by:
getDataItemsOrBuilder
in interfaceListDataItemsResponseOrBuilder
-
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;
- Specified by:
getDataItemsOrBuilderList
in interfaceListDataItemsResponseOrBuilder
-
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;
-
addDataItemsBuilder
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;
-
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;
-
getNextPageToken
public String getNextPageToken()
The standard List next-page token.
string next_page_token = 2;
- Specified by:
getNextPageToken
in interfaceListDataItemsResponseOrBuilder
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
public com.google.protobuf.ByteString getNextPageTokenBytes()
The standard List next-page token.
string next_page_token = 2;
- Specified by:
getNextPageTokenBytes
in interfaceListDataItemsResponseOrBuilder
- Returns:
- The bytes for nextPageToken.
-
setNextPageToken
public ListDataItemsResponse.Builder setNextPageToken(String value)
The standard List next-page token.
string next_page_token = 2;
- Parameters:
value
- The nextPageToken to set.- Returns:
- This builder for chaining.
-
clearNextPageToken
public ListDataItemsResponse.Builder clearNextPageToken()
The standard List next-page token.
string next_page_token = 2;
- Returns:
- This builder for chaining.
-
setNextPageTokenBytes
public ListDataItemsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
The standard List next-page token.
string next_page_token = 2;
- Parameters:
value
- The bytes for nextPageToken to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListDataItemsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDataItemsResponse.Builder>
-
mergeUnknownFields
public final ListDataItemsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDataItemsResponse.Builder>
-
-