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.MapsPlatformDatasetsV1AlphaStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
createDataset(CreateDatasetRequest request, io.grpc.stub.StreamObserver<Dataset> responseObserver)
Create a new dataset for the specified project.void
deleteDataset(DeleteDatasetRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Delete the specified dataset and optionally all its corresponding versions.void
deleteDatasetVersion(DeleteDatasetVersionRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Delete a specific version of the dataset.void
getDataset(GetDatasetRequest request, io.grpc.stub.StreamObserver<Dataset> responseObserver)
Get the published or latest version of the dataset.void
listDatasets(ListDatasetsRequest request, io.grpc.stub.StreamObserver<ListDatasetsResponse> responseObserver)
List all the datasets for the specified project.void
listDatasetVersions(ListDatasetVersionsRequest request, io.grpc.stub.StreamObserver<ListDatasetVersionsResponse> responseObserver)
List all the versions of a dataset.void
updateDatasetMetadata(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:
build
in 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.
-
-