Response to request to list firewall policies belonging to a project.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.ListFirewallPoliciesResponse
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public getFirewallPolicies() Policy details. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.FirewallPolicy firewall_policies = 1;
|
| public getNextPageToken() Token to retrieve the next page of results. It is set to empty if no policies remain in results. Generated from protobuf field string next_page_token = 2;
|
| public setFirewallPolicies( $var) Policy details. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.FirewallPolicy firewall_policies = 1;
|
| public setNextPageToken( $var) Token to retrieve the next page of results. It is set to empty if no policies remain in results. Generated from protobuf field string next_page_token = 2;
|
| Properties |
| protected $next_page_token = '' Token to retrieve the next page of results. It is set to empty if no policies remain in results. Generated from protobuf field string next_page_token = 2; |
| Methods |
| Properties |
| private $firewall_policies = NULL Policy details. Generated from protobuf field repeated .google.cloud.recaptchaenterprise.v1.FirewallPolicy firewall_policies = 1; |