Class LineageSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.ClientSettings.Builder<LineageSettings,LineageSettings.Builder>
-
- com.google.cloud.datacatalog.lineage.v1.LineageSettings.Builder
-
- Enclosing class:
- LineageSettings
public static class LineageSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<LineageSettings,LineageSettings.Builder>
Builder for LineageSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(LineageSettings settings)
protected
Builder(LineageStubSettings.Builder stubSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LineageSettings.Builder
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.com.google.api.gax.rpc.PagedCallSettings.Builder<BatchSearchLinkProcessesRequest,BatchSearchLinkProcessesResponse,LineageClient.BatchSearchLinkProcessesPagedResponse>
batchSearchLinkProcessesSettings()
Returns the builder for the settings used for calls to batchSearchLinkProcesses.LineageSettings
build()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateLineageEventRequest,LineageEvent>
createLineageEventSettings()
Returns the builder for the settings used for calls to createLineageEvent.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateProcessRequest,Process>
createProcessSettings()
Returns the builder for the settings used for calls to createProcess.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateRunRequest,Run>
createRunSettings()
Returns the builder for the settings used for calls to createRun.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteLineageEventRequest,com.google.protobuf.Empty>
deleteLineageEventSettings()
Returns the builder for the settings used for calls to deleteLineageEvent.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteProcessRequest,com.google.protobuf.Empty,OperationMetadata>
deleteProcessOperationSettings()
Returns the builder for the settings used for calls to deleteProcess.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteProcessRequest,com.google.longrunning.Operation>
deleteProcessSettings()
Returns the builder for the settings used for calls to deleteProcess.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteRunRequest,com.google.protobuf.Empty,OperationMetadata>
deleteRunOperationSettings()
Returns the builder for the settings used for calls to deleteRun.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteRunRequest,com.google.longrunning.Operation>
deleteRunSettings()
Returns the builder for the settings used for calls to deleteRun.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLineageEventRequest,LineageEvent>
getLineageEventSettings()
Returns the builder for the settings used for calls to getLineageEvent.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetProcessRequest,Process>
getProcessSettings()
Returns the builder for the settings used for calls to getProcess.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRunRequest,Run>
getRunSettings()
Returns the builder for the settings used for calls to getRun.LineageStubSettings.Builder
getStubSettingsBuilder()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListLineageEventsRequest,ListLineageEventsResponse,LineageClient.ListLineageEventsPagedResponse>
listLineageEventsSettings()
Returns the builder for the settings used for calls to listLineageEvents.com.google.api.gax.rpc.PagedCallSettings.Builder<ListProcessesRequest,ListProcessesResponse,LineageClient.ListProcessesPagedResponse>
listProcessesSettings()
Returns the builder for the settings used for calls to listProcesses.com.google.api.gax.rpc.PagedCallSettings.Builder<ListRunsRequest,ListRunsResponse,LineageClient.ListRunsPagedResponse>
listRunsSettings()
Returns the builder for the settings used for calls to listRuns.com.google.api.gax.rpc.PagedCallSettings.Builder<SearchLinksRequest,SearchLinksResponse,LineageClient.SearchLinksPagedResponse>
searchLinksSettings()
Returns the builder for the settings used for calls to searchLinks.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateProcessRequest,Process>
updateProcessSettings()
Returns the builder for the settings used for calls to updateProcess.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateRunRequest,Run>
updateRunSettings()
Returns the builder for the settings used for calls to updateRun.-
Methods inherited from class com.google.api.gax.rpc.ClientSettings.Builder
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
-
-
-
-
Constructor Detail
-
Builder
protected Builder() throws IOException
- Throws:
IOException
-
Builder
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
-
Builder
protected Builder(LineageSettings settings)
-
Builder
protected Builder(LineageStubSettings.Builder stubSettings)
-
-
Method Detail
-
getStubSettingsBuilder
public LineageStubSettings.Builder getStubSettingsBuilder()
-
applyToAllUnaryMethods
public LineageSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.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.
-
createProcessSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateProcessRequest,Process> createProcessSettings()
Returns the builder for the settings used for calls to createProcess.
-
updateProcessSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateProcessRequest,Process> updateProcessSettings()
Returns the builder for the settings used for calls to updateProcess.
-
getProcessSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetProcessRequest,Process> getProcessSettings()
Returns the builder for the settings used for calls to getProcess.
-
listProcessesSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListProcessesRequest,ListProcessesResponse,LineageClient.ListProcessesPagedResponse> listProcessesSettings()
Returns the builder for the settings used for calls to listProcesses.
-
deleteProcessSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteProcessRequest,com.google.longrunning.Operation> deleteProcessSettings()
Returns the builder for the settings used for calls to deleteProcess.
-
deleteProcessOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteProcessRequest,com.google.protobuf.Empty,OperationMetadata> deleteProcessOperationSettings()
Returns the builder for the settings used for calls to deleteProcess.
-
createRunSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateRunRequest,Run> createRunSettings()
Returns the builder for the settings used for calls to createRun.
-
updateRunSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateRunRequest,Run> updateRunSettings()
Returns the builder for the settings used for calls to updateRun.
-
getRunSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRunRequest,Run> getRunSettings()
Returns the builder for the settings used for calls to getRun.
-
listRunsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListRunsRequest,ListRunsResponse,LineageClient.ListRunsPagedResponse> listRunsSettings()
Returns the builder for the settings used for calls to listRuns.
-
deleteRunSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteRunRequest,com.google.longrunning.Operation> deleteRunSettings()
Returns the builder for the settings used for calls to deleteRun.
-
deleteRunOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteRunRequest,com.google.protobuf.Empty,OperationMetadata> deleteRunOperationSettings()
Returns the builder for the settings used for calls to deleteRun.
-
createLineageEventSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateLineageEventRequest,LineageEvent> createLineageEventSettings()
Returns the builder for the settings used for calls to createLineageEvent.
-
getLineageEventSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetLineageEventRequest,LineageEvent> getLineageEventSettings()
Returns the builder for the settings used for calls to getLineageEvent.
-
listLineageEventsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListLineageEventsRequest,ListLineageEventsResponse,LineageClient.ListLineageEventsPagedResponse> listLineageEventsSettings()
Returns the builder for the settings used for calls to listLineageEvents.
-
deleteLineageEventSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteLineageEventRequest,com.google.protobuf.Empty> deleteLineageEventSettings()
Returns the builder for the settings used for calls to deleteLineageEvent.
-
searchLinksSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<SearchLinksRequest,SearchLinksResponse,LineageClient.SearchLinksPagedResponse> searchLinksSettings()
Returns the builder for the settings used for calls to searchLinks.
-
batchSearchLinkProcessesSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<BatchSearchLinkProcessesRequest,BatchSearchLinkProcessesResponse,LineageClient.BatchSearchLinkProcessesPagedResponse> batchSearchLinkProcessesSettings()
Returns the builder for the settings used for calls to batchSearchLinkProcesses.
-
build
public LineageSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.ClientSettings.Builder<LineageSettings,LineageSettings.Builder>
- Throws:
IOException
-
-