Google Cloud Network Connectivity V1 Client - Class ListDestinationsRequest (2.4.0)

Reference documentation and code samples for the Google Cloud Network Connectivity V1 Client class ListDestinationsRequest.

Request message to list Destination resources.

Generated from protobuf message google.cloud.networkconnectivity.v1.ListDestinationsRequest

Namespace

Google \ Cloud \ NetworkConnectivity \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The name of the parent resource.

↳ page_size int

Optional. The maximum number of results listed per page.

↳ page_token string

Optional. The page token.

↳ filter string

Optional. An expression that filters the results listed in the response.

↳ order_by string

Optional. The sort order of the results.

↳ return_partial_success bool

Optional. If true, allow partial responses for multi-regional aggregated list requests.

getParent

Required. The name of the parent resource.

Returns
Type Description
string

setParent

Required. The name of the parent resource.

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

Optional. The maximum number of results listed per page.

Returns
Type Description
int

setPageSize

Optional. The maximum number of results listed per page.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

Optional. The page token.

Returns
Type Description
string

setPageToken

Optional. The page token.

Parameter
Name Description
var string
Returns
Type Description
$this

getFilter

Optional. An expression that filters the results listed in the response.

Returns
Type Description
string

setFilter

Optional. An expression that filters the results listed in the response.

Parameter
Name Description
var string
Returns
Type Description
$this

getOrderBy

Optional. The sort order of the results.

Returns
Type Description
string

setOrderBy

Optional. The sort order of the results.

Parameter
Name Description
var string
Returns
Type Description
$this

getReturnPartialSuccess

Optional. If true, allow partial responses for multi-regional aggregated list requests.

Returns
Type Description
bool

setReturnPartialSuccess

Optional. If true, allow partial responses for multi-regional aggregated list requests.

Parameter
Name Description
var bool
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. The name of the parent resource. Please see DataTransferServiceClient::multicloudDataTransferConfigName() for help formatting this field.

Returns
Type Description
ListDestinationsRequest