public static class WorkflowsServiceV2BetaSettings.Builder extends ClientSettings.Builder<WorkflowsServiceV2BetaSettings,WorkflowsServiceV2BetaSettings.Builder>
Builder for WorkflowsServiceV2BetaSettings.
Constructors
Builder()
protected Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Name | Description |
clientContext | ClientContext |
Builder(WorkflowsServiceV2BetaSettings settings)
protected Builder(WorkflowsServiceV2BetaSettings settings)
Name | Description |
settings | WorkflowsServiceV2BetaSettings |
Builder(WorkflowsServiceV2BetaStubSettings.Builder stubSettings)
protected Builder(WorkflowsServiceV2BetaStubSettings.Builder stubSettings)
Name | Description |
stubSettings | WorkflowsServiceV2BetaStubSettings.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.
Name | Description |
settingsUpdater | ApiFunction<Builder<?,?>,java.lang.Void> |
Type | Description |
WorkflowsServiceV2BetaSettings.Builder |
build()
public WorkflowsServiceV2BetaSettings build()
Type | Description |
WorkflowsServiceV2BetaSettings |
Type | Description |
IOException |
getLocationSettings()
public UnaryCallSettings.Builder<GetLocationRequest,Location> getLocationSettings()
Returns the builder for the settings used for calls to getLocation.
Type | Description |
Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getStubSettingsBuilder()
public WorkflowsServiceV2BetaStubSettings.Builder getStubSettingsBuilder()
Type | Description |
WorkflowsServiceV2BetaStubSettings.Builder |
listLocationsSettings()
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse,WorkflowsServiceV2BetaClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
Type | Description |
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.
Type | Description |
Builder<RunPipelineRequest,RunPipelineResponse,Metadata> |
runPipelineSettings()
public UnaryCallSettings.Builder<RunPipelineRequest,Operation> runPipelineSettings()
Returns the builder for the settings used for calls to runPipeline.
Type | Description |
Builder<RunPipelineRequest,Operation> |