Reference documentation and code samples for the Google Cloud Network Connectivity V1 Client class ListMulticloudDataTransferSupportedServicesResponse.
Response message to list the services in your project in regions that are eligible for Data Transfer Essentials configuration.
Generated from protobuf message google.cloud.networkconnectivity.v1.ListMulticloudDataTransferSupportedServicesResponse
Namespace
Google \ Cloud \ NetworkConnectivity \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ multicloud_data_transfer_supported_services |
array<MulticloudDataTransferSupportedService>
The list of supported services. |
↳ next_page_token |
string
The next page token. |
getMulticloudDataTransferSupportedServices
The list of supported services.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setMulticloudDataTransferSupportedServices
The list of supported services.
Parameter | |
---|---|
Name | Description |
var |
array<MulticloudDataTransferSupportedService>
|
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 |