Class: Google::Cloud::AppEngine::V1::ListIngressRulesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::ListIngressRulesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/appengine.rb
Overview
Request message for Firewall.ListIngressRules
.
Instance Attribute Summary collapse
-
#matching_address ⇒ ::String
A valid IP Address.
-
#page_size ⇒ ::Integer
Maximum results to return per page.
-
#page_token ⇒ ::String
Continuation token for fetching the next page of results.
-
#parent ⇒ ::String
Name of the Firewall collection to retrieve.
Instance Attribute Details
#matching_address ⇒ ::String
A valid IP Address. If set, only rules matching this address will be returned. The first returned rule will be the rule that fires on requests from this IP.
308 309 310 311 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 308 class ListIngressRulesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Maximum results to return per page.
308 309 310 311 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 308 class ListIngressRulesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Continuation token for fetching the next page of results.
308 309 310 311 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 308 class ListIngressRulesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Name of the Firewall collection to retrieve.
Example: apps/myapp/firewall/ingressRules
.
308 309 310 311 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 308 class ListIngressRulesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |