Uses of Class
com.google.cloud.run.v2.TasksSettings
-
Packages that use TasksSettings Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of TasksSettings in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return TasksSettings Modifier and Type Method Description TasksSettings
TasksSettings.Builder. build()
static TasksSettings
TasksSettings. create(TasksStubSettings stub)
TasksSettings
TasksClient. getSettings()
Methods in com.google.cloud.run.v2 with parameters of type TasksSettings Modifier and Type Method Description static TasksClient
TasksClient. create(TasksSettings settings)
Constructs an instance of TasksClient, using the given settings.Constructors in com.google.cloud.run.v2 with parameters of type TasksSettings Constructor Description Builder(TasksSettings settings)
TasksClient(TasksSettings settings)
Constructs an instance of TasksClient, using the given settings.
-