Uses of Class
com.google.maps.mapsplatformdatasets.v1alpha.DatasetName
-
Packages that use DatasetName Package Description com.google.maps.mapsplatformdatasets.v1alpha A client to Maps Platform Datasets API -
-
Uses of DatasetName in com.google.maps.mapsplatformdatasets.v1alpha
Methods in com.google.maps.mapsplatformdatasets.v1alpha that return DatasetName Modifier and Type Method Description DatasetName
DatasetName.Builder. build()
static DatasetName
DatasetName. of(String project, String dataset)
static DatasetName
DatasetName. parse(String formattedString)
Methods in com.google.maps.mapsplatformdatasets.v1alpha that return types with arguments of type DatasetName Modifier and Type Method Description static List<DatasetName>
DatasetName. parseList(List<String> formattedStrings)
Methods in com.google.maps.mapsplatformdatasets.v1alpha with parameters of type DatasetName Modifier and Type Method Description void
MapsPlatformDatasetsV1AlphaClient. deleteDataset(DatasetName name)
Delete the specified dataset and optionally all its corresponding versions.void
MapsPlatformDatasetsV1AlphaClient. deleteDatasetVersion(DatasetName name)
Delete a specific version of the dataset.Dataset
MapsPlatformDatasetsV1AlphaClient. getDataset(DatasetName name)
Get the published or latest version of the dataset.MapsPlatformDatasetsV1AlphaClient.ListDatasetVersionsPagedResponse
MapsPlatformDatasetsV1AlphaClient. listDatasetVersions(DatasetName name)
List all the versions of a dataset.Method parameters in com.google.maps.mapsplatformdatasets.v1alpha with type arguments of type DatasetName Modifier and Type Method Description static List<String>
DatasetName. toStringList(List<DatasetName> values)
-