Reference documentation and code samples for the reCAPTCHA Enterprise V1 API class Google::Cloud::RecaptchaEnterprise::V1::ListFirewallPoliciesResponse.
Response to request to list firewall policies belonging to a project.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#firewall_policies
def firewall_policies() -> ::Array<::Google::Cloud::RecaptchaEnterprise::V1::FirewallPolicy>
Returns
- (::Array<::Google::Cloud::RecaptchaEnterprise::V1::FirewallPolicy>) — Policy details.
#firewall_policies=
def firewall_policies=(value) -> ::Array<::Google::Cloud::RecaptchaEnterprise::V1::FirewallPolicy>
Parameter
- value (::Array<::Google::Cloud::RecaptchaEnterprise::V1::FirewallPolicy>) — Policy details.
Returns
- (::Array<::Google::Cloud::RecaptchaEnterprise::V1::FirewallPolicy>) — Policy details.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Token to retrieve the next page of results. It is set to empty if no policies remain in results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Token to retrieve the next page of results. It is set to empty if no policies remain in results.
Returns
- (::String) — Token to retrieve the next page of results. It is set to empty if no policies remain in results.