public static class DataScanServiceStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<DataScanServiceStubSettings,DataScanServiceStubSettings.Builder>
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(DataScanServiceStubSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
DataScanServiceStubSettings.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.
|
DataScanServiceStubSettings |
build() |
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateDataScanRequest,DataScan,OperationMetadata> |
createDataScanOperationSettings()
Returns the builder for the settings used for calls to createDataScan.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDataScanRequest,com.google.longrunning.Operation> |
createDataScanSettings()
Returns the builder for the settings used for calls to createDataScan.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteDataScanRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteDataScanOperationSettings()
Returns the builder for the settings used for calls to deleteDataScan.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteDataScanRequest,com.google.longrunning.Operation> |
deleteDataScanSettings()
Returns the builder for the settings used for calls to deleteDataScan.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GenerateDataQualityRulesRequest,GenerateDataQualityRulesResponse> |
generateDataQualityRulesSettings()
Returns the builder for the settings used for calls to generateDataQualityRules.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDataScanJobRequest,DataScanJob> |
getDataScanJobSettings()
Returns the builder for the settings used for calls to getDataScanJob.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDataScanRequest,DataScan> |
getDataScanSettings()
Returns the builder for the settings used for calls to getDataScan.
|
String |
getEndpoint()
Returns the endpoint set by the user or the the service's default endpoint.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationSettings()
Returns the builder for the settings used for calls to getLocation.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDataScanJobsRequest,ListDataScanJobsResponse,DataScanServiceClient.ListDataScanJobsPagedResponse> |
listDataScanJobsSettings()
Returns the builder for the settings used for calls to listDataScanJobs.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDataScansRequest,ListDataScansResponse,DataScanServiceClient.ListDataScansPagedResponse> |
listDataScansSettings()
Returns the builder for the settings used for calls to listDataScans.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,DataScanServiceClient.ListLocationsPagedResponse> |
listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<RunDataScanRequest,RunDataScanResponse> |
runDataScanSettings()
Returns the builder for the settings used for calls to runDataScan.
|
com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> |
unaryMethodSettingsBuilders() |
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateDataScanRequest,DataScan,OperationMetadata> |
updateDataScanOperationSettings()
Returns the builder for the settings used for calls to updateDataScan.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDataScanRequest,com.google.longrunning.Operation> |
updateDataScanSettings()
Returns the builder for the settings used for calls to updateDataScan.
|
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, 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, setUniverseDomain, toStringprotected Builder()
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(DataScanServiceStubSettings settings)
public DataScanServiceStubSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Note: This method does not support applying settings to streaming methods.
public com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDataScanRequest,com.google.longrunning.Operation> createDataScanSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateDataScanRequest,DataScan,OperationMetadata> createDataScanOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDataScanRequest,com.google.longrunning.Operation> updateDataScanSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateDataScanRequest,DataScan,OperationMetadata> updateDataScanOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteDataScanRequest,com.google.longrunning.Operation> deleteDataScanSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteDataScanRequest,com.google.protobuf.Empty,OperationMetadata> deleteDataScanOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDataScanRequest,DataScan> getDataScanSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListDataScansRequest,ListDataScansResponse,DataScanServiceClient.ListDataScansPagedResponse> listDataScansSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<RunDataScanRequest,RunDataScanResponse> runDataScanSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDataScanJobRequest,DataScanJob> getDataScanJobSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListDataScanJobsRequest,ListDataScanJobsResponse,DataScanServiceClient.ListDataScanJobsPagedResponse> listDataScanJobsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GenerateDataQualityRulesRequest,GenerateDataQualityRulesResponse> generateDataQualityRulesSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,DataScanServiceClient.ListLocationsPagedResponse> listLocationsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationSettings()
public String getEndpoint()
getEndpoint in class com.google.api.gax.rpc.StubSettings.Builder<DataScanServiceStubSettings,DataScanServiceStubSettings.Builder>public DataScanServiceStubSettings build() throws IOException
build in class com.google.api.gax.rpc.StubSettings.Builder<DataScanServiceStubSettings,DataScanServiceStubSettings.Builder>IOExceptionCopyright © 2024 Google LLC. All rights reserved.