Package com.google.appengine.v1
Interface ListIngressRulesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListIngressRulesResponse,ListIngressRulesResponse.Builder
public interface ListIngressRulesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FirewallRulegetIngressRules(int index)The ingress FirewallRules for this application.intgetIngressRulesCount()The ingress FirewallRules for this application.List<FirewallRule>getIngressRulesList()The ingress FirewallRules for this application.FirewallRuleOrBuildergetIngressRulesOrBuilder(int index)The ingress FirewallRules for this application.List<? extends FirewallRuleOrBuilder>getIngressRulesOrBuilderList()The ingress FirewallRules for this application.StringgetNextPageToken()Continuation token for fetching the next page of results.com.google.protobuf.ByteStringgetNextPageTokenBytes()Continuation token for fetching the next page of results.-
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 ingress FirewallRules for this application.
repeated .google.appengine.v1.FirewallRule ingress_rules = 1;
-
getIngressRules
FirewallRule getIngressRules(int index)
The ingress FirewallRules for this application.
repeated .google.appengine.v1.FirewallRule ingress_rules = 1;
-
getIngressRulesCount
int getIngressRulesCount()
The ingress FirewallRules for this application.
repeated .google.appengine.v1.FirewallRule ingress_rules = 1;
-
getIngressRulesOrBuilderList
List<? extends FirewallRuleOrBuilder> getIngressRulesOrBuilderList()
The ingress FirewallRules for this application.
repeated .google.appengine.v1.FirewallRule ingress_rules = 1;
-
getIngressRulesOrBuilder
FirewallRuleOrBuilder getIngressRulesOrBuilder(int index)
The ingress FirewallRules for this application.
repeated .google.appengine.v1.FirewallRule ingress_rules = 1;
-
getNextPageToken
String getNextPageToken()
Continuation token for fetching the next page of results.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()
Continuation token for fetching the next page of results.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-
-