Class LineageStubSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.StubSettings.Builder<LineageStubSettings,LineageStubSettings.Builder>
-
- com.google.cloud.datacatalog.lineage.v1.stub.LineageStubSettings.Builder
-
- Enclosing class:
- LineageStubSettings
public static class LineageStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<LineageStubSettings,LineageStubSettings.Builder>
Builder for LineageStubSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(LineageStubSettings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LineageStubSettings.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.LineageStubSettings
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.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.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>>
unaryMethodSettingsBuilders()
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.StubSettings.Builder
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, toString
-
-
-
-
Constructor Detail
-
Builder
protected Builder()
-
Builder
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
-
Builder
protected Builder(LineageStubSettings settings)
-
-
Method Detail
-
applyToAllUnaryMethods
public LineageStubSettings.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.
-
unaryMethodSettingsBuilders
public com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
-
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
@BetaApi("The surface for use by generated code is not stable yet and may change in the future.") 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
@BetaApi("The surface for use by generated code is not stable yet and may change in the future.") 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 LineageStubSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.StubSettings.Builder<LineageStubSettings,LineageStubSettings.Builder>
- Throws:
IOException
-
-