google-apis-appsmarket_v2 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2e3b50af33c3c6dd62eda3d537d95590ddfa8fdf58982b220cf1a2a459a80a70
4
- data.tar.gz: 647724a4a08bb0258f2210e63fcd86eb023dadfaa0013a282e35f9e6b83e4122
3
+ metadata.gz: 2ebf4c65d7595daaf6e6a4b2baeb6d015c2a8e5d503fc4adf07a4151fb957600
4
+ data.tar.gz: d2061d921e2ff9ee0f526d134a2ff70a97a2187d100018baf81de8282942782e
5
5
  SHA512:
6
- metadata.gz: cd5ffa90bb441a491082feb4bc44b5b79bb0c03800aad5f8b2ae6e416daa0f4d0c428906fc03d1aff698c2f8734c07820304869be9dde0128e2139f6312ba4f0
7
- data.tar.gz: c7d81b6cf44d445b381163a78ee1e29455e25408c88d6966d6f594e44dfedd5255ce39b3f205f872e5429b602d86a620cea497421ad4b725e2c268d253233546
6
+ metadata.gz: 6f3e87e93edf60ee02926cf0f7688777bc81561ec63c78e619762177fa5010594e143644a567e166d77de30c5a66ecbcfc03aa4abe822c99c60f440019bdbfe7
7
+ data.tar.gz: ade5888620a36083ee834e487ccf4871fa83e7b5f1111177d31735e3469a28f65ed860e0d52ba94f110b7e87e63aa3957752fb78453d08b1f84e54d715e93947
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-appsmarket_v2
2
2
 
3
+ ### v0.3.0 (2026-02-15)
4
+
5
+ * Regenerated from discovery document revision 20260209
6
+
3
7
  ### v0.2.0 (2026-01-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20251217
@@ -46,14 +46,14 @@ module Google
46
46
  # @return [String]
47
47
  attr_accessor :id
48
48
 
49
- # The type of API resource. This is always appsmarket#customerLicense.
49
+ # The type of API resource. This is always `appsmarket#customerLicense`.
50
50
  # Corresponds to the JSON property `kind`
51
51
  # @return [String]
52
52
  attr_accessor :kind
53
53
 
54
54
  # The customer's license status. One of: - `ACTIVE`: The customer has a valid
55
- # license. - `UNLICENSED`: There is no license: either this customer has never
56
- # installed your application, or else has deleted it.
55
+ # license. - `UNLICENSED`: There is no license. Either this customer has never
56
+ # installed your application or has deleted it.
57
57
  # Corresponds to the JSON property `state`
58
58
  # @return [String]
59
59
  attr_accessor :state
@@ -129,12 +129,12 @@ module Google
129
129
  attr_accessor :enabled
130
130
  alias_method :enabled?, :enabled
131
131
 
132
- # The ID of user license.
132
+ # The ID of the user license.
133
133
  # Corresponds to the JSON property `id`
134
134
  # @return [String]
135
135
  attr_accessor :id
136
136
 
137
- # The type of API resource. This is always appsmarket#userLicense.
137
+ # The type of API resource. This is always `appsmarket#userLicense`.
138
138
  # Corresponds to the JSON property `kind`
139
139
  # @return [String]
140
140
  attr_accessor :kind
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AppsmarketV2
18
18
  # Version of the google-apis-appsmarket_v2 gem
19
- GEM_VERSION = "0.2.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251217"
25
+ REVISION = "20260209"
26
26
  end
27
27
  end
28
28
  end
@@ -52,12 +52,14 @@ module Google
52
52
  @batch_path = 'batch'
53
53
  end
54
54
 
55
- # Gets the status of a license for a customer to determine if they have access
56
- # for a given app.
55
+ # Gets the customer's licensing status to determine if they have access to a
56
+ # given app. For more information, see [Getting app installation and licensing
57
+ # details](https://developers.google.com/workspace/marketplace/example-calls-
58
+ # marketplace-api).
57
59
  # @param [String] application_id
58
- # Application Id
60
+ # The ID of the application.
59
61
  # @param [String] customer_id
60
- # Customer Id
62
+ # The ID of the customer.
61
63
  # @param [String] fields
62
64
  # Selector specifying which fields to include in a partial response.
63
65
  # @param [String] quota_user
@@ -86,11 +88,14 @@ module Google
86
88
  execute_or_queue_command(command, &block)
87
89
  end
88
90
 
89
- # Gets the user's licensing status for their permission to use a given app.
91
+ # Gets the user's licensing status to determine if they have permission to use a
92
+ # given app. For more information, see [Getting app installation and licensing
93
+ # details](https://developers.google.com/workspace/marketplace/example-calls-
94
+ # marketplace-api).
90
95
  # @param [String] application_id
91
- # Application Id
96
+ # The ID of the application.
92
97
  # @param [String] user_id
93
- # User Id
98
+ # The ID of the user.
94
99
  # @param [String] fields
95
100
  # Selector specifying which fields to include in a partial response.
96
101
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-appsmarket_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appsmarket_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-appsmarket_v2/v0.2.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-appsmarket_v2/v0.3.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-appsmarket_v2
62
62
  rdoc_options: []
63
63
  require_paths: