Uses of Class
com.google.cloud.workflows.v1beta.stub.WorkflowsStubSettings
-
Packages that use WorkflowsStubSettings Package Description com.google.cloud.workflows.v1beta A client to Workflows APIcom.google.cloud.workflows.v1beta.stub -
-
Uses of WorkflowsStubSettings in com.google.cloud.workflows.v1beta
Methods in com.google.cloud.workflows.v1beta with parameters of type WorkflowsStubSettings Modifier and Type Method Description static WorkflowsSettingsWorkflowsSettings. create(WorkflowsStubSettings stub) -
Uses of WorkflowsStubSettings in com.google.cloud.workflows.v1beta.stub
Methods in com.google.cloud.workflows.v1beta.stub that return WorkflowsStubSettings Modifier and Type Method Description WorkflowsStubSettingsWorkflowsStubSettings.Builder. build()Methods in com.google.cloud.workflows.v1beta.stub with parameters of type WorkflowsStubSettings Modifier and Type Method Description static GrpcWorkflowsStubGrpcWorkflowsStub. create(WorkflowsStubSettings settings)static HttpJsonWorkflowsStubHttpJsonWorkflowsStub. create(WorkflowsStubSettings settings)Constructors in com.google.cloud.workflows.v1beta.stub with parameters of type WorkflowsStubSettings Constructor Description Builder(WorkflowsStubSettings settings)GrpcWorkflowsStub(WorkflowsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of GrpcWorkflowsStub, using the given settings.GrpcWorkflowsStub(WorkflowsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)Constructs an instance of GrpcWorkflowsStub, using the given settings.HttpJsonWorkflowsStub(WorkflowsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of HttpJsonWorkflowsStub, using the given settings.HttpJsonWorkflowsStub(WorkflowsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)Constructs an instance of HttpJsonWorkflowsStub, using the given settings.
-