Google Cloud Network Security V1beta1 Client - Class ListAuthorizationPoliciesResponse (0.6.3)

Reference documentation and code samples for the Google Cloud Network Security V1beta1 Client class ListAuthorizationPoliciesResponse.

Response returned by the ListAuthorizationPolicies method.

Generated from protobuf message google.cloud.networksecurity.v1beta1.ListAuthorizationPoliciesResponse

Namespace

Google \ Cloud \ NetworkSecurity \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ authorization_policies array<Google\Cloud\NetworkSecurity\V1beta1\AuthorizationPolicy>

List of AuthorizationPolicies resources.

↳ next_page_token string

If there might be more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.

getAuthorizationPolicies

List of AuthorizationPolicies resources.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setAuthorizationPolicies

List of AuthorizationPolicies resources.

Parameter
Name Description
var array<Google\Cloud\NetworkSecurity\V1beta1\AuthorizationPolicy>
Returns
Type Description
$this

getNextPageToken

If there might be more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.

Returns
Type Description
string

setNextPageToken

If there might be more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.

Parameter
Name Description
var string
Returns
Type Description
$this