Reference documentation and code samples for the Google Cloud Network Connectivity V1 Client class ListMulticloudDataTransferSupportedServicesRequest.
Request message to list the services in your project that are eligible for Data Transfer Essentials configuration.
Generated from protobuf message google.cloud.networkconnectivity.v1.ListMulticloudDataTransferSupportedServicesRequest
Namespace
Google \ Cloud \ NetworkConnectivity \ V1Methods
__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. |
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 |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. The name of the parent resource. Please see DataTransferServiceClient::locationName() for help formatting this field. |
Returns | |
---|---|
Type | Description |
ListMulticloudDataTransferSupportedServicesRequest |