google-apis-adsense_v2 0.6.0 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: df99269a10ca6b0b6302a008608ef1269d906ca6a954ed91e22cb42eafb0539b
4
- data.tar.gz: ae42f08994d38dbb56a269e6f99cd2c02f8119aab720cd22c879f80c60d7d995
3
+ metadata.gz: aa4b96e4aa896094a6b054bb186472669e87ff3304d0f4b18c9d6676fd61dadc
4
+ data.tar.gz: c77496be31245b9dff71f40813eaf1fcc5a9bc95e3c1fd626d3f84b4352d5e14
5
5
  SHA512:
6
- metadata.gz: 01d04e3f5a9823ff1ad5c29591f3302204e80adc037c0aed6f290e65dba7bf4f82dacdc60631a4daab80d460705619aa01b9c68b07d1b5eae76e7d91b1ee0183
7
- data.tar.gz: 87e7824370c66215929ccf64e77dffa5e6bff0b4630d4dabf96cd8727b7f59569f71b8a495d4a1178ae61247625c33a921d71a80e556ae0f39ced4ec70a7eec5
6
+ metadata.gz: 2a1d3cf23554ffe80c83f92942f0d73b160f9420c5db3625d40bef0ecc5ae4e6c2bb58d9421ea49aef1d274790c06582d297c8a330b0b0af10a294572b142afc
7
+ data.tar.gz: b681bba771c59b21979cd1001e9ad2c14472c8b5a7552a4160c2110cc609d83ce11eaa22655ba5c534237ae3029b45c8e82d49f7aff36fd8b11b6f3b6fe4e672
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-adsense_v2
2
2
 
3
+ ### v0.10.0 (2022-02-03)
4
+
5
+ * Regenerated from discovery document revision 20220201
6
+
7
+ ### v0.9.0 (2022-01-26)
8
+
9
+ * Regenerated from discovery document revision 20220125
10
+ * Regenerated using generator version 0.4.1
11
+
12
+ ### v0.8.0 (2021-12-14)
13
+
14
+ * Unspecified changes
15
+
16
+ ### v0.7.0 (2021-12-01)
17
+
18
+ * Regenerated from discovery document revision 20211130
19
+
3
20
  ### v0.6.0 (2021-10-20)
4
21
 
5
22
  * Unspecified changes
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/adsense_v2"
51
51
  client = Google::Apis::AdsenseV2::AdsenseService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -80,7 +80,7 @@ module Google
80
80
  class AdClient
81
81
  include Google::Apis::Core::Hashable
82
82
 
83
- # Resource name of the ad client. Format: accounts/`account`/adclient/`adclient`
83
+ # Resource name of the ad client. Format: accounts/`account`/adclients/`adclient`
84
84
  # Corresponds to the JSON property `name`
85
85
  # @return [String]
86
86
  attr_accessor :name
@@ -157,7 +157,7 @@ module Google
157
157
  # @return [String]
158
158
  attr_accessor :display_name
159
159
 
160
- # Resource name of the ad unit. Format: accounts/`account`/adclient/`adclient`/
160
+ # Resource name of the ad unit. Format: accounts/`account`/adclients/`adclient`/
161
161
  # adunits/`adunit`
162
162
  # Corresponds to the JSON property `name`
163
163
  # @return [String]
@@ -329,10 +329,10 @@ module Google
329
329
  # day and time zone are either specified elsewhere or are insignificant. The
330
330
  # date is relative to the Gregorian Calendar. This can represent one of the
331
331
  # following: * A full date, with non-zero year, month, and day values * A month
332
- # and day value, with a zero year, such as an anniversary * A year on its own,
333
- # with zero month and day values * A year and month value, with a zero day, such
334
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
335
- # google.protobuf.Timestamp`.
332
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
333
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
334
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
335
+ # DateTime * google.protobuf.Timestamp
336
336
  class Date
337
337
  include Google::Apis::Core::Hashable
338
338
 
@@ -760,17 +760,19 @@ module Google
760
760
  # day and time zone are either specified elsewhere or are insignificant. The
761
761
  # date is relative to the Gregorian Calendar. This can represent one of the
762
762
  # following: * A full date, with non-zero year, month, and day values * A month
763
- # and day value, with a zero year, such as an anniversary * A year on its own,
764
- # with zero month and day values * A year and month value, with a zero day, such
765
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
766
- # google.protobuf.Timestamp`.
763
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
764
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
765
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
766
+ # DateTime * google.protobuf.Timestamp
767
767
  # Corresponds to the JSON property `date`
768
768
  # @return [Google::Apis::AdsenseV2::Date]
769
769
  attr_accessor :date
770
770
 
771
- # Resource name of the payment. Format: accounts/`account`/payments/unpaid for
772
- # unpaid (current) earnings. accounts/`account`/payments/yyyy-MM-dd for paid
773
- # earnings.
771
+ # Resource name of the payment. Format: - accounts/`account`/payments/unpaid for
772
+ # unpaid (current) AdSense earnings. - accounts/`account`/payments/youtube-
773
+ # unpaid for unpaid (current) YouTube earnings. - accounts/`account`/payments/
774
+ # yyyy-MM-dd for paid AdSense earnings. - accounts/`account`/payments/youtube-
775
+ # yyyy-MM-dd for paid YouTube earnings.
774
776
  # Corresponds to the JSON property `name`
775
777
  # @return [String]
776
778
  attr_accessor :name
@@ -800,10 +802,10 @@ module Google
800
802
  # day and time zone are either specified elsewhere or are insignificant. The
801
803
  # date is relative to the Gregorian Calendar. This can represent one of the
802
804
  # following: * A full date, with non-zero year, month, and day values * A month
803
- # and day value, with a zero year, such as an anniversary * A year on its own,
804
- # with zero month and day values * A year and month value, with a zero day, such
805
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
806
- # google.protobuf.Timestamp`.
805
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
806
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
807
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
808
+ # DateTime * google.protobuf.Timestamp
807
809
  # Corresponds to the JSON property `endDate`
808
810
  # @return [Google::Apis::AdsenseV2::Date]
809
811
  attr_accessor :end_date
@@ -824,10 +826,10 @@ module Google
824
826
  # day and time zone are either specified elsewhere or are insignificant. The
825
827
  # date is relative to the Gregorian Calendar. This can represent one of the
826
828
  # following: * A full date, with non-zero year, month, and day values * A month
827
- # and day value, with a zero year, such as an anniversary * A year on its own,
828
- # with zero month and day values * A year and month value, with a zero day, such
829
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
830
- # google.protobuf.Timestamp`.
829
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
830
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
831
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
832
+ # DateTime * google.protobuf.Timestamp
831
833
  # Corresponds to the JSON property `startDate`
832
834
  # @return [Google::Apis::AdsenseV2::Date]
833
835
  attr_accessor :start_date
@@ -987,7 +989,7 @@ module Google
987
989
  class UrlChannel
988
990
  include Google::Apis::Core::Hashable
989
991
 
990
- # Resource name of the URL channel. Format: accounts/`account`/adclient/`
992
+ # Resource name of the URL channel. Format: accounts/`account`/adclients/`
991
993
  # adclient`/urlchannels/`urlchannel`
992
994
  # Corresponds to the JSON property `name`
993
995
  # @return [String]
@@ -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.6.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211014"
25
+ REVISION = "20220201"
26
26
  end
27
27
  end
28
28
  end
@@ -52,7 +52,7 @@ module Google
52
52
 
53
53
  # Gets information about the selected AdSense account.
54
54
  # @param [String] name
55
- # Required. Account to get information about. Format: accounts/`account_id`
55
+ # Required. Account to get information about. Format: accounts/`account`
56
56
  # @param [String] fields
57
57
  # Selector specifying which fields to include in a partial response.
58
58
  # @param [String] quota_user
@@ -235,8 +235,8 @@ module Google
235
235
 
236
236
  # Gets an ad unit from a specified account and ad client.
237
237
  # @param [String] name
238
- # Required. AdUnit to get information about. Format: accounts/`account_id`/
239
- # adclient/`adclient_id`/adunit/`adunit_id`
238
+ # Required. AdUnit to get information about. Format: accounts/`account`/
239
+ # adclients/`adclient`/adunits/`adunit`
240
240
  # @param [String] fields
241
241
  # Selector specifying which fields to include in a partial response.
242
242
  # @param [String] quota_user
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.6.0
4
+ version: 0.10.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: 2021-10-27 00:00:00.000000000 Z
11
+ date: 2022-02-07 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.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-adsense_v2/v0.10.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for AdSense Management API V2