Google Cloud Network Management V1 Client - Class QueryOrgVpcFlowLogsConfigsRequest (2.7.0)

Reference documentation and code samples for the Google Cloud Network Management V1 Client class QueryOrgVpcFlowLogsConfigsRequest.

Request for the QueryOrgVpcFlowLogsConfigs method.

Generated from protobuf message google.cloud.networkmanagement.v1.QueryOrgVpcFlowLogsConfigsRequest

Namespace

Google \ Cloud \ NetworkManagement \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent resource of the VpcFlowLogsConfig, specified in the following format: projects/{project_id}/locations/global

↳ page_size int

Optional. Number of VpcFlowLogsConfigs to return.

↳ page_token string

Optional. Page token from an earlier query, as returned in next_page_token.

↳ filter string

Optional. Lists the VpcFlowLogsConfigs that match the filter expression. A filter expression must use the supported CEL logic operators.

getParent

Required. The parent resource of the VpcFlowLogsConfig, specified in the following format: projects/{project_id}/locations/global

Returns
Type Description
string

setParent

Required. The parent resource of the VpcFlowLogsConfig, specified in the following format: 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