Interface BatchUpdateIngressRulesResponseOrBuilder (2.53.0)

publicinterface BatchUpdateIngressRulesResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getIngressRules(int index)

publicabstractFirewallRulegetIngressRules(intindex)

The full list of ingress FirewallRules for this application.

repeated .google.appengine.v1.FirewallRule ingress_rules = 1;

Parameter
Name Description
index int
Returns
Type Description
FirewallRule

getIngressRulesCount()

publicabstractintgetIngressRulesCount()

The full list of ingress FirewallRules for this application.

repeated .google.appengine.v1.FirewallRule ingress_rules = 1;

Returns
Type Description
int

getIngressRulesList()

publicabstractList<FirewallRule>getIngressRulesList()

The full list of ingress FirewallRules for this application.

repeated .google.appengine.v1.FirewallRule ingress_rules = 1;

Returns
Type Description
List<FirewallRule>

getIngressRulesOrBuilder(int index)

publicabstractFirewallRuleOrBuildergetIngressRulesOrBuilder(intindex)

The full list of ingress FirewallRules for this application.

repeated .google.appengine.v1.FirewallRule ingress_rules = 1;

Parameter
Name Description
index int
Returns
Type Description
FirewallRuleOrBuilder

getIngressRulesOrBuilderList()

publicabstractList<?extendsFirewallRuleOrBuilder>getIngressRulesOrBuilderList()

The full list of ingress FirewallRules for this application.

repeated .google.appengine.v1.FirewallRule ingress_rules = 1;

Returns
Type Description
List<? extends com.google.appengine.v1.firewall.FirewallRuleOrBuilder>

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.