google-apis-adsense_v2 0.19.0 → 0.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/adsense_v2/classes.rb +19 -16
- data/lib/google/apis/adsense_v2/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6b54c29e5872dc2d5f993c2b1399e07fe06732ba1ef1fa255da136436544619d
|
|
4
|
+
data.tar.gz: 46a177c56695204dd7ab25967b61ced1a30a3af0f98f7d7fab820ffb0bd93b50
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a3ab3e88ad94d26d57e937b9c24613619d1690bd10a20e6d80dba246c5d8fe9d3a5ed972a0f0a357496dc0adf93d8012ef13075abf65b09f93da4a4fdb0ad99
|
|
7
|
+
data.tar.gz: 2f14e40b33a0e91f62694959885b0965af01ffbe6f676a15b50fa72f2ae75366703b0e600b0097b3baacf5c2c9f519b18c245e3762220c7a9ac065c8c5d5954c
|
data/CHANGELOG.md
CHANGED
|
@@ -36,7 +36,7 @@ module Google
|
|
|
36
36
|
# @return [String]
|
|
37
37
|
attr_accessor :display_name
|
|
38
38
|
|
|
39
|
-
# Resource name of the account. Format: accounts/pub-[0-9]+
|
|
39
|
+
# Output only. Resource name of the account. Format: accounts/pub-[0-9]+
|
|
40
40
|
# Corresponds to the JSON property `name`
|
|
41
41
|
# @return [String]
|
|
42
42
|
attr_accessor :name
|
|
@@ -86,7 +86,8 @@ module Google
|
|
|
86
86
|
class AdClient
|
|
87
87
|
include Google::Apis::Core::Hashable
|
|
88
88
|
|
|
89
|
-
# Resource name of the ad client. Format: accounts/`account`/
|
|
89
|
+
# Output only. Resource name of the ad client. Format: accounts/`account`/
|
|
90
|
+
# adclients/`adclient`
|
|
90
91
|
# Corresponds to the JSON property `name`
|
|
91
92
|
# @return [String]
|
|
92
93
|
attr_accessor :name
|
|
@@ -171,8 +172,8 @@ module Google
|
|
|
171
172
|
# @return [String]
|
|
172
173
|
attr_accessor :display_name
|
|
173
174
|
|
|
174
|
-
# Resource name of the ad unit. Format: accounts/`account`/
|
|
175
|
-
# adunits/`adunit`
|
|
175
|
+
# Output only. Resource name of the ad unit. Format: accounts/`account`/
|
|
176
|
+
# adclients/`adclient`/adunits/`adunit`
|
|
176
177
|
# Corresponds to the JSON property `name`
|
|
177
178
|
# @return [String]
|
|
178
179
|
attr_accessor :name
|
|
@@ -231,7 +232,8 @@ module Google
|
|
|
231
232
|
# @return [String]
|
|
232
233
|
attr_accessor :message
|
|
233
234
|
|
|
234
|
-
# Resource name of the alert. Format: accounts/`account`/alerts/`
|
|
235
|
+
# Output only. Resource name of the alert. Format: accounts/`account`/alerts/`
|
|
236
|
+
# alert`
|
|
235
237
|
# Corresponds to the JSON property `name`
|
|
236
238
|
# @return [String]
|
|
237
239
|
attr_accessor :name
|
|
@@ -315,8 +317,8 @@ module Google
|
|
|
315
317
|
# @return [String]
|
|
316
318
|
attr_accessor :display_name
|
|
317
319
|
|
|
318
|
-
# Resource name of the custom channel. Format: accounts/`account`/
|
|
319
|
-
# adclient`/customchannels/`customchannel`
|
|
320
|
+
# Output only. Resource name of the custom channel. Format: accounts/`account`/
|
|
321
|
+
# adclients/`adclient`/customchannels/`customchannel`
|
|
320
322
|
# Corresponds to the JSON property `name`
|
|
321
323
|
# @return [String]
|
|
322
324
|
attr_accessor :name
|
|
@@ -784,11 +786,11 @@ module Google
|
|
|
784
786
|
# @return [Google::Apis::AdsenseV2::Date]
|
|
785
787
|
attr_accessor :date
|
|
786
788
|
|
|
787
|
-
# Resource name of the payment. Format: - accounts/`account`/
|
|
788
|
-
# unpaid (current) AdSense earnings. - accounts/`account`/
|
|
789
|
-
# unpaid for unpaid (current) YouTube earnings. - accounts/`
|
|
790
|
-
# yyyy-MM-dd for paid AdSense earnings. - accounts/`account`/
|
|
791
|
-
# yyyy-MM-dd for paid YouTube earnings.
|
|
789
|
+
# Output only. Resource name of the payment. Format: - accounts/`account`/
|
|
790
|
+
# payments/unpaid for unpaid (current) AdSense earnings. - accounts/`account`/
|
|
791
|
+
# payments/youtube-unpaid for unpaid (current) YouTube earnings. - accounts/`
|
|
792
|
+
# account`/payments/yyyy-MM-dd for paid AdSense earnings. - accounts/`account`/
|
|
793
|
+
# payments/youtube-yyyy-MM-dd for paid YouTube earnings.
|
|
792
794
|
# Corresponds to the JSON property `name`
|
|
793
795
|
# @return [String]
|
|
794
796
|
attr_accessor :name
|
|
@@ -906,7 +908,8 @@ module Google
|
|
|
906
908
|
class SavedReport
|
|
907
909
|
include Google::Apis::Core::Hashable
|
|
908
910
|
|
|
909
|
-
# Resource name of the report. Format: accounts/`account`/reports/`
|
|
911
|
+
# Output only. Resource name of the report. Format: accounts/`account`/reports/`
|
|
912
|
+
# report`
|
|
910
913
|
# Corresponds to the JSON property `name`
|
|
911
914
|
# @return [String]
|
|
912
915
|
attr_accessor :name
|
|
@@ -943,7 +946,7 @@ module Google
|
|
|
943
946
|
# @return [String]
|
|
944
947
|
attr_accessor :domain
|
|
945
948
|
|
|
946
|
-
# Resource name of a site. Format: accounts/`account`/sites/`site`
|
|
949
|
+
# Output only. Resource name of a site. Format: accounts/`account`/sites/`site`
|
|
947
950
|
# Corresponds to the JSON property `name`
|
|
948
951
|
# @return [String]
|
|
949
952
|
attr_accessor :name
|
|
@@ -1005,8 +1008,8 @@ module Google
|
|
|
1005
1008
|
class UrlChannel
|
|
1006
1009
|
include Google::Apis::Core::Hashable
|
|
1007
1010
|
|
|
1008
|
-
# Resource name of the URL channel. Format: accounts/`account`/
|
|
1009
|
-
# adclient`/urlchannels/`urlchannel`
|
|
1011
|
+
# Output only. Resource name of the URL channel. Format: accounts/`account`/
|
|
1012
|
+
# adclients/`adclient`/urlchannels/`urlchannel`
|
|
1010
1013
|
# Corresponds to the JSON property `name`
|
|
1011
1014
|
# @return [String]
|
|
1012
1015
|
attr_accessor :name
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AdsenseV2
|
|
18
18
|
# Version of the google-apis-adsense_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.20.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220727"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-adsense_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.20.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-08-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-adsense_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-adsense_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-adsense_v2/v0.20.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-adsense_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|