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