Class FirewallStubSettings.Builder (2.7.0)

publicstaticclass FirewallStubSettings.BuilderextendsStubSettings.Builder<FirewallStubSettings,FirewallStubSettings.Builder>

Builder for FirewallStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > FirewallStubSettings.Builder

Inherited Members

Constructors

Builder()

protectedBuilder()

Builder(ClientContext clientContext)

protectedBuilder(ClientContextclientContext)
Parameter
Name Description
clientContext ClientContext

Builder(FirewallStubSettings settings)

protectedBuilder(FirewallStubSettingssettings)
Parameter
Name Description

Methods

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

publicFirewallStubSettings.BuilderapplyToAllUnaryMethods(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

batchUpdateIngressRulesSettings()

publicUnaryCallSettings.Builder<BatchUpdateIngressRulesRequest,BatchUpdateIngressRulesResponse>batchUpdateIngressRulesSettings()

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

Returns
Type Description

build()

publicFirewallStubSettingsbuild()
Returns
Type Description
Overrides Exceptions
Type Description

createIngressRuleSettings()

publicUnaryCallSettings.Builder<CreateIngressRuleRequest,FirewallRule>createIngressRuleSettings()

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

Returns
Type Description

deleteIngressRuleSettings()

publicUnaryCallSettings.Builder<DeleteIngressRuleRequest,Empty>deleteIngressRuleSettings()

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

Returns
Type Description

getIngressRuleSettings()

publicUnaryCallSettings.Builder<GetIngressRuleRequest,FirewallRule>getIngressRuleSettings()

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

Returns
Type Description

listIngressRulesSettings()

publicPagedCallSettings.Builder<ListIngressRulesRequest,ListIngressRulesResponse,FirewallClient.ListIngressRulesPagedResponse>listIngressRulesSettings()

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

Returns
Type Description

unaryMethodSettingsBuilders()

publicImmutableList<UnaryCallSettings.Builder<?,?>>unaryMethodSettingsBuilders()
Returns
Type Description
com.google.common.collect.ImmutableList<Builder<?,?>>

updateIngressRuleSettings()

publicUnaryCallSettings.Builder<UpdateIngressRuleRequest,FirewallRule>updateIngressRuleSettings()

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

Returns
Type Description

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.