google-apis-adsense_v2 0.6.0 → 0.7.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: e2e852a0084cc2c49f1e48a3aa81507378f1b7098349ab8a715140e8886e99bf
4
+ data.tar.gz: 19f392152f1ed1886d7053dd5c26c24441fe418b7b3a590bb33d1315aae0cc31
5
5
  SHA512:
6
- metadata.gz: 01d04e3f5a9823ff1ad5c29591f3302204e80adc037c0aed6f290e65dba7bf4f82dacdc60631a4daab80d460705619aa01b9c68b07d1b5eae76e7d91b1ee0183
7
- data.tar.gz: 87e7824370c66215929ccf64e77dffa5e6bff0b4630d4dabf96cd8727b7f59569f71b8a495d4a1178ae61247625c33a921d71a80e556ae0f39ced4ec70a7eec5
6
+ metadata.gz: 4fc04281e6d04c2551d4c3bb2f29a22e4ecf23e203374f8f76b189d2e336ecac6a721fd0e2e04673dd8153a483722d168692eb8664f4d777560544511560b04a
7
+ data.tar.gz: 467c340b1c87228f138046ff9538f043d08d6dee82c3c5c704d928fd611b11da4ddd6469943d10b6ca2a90284dfc69d5c6a0fde74e30ebb51c78648a8bd37db2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-adsense_v2
2
2
 
3
+ ### v0.7.0 (2021-12-01)
4
+
5
+ * Regenerated from discovery document revision 20211130
6
+
3
7
  ### v0.6.0 (2021-10-20)
4
8
 
5
9
  * Unspecified changes
@@ -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]
@@ -987,7 +987,7 @@ module Google
987
987
  class UrlChannel
988
988
  include Google::Apis::Core::Hashable
989
989
 
990
- # Resource name of the URL channel. Format: accounts/`account`/adclient/`
990
+ # Resource name of the URL channel. Format: accounts/`account`/adclients/`
991
991
  # adclient`/urlchannels/`urlchannel`
992
992
  # Corresponds to the JSON property `name`
993
993
  # @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.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211014"
25
+ REVISION = "20211130"
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.7.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: 2021-12-06 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.7.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: []