Class: Google::Cloud::RecaptchaEnterprise::V1::ListFirewallPoliciesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::ListFirewallPoliciesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
Response to request to list firewall policies belonging to a key.
Instance Attribute Summary collapse
-
#firewall_policies ⇒ ::Array<::Google::Cloud::RecaptchaEnterprise::V1::FirewallPolicy>
Policy details.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results.
Instance Attribute Details
#firewall_policies ⇒ ::Array<::Google::Cloud::RecaptchaEnterprise::V1::FirewallPolicy>
Returns Policy details.
1075 1076 1077 1078 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1075 class ListFirewallPoliciesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results. It is set to empty if no policies remain in results.
1075 1076 1077 1078 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1075 class ListFirewallPoliciesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |