google-apis-webmasters_v3 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google-apis-webmasters_v3.rb +15 -0
- data/lib/google/apis/webmasters_v3.rb +39 -0
- data/lib/google/apis/webmasters_v3/classes.rb +412 -0
- data/lib/google/apis/webmasters_v3/gem_version.rb +28 -0
- data/lib/google/apis/webmasters_v3/representations.rb +191 -0
- data/lib/google/apis/webmasters_v3/service.rb +379 -0
- metadata +76 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: c293a6452f26e38c108ea96fb81d29a04f0ea8c77455ddc35995b0189a87e69d
|
4
|
+
data.tar.gz: 9e465d4814b26023f49fb49bbe40424d4463aff64e7c5e8d55c27bd4dd6b775d
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 9085d35e3a363368253b0ef904c17c2a2ac0f65d672023f4d1ced94a59e4dd745ce907f5e89191ad5d39a6b1d47bb279cff61e76c05a4e81063a7c8c80874bfa
|
7
|
+
data.tar.gz: 58fd0dca8bfd4a45000d78537daadc4a84fa6c6dd6a9956643bddd250dfde302557a419fc06b425cfd17dfb80983b63dc7e5a9d5da7d6c44fcc46c4c6eff4271
|
data/.yardopts
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
--hide-void-return
|
2
|
+
--no-private
|
3
|
+
--verbose
|
4
|
+
--title=google-apis-webmasters_v3
|
5
|
+
--markup-provider=redcarpet
|
6
|
+
--markup=markdown
|
7
|
+
--main OVERVIEW.md
|
8
|
+
lib/google/apis/webmasters_v3/*.rb
|
9
|
+
lib/google/apis/webmasters_v3.rb
|
10
|
+
-
|
11
|
+
OVERVIEW.md
|
12
|
+
CHANGELOG.md
|
13
|
+
LICENSE.md
|
data/CHANGELOG.md
ADDED
data/LICENSE.md
ADDED
@@ -0,0 +1,202 @@
|
|
1
|
+
|
2
|
+
Apache License
|
3
|
+
Version 2.0, January 2004
|
4
|
+
http://www.apache.org/licenses/
|
5
|
+
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
7
|
+
|
8
|
+
1. Definitions.
|
9
|
+
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
12
|
+
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
14
|
+
the copyright owner that is granting the License.
|
15
|
+
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
17
|
+
other entities that control, are controlled by, or are under common
|
18
|
+
control with that entity. For the purposes of this definition,
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
20
|
+
direction or management of such entity, whether by contract or
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
23
|
+
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
25
|
+
exercising permissions granted by this License.
|
26
|
+
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
28
|
+
including but not limited to software source code, documentation
|
29
|
+
source, and configuration files.
|
30
|
+
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
32
|
+
transformation or translation of a Source form, including but
|
33
|
+
not limited to compiled object code, generated documentation,
|
34
|
+
and conversions to other media types.
|
35
|
+
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
37
|
+
Object form, made available under the License, as indicated by a
|
38
|
+
copyright notice that is included in or attached to the work
|
39
|
+
(an example is provided in the Appendix below).
|
40
|
+
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
47
|
+
the Work and Derivative Works thereof.
|
48
|
+
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
50
|
+
the original version of the Work and any modifications or additions
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
62
|
+
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
65
|
+
subsequently incorporated within the Work.
|
66
|
+
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
73
|
+
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
79
|
+
where such license applies only to those patent claims licensable
|
80
|
+
by such Contributor that are necessarily infringed by their
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
83
|
+
institute patent litigation against any entity (including a
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
86
|
+
or contributory patent infringement, then any patent licenses
|
87
|
+
granted to You under this License for that Work shall terminate
|
88
|
+
as of the date such litigation is filed.
|
89
|
+
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
92
|
+
modifications, and in Source or Object form, provided that You
|
93
|
+
meet the following conditions:
|
94
|
+
|
95
|
+
(a) You must give any other recipients of the Work or
|
96
|
+
Derivative Works a copy of this License; and
|
97
|
+
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
99
|
+
stating that You changed the files; and
|
100
|
+
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
103
|
+
attribution notices from the Source form of the Work,
|
104
|
+
excluding those notices that do not pertain to any part of
|
105
|
+
the Derivative Works; and
|
106
|
+
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
109
|
+
include a readable copy of the attribution notices contained
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
112
|
+
of the following places: within a NOTICE text file distributed
|
113
|
+
as part of the Derivative Works; within the Source form or
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
115
|
+
within a display generated by the Derivative Works, if and
|
116
|
+
wherever such third-party notices normally appear. The contents
|
117
|
+
of the NOTICE file are for informational purposes only and
|
118
|
+
do not modify the License. You may add Your own attribution
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
121
|
+
that such additional attribution notices cannot be construed
|
122
|
+
as modifying the License.
|
123
|
+
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
125
|
+
may provide additional or different license terms and conditions
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
129
|
+
the conditions stated in this License.
|
130
|
+
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
134
|
+
this License, without any additional terms or conditions.
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
136
|
+
the terms of any separate license agreement you may have executed
|
137
|
+
with Licensor regarding such Contributions.
|
138
|
+
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
141
|
+
except as required for reasonable and customary use in describing the
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
143
|
+
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
153
|
+
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
159
|
+
incidental, or consequential damages of any character arising as a
|
160
|
+
result of this License or out of the use or inability to use the
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
163
|
+
other commercial damages or losses), even if such Contributor
|
164
|
+
has been advised of the possibility of such damages.
|
165
|
+
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
169
|
+
or other liability obligations and/or rights consistent with this
|
170
|
+
License. However, in accepting such obligations, You may act only
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
175
|
+
of your accepting any such warranty or additional liability.
|
176
|
+
|
177
|
+
END OF TERMS AND CONDITIONS
|
178
|
+
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
180
|
+
|
181
|
+
To apply the Apache License to your work, attach the following
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
183
|
+
replaced with your own identifying information. (Don't include
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
185
|
+
comment syntax for the file format. We also recommend that a
|
186
|
+
file or class name and description of purpose be included on the
|
187
|
+
same "printed page" as the copyright notice for easier
|
188
|
+
identification within third-party archives.
|
189
|
+
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
191
|
+
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
193
|
+
you may not use this file except in compliance with the License.
|
194
|
+
You may obtain a copy of the License at
|
195
|
+
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
197
|
+
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
201
|
+
See the License for the specific language governing permissions and
|
202
|
+
limitations under the License.
|
data/OVERVIEW.md
ADDED
@@ -0,0 +1,96 @@
|
|
1
|
+
# Simple REST client for version V3 of the Search Console API
|
2
|
+
|
3
|
+
This is a simple client library for version V3 of the Search Console API. It provides:
|
4
|
+
|
5
|
+
* A client object that connects to the HTTP/JSON REST endpoint for the service.
|
6
|
+
* Ruby objects for data structures related to the service.
|
7
|
+
* Integration with the googleauth gem for authentication using OAuth, API keys, and service accounts.
|
8
|
+
* Control of retry, pagination, and timeouts.
|
9
|
+
|
10
|
+
Note that although this client library is supported and will continue to be updated to track changes to the service, it is otherwise considered complete and not under active development. Many Google services, especially Google Cloud Platform services, may provide a more modern client that is under more active development and improvement. See the section below titled *Which client should I use?* for more information.
|
11
|
+
|
12
|
+
## Getting started
|
13
|
+
|
14
|
+
### Before you begin
|
15
|
+
|
16
|
+
There are a few setup steps you need to complete before you can use this library:
|
17
|
+
|
18
|
+
1. If you don't already have a Google account, [sign up](https://www.google.com/accounts).
|
19
|
+
2. If you have never created a Google APIs Console project, read about [Managing Projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects) and create a project in the [Google API Console](https://console.cloud.google.com/).
|
20
|
+
3. Most APIs need to be enabled for your project. [Enable it](https://console.cloud.google.com/apis/library/webmasters.googleapis.com) in the console.
|
21
|
+
|
22
|
+
### Installation
|
23
|
+
|
24
|
+
Add this line to your application's Gemfile:
|
25
|
+
|
26
|
+
```ruby
|
27
|
+
gem 'google-apis-webmasters_v3', '~> 0.1'
|
28
|
+
```
|
29
|
+
|
30
|
+
And then execute:
|
31
|
+
|
32
|
+
```
|
33
|
+
$ bundle
|
34
|
+
```
|
35
|
+
|
36
|
+
Or install it yourself as:
|
37
|
+
|
38
|
+
```
|
39
|
+
$ gem install google-apis-webmasters_v3
|
40
|
+
```
|
41
|
+
|
42
|
+
### Creating a client object
|
43
|
+
|
44
|
+
Once the gem is installed, you can load the client code and instantiate a client.
|
45
|
+
|
46
|
+
```ruby
|
47
|
+
# Load the client
|
48
|
+
require "google/apis/webmasters_v3"
|
49
|
+
|
50
|
+
# Create a client object
|
51
|
+
client = Google::Apis::WebmastersV3::WebmastersService.new
|
52
|
+
|
53
|
+
# Authenticate calls
|
54
|
+
client.authentication = # ... use the googleauth gem to create credentials
|
55
|
+
```
|
56
|
+
|
57
|
+
See the class reference docs for information on the methods you can call from a client.
|
58
|
+
|
59
|
+
## Documentation
|
60
|
+
|
61
|
+
More detailed descriptions of the Google simple REST clients are available in two documents.
|
62
|
+
|
63
|
+
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
|
64
|
+
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
|
65
|
+
|
66
|
+
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Webmasters service in particular.)
|
67
|
+
|
68
|
+
For reference information on specific calls in the Search Console API, see the {Google::Apis::WebmastersV3::WebmastersService class reference docs}.
|
69
|
+
|
70
|
+
## Which client should I use?
|
71
|
+
|
72
|
+
Google provides two types of Ruby API client libraries: **simple REST clients** and **modern clients**.
|
73
|
+
|
74
|
+
This library, `google-apis-webmasters_v3`, is a simple REST client. You can identify these clients by their gem names, which are always in the form `google-apis-<servicename>_<serviceversion>`. The simple REST clients connect to HTTP/JSON REST endpoints and are automatically generated from service discovery documents. They support most API functionality, but their class interfaces are sometimes awkward.
|
75
|
+
|
76
|
+
Modern clients are produced by a modern code generator, sometimes combined with hand-crafted functionality. Most modern clients connect to high-performance gRPC endpoints, although a few are backed by REST services. Modern clients are available for many Google services, especially Google Cloud Platform services, but do not yet support all the services covered by the simple clients.
|
77
|
+
|
78
|
+
Gem names for modern clients are often of the form `google-cloud-<service_name>`. (For example, [google-cloud-pubsub](https://rubygems.org/gems/google-cloud-pubsub).) Note that most modern clients also have corresponding "versioned" gems with names like `google-cloud-<service_name>-<version>`. (For example, [google-cloud-pubsub-v1](https://rubygems.org/gems/google-cloud-pubsub-v1).) The "versioned" gems can be used directly, but often provide lower-level interfaces. In most cases, the main gem is recommended.
|
79
|
+
|
80
|
+
**For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
|
81
|
+
|
82
|
+
The [product documentation](https://developers.google.com/webmaster-tools/) may provide guidance regarding the preferred client library to use.
|
83
|
+
|
84
|
+
## Supported Ruby versions
|
85
|
+
|
86
|
+
This library is supported on Ruby 2.5+.
|
87
|
+
|
88
|
+
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
89
|
+
|
90
|
+
## License
|
91
|
+
|
92
|
+
This library is licensed under Apache 2.0. Full license text is available in the {file:LICENSE.md LICENSE}.
|
93
|
+
|
94
|
+
## Support
|
95
|
+
|
96
|
+
Please [report bugs at the project on Github](https://github.com/google/google-api-ruby-client/issues). Don't hesitate to [ask questions](http://stackoverflow.com/questions/tagged/google-api-ruby-client) about the client or APIs on [StackOverflow](http://stackoverflow.com).
|
@@ -0,0 +1,15 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require "google/apis/webmasters_v3"
|
@@ -0,0 +1,39 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require 'google/apis/webmasters_v3/service.rb'
|
16
|
+
require 'google/apis/webmasters_v3/classes.rb'
|
17
|
+
require 'google/apis/webmasters_v3/representations.rb'
|
18
|
+
require 'google/apis/webmasters_v3/gem_version.rb'
|
19
|
+
|
20
|
+
module Google
|
21
|
+
module Apis
|
22
|
+
# Search Console API
|
23
|
+
#
|
24
|
+
# View Google Search Console data for your verified sites.
|
25
|
+
#
|
26
|
+
# @see https://developers.google.com/webmaster-tools/
|
27
|
+
module WebmastersV3
|
28
|
+
# Version of the Search Console API this client connects to.
|
29
|
+
# This is NOT the gem version.
|
30
|
+
VERSION = 'V3'
|
31
|
+
|
32
|
+
# View and manage Search Console data for your verified sites
|
33
|
+
AUTH_WEBMASTERS = 'https://www.googleapis.com/auth/webmasters'
|
34
|
+
|
35
|
+
# View Search Console data for your verified sites
|
36
|
+
AUTH_WEBMASTERS_READONLY = 'https://www.googleapis.com/auth/webmasters.readonly'
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
@@ -0,0 +1,412 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require 'date'
|
16
|
+
require 'google/apis/core/base_service'
|
17
|
+
require 'google/apis/core/json_representation'
|
18
|
+
require 'google/apis/core/hashable'
|
19
|
+
require 'google/apis/errors'
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Apis
|
23
|
+
module WebmastersV3
|
24
|
+
|
25
|
+
#
|
26
|
+
class ApiDataRow
|
27
|
+
include Google::Apis::Core::Hashable
|
28
|
+
|
29
|
+
#
|
30
|
+
# Corresponds to the JSON property `clicks`
|
31
|
+
# @return [Float]
|
32
|
+
attr_accessor :clicks
|
33
|
+
|
34
|
+
#
|
35
|
+
# Corresponds to the JSON property `ctr`
|
36
|
+
# @return [Float]
|
37
|
+
attr_accessor :ctr
|
38
|
+
|
39
|
+
#
|
40
|
+
# Corresponds to the JSON property `impressions`
|
41
|
+
# @return [Float]
|
42
|
+
attr_accessor :impressions
|
43
|
+
|
44
|
+
#
|
45
|
+
# Corresponds to the JSON property `keys`
|
46
|
+
# @return [Array<String>]
|
47
|
+
attr_accessor :keys
|
48
|
+
|
49
|
+
#
|
50
|
+
# Corresponds to the JSON property `position`
|
51
|
+
# @return [Float]
|
52
|
+
attr_accessor :position
|
53
|
+
|
54
|
+
def initialize(**args)
|
55
|
+
update!(**args)
|
56
|
+
end
|
57
|
+
|
58
|
+
# Update properties of this object
|
59
|
+
def update!(**args)
|
60
|
+
@clicks = args[:clicks] if args.key?(:clicks)
|
61
|
+
@ctr = args[:ctr] if args.key?(:ctr)
|
62
|
+
@impressions = args[:impressions] if args.key?(:impressions)
|
63
|
+
@keys = args[:keys] if args.key?(:keys)
|
64
|
+
@position = args[:position] if args.key?(:position)
|
65
|
+
end
|
66
|
+
end
|
67
|
+
|
68
|
+
#
|
69
|
+
class ApiDimensionFilter
|
70
|
+
include Google::Apis::Core::Hashable
|
71
|
+
|
72
|
+
#
|
73
|
+
# Corresponds to the JSON property `dimension`
|
74
|
+
# @return [String]
|
75
|
+
attr_accessor :dimension
|
76
|
+
|
77
|
+
#
|
78
|
+
# Corresponds to the JSON property `expression`
|
79
|
+
# @return [String]
|
80
|
+
attr_accessor :expression
|
81
|
+
|
82
|
+
#
|
83
|
+
# Corresponds to the JSON property `operator`
|
84
|
+
# @return [String]
|
85
|
+
attr_accessor :operator
|
86
|
+
|
87
|
+
def initialize(**args)
|
88
|
+
update!(**args)
|
89
|
+
end
|
90
|
+
|
91
|
+
# Update properties of this object
|
92
|
+
def update!(**args)
|
93
|
+
@dimension = args[:dimension] if args.key?(:dimension)
|
94
|
+
@expression = args[:expression] if args.key?(:expression)
|
95
|
+
@operator = args[:operator] if args.key?(:operator)
|
96
|
+
end
|
97
|
+
end
|
98
|
+
|
99
|
+
#
|
100
|
+
class ApiDimensionFilterGroup
|
101
|
+
include Google::Apis::Core::Hashable
|
102
|
+
|
103
|
+
#
|
104
|
+
# Corresponds to the JSON property `filters`
|
105
|
+
# @return [Array<Google::Apis::WebmastersV3::ApiDimensionFilter>]
|
106
|
+
attr_accessor :filters
|
107
|
+
|
108
|
+
#
|
109
|
+
# Corresponds to the JSON property `groupType`
|
110
|
+
# @return [String]
|
111
|
+
attr_accessor :group_type
|
112
|
+
|
113
|
+
def initialize(**args)
|
114
|
+
update!(**args)
|
115
|
+
end
|
116
|
+
|
117
|
+
# Update properties of this object
|
118
|
+
def update!(**args)
|
119
|
+
@filters = args[:filters] if args.key?(:filters)
|
120
|
+
@group_type = args[:group_type] if args.key?(:group_type)
|
121
|
+
end
|
122
|
+
end
|
123
|
+
|
124
|
+
#
|
125
|
+
class SearchAnalyticsQueryRequest
|
126
|
+
include Google::Apis::Core::Hashable
|
127
|
+
|
128
|
+
# [Optional; Default is "auto"] How data is aggregated. If aggregated by
|
129
|
+
# property, all data for the same property is aggregated; if aggregated by page,
|
130
|
+
# all data is aggregated by canonical URI. If you filter or group by page,
|
131
|
+
# choose AUTO; otherwise you can aggregate either by property or by page,
|
132
|
+
# depending on how you want your data calculated; see the help documentation to
|
133
|
+
# learn how data is calculated differently by site versus by page.
|
134
|
+
# Note: If you group or filter by page, you cannot aggregate by property.
|
135
|
+
# If you specify any value other than AUTO, the aggregation type in the result
|
136
|
+
# will match the requested type, or if you request an invalid type, you will get
|
137
|
+
# an error. The API will never change your aggregation type if the requested
|
138
|
+
# type is invalid.
|
139
|
+
# Corresponds to the JSON property `aggregationType`
|
140
|
+
# @return [String]
|
141
|
+
attr_accessor :aggregation_type
|
142
|
+
|
143
|
+
# [Optional] If "all" (case-insensitive), data will include fresh data. If "
|
144
|
+
# final" (case-insensitive) or if this parameter is omitted, the returned data
|
145
|
+
# will include only finalized data.
|
146
|
+
# Corresponds to the JSON property `dataState`
|
147
|
+
# @return [String]
|
148
|
+
attr_accessor :data_state
|
149
|
+
|
150
|
+
# [Optional] Zero or more filters to apply to the dimension grouping values; for
|
151
|
+
# example, 'query contains "buy"' to see only data where the query string
|
152
|
+
# contains the substring "buy" (not case-sensitive). You can filter by a
|
153
|
+
# dimension without grouping by it.
|
154
|
+
# Corresponds to the JSON property `dimensionFilterGroups`
|
155
|
+
# @return [Array<Google::Apis::WebmastersV3::ApiDimensionFilterGroup>]
|
156
|
+
attr_accessor :dimension_filter_groups
|
157
|
+
|
158
|
+
# [Optional] Zero or more dimensions to group results by. Dimensions are the
|
159
|
+
# group-by values in the Search Analytics page. Dimensions are combined to
|
160
|
+
# create a unique row key for each row. Results are grouped in the order that
|
161
|
+
# you supply these dimensions.
|
162
|
+
# Corresponds to the JSON property `dimensions`
|
163
|
+
# @return [Array<String>]
|
164
|
+
attr_accessor :dimensions
|
165
|
+
|
166
|
+
# [Required] End date of the requested date range, in YYYY-MM-DD format, in PST (
|
167
|
+
# UTC - 8:00). Must be greater than or equal to the start date. This value is
|
168
|
+
# included in the range.
|
169
|
+
# Corresponds to the JSON property `endDate`
|
170
|
+
# @return [String]
|
171
|
+
attr_accessor :end_date
|
172
|
+
|
173
|
+
# [Optional; Default is 1000] The maximum number of rows to return. Must be a
|
174
|
+
# number from 1 to 5,000 (inclusive).
|
175
|
+
# Corresponds to the JSON property `rowLimit`
|
176
|
+
# @return [Fixnum]
|
177
|
+
attr_accessor :row_limit
|
178
|
+
|
179
|
+
# [Optional; Default is "web"] The search type to filter for.
|
180
|
+
# Corresponds to the JSON property `searchType`
|
181
|
+
# @return [String]
|
182
|
+
attr_accessor :search_type
|
183
|
+
|
184
|
+
# [Required] Start date of the requested date range, in YYYY-MM-DD format, in
|
185
|
+
# PST time (UTC - 8:00). Must be less than or equal to the end date. This value
|
186
|
+
# is included in the range.
|
187
|
+
# Corresponds to the JSON property `startDate`
|
188
|
+
# @return [String]
|
189
|
+
attr_accessor :start_date
|
190
|
+
|
191
|
+
# [Optional; Default is 0] Zero-based index of the first row in the response.
|
192
|
+
# Must be a non-negative number.
|
193
|
+
# Corresponds to the JSON property `startRow`
|
194
|
+
# @return [Fixnum]
|
195
|
+
attr_accessor :start_row
|
196
|
+
|
197
|
+
def initialize(**args)
|
198
|
+
update!(**args)
|
199
|
+
end
|
200
|
+
|
201
|
+
# Update properties of this object
|
202
|
+
def update!(**args)
|
203
|
+
@aggregation_type = args[:aggregation_type] if args.key?(:aggregation_type)
|
204
|
+
@data_state = args[:data_state] if args.key?(:data_state)
|
205
|
+
@dimension_filter_groups = args[:dimension_filter_groups] if args.key?(:dimension_filter_groups)
|
206
|
+
@dimensions = args[:dimensions] if args.key?(:dimensions)
|
207
|
+
@end_date = args[:end_date] if args.key?(:end_date)
|
208
|
+
@row_limit = args[:row_limit] if args.key?(:row_limit)
|
209
|
+
@search_type = args[:search_type] if args.key?(:search_type)
|
210
|
+
@start_date = args[:start_date] if args.key?(:start_date)
|
211
|
+
@start_row = args[:start_row] if args.key?(:start_row)
|
212
|
+
end
|
213
|
+
end
|
214
|
+
|
215
|
+
# A list of rows, one per result, grouped by key. Metrics in each row are
|
216
|
+
# aggregated for all data grouped by that key either by page or property, as
|
217
|
+
# specified by the aggregation type parameter.
|
218
|
+
class SearchAnalyticsQueryResponse
|
219
|
+
include Google::Apis::Core::Hashable
|
220
|
+
|
221
|
+
# How the results were aggregated.
|
222
|
+
# Corresponds to the JSON property `responseAggregationType`
|
223
|
+
# @return [String]
|
224
|
+
attr_accessor :response_aggregation_type
|
225
|
+
|
226
|
+
# A list of rows grouped by the key values in the order given in the query.
|
227
|
+
# Corresponds to the JSON property `rows`
|
228
|
+
# @return [Array<Google::Apis::WebmastersV3::ApiDataRow>]
|
229
|
+
attr_accessor :rows
|
230
|
+
|
231
|
+
def initialize(**args)
|
232
|
+
update!(**args)
|
233
|
+
end
|
234
|
+
|
235
|
+
# Update properties of this object
|
236
|
+
def update!(**args)
|
237
|
+
@response_aggregation_type = args[:response_aggregation_type] if args.key?(:response_aggregation_type)
|
238
|
+
@rows = args[:rows] if args.key?(:rows)
|
239
|
+
end
|
240
|
+
end
|
241
|
+
|
242
|
+
# List of sitemaps.
|
243
|
+
class ListSitemapsResponse
|
244
|
+
include Google::Apis::Core::Hashable
|
245
|
+
|
246
|
+
# Contains detailed information about a specific URL submitted as a sitemap.
|
247
|
+
# Corresponds to the JSON property `sitemap`
|
248
|
+
# @return [Array<Google::Apis::WebmastersV3::WmxSitemap>]
|
249
|
+
attr_accessor :sitemap
|
250
|
+
|
251
|
+
def initialize(**args)
|
252
|
+
update!(**args)
|
253
|
+
end
|
254
|
+
|
255
|
+
# Update properties of this object
|
256
|
+
def update!(**args)
|
257
|
+
@sitemap = args[:sitemap] if args.key?(:sitemap)
|
258
|
+
end
|
259
|
+
end
|
260
|
+
|
261
|
+
# List of sites with access level information.
|
262
|
+
class ListSitesResponse
|
263
|
+
include Google::Apis::Core::Hashable
|
264
|
+
|
265
|
+
# Contains permission level information about a Search Console site. For more
|
266
|
+
# information, see Permissions in Search Console.
|
267
|
+
# Corresponds to the JSON property `siteEntry`
|
268
|
+
# @return [Array<Google::Apis::WebmastersV3::WmxSite>]
|
269
|
+
attr_accessor :site_entry
|
270
|
+
|
271
|
+
def initialize(**args)
|
272
|
+
update!(**args)
|
273
|
+
end
|
274
|
+
|
275
|
+
# Update properties of this object
|
276
|
+
def update!(**args)
|
277
|
+
@site_entry = args[:site_entry] if args.key?(:site_entry)
|
278
|
+
end
|
279
|
+
end
|
280
|
+
|
281
|
+
# Contains permission level information about a Search Console site. For more
|
282
|
+
# information, see Permissions in Search Console.
|
283
|
+
class WmxSite
|
284
|
+
include Google::Apis::Core::Hashable
|
285
|
+
|
286
|
+
# The user's permission level for the site.
|
287
|
+
# Corresponds to the JSON property `permissionLevel`
|
288
|
+
# @return [String]
|
289
|
+
attr_accessor :permission_level
|
290
|
+
|
291
|
+
# The URL of the site.
|
292
|
+
# Corresponds to the JSON property `siteUrl`
|
293
|
+
# @return [String]
|
294
|
+
attr_accessor :site_url
|
295
|
+
|
296
|
+
def initialize(**args)
|
297
|
+
update!(**args)
|
298
|
+
end
|
299
|
+
|
300
|
+
# Update properties of this object
|
301
|
+
def update!(**args)
|
302
|
+
@permission_level = args[:permission_level] if args.key?(:permission_level)
|
303
|
+
@site_url = args[:site_url] if args.key?(:site_url)
|
304
|
+
end
|
305
|
+
end
|
306
|
+
|
307
|
+
# Contains detailed information about a specific URL submitted as a sitemap.
|
308
|
+
class WmxSitemap
|
309
|
+
include Google::Apis::Core::Hashable
|
310
|
+
|
311
|
+
# The various content types in the sitemap.
|
312
|
+
# Corresponds to the JSON property `contents`
|
313
|
+
# @return [Array<Google::Apis::WebmastersV3::WmxSitemapContent>]
|
314
|
+
attr_accessor :contents
|
315
|
+
|
316
|
+
# Number of errors in the sitemap. These are issues with the sitemap itself that
|
317
|
+
# need to be fixed before it can be processed correctly.
|
318
|
+
# Corresponds to the JSON property `errors`
|
319
|
+
# @return [Fixnum]
|
320
|
+
attr_accessor :errors
|
321
|
+
|
322
|
+
# If true, the sitemap has not been processed.
|
323
|
+
# Corresponds to the JSON property `isPending`
|
324
|
+
# @return [Boolean]
|
325
|
+
attr_accessor :is_pending
|
326
|
+
alias_method :is_pending?, :is_pending
|
327
|
+
|
328
|
+
# If true, the sitemap is a collection of sitemaps.
|
329
|
+
# Corresponds to the JSON property `isSitemapsIndex`
|
330
|
+
# @return [Boolean]
|
331
|
+
attr_accessor :is_sitemaps_index
|
332
|
+
alias_method :is_sitemaps_index?, :is_sitemaps_index
|
333
|
+
|
334
|
+
# Date & time in which this sitemap was last downloaded. Date format is in RFC
|
335
|
+
# 3339 format (yyyy-mm-dd).
|
336
|
+
# Corresponds to the JSON property `lastDownloaded`
|
337
|
+
# @return [DateTime]
|
338
|
+
attr_accessor :last_downloaded
|
339
|
+
|
340
|
+
# Date & time in which this sitemap was submitted. Date format is in RFC 3339
|
341
|
+
# format (yyyy-mm-dd).
|
342
|
+
# Corresponds to the JSON property `lastSubmitted`
|
343
|
+
# @return [DateTime]
|
344
|
+
attr_accessor :last_submitted
|
345
|
+
|
346
|
+
# The url of the sitemap.
|
347
|
+
# Corresponds to the JSON property `path`
|
348
|
+
# @return [String]
|
349
|
+
attr_accessor :path
|
350
|
+
|
351
|
+
# The type of the sitemap. For example: rssFeed.
|
352
|
+
# Corresponds to the JSON property `type`
|
353
|
+
# @return [String]
|
354
|
+
attr_accessor :type
|
355
|
+
|
356
|
+
# Number of warnings for the sitemap. These are generally non-critical issues
|
357
|
+
# with URLs in the sitemaps.
|
358
|
+
# Corresponds to the JSON property `warnings`
|
359
|
+
# @return [Fixnum]
|
360
|
+
attr_accessor :warnings
|
361
|
+
|
362
|
+
def initialize(**args)
|
363
|
+
update!(**args)
|
364
|
+
end
|
365
|
+
|
366
|
+
# Update properties of this object
|
367
|
+
def update!(**args)
|
368
|
+
@contents = args[:contents] if args.key?(:contents)
|
369
|
+
@errors = args[:errors] if args.key?(:errors)
|
370
|
+
@is_pending = args[:is_pending] if args.key?(:is_pending)
|
371
|
+
@is_sitemaps_index = args[:is_sitemaps_index] if args.key?(:is_sitemaps_index)
|
372
|
+
@last_downloaded = args[:last_downloaded] if args.key?(:last_downloaded)
|
373
|
+
@last_submitted = args[:last_submitted] if args.key?(:last_submitted)
|
374
|
+
@path = args[:path] if args.key?(:path)
|
375
|
+
@type = args[:type] if args.key?(:type)
|
376
|
+
@warnings = args[:warnings] if args.key?(:warnings)
|
377
|
+
end
|
378
|
+
end
|
379
|
+
|
380
|
+
# Information about the various content types in the sitemap.
|
381
|
+
class WmxSitemapContent
|
382
|
+
include Google::Apis::Core::Hashable
|
383
|
+
|
384
|
+
# The number of URLs from the sitemap that were indexed (of the content type).
|
385
|
+
# Corresponds to the JSON property `indexed`
|
386
|
+
# @return [Fixnum]
|
387
|
+
attr_accessor :indexed
|
388
|
+
|
389
|
+
# The number of URLs in the sitemap (of the content type).
|
390
|
+
# Corresponds to the JSON property `submitted`
|
391
|
+
# @return [Fixnum]
|
392
|
+
attr_accessor :submitted
|
393
|
+
|
394
|
+
# The specific type of content in this sitemap. For example: web.
|
395
|
+
# Corresponds to the JSON property `type`
|
396
|
+
# @return [String]
|
397
|
+
attr_accessor :type
|
398
|
+
|
399
|
+
def initialize(**args)
|
400
|
+
update!(**args)
|
401
|
+
end
|
402
|
+
|
403
|
+
# Update properties of this object
|
404
|
+
def update!(**args)
|
405
|
+
@indexed = args[:indexed] if args.key?(:indexed)
|
406
|
+
@submitted = args[:submitted] if args.key?(:submitted)
|
407
|
+
@type = args[:type] if args.key?(:type)
|
408
|
+
end
|
409
|
+
end
|
410
|
+
end
|
411
|
+
end
|
412
|
+
end
|