Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -339,4 +339,11 @@ enum ErrorReason {

// The user list membership duration is too long.
MEMBERSHIP_DURATION_TOO_LONG = 99;

// The `merchant_id` field is not valid.
INVALID_MERCHANT_ID = 100;

// The customer contains non-exempt campaigns without the EU political
// advertising declaration.
EU_POLITICAL_ADVERTISING_DECLARATION_REQUIRED = 101;
}
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ service PartnerLinkService {
// Google Account of the credentials is a user. If not set, defaults to the
// account of the request. Format:
// `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
// * `linked-account`: (Optional) The resource name of the account with an
// established product link to the `login-account`. Format:
// `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
rpc CreatePartnerLink(CreatePartnerLinkRequest) returns (PartnerLink) {
option (google.api.http) = {
post: "/v1/{parent=accountTypes/*/accounts/*}/partnerLinks"
Expand All @@ -70,9 +67,6 @@ service PartnerLinkService {
// Google Account of the credentials is a user. If not set, defaults to the
// account of the request. Format:
// `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
// * `linked-account`: (Optional) The resource name of the account with an
// established product link to the `login-account`. Format:
// `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
rpc DeletePartnerLink(DeletePartnerLinkRequest)
returns (google.protobuf.Empty) {
option (google.api.http) = {
Expand All @@ -92,9 +86,6 @@ service PartnerLinkService {
// Google Account of the credentials is a user. If not set, defaults to the
// account of the request. Format:
// `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
// * `linked-account`: (Optional) The resource name of the account with an
// established product link to the `login-account`. Format:
// `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
rpc SearchPartnerLinks(SearchPartnerLinksRequest)
returns (SearchPartnerLinksResponse) {
option (google.api.http) = {
Expand Down
4 changes: 3 additions & 1 deletion packages/google-ads-datamanager/protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/google-ads-datamanager/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion packages/google-ads-datamanager/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
"regionTag": "datamanager_v1_generated_PartnerLinkService_CreatePartnerLink_async",
"title": "IngestionService createPartnerLink Sample",
"origin": "API_DEFINITION",
"description": " Creates a partner link for the given account. Authorization Headers: This method supports the following optional headers to define how the API authorizes access for the request: * `login-account`: (Optional) The resource name of the account where the Google Account of the credentials is a user. If not set, defaults to the account of the request. Format: `accountTypes/{loginAccountType}/accounts/{loginAccountId}` * `linked-account`: (Optional) The resource name of the account with an established product link to the `login-account`. Format: `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`",
"description": " Creates a partner link for the given account. Authorization Headers: This method supports the following optional headers to define how the API authorizes access for the request: * `login-account`: (Optional) The resource name of the account where the Google Account of the credentials is a user. If not set, defaults to the account of the request. Format: `accountTypes/{loginAccountType}/accounts/{loginAccountId}`",
"canonical": true,
"file": "partner_link_service.create_partner_link.js",
"language": "JAVASCRIPT",
Expand Down Expand Up @@ -327,7 +327,7 @@
"regionTag": "datamanager_v1_generated_PartnerLinkService_DeletePartnerLink_async",
"title": "IngestionService deletePartnerLink Sample",
"origin": "API_DEFINITION",
"description": " Deletes a partner link for the given account. Authorization Headers: This method supports the following optional headers to define how the API authorizes access for the request: * `login-account`: (Optional) The resource name of the account where the Google Account of the credentials is a user. If not set, defaults to the account of the request. Format: `accountTypes/{loginAccountType}/accounts/{loginAccountId}` * `linked-account`: (Optional) The resource name of the account with an established product link to the `login-account`. Format: `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`",
"description": " Deletes a partner link for the given account. Authorization Headers: This method supports the following optional headers to define how the API authorizes access for the request: * `login-account`: (Optional) The resource name of the account where the Google Account of the credentials is a user. If not set, defaults to the account of the request. Format: `accountTypes/{loginAccountType}/accounts/{loginAccountId}`",
"canonical": true,
"file": "partner_link_service.delete_partner_link.js",
"language": "JAVASCRIPT",
Expand Down Expand Up @@ -367,7 +367,7 @@
"regionTag": "datamanager_v1_generated_PartnerLinkService_SearchPartnerLinks_async",
"title": "IngestionService searchPartnerLinks Sample",
"origin": "API_DEFINITION",
"description": " Searches for all partner links to and from a given account. Authorization Headers: This method supports the following optional headers to define how the API authorizes access for the request: * `login-account`: (Optional) The resource name of the account where the Google Account of the credentials is a user. If not set, defaults to the account of the request. Format: `accountTypes/{loginAccountType}/accounts/{loginAccountId}` * `linked-account`: (Optional) The resource name of the account with an established product link to the `login-account`. Format: `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`",
"description": " Searches for all partner links to and from a given account. Authorization Headers: This method supports the following optional headers to define how the API authorizes access for the request: * `login-account`: (Optional) The resource name of the account where the Google Account of the credentials is a user. If not set, defaults to the account of the request. Format: `accountTypes/{loginAccountType}/accounts/{loginAccountId}`",
"canonical": true,
"file": "partner_link_service.search_partner_links.js",
"language": "JAVASCRIPT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,6 @@ export class PartnerLinkServiceClient {
* Google Account of the credentials is a user. If not set, defaults to the
* account of the request. Format:
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
* * `linked-account`: (Optional) The resource name of the account with an
* established product link to the `login-account`. Format:
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
*
* @param {Object} request
* The request object that will be sent.
Expand Down Expand Up @@ -473,9 +470,6 @@ export class PartnerLinkServiceClient {
* Google Account of the credentials is a user. If not set, defaults to the
* account of the request. Format:
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
* * `linked-account`: (Optional) The resource name of the account with an
* established product link to the `login-account`. Format:
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
*
* @param {Object} request
* The request object that will be sent.
Expand Down Expand Up @@ -583,9 +577,6 @@ export class PartnerLinkServiceClient {
* Google Account of the credentials is a user. If not set, defaults to the
* account of the request. Format:
* `accountTypes/{loginAccountType}/accounts/{loginAccountId}`
* * `linked-account`: (Optional) The resource name of the account with an
* established product link to the `login-account`. Format:
* `accountTypes/{linkedAccountType}/accounts/{linkedAccountId}`
*
* @param {Object} request
* The request object that will be sent.
Expand Down
Loading