Class WorkflowsServiceV2BetaSettings.Builder (0.43.0)

public static class WorkflowsServiceV2BetaSettings.Builder extends ClientSettings.Builder<WorkflowsServiceV2BetaSettings,WorkflowsServiceV2BetaSettings.Builder>

Builder for WorkflowsServiceV2BetaSettings.

Inheritance

java.lang.Object > ClientSettings.Builder > WorkflowsServiceV2BetaSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(WorkflowsServiceV2BetaSettings settings)

protected Builder(WorkflowsServiceV2BetaSettings settings)
Parameter
NameDescription
settingsWorkflowsServiceV2BetaSettings

Builder(WorkflowsServiceV2BetaStubSettings.Builder stubSettings)

protected Builder(WorkflowsServiceV2BetaStubSettings.Builder stubSettings)
Parameter
NameDescription
stubSettingsWorkflowsServiceV2BetaStubSettings.Builder

Methods

applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)

public WorkflowsServiceV2BetaSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)

Applies the given settings updater function to all of the unary API methods in this service.

Note: This method does not support applying settings to streaming methods.

Parameter
NameDescription
settingsUpdaterApiFunction<Builder<?,?>,java.lang.Void>
Returns
TypeDescription
WorkflowsServiceV2BetaSettings.Builder

build()

public WorkflowsServiceV2BetaSettings build()
Returns
TypeDescription
WorkflowsServiceV2BetaSettings
Overrides
Exceptions
TypeDescription
IOException

getLocationSettings()

public UnaryCallSettings.Builder<GetLocationRequest,Location> getLocationSettings()

Returns the builder for the settings used for calls to getLocation.

Returns
TypeDescription
Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getStubSettingsBuilder()

public WorkflowsServiceV2BetaStubSettings.Builder getStubSettingsBuilder()
Returns
TypeDescription
WorkflowsServiceV2BetaStubSettings.Builder

listLocationsSettings()

public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse,WorkflowsServiceV2BetaClient.ListLocationsPagedResponse> listLocationsSettings()

Returns the builder for the settings used for calls to listLocations.

Returns
TypeDescription
Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ListLocationsPagedResponse>

runPipelineOperationSettings()

public OperationCallSettings.Builder<RunPipelineRequest,RunPipelineResponse,Metadata> runPipelineOperationSettings()

Returns the builder for the settings used for calls to runPipeline.

Returns
TypeDescription
Builder<RunPipelineRequest,RunPipelineResponse,Metadata>

runPipelineSettings()

public UnaryCallSettings.Builder<RunPipelineRequest,Operation> runPipelineSettings()

Returns the builder for the settings used for calls to runPipeline.

Returns
TypeDescription
Builder<RunPipelineRequest,Operation>