public static class DataplexServiceStubSettings.Builder extends StubSettings.Builder<DataplexServiceStubSettings,DataplexServiceStubSettings.Builder>
Builder for DataplexServiceStubSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Builder(DataplexServiceStubSettings settings)
protected Builder(DataplexServiceStubSettings settings)
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public DataplexServiceStubSettings.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.
build()
public DataplexServiceStubSettings build()
Overrides
cancelJobSettings()
public UnaryCallSettings.Builder<CancelJobRequest,Empty> cancelJobSettings()
Returns the builder for the settings used for calls to cancelJob.
createAssetOperationSettings()
public OperationCallSettings.Builder<CreateAssetRequest,Asset,OperationMetadata> createAssetOperationSettings()
Returns the builder for the settings used for calls to createAsset.
createAssetSettings()
public UnaryCallSettings.Builder<CreateAssetRequest,Operation> createAssetSettings()
Returns the builder for the settings used for calls to createAsset.
createLakeOperationSettings()
public OperationCallSettings.Builder<CreateLakeRequest,Lake,OperationMetadata> createLakeOperationSettings()
Returns the builder for the settings used for calls to createLake.
createLakeSettings()
public UnaryCallSettings.Builder<CreateLakeRequest,Operation> createLakeSettings()
Returns the builder for the settings used for calls to createLake.
createTaskOperationSettings()
public OperationCallSettings.Builder<CreateTaskRequest,Task,OperationMetadata> createTaskOperationSettings()
Returns the builder for the settings used for calls to createTask.
createTaskSettings()
public UnaryCallSettings.Builder<CreateTaskRequest,Operation> createTaskSettings()
Returns the builder for the settings used for calls to createTask.
createZoneOperationSettings()
public OperationCallSettings.Builder<CreateZoneRequest,Zone,OperationMetadata> createZoneOperationSettings()
Returns the builder for the settings used for calls to createZone.
createZoneSettings()
public UnaryCallSettings.Builder<CreateZoneRequest,Operation> createZoneSettings()
Returns the builder for the settings used for calls to createZone.
deleteAssetOperationSettings()
public OperationCallSettings.Builder<DeleteAssetRequest,Empty,OperationMetadata> deleteAssetOperationSettings()
Returns the builder for the settings used for calls to deleteAsset.
deleteAssetSettings()
public UnaryCallSettings.Builder<DeleteAssetRequest,Operation> deleteAssetSettings()
Returns the builder for the settings used for calls to deleteAsset.
deleteLakeOperationSettings()
public OperationCallSettings.Builder<DeleteLakeRequest,Empty,OperationMetadata> deleteLakeOperationSettings()
Returns the builder for the settings used for calls to deleteLake.
deleteLakeSettings()
public UnaryCallSettings.Builder<DeleteLakeRequest,Operation> deleteLakeSettings()
Returns the builder for the settings used for calls to deleteLake.
deleteTaskOperationSettings()
public OperationCallSettings.Builder<DeleteTaskRequest,Empty,OperationMetadata> deleteTaskOperationSettings()
Returns the builder for the settings used for calls to deleteTask.
deleteTaskSettings()
public UnaryCallSettings.Builder<DeleteTaskRequest,Operation> deleteTaskSettings()
Returns the builder for the settings used for calls to deleteTask.
deleteZoneOperationSettings()
public OperationCallSettings.Builder<DeleteZoneRequest,Empty,OperationMetadata> deleteZoneOperationSettings()
Returns the builder for the settings used for calls to deleteZone.
deleteZoneSettings()
public UnaryCallSettings.Builder<DeleteZoneRequest,Operation> deleteZoneSettings()
Returns the builder for the settings used for calls to deleteZone.
getAssetSettings()
public UnaryCallSettings.Builder<GetAssetRequest,Asset> getAssetSettings()
Returns the builder for the settings used for calls to getAsset.
getIamPolicySettings()
public UnaryCallSettings.Builder<GetIamPolicyRequest,Policy> getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.
| Returns |
| Type |
Description |
Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
|
getJobSettings()
public UnaryCallSettings.Builder<GetJobRequest,Job> getJobSettings()
Returns the builder for the settings used for calls to getJob.
getLakeSettings()
public UnaryCallSettings.Builder<GetLakeRequest,Lake> getLakeSettings()
Returns the builder for the settings used for calls to getLake.
getLocationSettings()
public UnaryCallSettings.Builder<GetLocationRequest,Location> getLocationSettings()
Returns the builder for the settings used for calls to getLocation.
| Returns |
| Type |
Description |
Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
|
getTaskSettings()
public UnaryCallSettings.Builder<GetTaskRequest,Task> getTaskSettings()
Returns the builder for the settings used for calls to getTask.
getZoneSettings()
public UnaryCallSettings.Builder<GetZoneRequest,Zone> getZoneSettings()
Returns the builder for the settings used for calls to getZone.
listAssetActionsSettings()
public PagedCallSettings.Builder<ListAssetActionsRequest,ListActionsResponse,DataplexServiceClient.ListAssetActionsPagedResponse> listAssetActionsSettings()
Returns the builder for the settings used for calls to listAssetActions.
listAssetsSettings()
public PagedCallSettings.Builder<ListAssetsRequest,ListAssetsResponse,DataplexServiceClient.ListAssetsPagedResponse> listAssetsSettings()
Returns the builder for the settings used for calls to listAssets.
listJobsSettings()
public PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,DataplexServiceClient.ListJobsPagedResponse> listJobsSettings()
Returns the builder for the settings used for calls to listJobs.
listLakeActionsSettings()
public PagedCallSettings.Builder<ListLakeActionsRequest,ListActionsResponse,DataplexServiceClient.ListLakeActionsPagedResponse> listLakeActionsSettings()
Returns the builder for the settings used for calls to listLakeActions.
listLakesSettings()
public PagedCallSettings.Builder<ListLakesRequest,ListLakesResponse,DataplexServiceClient.ListLakesPagedResponse> listLakesSettings()
Returns the builder for the settings used for calls to listLakes.
listLocationsSettings()
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse,DataplexServiceClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
listTasksSettings()
public PagedCallSettings.Builder<ListTasksRequest,ListTasksResponse,DataplexServiceClient.ListTasksPagedResponse> listTasksSettings()
Returns the builder for the settings used for calls to listTasks.
listZoneActionsSettings()
public PagedCallSettings.Builder<ListZoneActionsRequest,ListActionsResponse,DataplexServiceClient.ListZoneActionsPagedResponse> listZoneActionsSettings()
Returns the builder for the settings used for calls to listZoneActions.
listZonesSettings()
public PagedCallSettings.Builder<ListZonesRequest,ListZonesResponse,DataplexServiceClient.ListZonesPagedResponse> listZonesSettings()
Returns the builder for the settings used for calls to listZones.
runTaskSettings()
public UnaryCallSettings.Builder<RunTaskRequest,RunTaskResponse> runTaskSettings()
Returns the builder for the settings used for calls to runTask.
setIamPolicySettings()
public UnaryCallSettings.Builder<SetIamPolicyRequest,Policy> setIamPolicySettings()
Returns the builder for the settings used for calls to setIamPolicy.
| Returns |
| Type |
Description |
Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
|
testIamPermissionsSettings()
public UnaryCallSettings.Builder<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.
| Returns |
| Type |
Description |
Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
|
unaryMethodSettingsBuilders()
public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
| Returns |
| Type |
Description |
com.google.common.collect.ImmutableList<Builder<?,?>> |
|
updateAssetOperationSettings()
public OperationCallSettings.Builder<UpdateAssetRequest,Asset,OperationMetadata> updateAssetOperationSettings()
Returns the builder for the settings used for calls to updateAsset.
updateAssetSettings()
public UnaryCallSettings.Builder<UpdateAssetRequest,Operation> updateAssetSettings()
Returns the builder for the settings used for calls to updateAsset.
updateLakeOperationSettings()
public OperationCallSettings.Builder<UpdateLakeRequest,Lake,OperationMetadata> updateLakeOperationSettings()
Returns the builder for the settings used for calls to updateLake.
updateLakeSettings()
public UnaryCallSettings.Builder<UpdateLakeRequest,Operation> updateLakeSettings()
Returns the builder for the settings used for calls to updateLake.
updateTaskOperationSettings()
public OperationCallSettings.Builder<UpdateTaskRequest,Task,OperationMetadata> updateTaskOperationSettings()
Returns the builder for the settings used for calls to updateTask.
updateTaskSettings()
public UnaryCallSettings.Builder<UpdateTaskRequest,Operation> updateTaskSettings()
Returns the builder for the settings used for calls to updateTask.
updateZoneOperationSettings()
public OperationCallSettings.Builder<UpdateZoneRequest,Zone,OperationMetadata> updateZoneOperationSettings()
Returns the builder for the settings used for calls to updateZone.
updateZoneSettings()
public UnaryCallSettings.Builder<UpdateZoneRequest,Operation> updateZoneSettings()
Returns the builder for the settings used for calls to updateZone.