Package com.google.appengine.v1
Interface BatchUpdateIngressRulesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchUpdateIngressRulesRequest,BatchUpdateIngressRulesRequest.Builder
public interface BatchUpdateIngressRulesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FirewallRulegetIngressRules(int index)A list of FirewallRules to replace the existing set.intgetIngressRulesCount()A list of FirewallRules to replace the existing set.List<FirewallRule>getIngressRulesList()A list of FirewallRules to replace the existing set.FirewallRuleOrBuildergetIngressRulesOrBuilder(int index)A list of FirewallRules to replace the existing set.List<? extends FirewallRuleOrBuilder>getIngressRulesOrBuilderList()A list of FirewallRules to replace the existing set.StringgetName()Name of the Firewall collection to set.com.google.protobuf.ByteStringgetNameBytes()Name of the Firewall collection to set.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Name of the Firewall collection to set. Example: `apps/myapp/firewall/ingressRules`.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name of the Firewall collection to set. Example: `apps/myapp/firewall/ingressRules`.
string name = 1;- Returns:
- The bytes for name.
-
getIngressRulesList
List<FirewallRule> getIngressRulesList()
A list of FirewallRules to replace the existing set.
repeated .google.appengine.v1.FirewallRule ingress_rules = 2;
-
getIngressRules
FirewallRule getIngressRules(int index)
A list of FirewallRules to replace the existing set.
repeated .google.appengine.v1.FirewallRule ingress_rules = 2;
-
getIngressRulesCount
int getIngressRulesCount()
A list of FirewallRules to replace the existing set.
repeated .google.appengine.v1.FirewallRule ingress_rules = 2;
-
getIngressRulesOrBuilderList
List<? extends FirewallRuleOrBuilder> getIngressRulesOrBuilderList()
A list of FirewallRules to replace the existing set.
repeated .google.appengine.v1.FirewallRule ingress_rules = 2;
-
getIngressRulesOrBuilder
FirewallRuleOrBuilder getIngressRulesOrBuilder(int index)
A list of FirewallRules to replace the existing set.
repeated .google.appengine.v1.FirewallRule ingress_rules = 2;
-
-