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