diff --git a/generated/google/apis/pagespeedonline_v5.rb b/generated/google/apis/pagespeedonline_v5.rb index e1ea79a655f..edfa415dc15 100644 --- a/generated/google/apis/pagespeedonline_v5.rb +++ b/generated/google/apis/pagespeedonline_v5.rb @@ -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' diff --git a/generated/google/apis/pagespeedonline_v5/service.rb b/generated/google/apis/pagespeedonline_v5/service.rb index 35ecad1e725..1c28e17ec6f 100644 --- a/generated/google/apis/pagespeedonline_v5/service.rb +++ b/generated/google/apis/pagespeedonline_v5/service.rb @@ -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] category @@ -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 @@ -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 diff --git a/generated/google/apis/pagespeedonline_v5/synth.metadata b/generated/google/apis/pagespeedonline_v5/synth.metadata index 429012f74d2..918f6f9c768 100644 --- a/generated/google/apis/pagespeedonline_v5/synth.metadata +++ b/generated/google/apis/pagespeedonline_v5/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "c98c719bbab68d0890524d53f8b629d7858af9c2" + "sha": "daf6d6d8cb350567685dbf94be23c37964160f6f" } } ]