public static class DataprocMetastoreFederationStubSettings.Builder extends StubSettings.Builder<DataprocMetastoreFederationStubSettings,DataprocMetastoreFederationStubSettings.Builder>
Builder for DataprocMetastoreFederationStubSettings.
Constructors
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Parameter
protected Builder(DataprocMetastoreFederationStubSettings settings)
Parameter
Methods
public DataprocMetastoreFederationStubSettings.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 DataprocMetastoreFederationStubSettings 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 PagedCallSettings.Builder<ListFederationsRequest,ListFederationsResponse,DataprocMetastoreFederationClient.ListFederationsPagedResponse> listFederationsSettings()
Returns the builder for the settings used for calls to listFederations.
Returns
public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
Returns
Type | Description |
com.google.common.collect.ImmutableList<Builder<?,?>> | |
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