Uses of Class
com.google.cloud.run.v2.stub.TasksStub
-
Packages that use TasksStub Package Description com.google.cloud.run.v2 A client to Cloud Run Admin APIcom.google.cloud.run.v2.stub -
-
Uses of TasksStub in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return TasksStub Modifier and Type Method Description TasksStub
TasksClient. getStub()
Methods in com.google.cloud.run.v2 with parameters of type TasksStub Modifier and Type Method Description static TasksClient
TasksClient. create(TasksStub stub)
Constructs an instance of TasksClient, using the given stub for making calls.Constructors in com.google.cloud.run.v2 with parameters of type TasksStub Constructor Description TasksClient(TasksStub stub)
-
Uses of TasksStub in com.google.cloud.run.v2.stub
Subclasses of TasksStub in com.google.cloud.run.v2.stub Modifier and Type Class Description class
GrpcTasksStub
gRPC stub implementation for the Tasks service API.class
HttpJsonTasksStub
REST stub implementation for the Tasks service API.Methods in com.google.cloud.run.v2.stub that return TasksStub Modifier and Type Method Description TasksStub
TasksStubSettings. createStub()
-