generated/google/apis/webmasters_v3/classes.rb in google-api-client-0.11.3 vs generated/google/apis/webmasters_v3/classes.rb in google-api-client-0.12.0

- old
+ new

@@ -230,11 +230,11 @@ @rows = args[:rows] if args.key?(:rows) end end # List of sitemaps. - class ListSitemapsResponse + class SitemapsListResponse include Google::Apis::Core::Hashable # Contains detailed information about a specific URL submitted as a sitemap. # Corresponds to the JSON property `sitemap` # @return [Array<Google::Apis::WebmastersV3::WmxSitemap>] @@ -249,11 +249,11 @@ @sitemap = args[:sitemap] if args.key?(:sitemap) end end # List of sites with access level information. - class ListSitesResponse + class SitesListResponse include Google::Apis::Core::Hashable # Contains permission level information about a Search Console site. For more # information, see Permissions in Search Console. # Corresponds to the JSON property `siteEntry` @@ -328,11 +328,11 @@ end end # A time series of the number of URL crawl errors per error category and # platform. - class QueryUrlCrawlErrorsCountsResponse + class UrlCrawlErrorsCountsQueryResponse include Google::Apis::Core::Hashable # The time series of the number of URL crawl errors per error category and # platform. # Corresponds to the JSON property `countPerTypes` @@ -391,10 +391,10 @@ @url_details = args[:url_details] if args.key?(:url_details) end end # List of crawl error samples. - class ListUrlCrawlErrorsSamplesResponse + class UrlCrawlErrorsSamplesListResponse include Google::Apis::Core::Hashable # Information about the sample URL and its crawl error. # Corresponds to the JSON property `urlCrawlErrorSample` # @return [Array<Google::Apis::WebmastersV3::UrlCrawlErrorsSample>]