google-apis-licensing_v1 0.6.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: 944526d0d085e64065116415d7a6ac5e68f08beea7aa5608ea94adb8a85bfb90
4
- data.tar.gz: a318de81db25060dcb8596d1d39e190d296de23ad93bdce2ef3c1b219a8226de
3
+ metadata.gz: 8737449f47958389d39abeb124ad9c8c276ed7f4d504607d4fb1396c6c7a57fa
4
+ data.tar.gz: cbe7f097eb5c5a95cb057163d9d3a9eecc77edb6de00738679e9f8275ce574a2
5
5
  SHA512:
6
- metadata.gz: e0a6eab46b52f8839ca423f19bef0a02ec8df08b22930cbc53bce67495f6aa6db0fdd236a48f709dbc71abd5a768bc16d09de42ad22d356852f4b2637d827f9c
7
- data.tar.gz: a39bb4ef009e3f422fd43223d36fc491b8296683e6bee7c2d30cf5b62bebcecf543fa619637cc39221b685e97518d5231a37bea72c9d9389354721b652485066
6
+ metadata.gz: 70b2dbef8fc0633cb01e12409f614fc00f4eaf36a16c96fb9d89d915127d5973faa37d937c9f6140dd1ea9368af16f3e34617a2564b9d72f227cdd1ad9cb5131
7
+ data.tar.gz: 52c5ad5cc001c7198bd10bc77bf91365be1e3cb165b98c20e47e5e98b21d62662abd7856ab61f82c7cc7c91cca2826fa06804a12bc1db57eef660bcc86f06f96
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
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
+
7
+ ### v0.8.0 (2022-03-22)
8
+
9
+ * Regenerated from discovery document revision 20220319
10
+ * Regenerated using generator version 0.4.1
11
+
12
+ ### v0.7.0 (2021-12-14)
13
+
14
+ * Unspecified changes
15
+
3
16
  ### v0.6.0 (2021-10-20)
4
17
 
5
18
  * Unspecified changes
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/licensing_v1"
51
51
  client = Google::Apis::LicensingV1::LicensingService.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.
@@ -25,8 +25,7 @@ module Google
25
25
  # A generic empty message that you can re-use to avoid defining duplicated empty
26
26
  # messages in your APIs. A typical example is to use it as the request or the
27
27
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
28
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
29
- # `Empty` is empty JSON object ````.
28
+ # protobuf.Empty) returns (google.protobuf.Empty); `
30
29
  class Empty
31
30
  include Google::Apis::Core::Hashable
32
31
 
@@ -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.6.0"
19
+ GEM_VERSION = "0.9.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 = "20201116"
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.6.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: 2021-10-27 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.6.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: []
@@ -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 Enterprise License Manager API V1