Class: Google::Cloud::AppEngine::V1::ListIngressRulesRequest

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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