Class TenantServiceSettings.Builder (2.8.0)

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

Builder for TenantServiceSettings.

Inheritance

java.lang.Object > ClientSettings.Builder > TenantServiceSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(TenantServiceSettings settings)

protected Builder(TenantServiceSettings settings)
Parameter
NameDescription
settingsTenantServiceSettings

Builder(TenantServiceStubSettings.Builder stubSettings)

protected Builder(TenantServiceStubSettings.Builder stubSettings)
Parameter
NameDescription
stubSettingsTenantServiceStubSettings.Builder

Methods

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

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

build()

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

createTenantSettings()

public UnaryCallSettings.Builder<CreateTenantRequest,Tenant> createTenantSettings()

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

Returns

deleteTenantSettings()

public UnaryCallSettings.Builder<DeleteTenantRequest,Empty> deleteTenantSettings()

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

Returns

getStubSettingsBuilder()

public TenantServiceStubSettings.Builder getStubSettingsBuilder()
Returns

getTenantSettings()

public UnaryCallSettings.Builder<GetTenantRequest,Tenant> getTenantSettings()

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

Returns

listTenantsSettings()

public PagedCallSettings.Builder<ListTenantsRequest,ListTenantsResponse,TenantServiceClient.ListTenantsPagedResponse> listTenantsSettings()

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

Returns

updateTenantSettings()

public UnaryCallSettings.Builder<UpdateTenantRequest,Tenant> updateTenantSettings()

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

Returns