Reference documentation and code samples for the Google Cloud Network Management V1 Client class ListVpcFlowLogsConfigsRequest.
Request for the ListVpcFlowLogsConfigs method.
Generated from protobuf message google.cloud.networkmanagement.v1.ListVpcFlowLogsConfigsRequest
Namespace
Google \ Cloud \ NetworkManagement \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent resource of the VpcFlowLogsConfig: |
↳ page_size |
int
Optional. Number of |
↳ page_token |
string
Optional. Page token from an earlier query, as returned in |
↳ filter |
string
Optional. Lists the |
↳ order_by |
string
Optional. Field to use to sort the list. |
getParent
Required. The parent resource of the VpcFlowLogsConfig:
projects/{project_id}/locations/global
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent resource of the VpcFlowLogsConfig:
projects/{project_id}/locations/global
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageSize
Optional. Number of VpcFlowLogsConfigs to return.
| Returns | |
|---|---|
| Type | Description |
int |
|
setPageSize
Optional. Number of VpcFlowLogsConfigs to return.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageToken
Optional. Page token from an earlier query, as returned in
next_page_token.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPageToken
Optional. Page token from an earlier query, as returned in
next_page_token.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFilter
Optional. Lists the VpcFlowLogsConfigs that match the filter expression.
A filter expression must use the supported CEL logic operators.
| Returns | |
|---|---|
| Type | Description |
string |
|
setFilter
Optional. Lists the VpcFlowLogsConfigs that match the filter expression.
A filter expression must use the supported CEL logic operators.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOrderBy
Optional. Field to use to sort the list.
| Returns | |
|---|---|
| Type | Description |
string |
|
setOrderBy
Optional. Field to use to sort the list.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
parent |
string
Required. The parent resource of the VpcFlowLogsConfig:
|
| Returns | |
|---|---|
| Type | Description |
ListVpcFlowLogsConfigsRequest |
|