App Engine Admin V1 API - Class Google::Cloud::AppEngine::V1::ListIngressRulesRequest (v0.3.6)

Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::ListIngressRulesRequest.

Request message for Firewall.ListIngressRules.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#matching_address

def matching_address() -> ::String
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.

#matching_address=

def matching_address=(value) -> ::String
Parameter
  • value (::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.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Maximum results to return per page.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Maximum results to return per page.
Returns
  • (::Integer) — Maximum results to return per page.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Continuation token for fetching the next page of results.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Continuation token for fetching the next page of results.
Returns
  • (::String) — Continuation token for fetching the next page of results.

#parent

def parent() -> ::String
Returns
  • (::String) — Name of the Firewall collection to retrieve. Example: apps/myapp/firewall/ingressRules.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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.