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.MapsPlatformDatasetsV1AlphaBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)DatasetcreateDataset(CreateDatasetRequest request)Create a new dataset for the specified project.com.google.protobuf.EmptydeleteDataset(DeleteDatasetRequest request)Delete the specified dataset and optionally all its corresponding versions.com.google.protobuf.EmptydeleteDatasetVersion(DeleteDatasetVersionRequest request)Delete a specific version of the dataset.DatasetgetDataset(GetDatasetRequest request)Get the published or latest version of the dataset.ListDatasetsResponselistDatasets(ListDatasetsRequest request)List all the datasets for the specified project.ListDatasetVersionsResponselistDatasetVersions(ListDatasetVersionsRequest request)List all the versions of a dataset.DatasetupdateDatasetMetadata(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:
buildin 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.
-
-