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

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

Response message to list MulticloudDataTransferConfig resources.

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

Namespace

Google \ Cloud \ NetworkConnectivity \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ multicloud_data_transfer_configs array<MulticloudDataTransferConfig>

The list of MulticloudDataTransferConfig resources to be listed.

↳ next_page_token string

The next page token.

↳ unreachable array

Locations that could not be reached.

getMulticloudDataTransferConfigs

The list of MulticloudDataTransferConfig resources to be listed.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setMulticloudDataTransferConfigs

The list of MulticloudDataTransferConfig resources to be listed.

Parameter
Name Description
var array<MulticloudDataTransferConfig>
Returns
Type Description
$this

getNextPageToken

The next page token.

Returns
Type Description
string

setNextPageToken

The next page token.

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

Locations that could not be reached.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached.

Parameter
Name Description
var string[]
Returns
Type Description
$this