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 DatasetNameDatasetName.Builder. build()static DatasetNameDatasetName. of(String project, String dataset)static DatasetNameDatasetName. 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 voidMapsPlatformDatasetsV1AlphaClient. deleteDataset(DatasetName name)Delete the specified dataset and optionally all its corresponding versions.voidMapsPlatformDatasetsV1AlphaClient. deleteDatasetVersion(DatasetName name)Delete a specific version of the dataset.DatasetMapsPlatformDatasetsV1AlphaClient. getDataset(DatasetName name)Get the published or latest version of the dataset.MapsPlatformDatasetsV1AlphaClient.ListDatasetVersionsPagedResponseMapsPlatformDatasetsV1AlphaClient. 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)
-