Class TasksStub (0.14.0)

publicabstractclass TasksStubimplementsBackgroundResource

Base stub class for the Tasks service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > TasksStub

Implements

BackgroundResource

Constructors

TasksStub()

publicTasksStub()

Methods

close()

publicabstractvoidclose()

getTaskCallable()

publicUnaryCallable<GetTaskRequest,Task>getTaskCallable()
Returns
Type Description
UnaryCallable<GetTaskRequest,Task>

listTasksCallable()

publicUnaryCallable<ListTasksRequest,ListTasksResponse>listTasksCallable()
Returns
Type Description
UnaryCallable<ListTasksRequest,ListTasksResponse>

listTasksPagedCallable()

publicUnaryCallable<ListTasksRequest,TasksClient.ListTasksPagedResponse>listTasksPagedCallable()
Returns
Type Description
UnaryCallable<ListTasksRequest,ListTasksPagedResponse>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.