Reference documentation and code samples for the Google Cloud Network Security V1 Client class ListMirroringDeploymentGroupsRequest.
Request message for ListMirroringDeploymentGroups.
Generated from protobuf message google.cloud.networksecurity.v1.ListMirroringDeploymentGroupsRequest
Namespace
Google \ Cloud \ NetworkSecurity \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent, which owns this collection of deployment groups. Example: |
↳ page_size |
int
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. See https://google.aip.dev/158 for more details. |
↳ page_token |
string
Optional. A page token, received from a previous |
↳ filter |
string
Optional. Filter expression. See https://google.aip.dev/160#filtering for more details. |
↳ order_by |
string
Optional. Sort expression. See https://google.aip.dev/132#ordering for more details. |
getParent
Required. The parent, which owns this collection of deployment groups.
Example: projects/123456789/locations/global.
See https://google.aip.dev/132 for more details.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent, which owns this collection of deployment groups.
Example: projects/123456789/locations/global.
See https://google.aip.dev/132 for more details.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageSize
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. See https://google.aip.dev/158 for more details.
| Returns | |
|---|---|
| Type | Description |
int |
|
setPageSize
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. See https://google.aip.dev/158 for more details.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageToken
Optional. A page token, received from a previous
ListMirroringDeploymentGroups call. Provide this to retrieve the
subsequent page. When paginating, all other parameters provided to
ListMirroringDeploymentGroups must match the call that provided the page
token. See https://google.aip.dev/158 for more details.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPageToken
Optional. A page token, received from a previous
ListMirroringDeploymentGroups call. Provide this to retrieve the
subsequent page. When paginating, all other parameters provided to
ListMirroringDeploymentGroups must match the call that provided the page
token. See https://google.aip.dev/158 for more details.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFilter
Optional. Filter expression.
See https://google.aip.dev/160#filtering for more details.
| Returns | |
|---|---|
| Type | Description |
string |
|
setFilter
Optional. Filter expression.
See https://google.aip.dev/160#filtering for more details.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOrderBy
Optional. Sort expression.
See https://google.aip.dev/132#ordering for more details.
| Returns | |
|---|---|
| Type | Description |
string |
|
setOrderBy
Optional. Sort expression.
See https://google.aip.dev/132#ordering for more details.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
parent |
string
Required. The parent, which owns this collection of deployment groups.
Example: |
| Returns | |
|---|---|
| Type | Description |
ListMirroringDeploymentGroupsRequest |
|