generated/google/apis/indexing_v3.rb in google-api-client-0.24.0 vs generated/google/apis/indexing_v3.rb in google-api-client-0.24.1

- old
+ new

@@ -24,9 +24,12 @@ # with Google. # # @see https://developers.google.com/search/apis/indexing-api/ module IndexingV3 VERSION = 'V3' - REVISION = '20180621' + REVISION = '20180911' + + # Submit data to Google for indexing + AUTH_INDEXING = 'https://www.googleapis.com/auth/indexing' end end end