google-apis-adsense_v2 0.4.0 → 0.8.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: 6d79140add6fdf1123e78b683f601801c7f634788abbe45acc9df5bcfb54bba3
4
- data.tar.gz: 53db32ab1e974d6065462b9ac4af608730c82e6268cf10a5da753aa35fd4c4be
3
+ metadata.gz: 01baa7107023ded7c1d63fbeed664a402989ee2fe888603e977c6d8740ddfde1
4
+ data.tar.gz: 077ad6075ade11bfeded4a8cd1ccb50b10f34aa840731a0acbea8e358cc71a42
5
5
  SHA512:
6
- metadata.gz: 9bd7cb122300089528ff69fd49cccf444fecd722891d408422a81c6bb2a956d82f26e2bb6ee95f33ef085964d8219714e521e135eee19c0a6153fee152ae5ccc
7
- data.tar.gz: 6273b0f7a2eb1abd4f95bf163755043ad7fce2a66ef3f159aedf02ad5bb8267f509551f2ea0906718665f69c0e6e4a1191d46e2201bf190222bbf5ff60ee8aff
6
+ metadata.gz: be4db0899f286f1586e921ec991c89e1732b8348c522abb001bbd277909be12262a6c8829b396846d3fe5d5828b1ff54506d0786ff9f38ca1edc3e87f8861b8f
7
+ data.tar.gz: d7572a3a3bef59fa831fc176390677983cd89d3dc2f1439c82e06723f9dc5c7f441a08c879c68469bc4c7b4c545ddef254695e9a05e5e511d7072254ab0fe103
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-adsense_v2
2
2
 
3
+ ### v0.8.0 (2021-12-14)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.7.0 (2021-12-01)
8
+
9
+ * Regenerated from discovery document revision 20211130
10
+
11
+ ### v0.6.0 (2021-10-20)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.5.0 (2021-10-15)
16
+
17
+ * Regenerated from discovery document revision 20211014
18
+
3
19
  ### v0.4.0 (2021-06-29)
4
20
 
5
21
  * Regenerated using generator version 0.4.0
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.
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
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.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/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/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Adsense service in particular.)
67
67
 
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
79
79
 
80
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
81
 
82
- The [product documentation](http://code.google.com/apis/adsense/management/) may provide guidance regarding the preferred client library to use.
82
+ The [product documentation](https://developers.google.com/adsense/management/) may provide guidance regarding the preferred client library to use.
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
@@ -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.4.0"
19
+ GEM_VERSION = "0.8.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 = "20210414"
25
+ REVISION = "20211130"
26
26
  end
27
27
  end
28
28
  end
@@ -31,7 +31,7 @@ module Google
31
31
  # Adsense = Google::Apis::AdsenseV2 # Alias the module
32
32
  # service = Adsense::AdsenseService.new
33
33
  #
34
- # @see http://code.google.com/apis/adsense/management/
34
+ # @see https://developers.google.com/adsense/management/
35
35
  class AdsenseService < Google::Apis::Core::BaseService
36
36
  # @return [String]
37
37
  # API key. Your API key identifies your project and provides you with API access,
@@ -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
@@ -24,7 +24,7 @@ module Google
24
24
  # The AdSense Management API allows publishers to access their inventory and run
25
25
  # earnings and performance reports.
26
26
  #
27
- # @see http://code.google.com/apis/adsense/management/
27
+ # @see https://developers.google.com/adsense/management/
28
28
  module AdsenseV2
29
29
  # Version of the AdSense Management API this client connects to.
30
30
  # This is NOT the gem version.
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.0
4
+ version: 0.8.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-07-05 00:00:00.000000000 Z
11
+ date: 2022-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-adsense_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-adsense_v2/v0.4.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-adsense_v2
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.8.0
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: []
65
65
  require_paths:
@@ -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.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for AdSense Management API V2