Uses of Class
com.google.maps.mapsplatformdatasets.v1alpha.ListDatasetsRequest
-
Packages that use ListDatasetsRequest Package Description com.google.maps.mapsplatformdatasets.v1alpha A client to Maps Platform Datasets APIcom.google.maps.mapsplatformdatasets.v1alpha.stub -
-
Uses of ListDatasetsRequest in com.google.maps.mapsplatformdatasets.v1alpha
Methods in com.google.maps.mapsplatformdatasets.v1alpha that return ListDatasetsRequest Modifier and Type Method Description ListDatasetsRequest
ListDatasetsRequest.Builder. build()
ListDatasetsRequest
ListDatasetsRequest.Builder. buildPartial()
static ListDatasetsRequest
ListDatasetsRequest. getDefaultInstance()
ListDatasetsRequest
ListDatasetsRequest.Builder. getDefaultInstanceForType()
ListDatasetsRequest
ListDatasetsRequest. getDefaultInstanceForType()
static ListDatasetsRequest
ListDatasetsRequest. parseDelimitedFrom(InputStream input)
static ListDatasetsRequest
ListDatasetsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDatasetsRequest
ListDatasetsRequest. parseFrom(byte[] data)
static ListDatasetsRequest
ListDatasetsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDatasetsRequest
ListDatasetsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListDatasetsRequest
ListDatasetsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDatasetsRequest
ListDatasetsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListDatasetsRequest
ListDatasetsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDatasetsRequest
ListDatasetsRequest. parseFrom(InputStream input)
static ListDatasetsRequest
ListDatasetsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDatasetsRequest
ListDatasetsRequest. parseFrom(ByteBuffer data)
static ListDatasetsRequest
ListDatasetsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.maps.mapsplatformdatasets.v1alpha that return types with arguments of type ListDatasetsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListDatasetsRequest,ListDatasetsResponse>
MapsPlatformDatasetsV1AlphaGrpc. getListDatasetsMethod()
com.google.protobuf.Parser<ListDatasetsRequest>
ListDatasetsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListDatasetsRequest,ListDatasetsResponse>
MapsPlatformDatasetsV1AlphaClient. listDatasetsCallable()
List all the datasets for the specified project.com.google.api.gax.rpc.UnaryCallable<ListDatasetsRequest,MapsPlatformDatasetsV1AlphaClient.ListDatasetsPagedResponse>
MapsPlatformDatasetsV1AlphaClient. listDatasetsPagedCallable()
List all the datasets for the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDatasetsRequest,ListDatasetsResponse,MapsPlatformDatasetsV1AlphaClient.ListDatasetsPagedResponse>
MapsPlatformDatasetsV1AlphaSettings.Builder. listDatasetsSettings()
Returns the builder for the settings used for calls to listDatasets.com.google.api.gax.rpc.PagedCallSettings<ListDatasetsRequest,ListDatasetsResponse,MapsPlatformDatasetsV1AlphaClient.ListDatasetsPagedResponse>
MapsPlatformDatasetsV1AlphaSettings. listDatasetsSettings()
Returns the object with the settings used for calls to listDatasets.static com.google.protobuf.Parser<ListDatasetsRequest>
ListDatasetsRequest. parser()
Methods in com.google.maps.mapsplatformdatasets.v1alpha with parameters of type ListDatasetsRequest Modifier and Type Method Description MapsPlatformDatasetsV1AlphaClient.ListDatasetsPagedResponse
MapsPlatformDatasetsV1AlphaClient. listDatasets(ListDatasetsRequest request)
List all the datasets for the specified project.default void
MapsPlatformDatasetsV1AlphaGrpc.AsyncService. listDatasets(ListDatasetsRequest request, io.grpc.stub.StreamObserver<ListDatasetsResponse> responseObserver)
List all the datasets for the specified project.ListDatasetsResponse
MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaBlockingStub. listDatasets(ListDatasetsRequest request)
List all the datasets for the specified project.com.google.common.util.concurrent.ListenableFuture<ListDatasetsResponse>
MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaFutureStub. listDatasets(ListDatasetsRequest request)
List all the datasets for the specified project.void
MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaStub. listDatasets(ListDatasetsRequest request, io.grpc.stub.StreamObserver<ListDatasetsResponse> responseObserver)
List all the datasets for the specified project.ListDatasetsRequest.Builder
ListDatasetsRequest.Builder. mergeFrom(ListDatasetsRequest other)
static ListDatasetsRequest.Builder
ListDatasetsRequest. newBuilder(ListDatasetsRequest prototype)
Method parameters in com.google.maps.mapsplatformdatasets.v1alpha with type arguments of type ListDatasetsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<MapsPlatformDatasetsV1AlphaClient.ListDatasetsPagedResponse>
MapsPlatformDatasetsV1AlphaClient.ListDatasetsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDatasetsRequest,ListDatasetsResponse,Dataset> context, com.google.api.core.ApiFuture<ListDatasetsResponse> futureResponse)
protected MapsPlatformDatasetsV1AlphaClient.ListDatasetsPage
MapsPlatformDatasetsV1AlphaClient.ListDatasetsPage. createPage(com.google.api.gax.rpc.PageContext<ListDatasetsRequest,ListDatasetsResponse,Dataset> context, ListDatasetsResponse response)
com.google.api.core.ApiFuture<MapsPlatformDatasetsV1AlphaClient.ListDatasetsPage>
MapsPlatformDatasetsV1AlphaClient.ListDatasetsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDatasetsRequest,ListDatasetsResponse,Dataset> context, com.google.api.core.ApiFuture<ListDatasetsResponse> futureResponse)
-
Uses of ListDatasetsRequest in com.google.maps.mapsplatformdatasets.v1alpha.stub
Methods in com.google.maps.mapsplatformdatasets.v1alpha.stub that return types with arguments of type ListDatasetsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListDatasetsRequest,ListDatasetsResponse>
GrpcMapsPlatformDatasetsV1AlphaStub. listDatasetsCallable()
com.google.api.gax.rpc.UnaryCallable<ListDatasetsRequest,ListDatasetsResponse>
HttpJsonMapsPlatformDatasetsV1AlphaStub. listDatasetsCallable()
com.google.api.gax.rpc.UnaryCallable<ListDatasetsRequest,ListDatasetsResponse>
MapsPlatformDatasetsV1AlphaStub. listDatasetsCallable()
com.google.api.gax.rpc.UnaryCallable<ListDatasetsRequest,MapsPlatformDatasetsV1AlphaClient.ListDatasetsPagedResponse>
GrpcMapsPlatformDatasetsV1AlphaStub. listDatasetsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListDatasetsRequest,MapsPlatformDatasetsV1AlphaClient.ListDatasetsPagedResponse>
HttpJsonMapsPlatformDatasetsV1AlphaStub. listDatasetsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListDatasetsRequest,MapsPlatformDatasetsV1AlphaClient.ListDatasetsPagedResponse>
MapsPlatformDatasetsV1AlphaStub. listDatasetsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDatasetsRequest,ListDatasetsResponse,MapsPlatformDatasetsV1AlphaClient.ListDatasetsPagedResponse>
MapsPlatformDatasetsV1AlphaStubSettings.Builder. listDatasetsSettings()
Returns the builder for the settings used for calls to listDatasets.com.google.api.gax.rpc.PagedCallSettings<ListDatasetsRequest,ListDatasetsResponse,MapsPlatformDatasetsV1AlphaClient.ListDatasetsPagedResponse>
MapsPlatformDatasetsV1AlphaStubSettings. listDatasetsSettings()
Returns the object with the settings used for calls to listDatasets.
-