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 #1453

Merged
merged 1 commit into from
Nov 10, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generated/google/apis/content_v2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module Apis
# @see https://developers.google.com/shopping-content/v2/
module ContentV2
VERSION = 'V2'
REVISION = '20201029'
REVISION = '20201104'

# Manage your product listings and accounts for Google Shopping
AUTH_CONTENT = 'https://www.googleapis.com/auth/content'
Expand Down
4 changes: 3 additions & 1 deletion generated/google/apis/content_v2/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,9 @@ def delete_datafeed(merchant_id, datafeed_id, dry_run: nil, fields: nil, quota_u
execute_or_queue_command(command, &block)
end

# Invokes a fetch for the datafeed in your Merchant Center account.
# Invokes a fetch for the datafeed in your Merchant Center account. If you need
# to call this method more than once per day, we recommend you use the Products
# service to update your product data.
# @param [Fixnum] merchant_id
# The ID of the account that manages the datafeed. This account cannot be a
# multi-client account.
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/content_v2/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "1130b30359ce3074f730262c819abc46257df961"
"sha": "f4816b814d93bcc387c461c05515a06df139c939"
}
}
]
Expand Down