Google Cloud Network Security V1 Client - Class ListMirroringEndpointGroupAssociationsRequest (1.3.0)

Reference documentation and code samples for the Google Cloud Network Security V1 Client class ListMirroringEndpointGroupAssociationsRequest.

Request message for ListMirroringEndpointGroupAssociations.

Generated from protobuf message google.cloud.networksecurity.v1.ListMirroringEndpointGroupAssociationsRequest

Namespace

Google \ Cloud \ NetworkSecurity \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent, which owns this collection of associations. Example: projects/123456789/locations/global. See https://google.aip.dev/132 for more details.

↳ 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 ListMirroringEndpointGroups call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListMirroringEndpointGroups must match the call that provided the page token. See https://google.aip.dev/158 for more details.

↳ 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 associations.

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 associations.

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 ListMirroringEndpointGroups call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListMirroringEndpointGroups 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 ListMirroringEndpointGroups call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListMirroringEndpointGroups 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 associations. Example: projects/123456789/locations/global. See https://google.aip.dev/132 for more details. Please see MirroringClient::locationName() for help formatting this field.

Returns
Type Description
ListMirroringEndpointGroupAssociationsRequest