google-apis-licensing_v1 0.7.0 → 0.10.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: 54766b37ec5abc990c652b69801d616643b8f2634a4f2bead7a22b4bee5582ea
4
- data.tar.gz: 177203d4fe2e24576f117715e668488dde7270bb7772fe39cbce6fd19679602d
3
+ metadata.gz: 4054690d94d7558e26052ebf0e2394a1a4319b9b3c29eba0ebb325d68ac3d379
4
+ data.tar.gz: ee87500c824acb98e8f6019b6ce3f8aabdb65290ea353b831ddb991f0a5cf0bc
5
5
  SHA512:
6
- metadata.gz: bb1661bb79d5d7b36a7eea4da5a838c26bc28d55287427d8a08da028fe6322017be7e685ea3fc42de0586dbd3e913d95d75159f7d83899c366fb1bd693e5ece2
7
- data.tar.gz: 215f0420e338ee4f95e798ebd4086c737c124a813129c74d674850caa160b74e2ff9e35b37daee18f2d3bd05e4a417381f5e3a88f9a85df0ff7c362e477328e6
6
+ metadata.gz: d27a749d35bcd1c823ccad77009e02434748015ee7f58d871ec000ee7373144856e81f1d32319f1c84426d6849fa2b8fdb1404dec8c35cb51bd4b8828cef4aca
7
+ data.tar.gz: 2268a53786dc61f09c506d8d31338dc5b0ed0fc2aee11aaf2f92d60b4a858ea56267f10fc5bf4f90627f4a3757d47a188b954e93530ee76d5f03319122e70cfd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-licensing_v1
2
2
 
3
+ ### v0.10.0 (2022-06-04)
4
+
5
+ * Regenerated using generator version 0.5.0
6
+
7
+ ### v0.9.0 (2022-05-02)
8
+
9
+ * Regenerated from discovery document revision 20220430
10
+
11
+ ### v0.8.0 (2022-03-22)
12
+
13
+ * Regenerated from discovery document revision 20220319
14
+ * Regenerated using generator version 0.4.1
15
+
3
16
  ### v0.7.0 (2021-12-14)
4
17
 
5
18
  * Unspecified changes
@@ -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.7.0"
19
+ GEM_VERSION = "0.10.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.5.0"
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.7.0
4
+ version: 0.10.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-01-10 00:00:00.000000000 Z
11
+ date: 2022-06-13 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.5'
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.5'
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.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-licensing_v1/v0.10.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.4
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