Uses of Class
com.google.maps.mapsplatformdatasets.v1alpha.MapsPlatformDatasetsV1AlphaClient.ListDatasetVersionsPagedResponse
-
Packages that use MapsPlatformDatasetsV1AlphaClient.ListDatasetVersionsPagedResponse Package Description com.google.maps.mapsplatformdatasets.v1alpha A client to Maps Platform Datasets APIcom.google.maps.mapsplatformdatasets.v1alpha.stub -
-
Uses of MapsPlatformDatasetsV1AlphaClient.ListDatasetVersionsPagedResponse in com.google.maps.mapsplatformdatasets.v1alpha
Methods in com.google.maps.mapsplatformdatasets.v1alpha that return MapsPlatformDatasetsV1AlphaClient.ListDatasetVersionsPagedResponse Modifier and Type Method Description MapsPlatformDatasetsV1AlphaClient.ListDatasetVersionsPagedResponse
MapsPlatformDatasetsV1AlphaClient. listDatasetVersions(DatasetName name)
List all the versions of a dataset.MapsPlatformDatasetsV1AlphaClient.ListDatasetVersionsPagedResponse
MapsPlatformDatasetsV1AlphaClient. listDatasetVersions(ListDatasetVersionsRequest request)
List all the versions of a dataset.MapsPlatformDatasetsV1AlphaClient.ListDatasetVersionsPagedResponse
MapsPlatformDatasetsV1AlphaClient. listDatasetVersions(String name)
List all the versions of a dataset.Methods in com.google.maps.mapsplatformdatasets.v1alpha that return types with arguments of type MapsPlatformDatasetsV1AlphaClient.ListDatasetVersionsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<MapsPlatformDatasetsV1AlphaClient.ListDatasetVersionsPagedResponse>
MapsPlatformDatasetsV1AlphaClient.ListDatasetVersionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDatasetVersionsRequest,ListDatasetVersionsResponse,Dataset> context, com.google.api.core.ApiFuture<ListDatasetVersionsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListDatasetVersionsRequest,MapsPlatformDatasetsV1AlphaClient.ListDatasetVersionsPagedResponse>
MapsPlatformDatasetsV1AlphaClient. listDatasetVersionsPagedCallable()
List all the versions of a dataset.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDatasetVersionsRequest,ListDatasetVersionsResponse,MapsPlatformDatasetsV1AlphaClient.ListDatasetVersionsPagedResponse>
MapsPlatformDatasetsV1AlphaSettings.Builder. listDatasetVersionsSettings()
Returns the builder for the settings used for calls to listDatasetVersions.com.google.api.gax.rpc.PagedCallSettings<ListDatasetVersionsRequest,ListDatasetVersionsResponse,MapsPlatformDatasetsV1AlphaClient.ListDatasetVersionsPagedResponse>
MapsPlatformDatasetsV1AlphaSettings. listDatasetVersionsSettings()
Returns the object with the settings used for calls to listDatasetVersions. -
Uses of MapsPlatformDatasetsV1AlphaClient.ListDatasetVersionsPagedResponse in com.google.maps.mapsplatformdatasets.v1alpha.stub
-