public static class BinauthzManagementServiceV1Settings.Builder extends ClientSettings.Builder<BinauthzManagementServiceV1Settings,BinauthzManagementServiceV1Settings.Builder>
Builder for BinauthzManagementServiceV1Settings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Builder(BinauthzManagementServiceV1Settings settings)
protected Builder(BinauthzManagementServiceV1Settings settings)
Builder(BinauthzManagementServiceV1StubSettings.Builder stubSettings)
protected Builder(BinauthzManagementServiceV1StubSettings.Builder stubSettings)
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public BinauthzManagementServiceV1Settings.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 BinauthzManagementServiceV1Settings build()
Overrides
createAttestorSettings()
public UnaryCallSettings.Builder<Service.CreateAttestorRequest,Resources.Attestor> createAttestorSettings()
Returns the builder for the settings used for calls to createAttestor.
deleteAttestorSettings()
public UnaryCallSettings.Builder<Service.DeleteAttestorRequest,Empty> deleteAttestorSettings()
Returns the builder for the settings used for calls to deleteAttestor.
getAttestorSettings()
public UnaryCallSettings.Builder<Service.GetAttestorRequest,Resources.Attestor> getAttestorSettings()
Returns the builder for the settings used for calls to getAttestor.
getPolicySettings()
public UnaryCallSettings.Builder<Service.GetPolicyRequest,Resources.Policy> getPolicySettings()
Returns the builder for the settings used for calls to getPolicy.
getStubSettingsBuilder()
public BinauthzManagementServiceV1StubSettings.Builder getStubSettingsBuilder()
public PagedCallSettings.Builder<Service.ListAttestorsRequest,Service.ListAttestorsResponse,BinauthzManagementServiceV1Client.ListAttestorsPagedResponse> listAttestorsSettings()
Returns the builder for the settings used for calls to listAttestors.
updateAttestorSettings()
public UnaryCallSettings.Builder<Service.UpdateAttestorRequest,Resources.Attestor> updateAttestorSettings()
Returns the builder for the settings used for calls to updateAttestor.
updatePolicySettings()
public UnaryCallSettings.Builder<Service.UpdatePolicyRequest,Resources.Policy> updatePolicySettings()
Returns the builder for the settings used for calls to updatePolicy.