Class CatalogServiceSettings.Builder (2.97.0)

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

Builder for CatalogServiceSettings.

Inheritance

java.lang.Object > ClientSettings.Builder > CatalogServiceSettings.Builder

Constructors

Builder()

protected Builder()

Builder(@Nullable ClientContext clientContext)

protected Builder(@Nullable ClientContext clientContext)
Parameter
Name Description
clientContext @org.jspecify.annotations.Nullable com.google.api.gax.rpc.ClientContext

Builder(CatalogServiceSettings settings)

protected Builder(CatalogServiceSettings settings)
Parameter
Name Description
settings CatalogServiceSettings

Builder(CatalogServiceStubSettings.Builder stubSettings)

protected Builder(CatalogServiceStubSettings.Builder stubSettings)
Parameter
Name Description
stubSettings CatalogServiceStubSettings.Builder

Methods

addCatalogAttributeSettings()

public UnaryCallSettings.Builder<AddCatalogAttributeRequest,AttributesConfig> addCatalogAttributeSettings()

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

Returns
Type Description
Builder<AddCatalogAttributeRequest,AttributesConfig>

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

public CatalogServiceSettings.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
Name Description
settingsUpdater ApiFunction<Builder<?,?>,java.lang.Void>
Returns
Type Description
CatalogServiceSettings.Builder

build()

public CatalogServiceSettings build()
Returns
Type Description
CatalogServiceSettings
Overrides
Exceptions
Type Description
IOException

getAttributesConfigSettings()

public UnaryCallSettings.Builder<GetAttributesConfigRequest,AttributesConfig> getAttributesConfigSettings()

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

Returns
Type Description
Builder<GetAttributesConfigRequest,AttributesConfig>

getCompletionConfigSettings()

public UnaryCallSettings.Builder<GetCompletionConfigRequest,CompletionConfig> getCompletionConfigSettings()

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

Returns
Type Description
Builder<GetCompletionConfigRequest,CompletionConfig>

getDefaultBranchSettings()

public UnaryCallSettings.Builder<GetDefaultBranchRequest,GetDefaultBranchResponse> getDefaultBranchSettings()

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

Returns
Type Description
Builder<GetDefaultBranchRequest,GetDefaultBranchResponse>

getStubSettingsBuilder()

public CatalogServiceStubSettings.Builder getStubSettingsBuilder()
Returns
Type Description
CatalogServiceStubSettings.Builder

listCatalogsSettings()

public PagedCallSettings.Builder<ListCatalogsRequest,ListCatalogsResponse,CatalogServiceClient.ListCatalogsPagedResponse> listCatalogsSettings()

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

Returns
Type Description
Builder<ListCatalogsRequest,ListCatalogsResponse,ListCatalogsPagedResponse>

removeCatalogAttributeSettings()

public UnaryCallSettings.Builder<RemoveCatalogAttributeRequest,AttributesConfig> removeCatalogAttributeSettings()

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

Returns
Type Description
Builder<RemoveCatalogAttributeRequest,AttributesConfig>

replaceCatalogAttributeSettings()

public UnaryCallSettings.Builder<ReplaceCatalogAttributeRequest,AttributesConfig> replaceCatalogAttributeSettings()

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

Returns
Type Description
Builder<ReplaceCatalogAttributeRequest,AttributesConfig>

setDefaultBranchSettings()

public UnaryCallSettings.Builder<SetDefaultBranchRequest,Empty> setDefaultBranchSettings()

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

Returns
Type Description
Builder<SetDefaultBranchRequest,Empty>

updateAttributesConfigSettings()

public UnaryCallSettings.Builder<UpdateAttributesConfigRequest,AttributesConfig> updateAttributesConfigSettings()

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

Returns
Type Description
Builder<UpdateAttributesConfigRequest,AttributesConfig>

updateCatalogSettings()

public UnaryCallSettings.Builder<UpdateCatalogRequest,Catalog> updateCatalogSettings()

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

Returns
Type Description
Builder<UpdateCatalogRequest,Catalog>

updateCompletionConfigSettings()

public UnaryCallSettings.Builder<UpdateCompletionConfigRequest,CompletionConfig> updateCompletionConfigSettings()

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

Returns
Type Description
Builder<UpdateCompletionConfigRequest,CompletionConfig>