Reference documentation and code samples for the Google Cloud Network Security V1 Client class ListAuthzPoliciesResponse.
Message for response to listing AuthzPolicy resources.
Generated from protobuf message google.cloud.networksecurity.v1.ListAuthzPoliciesResponse
Namespace
Google \ Cloud \ NetworkSecurity \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ authz_policies |
array<AuthzPolicy>
The list of |
↳ next_page_token |
string
A token identifying a page of results that the server returns. |
↳ unreachable |
string[]
Locations that could not be reached. |
getAuthzPolicies
The list of AuthzPolicy resources.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<AuthzPolicy> |
|
setAuthzPolicies
The list of AuthzPolicy resources.
| Parameter | |
|---|---|
| Name | Description |
var |
array<AuthzPolicy>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token identifying a page of results that the server returns.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token identifying a page of results that the server returns.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUnreachable
Locations that could not be reached.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<string> |
|
setUnreachable
Locations that could not be reached.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|