google-apis-licensing_v1 0.8.0 → 0.9.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: 8737449f47958389d39abeb124ad9c8c276ed7f4d504607d4fb1396c6c7a57fa
4
+ data.tar.gz: cbe7f097eb5c5a95cb057163d9d3a9eecc77edb6de00738679e9f8275ce574a2
5
5
  SHA512:
6
- metadata.gz: 389682fb0a916054dcd41f768a8f732c011f3b09e95fc9aefcb8a7fb2e44825aa9dbc9db17ac50fab50b23290ac640f270c5c4bb1e48eed4f6d51aace66f2c37
7
- data.tar.gz: d388cd45a826cf8789af2017a2d354671c8d4c08c89406c525db95cb2454cf37767c0418086ea8c3f28bb2e82dd4d1d12ae300528a9d18a9d1f902f6e046cf8d
6
+ metadata.gz: 70b2dbef8fc0633cb01e12409f614fc00f4eaf36a16c96fb9d89d915127d5973faa37d937c9f6140dd1ea9368af16f3e34617a2564b9d72f227cdd1ad9cb5131
7
+ data.tar.gz: 52c5ad5cc001c7198bd10bc77bf91365be1e3cb165b98c20e47e5e98b21d62662abd7856ab61f82c7cc7c91cca2826fa06804a12bc1db57eef660bcc86f06f96
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-licensing_v1
2
2
 
3
+ ### v0.9.0 (2022-05-02)
4
+
5
+ * Regenerated from discovery document revision 20220430
6
+
3
7
  ### v0.8.0 (2022-03-22)
4
8
 
5
9
  * 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.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
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.9.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-05-09 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-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.9.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: []