Reference documentation and code samples for the Google Cloud Network Security V1 Client class ListInterceptDeploymentGroupsResponse.
Response message for ListInterceptDeploymentGroups.
Generated from protobuf message google.cloud.networksecurity.v1.ListInterceptDeploymentGroupsResponse
Namespace
Google \ Cloud \ NetworkSecurity \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ intercept_deployment_groups |
array<InterceptDeploymentGroup>
The deployment groups from the specified parent. |
↳ next_page_token |
string
A token that can be sent as |
getInterceptDeploymentGroups
The deployment groups from the specified parent.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<InterceptDeploymentGroup> |
|
setInterceptDeploymentGroups
The deployment groups from the specified parent.
| Parameter | |
|---|---|
| Name | Description |
var |
array<InterceptDeploymentGroup>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token that can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages. See https://google.aip.dev/158 for more details.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token that can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages. See https://google.aip.dev/158 for more details.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|