Package com.google.appengine.v1
Interface BatchUpdateIngressRulesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchUpdateIngressRulesResponse
,BatchUpdateIngressRulesResponse.Builder
public interface BatchUpdateIngressRulesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FirewallRule
getIngressRules(int index)
The full list of ingress FirewallRules for this application.int
getIngressRulesCount()
The full list of ingress FirewallRules for this application.List<FirewallRule>
getIngressRulesList()
The full list of ingress FirewallRules for this application.FirewallRuleOrBuilder
getIngressRulesOrBuilder(int index)
The full list of ingress FirewallRules for this application.List<? extends FirewallRuleOrBuilder>
getIngressRulesOrBuilderList()
The full list of ingress FirewallRules for this application.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIngressRulesList
List<FirewallRule> getIngressRulesList()
The full list of ingress FirewallRules for this application.
repeated .google.appengine.v1.FirewallRule ingress_rules = 1;
-
getIngressRules
FirewallRule getIngressRules(int index)
The full list of ingress FirewallRules for this application.
repeated .google.appengine.v1.FirewallRule ingress_rules = 1;
-
getIngressRulesCount
int getIngressRulesCount()
The full list of ingress FirewallRules for this application.
repeated .google.appengine.v1.FirewallRule ingress_rules = 1;
-
getIngressRulesOrBuilderList
List<? extends FirewallRuleOrBuilder> getIngressRulesOrBuilderList()
The full list of ingress FirewallRules for this application.
repeated .google.appengine.v1.FirewallRule ingress_rules = 1;
-
getIngressRulesOrBuilder
FirewallRuleOrBuilder getIngressRulesOrBuilder(int index)
The full list of ingress FirewallRules for this application.
repeated .google.appengine.v1.FirewallRule ingress_rules = 1;
-
-