Uses of Class
com.google.cloud.run.v2.stub.TasksStubSettings
-
Packages that use TasksStubSettings Package Description com.google.cloud.run.v2 A client to Cloud Run Admin APIcom.google.cloud.run.v2.stub -
-
Uses of TasksStubSettings in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 with parameters of type TasksStubSettings Modifier and Type Method Description static TasksSettings
TasksSettings. create(TasksStubSettings stub)
-
Uses of TasksStubSettings in com.google.cloud.run.v2.stub
Methods in com.google.cloud.run.v2.stub that return TasksStubSettings Modifier and Type Method Description TasksStubSettings
TasksStubSettings.Builder. build()
Methods in com.google.cloud.run.v2.stub with parameters of type TasksStubSettings Modifier and Type Method Description static GrpcTasksStub
GrpcTasksStub. create(TasksStubSettings settings)
static HttpJsonTasksStub
HttpJsonTasksStub. create(TasksStubSettings settings)
Constructors in com.google.cloud.run.v2.stub with parameters of type TasksStubSettings Constructor Description Builder(TasksStubSettings settings)
GrpcTasksStub(TasksStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcTasksStub, using the given settings.GrpcTasksStub(TasksStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcTasksStub, using the given settings.HttpJsonTasksStub(TasksStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonTasksStub, using the given settings.HttpJsonTasksStub(TasksStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonTasksStub, using the given settings.
-