Reference documentation and code samples for the Google Ads Data Manager V1 Client class DeletePartnerLinkRequest.
Request to delete a PartnerLink resource. Returns a google.protobuf.Empty.
Generated from protobuf message google.ads.datamanager.v1.DeletePartnerLinkRequest
Namespace
Google \ Ads \ DataManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The resource name of the partner link to delete. Format: accountTypes/{account_type}/accounts/{account}/partnerLinks/{partner_link} |
getName
Required. The resource name of the partner link to delete.
Format: accountTypes/{account_type}/accounts/{account}/partnerLinks/{partner_link}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The resource name of the partner link to delete.
Format: accountTypes/{account_type}/accounts/{account}/partnerLinks/{partner_link}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The resource name of the partner link to delete. Format: accountTypes/{account_type}/accounts/{account}/partnerLinks/{partner_link} Please see PartnerLinkServiceClient::partnerLinkName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
DeletePartnerLinkRequest |
|