Class: Google::Cloud::AppEngine::V1::ListIngressRulesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::ListIngressRulesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/appengine.rb
Overview
Response message for Firewall.ListIngressRules
.
Instance Attribute Summary collapse
-
#ingress_rules ⇒ ::Array<::Google::Cloud::AppEngine::V1::FirewallRule>
The ingress FirewallRules for this application.
-
#next_page_token ⇒ ::String
Continuation token for fetching the next page of results.
Instance Attribute Details
#ingress_rules ⇒ ::Array<::Google::Cloud::AppEngine::V1::FirewallRule>
Returns The ingress FirewallRules for this application.
320 321 322 323 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 320 class ListIngressRulesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Continuation token for fetching the next page of results.
320 321 322 323 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 320 class ListIngressRulesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |