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 pagespeedonline v5 client #1636

Merged
merged 1 commit into from Dec 4, 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/pagespeedonline_v5.rb
Expand Up @@ -28,7 +28,7 @@ module Apis
# @see https://developers.google.com/speed/docs/insights/v5/about
module PagespeedonlineV5
VERSION = 'V5'
REVISION = '20200813'
REVISION = '20201130'

# Associate you with your personal info on Google
PENID = 'openid'
Expand Down
6 changes: 3 additions & 3 deletions generated/google/apis/pagespeedonline_v5/service.rb
Expand Up @@ -53,6 +53,8 @@ def initialize
# Runs PageSpeed analysis on the page at the specified URL, and returns
# PageSpeed scores, a list of suggestions to make that page faster, and other
# information.
# @param [String] url
# Required. The URL to fetch and analyze
# @param [String] captcha_token
# The captcha token passed when filling out a captcha.
# @param [Array<String>, String] category
Expand All @@ -62,8 +64,6 @@ def initialize
# The locale used to localize formatted results
# @param [String] strategy
# The analysis strategy (desktop or mobile) to use, and desktop is the default
# @param [String] url
# Required. The URL to fetch and analyze
# @param [String] utm_campaign
# Campaign name for analytics.
# @param [String] utm_source
Expand All @@ -85,7 +85,7 @@ def initialize
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
def runpagespeed_pagespeedapi(captcha_token: nil, category: nil, locale: nil, strategy: nil, url: nil, utm_campaign: nil, utm_source: nil, fields: nil, quota_user: nil, options: nil, &block)
def runpagespeed_pagespeedapi(url, captcha_token: nil, category: nil, locale: nil, strategy: nil, utm_campaign: nil, utm_source: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:get, 'pagespeedonline/v5/runPagespeed', options)
command.response_representation = Google::Apis::PagespeedonlineV5::PagespeedApiPagespeedResponseV5::Representation
command.response_class = Google::Apis::PagespeedonlineV5::PagespeedApiPagespeedResponseV5
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/pagespeedonline_v5/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "c98c719bbab68d0890524d53f8b629d7858af9c2"
"sha": "daf6d6d8cb350567685dbf94be23c37964160f6f"
}
}
]
Expand Down