Package viam.app.dataset.v1
Class DatasetServiceGrpc.DatasetServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<DatasetServiceGrpc.DatasetServiceFutureStub>
viam.app.dataset.v1.DatasetServiceGrpc.DatasetServiceFutureStub
- Enclosing class:
- DatasetServiceGrpc
public static final class DatasetServiceGrpc.DatasetServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<DatasetServiceGrpc.DatasetServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service DatasetService.
DatasetService is used to manage datasets.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
-
Method Summary
Modifier and TypeMethodDescriptionbuild
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<DatasetOuterClass.CreateDatasetResponse>
CreateDataset makes a new dataset.com.google.common.util.concurrent.ListenableFuture<DatasetOuterClass.DeleteDatasetResponse>
DeleteDatasets deletes an existing dataset.com.google.common.util.concurrent.ListenableFuture<DatasetOuterClass.ListDatasetsByIDsResponse>
ListDatasetsByIDs lists all of the datasets specified by the given dataset IDs.com.google.common.util.concurrent.ListenableFuture<DatasetOuterClass.ListDatasetsByOrganizationIDResponse>
ListDatasetsByOrganizationID lists all of the datasets for an organization.com.google.common.util.concurrent.ListenableFuture<DatasetOuterClass.RenameDatasetResponse>
RenameDataset modifies the name of an existing dataset.Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStub
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected DatasetServiceGrpc.DatasetServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<DatasetServiceGrpc.DatasetServiceFutureStub>
-
createDataset
public com.google.common.util.concurrent.ListenableFuture<DatasetOuterClass.CreateDatasetResponse> createDataset(DatasetOuterClass.CreateDatasetRequest request) CreateDataset makes a new dataset.
-
deleteDataset
public com.google.common.util.concurrent.ListenableFuture<DatasetOuterClass.DeleteDatasetResponse> deleteDataset(DatasetOuterClass.DeleteDatasetRequest request) DeleteDatasets deletes an existing dataset.
-
renameDataset
public com.google.common.util.concurrent.ListenableFuture<DatasetOuterClass.RenameDatasetResponse> renameDataset(DatasetOuterClass.RenameDatasetRequest request) RenameDataset modifies the name of an existing dataset.
-
listDatasetsByOrganizationID
public com.google.common.util.concurrent.ListenableFuture<DatasetOuterClass.ListDatasetsByOrganizationIDResponse> listDatasetsByOrganizationID(DatasetOuterClass.ListDatasetsByOrganizationIDRequest request) ListDatasetsByOrganizationID lists all of the datasets for an organization.
-
listDatasetsByIDs
public com.google.common.util.concurrent.ListenableFuture<DatasetOuterClass.ListDatasetsByIDsResponse> listDatasetsByIDs(DatasetOuterClass.ListDatasetsByIDsRequest request) ListDatasetsByIDs lists all of the datasets specified by the given dataset IDs.
-