Uses of Class
com.google.maps.mapsplatformdatasets.v1alpha.ListDatasetVersionsRequest
-
Packages that use ListDatasetVersionsRequest Package Description com.google.maps.mapsplatformdatasets.v1alpha A client to Maps Platform Datasets APIcom.google.maps.mapsplatformdatasets.v1alpha.stub -
-
Uses of ListDatasetVersionsRequest in com.google.maps.mapsplatformdatasets.v1alpha
Methods in com.google.maps.mapsplatformdatasets.v1alpha that return ListDatasetVersionsRequest Modifier and Type Method Description ListDatasetVersionsRequestListDatasetVersionsRequest.Builder. build()ListDatasetVersionsRequestListDatasetVersionsRequest.Builder. buildPartial()static ListDatasetVersionsRequestListDatasetVersionsRequest. getDefaultInstance()ListDatasetVersionsRequestListDatasetVersionsRequest.Builder. getDefaultInstanceForType()ListDatasetVersionsRequestListDatasetVersionsRequest. getDefaultInstanceForType()static ListDatasetVersionsRequestListDatasetVersionsRequest. parseDelimitedFrom(InputStream input)static ListDatasetVersionsRequestListDatasetVersionsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDatasetVersionsRequestListDatasetVersionsRequest. parseFrom(byte[] data)static ListDatasetVersionsRequestListDatasetVersionsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDatasetVersionsRequestListDatasetVersionsRequest. parseFrom(com.google.protobuf.ByteString data)static ListDatasetVersionsRequestListDatasetVersionsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDatasetVersionsRequestListDatasetVersionsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListDatasetVersionsRequestListDatasetVersionsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDatasetVersionsRequestListDatasetVersionsRequest. parseFrom(InputStream input)static ListDatasetVersionsRequestListDatasetVersionsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDatasetVersionsRequestListDatasetVersionsRequest. parseFrom(ByteBuffer data)static ListDatasetVersionsRequestListDatasetVersionsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.maps.mapsplatformdatasets.v1alpha that return types with arguments of type ListDatasetVersionsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListDatasetVersionsRequest,ListDatasetVersionsResponse>MapsPlatformDatasetsV1AlphaGrpc. getListDatasetVersionsMethod()com.google.protobuf.Parser<ListDatasetVersionsRequest>ListDatasetVersionsRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListDatasetVersionsRequest,ListDatasetVersionsResponse>MapsPlatformDatasetsV1AlphaClient. listDatasetVersionsCallable()List all the versions of a dataset.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.static com.google.protobuf.Parser<ListDatasetVersionsRequest>ListDatasetVersionsRequest. parser()Methods in com.google.maps.mapsplatformdatasets.v1alpha with parameters of type ListDatasetVersionsRequest Modifier and Type Method Description MapsPlatformDatasetsV1AlphaClient.ListDatasetVersionsPagedResponseMapsPlatformDatasetsV1AlphaClient. listDatasetVersions(ListDatasetVersionsRequest request)List all the versions of a dataset.default voidMapsPlatformDatasetsV1AlphaGrpc.AsyncService. listDatasetVersions(ListDatasetVersionsRequest request, io.grpc.stub.StreamObserver<ListDatasetVersionsResponse> responseObserver)List all the versions of a dataset.ListDatasetVersionsResponseMapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaBlockingStub. listDatasetVersions(ListDatasetVersionsRequest request)List all the versions of a dataset.com.google.common.util.concurrent.ListenableFuture<ListDatasetVersionsResponse>MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaFutureStub. listDatasetVersions(ListDatasetVersionsRequest request)List all the versions of a dataset.voidMapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaStub. listDatasetVersions(ListDatasetVersionsRequest request, io.grpc.stub.StreamObserver<ListDatasetVersionsResponse> responseObserver)List all the versions of a dataset.ListDatasetVersionsRequest.BuilderListDatasetVersionsRequest.Builder. mergeFrom(ListDatasetVersionsRequest other)static ListDatasetVersionsRequest.BuilderListDatasetVersionsRequest. newBuilder(ListDatasetVersionsRequest prototype)Method parameters in com.google.maps.mapsplatformdatasets.v1alpha with type arguments of type ListDatasetVersionsRequest 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)protected MapsPlatformDatasetsV1AlphaClient.ListDatasetVersionsPageMapsPlatformDatasetsV1AlphaClient.ListDatasetVersionsPage. createPage(com.google.api.gax.rpc.PageContext<ListDatasetVersionsRequest,ListDatasetVersionsResponse,Dataset> context, ListDatasetVersionsResponse response)com.google.api.core.ApiFuture<MapsPlatformDatasetsV1AlphaClient.ListDatasetVersionsPage>MapsPlatformDatasetsV1AlphaClient.ListDatasetVersionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDatasetVersionsRequest,ListDatasetVersionsResponse,Dataset> context, com.google.api.core.ApiFuture<ListDatasetVersionsResponse> futureResponse) -
Uses of ListDatasetVersionsRequest in com.google.maps.mapsplatformdatasets.v1alpha.stub
-