From f2d4f4aefd4be5997e87f69034e33e982866c72c Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 25 Nov 2024 13:17:08 +0000 Subject: [PATCH] feat: Automated regeneration of CSS client --- clients/css/lib/google_api/css/v1/metadata.ex | 2 +- clients/css/lib/google_api/css/v1/model/attributes.ex | 10 +++++----- clients/css/lib/google_api/css/v1/model/css_product.ex | 2 +- .../lib/google_api/css/v1/model/destination_status.ex | 6 +++--- .../lib/google_api/css/v1/model/item_level_issue.ex | 4 ++-- clients/css/mix.exs | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/clients/css/lib/google_api/css/v1/metadata.ex b/clients/css/lib/google_api/css/v1/metadata.ex index e072786ea7..d07403207d 100644 --- a/clients/css/lib/google_api/css/v1/metadata.ex +++ b/clients/css/lib/google_api/css/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.CSS.V1 do API client metadata for GoogleApi.CSS.V1. """ - @discovery_revision "20241104" + @discovery_revision "20241124" def discovery_revision(), do: @discovery_revision end diff --git a/clients/css/lib/google_api/css/v1/model/attributes.ex b/clients/css/lib/google_api/css/v1/model/attributes.ex index 53c449bec3..24bf5b74fb 100644 --- a/clients/css/lib/google_api/css/v1/model/attributes.ex +++ b/clients/css/lib/google_api/css/v1/model/attributes.ex @@ -25,16 +25,16 @@ defmodule GoogleApi.CSS.V1.Model.Attributes do * `ageGroup` (*type:* `String.t`, *default:* `nil`) - Target age group of the item. * `color` (*type:* `String.t`, *default:* `nil`) - Color of the item. * `imageLink` (*type:* `String.t`, *default:* `nil`) - URL of an image of the item. - * `headlineOfferPrice` (*type:* `GoogleApi.CSS.V1.Model.Price.t`, *default:* `nil`) - Headline Price of the aggregate offer. + * `headlineOfferPrice` (*type:* `GoogleApi.CSS.V1.Model.Price.t`, *default:* `nil`) - Headline Price of the CSS Product. * `customLabel1` (*type:* `String.t`, *default:* `nil`) - Custom label 1 for custom grouping of items in a Shopping campaign. * `productHeight` (*type:* `GoogleApi.CSS.V1.Model.ProductDimension.t`, *default:* `nil`) - The height of the product in the units provided. The value must be between 0 (exclusive) and 3000 (inclusive). * `description` (*type:* `String.t`, *default:* `nil`) - Description of the item. * `productDetails` (*type:* `list(GoogleApi.CSS.V1.Model.ProductDetail.t)`, *default:* `nil`) - Technical specification or additional product details. * `multipack` (*type:* `String.t`, *default:* `nil`) - The number of identical products in a merchant-defined multipack. - * `lowPrice` (*type:* `GoogleApi.CSS.V1.Model.Price.t`, *default:* `nil`) - Low Price of the aggregate offer. + * `lowPrice` (*type:* `GoogleApi.CSS.V1.Model.Price.t`, *default:* `nil`) - Low Price of the CSS Product. * `sizeSystem` (*type:* `String.t`, *default:* `nil`) - System in which the size is specified. Recommended for apparel items. * `productLength` (*type:* `GoogleApi.CSS.V1.Model.ProductDimension.t`, *default:* `nil`) - The length of the product in the units provided. The value must be between 0 (exclusive) and 3000 (inclusive). - * `headlineOfferShippingPrice` (*type:* `GoogleApi.CSS.V1.Model.Price.t`, *default:* `nil`) - Headline Price of the aggregate offer. + * `headlineOfferShippingPrice` (*type:* `GoogleApi.CSS.V1.Model.Price.t`, *default:* `nil`) - Headline Price of the CSS Product. * `itemGroupId` (*type:* `String.t`, *default:* `nil`) - Shared identifier for all variants of the same product. * `customLabel3` (*type:* `String.t`, *default:* `nil`) - Custom label 3 for custom grouping of items in a Shopping campaign. * `customLabel2` (*type:* `String.t`, *default:* `nil`) - Custom label 2 for custom grouping of items in a Shopping campaign. @@ -44,8 +44,8 @@ defmodule GoogleApi.CSS.V1.Model.Attributes do * `cppAdsRedirect` (*type:* `String.t`, *default:* `nil`) - Allows advertisers to override the item URL when the product is shown within the context of Product Ads. * `headlineOfferLink` (*type:* `String.t`, *default:* `nil`) - Link to the headline offer. * `headlineOfferInstallment` (*type:* `GoogleApi.CSS.V1.Model.HeadlineOfferInstallment.t`, *default:* `nil`) - Number and amount of installments to pay for an item. - * `highPrice` (*type:* `GoogleApi.CSS.V1.Model.Price.t`, *default:* `nil`) - High Price of the aggregate offer. - * `numberOfOffers` (*type:* `String.t`, *default:* `nil`) - The number of aggregate offers. + * `highPrice` (*type:* `GoogleApi.CSS.V1.Model.Price.t`, *default:* `nil`) - High Price of the CSS Product. + * `numberOfOffers` (*type:* `String.t`, *default:* `nil`) - The number of CSS Products. * `productTypes` (*type:* `list(String.t)`, *default:* `nil`) - Categories of the item (formatted as in [products data specification](https://support.google.com/merchants/answer/6324406)). * `certifications` (*type:* `list(GoogleApi.CSS.V1.Model.Certification.t)`, *default:* `nil`) - A list of certificates claimed by the CSS for the given product. * `additionalImageLinks` (*type:* `list(String.t)`, *default:* `nil`) - Additional URL of images of the item. diff --git a/clients/css/lib/google_api/css/v1/model/css_product.ex b/clients/css/lib/google_api/css/v1/model/css_product.ex index 4674b309e3..941005fb6a 100644 --- a/clients/css/lib/google_api/css/v1/model/css_product.ex +++ b/clients/css/lib/google_api/css/v1/model/css_product.ex @@ -17,7 +17,7 @@ defmodule GoogleApi.CSS.V1.Model.CssProduct do @moduledoc """ - The processed CSS Product(a.k.a Aggregate Offer internally). + The processed CSS Product. ## Attributes diff --git a/clients/css/lib/google_api/css/v1/model/destination_status.ex b/clients/css/lib/google_api/css/v1/model/destination_status.ex index effdbbdbaa..b292f72798 100644 --- a/clients/css/lib/google_api/css/v1/model/destination_status.ex +++ b/clients/css/lib/google_api/css/v1/model/destination_status.ex @@ -21,10 +21,10 @@ defmodule GoogleApi.CSS.V1.Model.DestinationStatus do ## Attributes - * `approvedCountries` (*type:* `list(String.t)`, *default:* `nil`) - List of country codes (ISO 3166-1 alpha-2) where the aggregate offer is approved. + * `approvedCountries` (*type:* `list(String.t)`, *default:* `nil`) - List of country codes (ISO 3166-1 alpha-2) where the CSS Product is approved. * `destination` (*type:* `String.t`, *default:* `nil`) - The name of the destination - * `disapprovedCountries` (*type:* `list(String.t)`, *default:* `nil`) - List of country codes (ISO 3166-1 alpha-2) where the aggregate offer is disapproved. - * `pendingCountries` (*type:* `list(String.t)`, *default:* `nil`) - List of country codes (ISO 3166-1 alpha-2) where the aggregate offer is pending approval. + * `disapprovedCountries` (*type:* `list(String.t)`, *default:* `nil`) - List of country codes (ISO 3166-1 alpha-2) where the CSS Product is disapproved. + * `pendingCountries` (*type:* `list(String.t)`, *default:* `nil`) - List of country codes (ISO 3166-1 alpha-2) where the CSS Product is pending approval. """ use GoogleApi.Gax.ModelBase diff --git a/clients/css/lib/google_api/css/v1/model/item_level_issue.ex b/clients/css/lib/google_api/css/v1/model/item_level_issue.ex index 2b682b926f..5ecb44cba0 100644 --- a/clients/css/lib/google_api/css/v1/model/item_level_issue.ex +++ b/clients/css/lib/google_api/css/v1/model/item_level_issue.ex @@ -21,7 +21,7 @@ defmodule GoogleApi.CSS.V1.Model.ItemLevelIssue do ## Attributes - * `applicableCountries` (*type:* `list(String.t)`, *default:* `nil`) - List of country codes (ISO 3166-1 alpha-2) where issue applies to the aggregate offer. + * `applicableCountries` (*type:* `list(String.t)`, *default:* `nil`) - List of country codes (ISO 3166-1 alpha-2) where issue applies to the CSS Product. * `attribute` (*type:* `String.t`, *default:* `nil`) - The attribute's name, if the issue is caused by a single attribute. * `code` (*type:* `String.t`, *default:* `nil`) - The error code of the issue. * `description` (*type:* `String.t`, *default:* `nil`) - A short issue description in English. @@ -29,7 +29,7 @@ defmodule GoogleApi.CSS.V1.Model.ItemLevelIssue do * `detail` (*type:* `String.t`, *default:* `nil`) - A detailed issue description in English. * `documentation` (*type:* `String.t`, *default:* `nil`) - The URL of a web page to help with resolving this issue. * `resolution` (*type:* `String.t`, *default:* `nil`) - Whether the issue can be resolved by the merchant. - * `servability` (*type:* `String.t`, *default:* `nil`) - How this issue affects serving of the aggregate offer. + * `servability` (*type:* `String.t`, *default:* `nil`) - How this issue affects serving of the CSS Product. """ use GoogleApi.Gax.ModelBase diff --git a/clients/css/mix.exs b/clients/css/mix.exs index 62b80e6e64..2a1dea73bc 100644 --- a/clients/css/mix.exs +++ b/clients/css/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.CSS.Mixfile do use Mix.Project - @version "0.4.1" + @version "0.4.2" def project() do [