Class MapsPlatformDatasetsGrpc.MapsPlatformDatasetsBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<MapsPlatformDatasetsGrpc.MapsPlatformDatasetsBlockingStub>
-
- com.google.maps.mapsplatformdatasets.v1.MapsPlatformDatasetsGrpc.MapsPlatformDatasetsBlockingStub
-
- Enclosing class:
- MapsPlatformDatasetsGrpc
public static final class MapsPlatformDatasetsGrpc.MapsPlatformDatasetsBlockingStub extends io.grpc.stub.AbstractBlockingStub<MapsPlatformDatasetsGrpc.MapsPlatformDatasetsBlockingStub>
A stub to allow clients to do synchronous rpc calls to service MapsPlatformDatasets.Service definition for the Maps Platform Datasets API.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MapsPlatformDatasetsGrpc.MapsPlatformDatasetsBlockingStubbuild(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 .DatasetgetDataset(GetDatasetRequest request)Get the dataset.ListDatasetsResponselistDatasets(ListDatasetsRequest request)List all the datasets for the specified project.DatasetupdateDatasetMetadata(UpdateDatasetMetadataRequest request)Update the metadata for the dataset.
-
-
-
Method Detail
-
build
protected MapsPlatformDatasetsGrpc.MapsPlatformDatasetsBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<MapsPlatformDatasetsGrpc.MapsPlatformDatasetsBlockingStub>
-
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.
-
getDataset
public Dataset getDataset(GetDatasetRequest request)
Get the 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 .
-
-