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