Google Cloud Network Management V1 Client - Class ListVpcFlowLogsConfigsRequest (2.3.0)

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 \ 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: 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.

↳ 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: projects/{project_id}/locations/global Please see VpcFlowLogsServiceClient::locationName() for help formatting this field.

Returns
Type Description
ListVpcFlowLogsConfigsRequest