diff --git a/docs/dyn/youtube_v3.thirdPartyLinks.html b/docs/dyn/youtube_v3.thirdPartyLinks.html index bd29d9651c..312505bf64 100644 --- a/docs/dyn/youtube_v3.thirdPartyLinks.html +++ b/docs/dyn/youtube_v3.thirdPartyLinks.html @@ -132,6 +132,9 @@

Method Details

"billingDetails": { # Information specific to billing. # Information specific to billing (read-only). "billingStatus": "A String", # The current billing profile status. }, + "merchantAffiliateProgramDetails": { # Information specific to merchant affiliate program. # Information specific to merchant affiliate program (read-only). + "status": "A String", # The current merchant affiliate program status. + }, "merchantId": "A String", # Google Merchant Center id of the store. "storeName": "A String", # Name of the store. "storeUrl": "A String", # Landing page of the store. @@ -161,6 +164,9 @@

Method Details

"billingDetails": { # Information specific to billing. # Information specific to billing (read-only). "billingStatus": "A String", # The current billing profile status. }, + "merchantAffiliateProgramDetails": { # Information specific to merchant affiliate program. # Information specific to merchant affiliate program (read-only). + "status": "A String", # The current merchant affiliate program status. + }, "merchantId": "A String", # Google Merchant Center id of the store. "storeName": "A String", # Name of the store. "storeUrl": "A String", # Landing page of the store. @@ -205,6 +211,9 @@

Method Details

"billingDetails": { # Information specific to billing. # Information specific to billing (read-only). "billingStatus": "A String", # The current billing profile status. }, + "merchantAffiliateProgramDetails": { # Information specific to merchant affiliate program. # Information specific to merchant affiliate program (read-only). + "status": "A String", # The current merchant affiliate program status. + }, "merchantId": "A String", # Google Merchant Center id of the store. "storeName": "A String", # Name of the store. "storeUrl": "A String", # Landing page of the store. @@ -238,6 +247,9 @@

Method Details

"billingDetails": { # Information specific to billing. # Information specific to billing (read-only). "billingStatus": "A String", # The current billing profile status. }, + "merchantAffiliateProgramDetails": { # Information specific to merchant affiliate program. # Information specific to merchant affiliate program (read-only). + "status": "A String", # The current merchant affiliate program status. + }, "merchantId": "A String", # Google Merchant Center id of the store. "storeName": "A String", # Name of the store. "storeUrl": "A String", # Landing page of the store. @@ -267,6 +279,9 @@

Method Details

"billingDetails": { # Information specific to billing. # Information specific to billing (read-only). "billingStatus": "A String", # The current billing profile status. }, + "merchantAffiliateProgramDetails": { # Information specific to merchant affiliate program. # Information specific to merchant affiliate program (read-only). + "status": "A String", # The current merchant affiliate program status. + }, "merchantId": "A String", # Google Merchant Center id of the store. "storeName": "A String", # Name of the store. "storeUrl": "A String", # Landing page of the store. diff --git a/googleapiclient/discovery_cache/documents/youtube.v3.json b/googleapiclient/discovery_cache/documents/youtube.v3.json index 1207e47e6e..bc711b0a99 100644 --- a/googleapiclient/discovery_cache/documents/youtube.v3.json +++ b/googleapiclient/discovery_cache/documents/youtube.v3.json @@ -4133,7 +4133,7 @@ } } }, -"revision": "20241105", +"revision": "20241117", "rootUrl": "https://youtube.googleapis.com/", "schemas": { "AbuseReport": { @@ -5612,6 +5612,10 @@ false "$ref": "ChannelToStoreLinkDetailsBillingDetails", "description": "Information specific to billing (read-only)." }, +"merchantAffiliateProgramDetails": { +"$ref": "ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails", +"description": "Information specific to merchant affiliate program (read-only)." +}, "merchantId": { "description": "Google Merchant Center id of the store.", "format": "uint64", @@ -5651,6 +5655,29 @@ false }, "type": "object" }, +"ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails": { +"description": "Information specific to merchant affiliate program.", +"id": "ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails", +"properties": { +"status": { +"description": "The current merchant affiliate program status.", +"enum": [ +"merchantAffiliateProgramStatusUnspecified", +"merchantAffiliateProgramStatusEligible", +"merchantAffiliateProgramStatusActive", +"merchantAffiliateProgramStatusPaused" +], +"enumDescriptions": [ +"Unspecified status.", +"Merchant is eligible for the merchant affiliate program.", +"Merchant affiliate program is active.", +"Merchant affiliate program is paused." +], +"type": "string" +} +}, +"type": "object" +}, "ChannelTopicDetails": { "description": "Freebase topic information related to the channel.", "id": "ChannelTopicDetails",