Class HttpJsonFirewallStub (2.11.0)

publicclass HttpJsonFirewallStubextendsFirewallStub

REST stub implementation for the Firewall service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > FirewallStub > HttpJsonFirewallStub

Static Methods

create(ClientContext clientContext)

publicstaticfinalHttpJsonFirewallStubcreate(ClientContextclientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
Exceptions
Type Description

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

publicstaticfinalHttpJsonFirewallStubcreate(ClientContextclientContext,HttpJsonStubCallableFactorycallableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory
Returns
Type Description
Exceptions
Type Description

create(FirewallStubSettings settings)

publicstaticfinalHttpJsonFirewallStubcreate(FirewallStubSettingssettings)
Parameter
Name Description
Returns
Type Description
Exceptions
Type Description

getMethodDescriptors()

publicstaticList<ApiMethodDescriptor>getMethodDescriptors()
Returns
Type Description

Constructors

HttpJsonFirewallStub(FirewallStubSettings settings, ClientContext clientContext)

protectedHttpJsonFirewallStub(FirewallStubSettingssettings,ClientContextclientContext)

Constructs an instance of HttpJsonFirewallStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
clientContext ClientContext

HttpJsonFirewallStub(FirewallStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protectedHttpJsonFirewallStub(FirewallStubSettingssettings,ClientContextclientContext,HttpJsonStubCallableFactorycallableFactory)

Constructs an instance of HttpJsonFirewallStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

publicbooleanawaitTermination(longduration,TimeUnitunit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
Exceptions
Type Description

batchUpdateIngressRulesCallable()

publicUnaryCallable<BatchUpdateIngressRulesRequest,BatchUpdateIngressRulesResponse>batchUpdateIngressRulesCallable()
Returns
Type Description
Overrides

close()

publicfinalvoidclose()
Overrides

createIngressRuleCallable()

publicUnaryCallable<CreateIngressRuleRequest,FirewallRule>createIngressRuleCallable()
Returns
Type Description
Overrides

deleteIngressRuleCallable()

publicUnaryCallable<DeleteIngressRuleRequest,Empty>deleteIngressRuleCallable()
Returns
Type Description
Overrides

getIngressRuleCallable()

publicUnaryCallable<GetIngressRuleRequest,FirewallRule>getIngressRuleCallable()
Returns
Type Description
Overrides

isShutdown()

publicbooleanisShutdown()
Returns
Type Description

isTerminated()

publicbooleanisTerminated()
Returns
Type Description

listIngressRulesCallable()

publicUnaryCallable<ListIngressRulesRequest,ListIngressRulesResponse>listIngressRulesCallable()
Returns
Type Description
Overrides

listIngressRulesPagedCallable()

publicUnaryCallable<ListIngressRulesRequest,FirewallClient.ListIngressRulesPagedResponse>listIngressRulesPagedCallable()
Returns
Type Description
Overrides

shutdown()

publicvoidshutdown()

shutdownNow()

publicvoidshutdownNow()

updateIngressRuleCallable()

publicUnaryCallable<UpdateIngressRuleRequest,FirewallRule>updateIngressRuleCallable()
Returns
Type Description
Overrides

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.