Class DataplexServiceSettings.Builder (1.29.0)

public static class DataplexServiceSettings.Builder extends ClientSettings.Builder<DataplexServiceSettings,DataplexServiceSettings.Builder>

Builder for DataplexServiceSettings.

Inheritance

java.lang.Object > ClientSettings.Builder > DataplexServiceSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(DataplexServiceSettings settings)

protected Builder(DataplexServiceSettings settings)
Parameter
NameDescription
settingsDataplexServiceSettings

Builder(DataplexServiceStubSettings.Builder stubSettings)

protected Builder(DataplexServiceStubSettings.Builder stubSettings)
Parameter
NameDescription
stubSettingsDataplexServiceStubSettings.Builder

Methods

applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)

public DataplexServiceSettings.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.

Parameter
NameDescription
settingsUpdaterApiFunction<Builder<?,?>,java.lang.Void>
Returns
TypeDescription
DataplexServiceSettings.Builder

build()

public DataplexServiceSettings build()
Returns
TypeDescription
DataplexServiceSettings
Overrides
Exceptions
TypeDescription
IOException

cancelJobSettings()

public UnaryCallSettings.Builder<CancelJobRequest,Empty> cancelJobSettings()

Returns the builder for the settings used for calls to cancelJob.

Returns
TypeDescription
Builder<CancelJobRequest,Empty>

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.

Returns
TypeDescription
Builder<CreateAssetRequest,Operation>

createEnvironmentOperationSettings()

public OperationCallSettings.Builder<CreateEnvironmentRequest,Environment,OperationMetadata> createEnvironmentOperationSettings()

Returns the builder for the settings used for calls to createEnvironment.

createEnvironmentSettings()

public UnaryCallSettings.Builder<CreateEnvironmentRequest,Operation> createEnvironmentSettings()

Returns the builder for the settings used for calls to createEnvironment.

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.

Returns
TypeDescription
Builder<CreateLakeRequest,Operation>

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.

Returns
TypeDescription
Builder<CreateTaskRequest,Operation>

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.

Returns
TypeDescription
Builder<CreateZoneRequest,Operation>

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.

Returns
TypeDescription
Builder<DeleteAssetRequest,Operation>

deleteEnvironmentOperationSettings()

public OperationCallSettings.Builder<DeleteEnvironmentRequest,Empty,OperationMetadata> deleteEnvironmentOperationSettings()

Returns the builder for the settings used for calls to deleteEnvironment.

deleteEnvironmentSettings()

public UnaryCallSettings.Builder<DeleteEnvironmentRequest,Operation> deleteEnvironmentSettings()

Returns the builder for the settings used for calls to deleteEnvironment.

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.

Returns
TypeDescription
Builder<DeleteLakeRequest,Operation>

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.

Returns
TypeDescription
Builder<DeleteTaskRequest,Operation>

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.

Returns
TypeDescription
Builder<DeleteZoneRequest,Operation>

getAssetSettings()

public UnaryCallSettings.Builder<GetAssetRequest,Asset> getAssetSettings()

Returns the builder for the settings used for calls to getAsset.

Returns
TypeDescription
Builder<GetAssetRequest,Asset>

getEnvironmentSettings()

public UnaryCallSettings.Builder<GetEnvironmentRequest,Environment> getEnvironmentSettings()

Returns the builder for the settings used for calls to getEnvironment.

getJobSettings()

public UnaryCallSettings.Builder<GetJobRequest,Job> getJobSettings()

Returns the builder for the settings used for calls to getJob.

Returns
TypeDescription
Builder<GetJobRequest,Job>

getLakeSettings()

public UnaryCallSettings.Builder<GetLakeRequest,Lake> getLakeSettings()

Returns the builder for the settings used for calls to getLake.

Returns
TypeDescription
Builder<GetLakeRequest,Lake>

getLocationSettings()

public UnaryCallSettings.Builder<GetLocationRequest,Location> getLocationSettings()

Returns the builder for the settings used for calls to getLocation.

Returns
TypeDescription
Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getStubSettingsBuilder()

public DataplexServiceStubSettings.Builder getStubSettingsBuilder()

getTaskSettings()

public UnaryCallSettings.Builder<GetTaskRequest,Task> getTaskSettings()

Returns the builder for the settings used for calls to getTask.

Returns
TypeDescription
Builder<GetTaskRequest,Task>

getZoneSettings()

public UnaryCallSettings.Builder<GetZoneRequest,Zone> getZoneSettings()

Returns the builder for the settings used for calls to getZone.

Returns
TypeDescription
Builder<GetZoneRequest,Zone>

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.

listEnvironmentsSettings()

public PagedCallSettings.Builder<ListEnvironmentsRequest,ListEnvironmentsResponse,DataplexServiceClient.ListEnvironmentsPagedResponse> listEnvironmentsSettings()

Returns the builder for the settings used for calls to listEnvironments.

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.

Returns
TypeDescription
Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ListLocationsPagedResponse>

listSessionsSettings()

public PagedCallSettings.Builder<ListSessionsRequest,ListSessionsResponse,DataplexServiceClient.ListSessionsPagedResponse> listSessionsSettings()

Returns the builder for the settings used for calls to listSessions.

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.

Returns
TypeDescription
Builder<RunTaskRequest,RunTaskResponse>

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.

Returns
TypeDescription
Builder<UpdateAssetRequest,Operation>

updateEnvironmentOperationSettings()

public OperationCallSettings.Builder<UpdateEnvironmentRequest,Environment,OperationMetadata> updateEnvironmentOperationSettings()

Returns the builder for the settings used for calls to updateEnvironment.

updateEnvironmentSettings()

public UnaryCallSettings.Builder<UpdateEnvironmentRequest,Operation> updateEnvironmentSettings()

Returns the builder for the settings used for calls to updateEnvironment.

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.

Returns
TypeDescription
Builder<UpdateLakeRequest,Operation>

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.

Returns
TypeDescription
Builder<UpdateTaskRequest,Operation>

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.

Returns
TypeDescription
Builder<UpdateZoneRequest,Operation>