Sha256: 001d8de995e2daf5218612181d72f11b946aaca88bdc6ab5e5f72b96a06ba9a9
Contents?: true
Size: 1.12 KB
Versions: 3
Compression:
Stored size: 1.12 KB
Contents
# Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. require 'google/apis/indexing_v3/service.rb' require 'google/apis/indexing_v3/classes.rb' require 'google/apis/indexing_v3/representations.rb' module Google module Apis # Indexing API # # The Indexing API allows developers to share the life cycle of a Web Document # with Google. # # @see https://developers.google.com/search/apis/indexing-api/ module IndexingV3 VERSION = 'V3' REVISION = '20180911' # Submit data to Google for indexing AUTH_INDEXING = 'https://www.googleapis.com/auth/indexing' end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
google-api-client-0.24.3 | generated/google/apis/indexing_v3.rb |
google-api-client-0.24.2 | generated/google/apis/indexing_v3.rb |
google-api-client-0.24.1 | generated/google/apis/indexing_v3.rb |