Uses of Class
com.google.cloud.tasks.v2beta2.stub.CloudTasksStub
-
Packages that use CloudTasksStub Package Description com.google.cloud.tasks.v2beta2 A client to Cloud Tasks APIcom.google.cloud.tasks.v2beta2.stub -
-
Uses of CloudTasksStub in com.google.cloud.tasks.v2beta2
Methods in com.google.cloud.tasks.v2beta2 that return CloudTasksStub Modifier and Type Method Description CloudTasksStub
CloudTasksClient. getStub()
Methods in com.google.cloud.tasks.v2beta2 with parameters of type CloudTasksStub Modifier and Type Method Description static CloudTasksClient
CloudTasksClient. create(CloudTasksStub stub)
Constructs an instance of CloudTasksClient, using the given stub for making calls.Constructors in com.google.cloud.tasks.v2beta2 with parameters of type CloudTasksStub Constructor Description CloudTasksClient(CloudTasksStub stub)
-
Uses of CloudTasksStub in com.google.cloud.tasks.v2beta2.stub
Subclasses of CloudTasksStub in com.google.cloud.tasks.v2beta2.stub Modifier and Type Class Description class
GrpcCloudTasksStub
gRPC stub implementation for the CloudTasks service API.class
HttpJsonCloudTasksStub
REST stub implementation for the CloudTasks service API.Methods in com.google.cloud.tasks.v2beta2.stub that return CloudTasksStub Modifier and Type Method Description CloudTasksStub
CloudTasksStubSettings. createStub()
-