Reference documentation and code samples for the Google Cloud Network Connectivity V1 Client class MulticloudDataTransferSupportedService.
A service in your project in a region that is eligible for Data Transfer Essentials configuration.
Generated from protobuf message google.cloud.networkconnectivity.v1.MulticloudDataTransferSupportedService
Namespace
Google \ Cloud \ NetworkConnectivity \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. The name of the service. |
↳ service_configs |
array<ServiceConfig>
Output only. The network service tier or regional endpoint supported for the service. |
getName
Identifier. The name of the service.
Returns | |
---|---|
Type | Description |
string |
setName
Identifier. The name of the service.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getServiceConfigs
Output only. The network service tier or regional endpoint supported for the service.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setServiceConfigs
Output only. The network service tier or regional endpoint supported for the service.
Parameter | |
---|---|
Name | Description |
var |
array<ServiceConfig>
|
Returns | |
---|---|
Type | Description |
$this |