Reference documentation and code samples for the Google Ads Ad Manager V1 Client class BandwidthGroup.
Represents a group of bandwidths that are logically organized by some well known generic name such as 'Cable' or 'DSL'.
Generated from protobuf message google.ads.admanager.v1.BandwidthGroup
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. The resource name of the |
↳ display_name |
string
Output only. The localized name of the bandwidth group. |
getName
Identifier. The resource name of the BandwidthGroup
.
Format: networks/{network_code}/bandwidthGroups/{bandwidth_group_id}
Returns | |
---|---|
Type | Description |
string |
hasName
clearName
setName
Identifier. The resource name of the BandwidthGroup
.
Format: networks/{network_code}/bandwidthGroups/{bandwidth_group_id}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDisplayName
Output only. The localized name of the bandwidth group.
Returns | |
---|---|
Type | Description |
string |
hasDisplayName
clearDisplayName
setDisplayName
Output only. The localized name of the bandwidth group.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |