Uses of Class
com.google.cloud.workflows.v1beta.WorkflowsSettings
-
Packages that use WorkflowsSettings Package Description com.google.cloud.workflows.v1beta A client to Workflows API -
-
Uses of WorkflowsSettings in com.google.cloud.workflows.v1beta
Methods in com.google.cloud.workflows.v1beta 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.v1beta 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.v1beta with parameters of type WorkflowsSettings Constructor Description Builder(WorkflowsSettings settings)
WorkflowsClient(WorkflowsSettings settings)
Constructs an instance of WorkflowsClient, using the given settings.
-