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