diff --git a/api_names_out.yaml b/api_names_out.yaml index a08244251..bdb5da321 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -135510,6 +135510,7 @@ "/searchconsole:v1/RunMobileFriendlyTestResponse/testStatus": test_status "/searchconsole:v1/SearchAnalyticsQueryRequest": search_analytics_query_request "/searchconsole:v1/SearchAnalyticsQueryRequest/aggregationType": aggregation_type +"/searchconsole:v1/SearchAnalyticsQueryRequest/dataState": data_state "/searchconsole:v1/SearchAnalyticsQueryRequest/dimensionFilterGroups": dimension_filter_groups "/searchconsole:v1/SearchAnalyticsQueryRequest/dimensionFilterGroups/dimension_filter_group": dimension_filter_group "/searchconsole:v1/SearchAnalyticsQueryRequest/dimensions": dimensions diff --git a/generated/google/apis/searchconsole_v1.rb b/generated/google/apis/searchconsole_v1.rb index ef076487e..630b2ab11 100644 --- a/generated/google/apis/searchconsole_v1.rb +++ b/generated/google/apis/searchconsole_v1.rb @@ -26,7 +26,7 @@ module Google # @see https://developers.google.com/webmaster-tools/search-console-api/ module SearchconsoleV1 VERSION = 'V1' - REVISION = '20200919' + REVISION = '20201209' # View and manage Search Console data for your verified sites AUTH_WEBMASTERS = 'https://www.googleapis.com/auth/webmasters' diff --git a/generated/google/apis/searchconsole_v1/classes.rb b/generated/google/apis/searchconsole_v1/classes.rb index 10d3eca79..86cccc019 100644 --- a/generated/google/apis/searchconsole_v1/classes.rb +++ b/generated/google/apis/searchconsole_v1/classes.rb @@ -300,6 +300,12 @@ module Google # @return [String] attr_accessor :aggregation_type + # The data state to be fetched, can be full or all, the latter including full + # and partial data. + # Corresponds to the JSON property `dataState` + # @return [String] + attr_accessor :data_state + # [Optional] Zero or more filters to apply to the dimension grouping values; for # example, 'query contains \"buy\"' to see only data where the query string # contains the substring \"buy\" (not case-sensitive). You can filter by a @@ -354,6 +360,7 @@ module Google # Update properties of this object def update!(**args) @aggregation_type = args[:aggregation_type] if args.key?(:aggregation_type) + @data_state = args[:data_state] if args.key?(:data_state) @dimension_filter_groups = args[:dimension_filter_groups] if args.key?(:dimension_filter_groups) @dimensions = args[:dimensions] if args.key?(:dimensions) @end_date = args[:end_date] if args.key?(:end_date) diff --git a/generated/google/apis/searchconsole_v1/representations.rb b/generated/google/apis/searchconsole_v1/representations.rb index e883aa44c..3746e7aab 100644 --- a/generated/google/apis/searchconsole_v1/representations.rb +++ b/generated/google/apis/searchconsole_v1/representations.rb @@ -210,6 +210,7 @@ module Google # @private class Representation < Google::Apis::Core::JsonRepresentation property :aggregation_type, as: 'aggregationType' + property :data_state, as: 'dataState' collection :dimension_filter_groups, as: 'dimensionFilterGroups', class: Google::Apis::SearchconsoleV1::ApiDimensionFilterGroup, decorator: Google::Apis::SearchconsoleV1::ApiDimensionFilterGroup::Representation collection :dimensions, as: 'dimensions' diff --git a/generated/google/apis/searchconsole_v1/synth.metadata b/generated/google/apis/searchconsole_v1/synth.metadata index 429012f74..6a685cdc5 100644 --- a/generated/google/apis/searchconsole_v1/synth.metadata +++ b/generated/google/apis/searchconsole_v1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "c98c719bbab68d0890524d53f8b629d7858af9c2" + "sha": "702025939cdd6b087a4f9deb496f7619bd2201bb" } } ]