Uses of Class
com.google.cloud.aiplatform.v1.ListDataItemsResponse.Builder
Packages that use ListDataItemsResponse.Builder
-
Uses of ListDataItemsResponse.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ListDataItemsResponse.BuilderModifier and TypeMethodDescriptionListDataItemsResponse.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.ListDataItemsResponse.Builder.clear()ListDataItemsResponse.Builder.clearDataItems()A list of DataItems that matches the specified filter in the request.ListDataItemsResponse.Builder.clearNextPageToken()The standard List next-page token.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.newBuilder()ListDataItemsResponse.newBuilder(ListDataItemsResponse prototype) ListDataItemsResponse.newBuilderForType()protected ListDataItemsResponse.BuilderListDataItemsResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) 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.setNextPageToken(String value) The standard List next-page token.ListDataItemsResponse.Builder.setNextPageTokenBytes(com.google.protobuf.ByteString value) The standard List next-page token.ListDataItemsResponse.toBuilder()