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 ListDatasetVersionsRequest
ListDatasetVersionsRequest.Builder. build()
ListDatasetVersionsRequest
ListDatasetVersionsRequest.Builder. buildPartial()
static ListDatasetVersionsRequest
ListDatasetVersionsRequest. getDefaultInstance()
ListDatasetVersionsRequest
ListDatasetVersionsRequest.Builder. getDefaultInstanceForType()
ListDatasetVersionsRequest
ListDatasetVersionsRequest. getDefaultInstanceForType()
static ListDatasetVersionsRequest
ListDatasetVersionsRequest. parseDelimitedFrom(InputStream input)
static ListDatasetVersionsRequest
ListDatasetVersionsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDatasetVersionsRequest
ListDatasetVersionsRequest. parseFrom(byte[] data)
static ListDatasetVersionsRequest
ListDatasetVersionsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDatasetVersionsRequest
ListDatasetVersionsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListDatasetVersionsRequest
ListDatasetVersionsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDatasetVersionsRequest
ListDatasetVersionsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListDatasetVersionsRequest
ListDatasetVersionsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDatasetVersionsRequest
ListDatasetVersionsRequest. parseFrom(InputStream input)
static ListDatasetVersionsRequest
ListDatasetVersionsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDatasetVersionsRequest
ListDatasetVersionsRequest. parseFrom(ByteBuffer data)
static ListDatasetVersionsRequest
ListDatasetVersionsRequest. 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.ListDatasetVersionsPagedResponse
MapsPlatformDatasetsV1AlphaClient. listDatasetVersions(ListDatasetVersionsRequest request)
List all the versions of a dataset.default void
MapsPlatformDatasetsV1AlphaGrpc.AsyncService. listDatasetVersions(ListDatasetVersionsRequest request, io.grpc.stub.StreamObserver<ListDatasetVersionsResponse> responseObserver)
List all the versions of a dataset.ListDatasetVersionsResponse
MapsPlatformDatasetsV1AlphaGrpc.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.void
MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaStub. listDatasetVersions(ListDatasetVersionsRequest request, io.grpc.stub.StreamObserver<ListDatasetVersionsResponse> responseObserver)
List all the versions of a dataset.ListDatasetVersionsRequest.Builder
ListDatasetVersionsRequest.Builder. mergeFrom(ListDatasetVersionsRequest other)
static ListDatasetVersionsRequest.Builder
ListDatasetVersionsRequest. 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.ListDatasetVersionsPage
MapsPlatformDatasetsV1AlphaClient.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
-