Class MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaFutureStub>
-
- com.google.maps.mapsplatformdatasets.v1alpha.MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaFutureStub
-
- Enclosing class:
- MapsPlatformDatasetsV1AlphaGrpc
public static final class MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaFutureStub extends io.grpc.stub.AbstractFutureStub<MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service MapsPlatformDatasetsV1Alpha.Service definition for the Maps Platform Datasets API.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaFutureStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.common.util.concurrent.ListenableFuture<Dataset>
createDataset(CreateDatasetRequest request)
Create a new dataset for the specified project.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
deleteDataset(DeleteDatasetRequest request)
Delete the specified dataset and optionally all its corresponding versions.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
deleteDatasetVersion(DeleteDatasetVersionRequest request)
Delete a specific version of the dataset.com.google.common.util.concurrent.ListenableFuture<Dataset>
getDataset(GetDatasetRequest request)
Get the published or latest version of the dataset.com.google.common.util.concurrent.ListenableFuture<ListDatasetsResponse>
listDatasets(ListDatasetsRequest request)
List all the datasets for the specified project.com.google.common.util.concurrent.ListenableFuture<ListDatasetVersionsResponse>
listDatasetVersions(ListDatasetVersionsRequest request)
List all the versions of a dataset.com.google.common.util.concurrent.ListenableFuture<Dataset>
updateDatasetMetadata(UpdateDatasetMetadataRequest request)
Update the metadata for the dataset.
-
-
-
Method Detail
-
build
protected MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaFutureStub>
-
createDataset
public com.google.common.util.concurrent.ListenableFuture<Dataset> createDataset(CreateDatasetRequest request)
Create a new dataset for the specified project.
-
updateDatasetMetadata
public com.google.common.util.concurrent.ListenableFuture<Dataset> updateDatasetMetadata(UpdateDatasetMetadataRequest request)
Update the metadata for the dataset. To update the data use: UploadDataset.
-
getDataset
public com.google.common.util.concurrent.ListenableFuture<Dataset> getDataset(GetDatasetRequest request)
Get the published or latest version of the dataset.
-
listDatasetVersions
public com.google.common.util.concurrent.ListenableFuture<ListDatasetVersionsResponse> listDatasetVersions(ListDatasetVersionsRequest request)
List all the versions of a dataset.
-
listDatasets
public com.google.common.util.concurrent.ListenableFuture<ListDatasetsResponse> listDatasets(ListDatasetsRequest request)
List all the datasets for the specified project.
-
deleteDataset
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> deleteDataset(DeleteDatasetRequest request)
Delete the specified dataset and optionally all its corresponding versions.
-
deleteDatasetVersion
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> deleteDatasetVersion(DeleteDatasetVersionRequest request)
Delete a specific version of the dataset.
-
-