generated/google/apis/pagespeedonline_v4/service.rb in google-api-client-0.29.1 vs generated/google/apis/pagespeedonline_v4/service.rb in google-api-client-0.29.2
- old
+ new
@@ -92,10 +92,10 @@
#
# @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(url, filter_third_party_resources: nil, locale: nil, rule: nil, screenshot: nil, snapshots: nil, strategy: nil, utm_campaign: nil, utm_source: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
- command = make_simple_command(:get, 'runPagespeed', options)
+ command = make_simple_command(:get, 'runPagespeed', options)
command.response_representation = Google::Apis::PagespeedonlineV4::PagespeedApiPagespeedResponseV4::Representation
command.response_class = Google::Apis::PagespeedonlineV4::PagespeedApiPagespeedResponseV4
command.query['filter_third_party_resources'] = filter_third_party_resources unless filter_third_party_resources.nil?
command.query['locale'] = locale unless locale.nil?
command.query['rule'] = rule unless rule.nil?