Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of content v2 client #1532

Merged
merged 1 commit into from Nov 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion generated/google/apis/content_v2.rb
Expand Up @@ -25,7 +25,7 @@ module Apis
# @see https://developers.google.com/shopping-content/v2/
module ContentV2
VERSION = 'V2'
REVISION = '20201104'
REVISION = '20201113'

# Manage your product listings and accounts for Google Shopping
AUTH_CONTENT = 'https://www.googleapis.com/auth/content'
Expand Down
8 changes: 4 additions & 4 deletions generated/google/apis/content_v2/classes.rb
Expand Up @@ -4396,7 +4396,7 @@ class OrderCancellation
attr_accessor :quantity

# The reason for the cancellation. Orders that are canceled with a noInventory
# reason will lead to the removal of the product from Shopping Actions until you
# reason will lead to the removal of the product from Buy on Google until you
# make an update to that product. This will not affect your Shopping ads.
# Acceptable values are: - "`autoPostInternal`" - "`
# autoPostInvalidBillingAddress`" - "`autoPostNoInventory`" - "`
Expand Down Expand Up @@ -4455,8 +4455,8 @@ class OrderCustomer

# Email address for the merchant to send value-added tax or invoice
# documentation of the order. Only the last document sent is made available to
# the customer. For more information, see About automated VAT invoicing for
# Shopping Actions.
# the customer. For more information, see About automated VAT invoicing for Buy
# on Google.
# Corresponds to the JSON property `invoiceReceivingEmail`
# @return [String]
attr_accessor :invoice_receiving_email
Expand Down Expand Up @@ -8891,7 +8891,7 @@ class Product
# submitting any attribute of the feed specification in its generic form (e.g., `
# ` "name": "size type", "value": "regular" ``). This is useful for submitting
# attributes not explicitly exposed by the API, such as additional attributes
# used for Shopping Actions.
# used for Buy on Google (formerly known as Shopping Actions).
# Corresponds to the JSON property `customAttributes`
# @return [Array<Google::Apis::ContentV2::CustomAttribute>]
attr_accessor :custom_attributes
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/content_v2/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "f4816b814d93bcc387c461c05515a06df139c939"
"sha": "fda99a7f81f55342ce6317eeb1430efb3a3049d0"
}
}
]
Expand Down