Class CatalogServiceStubSettings.Builder (2.43.0)

public static class CatalogServiceStubSettings.Builder extends StubSettings.Builder<CatalogServiceStubSettings,CatalogServiceStubSettings.Builder>

Builder for CatalogServiceStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > CatalogServiceStubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(CatalogServiceStubSettings settings)

protected Builder(CatalogServiceStubSettings settings)
Parameter
NameDescription
settingsCatalogServiceStubSettings

Methods

addCatalogAttributeSettings()

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

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

Returns
TypeDescription
Builder<AddCatalogAttributeRequest,AttributesConfig>

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

public CatalogServiceStubSettings.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
TypeDescription
CatalogServiceStubSettings.Builder

build()

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

getAttributesConfigSettings()

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

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

Returns
TypeDescription
Builder<GetAttributesConfigRequest,AttributesConfig>

getCompletionConfigSettings()

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

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

Returns
TypeDescription
Builder<GetCompletionConfigRequest,CompletionConfig>

getDefaultBranchSettings()

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

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

Returns
TypeDescription
Builder<GetDefaultBranchRequest,GetDefaultBranchResponse>

getEndpoint()

public String getEndpoint()

Returns the endpoint set by the user or the the service's default endpoint.

Returns
TypeDescription
String
Overrides

listCatalogsSettings()

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

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

Returns
TypeDescription
Builder<ListCatalogsRequest,ListCatalogsResponse,ListCatalogsPagedResponse>

removeCatalogAttributeSettings()

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

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

Returns
TypeDescription
Builder<RemoveCatalogAttributeRequest,AttributesConfig>

replaceCatalogAttributeSettings()

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

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

Returns
TypeDescription
Builder<ReplaceCatalogAttributeRequest,AttributesConfig>

setDefaultBranchSettings()

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

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

Returns
TypeDescription
Builder<SetDefaultBranchRequest,Empty>

unaryMethodSettingsBuilders()

public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
Returns
TypeDescription
com.google.common.collect.ImmutableList<Builder<?,?>>

updateAttributesConfigSettings()

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

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

Returns
TypeDescription
Builder<UpdateAttributesConfigRequest,AttributesConfig>

updateCatalogSettings()

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

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

Returns
TypeDescription
Builder<UpdateCatalogRequest,Catalog>

updateCompletionConfigSettings()

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

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

Returns
TypeDescription
Builder<UpdateCompletionConfigRequest,CompletionConfig>