public static class DataprocMetastoreFederationSettings.Builder extends ClientSettings.Builder<DataprocMetastoreFederationSettings,DataprocMetastoreFederationSettings.Builder>
Builder for DataprocMetastoreFederationSettings.
Constructors
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Parameter
protected Builder(DataprocMetastoreFederationSettings settings)
Parameter
protected Builder(DataprocMetastoreFederationStubSettings.Builder stubSettings)
Parameter
Methods
public DataprocMetastoreFederationSettings.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
Returns
public DataprocMetastoreFederationSettings build()
Returns
Overrides
Exceptions
public OperationCallSettings.Builder<CreateFederationRequest,Federation,OperationMetadata> createFederationOperationSettings()
Returns the builder for the settings used for calls to createFederation.
Returns
public UnaryCallSettings.Builder<CreateFederationRequest,Operation> createFederationSettings()
Returns the builder for the settings used for calls to createFederation.
Returns
public OperationCallSettings.Builder<DeleteFederationRequest,Empty,OperationMetadata> deleteFederationOperationSettings()
Returns the builder for the settings used for calls to deleteFederation.
Returns
public UnaryCallSettings.Builder<DeleteFederationRequest,Operation> deleteFederationSettings()
Returns the builder for the settings used for calls to deleteFederation.
Returns
public UnaryCallSettings.Builder<GetFederationRequest,Federation> getFederationSettings()
Returns the builder for the settings used for calls to getFederation.
Returns
public DataprocMetastoreFederationStubSettings.Builder getStubSettingsBuilder()
Returns
public PagedCallSettings.Builder<ListFederationsRequest,ListFederationsResponse,DataprocMetastoreFederationClient.ListFederationsPagedResponse> listFederationsSettings()
Returns the builder for the settings used for calls to listFederations.
Returns
public OperationCallSettings.Builder<UpdateFederationRequest,Federation,OperationMetadata> updateFederationOperationSettings()
Returns the builder for the settings used for calls to updateFederation.
Returns
public UnaryCallSettings.Builder<UpdateFederationRequest,Operation> updateFederationSettings()
Returns the builder for the settings used for calls to updateFederation.
Returns