Uses of Class
com.google.cloud.workflows.executions.v1.ExecutionsSettings
-
Packages that use ExecutionsSettings Package Description com.google.cloud.workflows.executions.v1 A client to Workflow Executions API -
-
Uses of ExecutionsSettings in com.google.cloud.workflows.executions.v1
Methods in com.google.cloud.workflows.executions.v1 that return ExecutionsSettings Modifier and Type Method Description ExecutionsSettings
ExecutionsSettings.Builder. build()
static ExecutionsSettings
ExecutionsSettings. create(ExecutionsStubSettings stub)
ExecutionsSettings
ExecutionsClient. getSettings()
Methods in com.google.cloud.workflows.executions.v1 with parameters of type ExecutionsSettings Modifier and Type Method Description static ExecutionsClient
ExecutionsClient. create(ExecutionsSettings settings)
Constructs an instance of ExecutionsClient, using the given settings.Constructors in com.google.cloud.workflows.executions.v1 with parameters of type ExecutionsSettings Constructor Description Builder(ExecutionsSettings settings)
ExecutionsClient(ExecutionsSettings settings)
Constructs an instance of ExecutionsClient, using the given settings.
-