Uses of Class
com.google.cloud.aiplatform.v1.ListDatasetsResponse.Builder
Packages that use ListDatasetsResponse.Builder
-
Uses of ListDatasetsResponse.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ListDatasetsResponse.BuilderModifier and TypeMethodDescriptionListDatasetsResponse.Builder.addAllDatasets(Iterable<? extends Dataset> values) A list of Datasets that matches the specified filter in the request.ListDatasetsResponse.Builder.addDatasets(int index, Dataset value) A list of Datasets that matches the specified filter in the request.ListDatasetsResponse.Builder.addDatasets(int index, Dataset.Builder builderForValue) A list of Datasets that matches the specified filter in the request.ListDatasetsResponse.Builder.addDatasets(Dataset value) A list of Datasets that matches the specified filter in the request.ListDatasetsResponse.Builder.addDatasets(Dataset.Builder builderForValue) A list of Datasets that matches the specified filter in the request.ListDatasetsResponse.Builder.clear()ListDatasetsResponse.Builder.clearDatasets()A list of Datasets that matches the specified filter in the request.ListDatasetsResponse.Builder.clearNextPageToken()The standard List next-page token.ListDatasetsResponse.Builder.mergeFrom(ListDatasetsResponse other) ListDatasetsResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListDatasetsResponse.Builder.mergeFrom(com.google.protobuf.Message other) static ListDatasetsResponse.BuilderListDatasetsResponse.newBuilder()static ListDatasetsResponse.BuilderListDatasetsResponse.newBuilder(ListDatasetsResponse prototype) ListDatasetsResponse.newBuilderForType()protected ListDatasetsResponse.BuilderListDatasetsResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ListDatasetsResponse.Builder.removeDatasets(int index) A list of Datasets that matches the specified filter in the request.ListDatasetsResponse.Builder.setDatasets(int index, Dataset value) A list of Datasets that matches the specified filter in the request.ListDatasetsResponse.Builder.setDatasets(int index, Dataset.Builder builderForValue) A list of Datasets that matches the specified filter in the request.ListDatasetsResponse.Builder.setNextPageToken(String value) The standard List next-page token.ListDatasetsResponse.Builder.setNextPageTokenBytes(com.google.protobuf.ByteString value) The standard List next-page token.ListDatasetsResponse.toBuilder()