Class MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaStub>
-
- com.google.maps.mapsplatformdatasets.v1alpha.MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaStub
-
- Enclosing class:
- MapsPlatformDatasetsV1AlphaGrpc
public static final class MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaStub extends io.grpc.stub.AbstractAsyncStub<MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaStub>
A stub to allow clients to do asynchronous 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.MapsPlatformDatasetsV1AlphaStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidcreateDataset(CreateDatasetRequest request, io.grpc.stub.StreamObserver<Dataset> responseObserver)Create a new dataset for the specified project.voiddeleteDataset(DeleteDatasetRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Delete the specified dataset and optionally all its corresponding versions.voiddeleteDatasetVersion(DeleteDatasetVersionRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Delete a specific version of the dataset.voidgetDataset(GetDatasetRequest request, io.grpc.stub.StreamObserver<Dataset> responseObserver)Get the published or latest version of the dataset.voidlistDatasets(ListDatasetsRequest request, io.grpc.stub.StreamObserver<ListDatasetsResponse> responseObserver)List all the datasets for the specified project.voidlistDatasetVersions(ListDatasetVersionsRequest request, io.grpc.stub.StreamObserver<ListDatasetVersionsResponse> responseObserver)List all the versions of a dataset.voidupdateDatasetMetadata(UpdateDatasetMetadataRequest request, io.grpc.stub.StreamObserver<Dataset> responseObserver)Update the metadata for the dataset.
-
-
-
Method Detail
-
build
protected MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaStub>
-
createDataset
public void createDataset(CreateDatasetRequest request, io.grpc.stub.StreamObserver<Dataset> responseObserver)
Create a new dataset for the specified project.
-
updateDatasetMetadata
public void updateDatasetMetadata(UpdateDatasetMetadataRequest request, io.grpc.stub.StreamObserver<Dataset> responseObserver)
Update the metadata for the dataset. To update the data use: UploadDataset.
-
getDataset
public void getDataset(GetDatasetRequest request, io.grpc.stub.StreamObserver<Dataset> responseObserver)
Get the published or latest version of the dataset.
-
listDatasetVersions
public void listDatasetVersions(ListDatasetVersionsRequest request, io.grpc.stub.StreamObserver<ListDatasetVersionsResponse> responseObserver)
List all the versions of a dataset.
-
listDatasets
public void listDatasets(ListDatasetsRequest request, io.grpc.stub.StreamObserver<ListDatasetsResponse> responseObserver)
List all the datasets for the specified project.
-
deleteDataset
public void deleteDataset(DeleteDatasetRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Delete the specified dataset and optionally all its corresponding versions.
-
deleteDatasetVersion
public void deleteDatasetVersion(DeleteDatasetVersionRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Delete a specific version of the dataset.
-
-