Reference documentation and code samples for the Google Ads Ad Manager V1 Client class GetNetworkRequest.
Request to get Network
Generated from protobuf message google.ads.admanager.v1.GetNetworkRequest
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ name | stringRequired. Resource name of Network. Format: networks/{network_code} | 
getName
Required. Resource name of Network.
Format: networks/{network_code}
| Returns | |
|---|---|
| Type | Description | 
| string | |
setName
Required. Resource name of Network.
Format: networks/{network_code}
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
static::build
| Parameter | |
|---|---|
| Name | Description | 
| name | stringRequired. Resource name of Network. Format: networks/{network_code} Please see Google\Ads\AdManager\V1\NetworkServiceClient::networkName() for help formatting this field. | 
| Returns | |
|---|---|
| Type | Description | 
| Google\Ads\AdManager\V1\GetNetworkRequest | |