google-apis-licensing_v1 0.8.0 → 0.11.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: 618d295031dc26a213b017fe54b939e939e46650b7193d14aa9549b5e1b4d7cf
4
- data.tar.gz: 9eb2967d09f45c7c1d59b6904bda2fe715b7f58c4f6a2bcfb3d2dc5fa2ea8efd
3
+ metadata.gz: d8c0db6c0641d042864d0f9bda52a1177b153b9ca023ff468fd2d8cf0be16ad7
4
+ data.tar.gz: 1c67511fb78ea04aaedde409ea5d63dd29adeedc8f357645556d79fe347dca45
5
5
  SHA512:
6
- metadata.gz: 389682fb0a916054dcd41f768a8f732c011f3b09e95fc9aefcb8a7fb2e44825aa9dbc9db17ac50fab50b23290ac640f270c5c4bb1e48eed4f6d51aace66f2c37
7
- data.tar.gz: d388cd45a826cf8789af2017a2d354671c8d4c08c89406c525db95cb2454cf37767c0418086ea8c3f28bb2e82dd4d1d12ae300528a9d18a9d1f902f6e046cf8d
6
+ metadata.gz: 2d26783f2de32600b5d7ff3015c239220f0d9394e3381be729603d3bde3aa4686b77868a47318408fef0ea557b1acc6771a84b171a12018ea6f5fc101d0951ed
7
+ data.tar.gz: ee388a651c27a45f3a7f74f773c36878279c8060fb93348c68082d5cd84fcc5758f371598df76618fbf2fbfecdea35153c15f434213bc7e6be7a148baafa32dc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-licensing_v1
2
2
 
3
+ ### v0.11.0 (2022-06-21)
4
+
5
+ * Regenerated using generator version 0.7.0
6
+
7
+ ### v0.10.0 (2022-06-04)
8
+
9
+ * Regenerated using generator version 0.5.0
10
+
11
+ ### v0.9.0 (2022-05-02)
12
+
13
+ * Regenerated from discovery document revision 20220430
14
+
3
15
  ### v0.8.0 (2022-03-22)
4
16
 
5
17
  * Regenerated from discovery document revision 20220319
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module LicensingV1
18
18
  # Version of the google-apis-licensing_v1 gem
19
- GEM_VERSION = "0.8.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220319"
25
+ REVISION = "20220430"
26
26
  end
27
27
  end
28
28
  end
@@ -22,8 +22,8 @@ module Google
22
22
  module LicensingV1
23
23
  # Enterprise License Manager API
24
24
  #
25
- # The Google Enterprise License Manager API's allows you to license apps for all
26
- # the users of a domain managed by you.
25
+ # The Google Enterprise License Manager API lets you manage Google Workspace and
26
+ # related licenses for all users of a customer that you manage.
27
27
  #
28
28
  # @example
29
29
  # require 'google/apis/licensing_v1'
@@ -177,9 +177,8 @@ module Google
177
177
  # A product's unique identifier. For more information about products in this
178
178
  # version of the API, see Products and SKUs.
179
179
  # @param [String] customer_id
180
- # Customer's `customerId`. A previous version of this API accepted the primary
181
- # domain name as a value for this field. If the customer is suspended, the
182
- # server returns an error.
180
+ # The customer's unique ID as defined in the Admin console, such as `C00000000`.
181
+ # If the customer is suspended, the server returns an error.
183
182
  # @param [Fixnum] max_results
184
183
  # The `maxResults` query string determines how many entries are returned on each
185
184
  # page of a large response. This is an optional parameter. The value must be a
@@ -227,9 +226,8 @@ module Google
227
226
  # A product SKU's unique identifier. For more information about available SKUs
228
227
  # in this version of the API, see Products and SKUs.
229
228
  # @param [String] customer_id
230
- # Customer's `customerId`. A previous version of this API accepted the primary
231
- # domain name as a value for this field. If the customer is suspended, the
232
- # server returns an error.
229
+ # The customer's unique ID as defined in the Admin console, such as `C00000000`.
230
+ # If the customer is suspended, the server returns an error.
233
231
  # @param [Fixnum] max_results
234
232
  # The `maxResults` query string determines how many entries are returned on each
235
233
  # page of a large response. This is an optional parameter. The value must be a
@@ -21,8 +21,8 @@ module Google
21
21
  module Apis
22
22
  # Enterprise License Manager API
23
23
  #
24
- # The Google Enterprise License Manager API's allows you to license apps for all
25
- # the users of a domain managed by you.
24
+ # The Google Enterprise License Manager API lets you manage Google Workspace and
25
+ # related licenses for all users of a customer that you manage.
26
26
  #
27
27
  # @see https://developers.google.com/admin-sdk/licensing/
28
28
  module LicensingV1
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-licensing_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.11.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-03-28 00:00:00.000000000 Z
11
+ date: 2022-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.6'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.6'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-licensing_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-licensing_v1/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-licensing_v1/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-licensing_v1
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.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Enterprise License Manager API V1