google-apis-cloudproductregistry_v1 0.1.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 8834403f3363f6b7e467497ed68c4cd6df100d86473b32630156c0155584b76a
4
+ data.tar.gz: 87e8092864a18fe735a40c67f8511c4be86489af46d70b80601704bdf41a6070
5
+ SHA512:
6
+ metadata.gz: c7d92efa373753eab42890c9ce387a3657a6dd0e6956c7f9bd65b9fb8c1cfd5f81acd66727dd272eef88bbc0a6a531acbb2ba6c0c7f46e70603c9b9a80668785
7
+ data.tar.gz: 95da0ea67d1b5b951220685d80834fef6017f79729d47442ee895b71ad7ed2365a7cfcb45e5e1158ede88cbc29f4a6247b2680211a2f46483e764d6f5cff5d96
data/.yardopts ADDED
@@ -0,0 +1,13 @@
1
+ --hide-void-return
2
+ --no-private
3
+ --verbose
4
+ --title=google-apis-cloudproductregistry_v1
5
+ --markup-provider=redcarpet
6
+ --markup=markdown
7
+ --main OVERVIEW.md
8
+ lib/google/apis/cloudproductregistry_v1/*.rb
9
+ lib/google/apis/cloudproductregistry_v1.rb
10
+ -
11
+ OVERVIEW.md
12
+ CHANGELOG.md
13
+ LICENSE.md
data/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ # Release history for google-apis-cloudproductregistry_v1
2
+
3
+ ### v0.1.0 (2026-06-14)
4
+
5
+ * Regenerated from discovery document revision 20260611
6
+ * Regenerated using generator version 0.19.0
7
+
data/LICENSE.md ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
data/OVERVIEW.md ADDED
@@ -0,0 +1,96 @@
1
+ # Simple REST client for version V1 of the Cloud Product Registry API
2
+
3
+ This is a simple client library for version V1 of the Cloud Product Registry API. It provides:
4
+
5
+ * A client object that connects to the HTTP/JSON REST endpoint for the service.
6
+ * Ruby objects for data structures related to the service.
7
+ * Integration with the googleauth gem for authentication using OAuth, API keys, and service accounts.
8
+ * Control of retry, pagination, and timeouts.
9
+
10
+ Note that although this client library is supported and will continue to be updated to track changes to the service, it is otherwise considered complete and not under active development. Many Google services, especially Google Cloud Platform services, may provide a more modern client that is under more active development and improvement. See the section below titled *Which client should I use?* for more information.
11
+
12
+ ## Getting started
13
+
14
+ ### Before you begin
15
+
16
+ There are a few setup steps you need to complete before you can use this library:
17
+
18
+ 1. If you don't already have a Google account, [sign up](https://www.google.com/accounts).
19
+ 2. If you have never created a Google APIs Console project, read about [Managing Projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects) and create a project in the [Google API Console](https://console.cloud.google.com/).
20
+ 3. Most APIs need to be enabled for your project. [Enable it](https://console.cloud.google.com/apis/library/cloudproductregistry.googleapis.com) in the console.
21
+
22
+ ### Installation
23
+
24
+ Add this line to your application's Gemfile:
25
+
26
+ ```ruby
27
+ gem 'google-apis-cloudproductregistry_v1', '~> 0.1'
28
+ ```
29
+
30
+ And then execute:
31
+
32
+ ```
33
+ $ bundle
34
+ ```
35
+
36
+ Or install it yourself as:
37
+
38
+ ```
39
+ $ gem install google-apis-cloudproductregistry_v1
40
+ ```
41
+
42
+ ### Creating a client object
43
+
44
+ Once the gem is installed, you can load the client code and instantiate a client.
45
+
46
+ ```ruby
47
+ # Load the client
48
+ require "google/apis/cloudproductregistry_v1"
49
+
50
+ # Create a client object
51
+ client = Google::Apis::CloudproductregistryV1::CloudProductRegistryService.new
52
+
53
+ # Authenticate calls
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
+ ```
56
+
57
+ See the class reference docs for information on the methods you can call from a client.
58
+
59
+ ## Documentation
60
+
61
+ More detailed descriptions of the Google simple REST clients are available in two documents.
62
+
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
+
66
+ (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Cloudproductregistry service in particular.)
67
+
68
+ For reference information on specific calls in the Cloud Product Registry API, see the {Google::Apis::CloudproductregistryV1::CloudProductRegistryService class reference docs}.
69
+
70
+ ## Which client should I use?
71
+
72
+ Google provides two types of Ruby API client libraries: **simple REST clients** and **modern clients**.
73
+
74
+ This library, `google-apis-cloudproductregistry_v1`, is a simple REST client. You can identify these clients by their gem names, which are always in the form `google-apis-<servicename>_<serviceversion>`. The simple REST clients connect to HTTP/JSON REST endpoints and are automatically generated from service discovery documents. They support most API functionality, but their class interfaces are sometimes awkward.
75
+
76
+ Modern clients are produced by a modern code generator, sometimes combined with hand-crafted functionality. Most modern clients connect to high-performance gRPC endpoints, although a few are backed by REST services. Modern clients are available for many Google services, especially Google Cloud Platform services, but do not yet support all the services covered by the simple clients.
77
+
78
+ Gem names for modern clients are often of the form `google-cloud-<service_name>`. (For example, [google-cloud-pubsub](https://rubygems.org/gems/google-cloud-pubsub).) Note that most modern clients also have corresponding "versioned" gems with names like `google-cloud-<service_name>-<version>`. (For example, [google-cloud-pubsub-v1](https://rubygems.org/gems/google-cloud-pubsub-v1).) The "versioned" gems can be used directly, but often provide lower-level interfaces. In most cases, the main gem is recommended.
79
+
80
+ **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
+
82
+ The [product documentation](https://docs.cloud.google.com/product-registry) may provide guidance regarding the preferred client library to use.
83
+
84
+ ## Supported Ruby versions
85
+
86
+ This library is supported on Ruby 3.2+.
87
+
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
+
90
+ ## License
91
+
92
+ This library is licensed under Apache 2.0. Full license text is available in the {file:LICENSE.md LICENSE}.
93
+
94
+ ## Support
95
+
96
+ Please [report bugs at the project on Github](https://github.com/google/google-api-ruby-client/issues). Don't hesitate to [ask questions](http://stackoverflow.com/questions/tagged/google-api-ruby-client) about the client or APIs on [StackOverflow](http://stackoverflow.com).
@@ -0,0 +1,311 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require 'date'
16
+ require 'google/apis/core/base_service'
17
+ require 'google/apis/core/json_representation'
18
+ require 'google/apis/core/hashable'
19
+ require 'google/apis/errors'
20
+
21
+ module Google
22
+ module Apis
23
+ module CloudproductregistryV1
24
+
25
+ # Response message for ListLogicalProductVariants.
26
+ class ListLogicalProductVariantsResponse
27
+ include Google::Apis::Core::Hashable
28
+
29
+ # Matched LogicalProductVariants
30
+ # Corresponds to the JSON property `logicalProductVariants`
31
+ # @return [Array<Google::Apis::CloudproductregistryV1::LogicalProductVariant>]
32
+ attr_accessor :logical_product_variants
33
+
34
+ # A token, which can be sent as `page_token` to retrieve the next page. If this
35
+ # field is omitted, there are no subsequent pages.
36
+ # Corresponds to the JSON property `nextPageToken`
37
+ # @return [String]
38
+ attr_accessor :next_page_token
39
+
40
+ def initialize(**args)
41
+ update!(**args)
42
+ end
43
+
44
+ # Update properties of this object
45
+ def update!(**args)
46
+ @logical_product_variants = args[:logical_product_variants] if args.key?(:logical_product_variants)
47
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
48
+ end
49
+ end
50
+
51
+ # Response message for ListLogicalProducts.
52
+ class ListLogicalProductsResponse
53
+ include Google::Apis::Core::Hashable
54
+
55
+ # Matched LogicalProducts
56
+ # Corresponds to the JSON property `logicalProducts`
57
+ # @return [Array<Google::Apis::CloudproductregistryV1::LogicalProduct>]
58
+ attr_accessor :logical_products
59
+
60
+ # A token, which can be sent as `page_token` to retrieve the next page. If this
61
+ # field is omitted, there are no subsequent pages.
62
+ # Corresponds to the JSON property `nextPageToken`
63
+ # @return [String]
64
+ attr_accessor :next_page_token
65
+
66
+ def initialize(**args)
67
+ update!(**args)
68
+ end
69
+
70
+ # Update properties of this object
71
+ def update!(**args)
72
+ @logical_products = args[:logical_products] if args.key?(:logical_products)
73
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
74
+ end
75
+ end
76
+
77
+ # Response message for ListProductSuites.
78
+ class ListProductSuitesResponse
79
+ include Google::Apis::Core::Hashable
80
+
81
+ # A token, which can be sent as `page_token` to retrieve the next page. If this
82
+ # field is omitted, there are no subsequent pages.
83
+ # Corresponds to the JSON property `nextPageToken`
84
+ # @return [String]
85
+ attr_accessor :next_page_token
86
+
87
+ # Matched ProductSuites
88
+ # Corresponds to the JSON property `productSuites`
89
+ # @return [Array<Google::Apis::CloudproductregistryV1::ProductSuite>]
90
+ attr_accessor :product_suites
91
+
92
+ def initialize(**args)
93
+ update!(**args)
94
+ end
95
+
96
+ # Update properties of this object
97
+ def update!(**args)
98
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
99
+ @product_suites = args[:product_suites] if args.key?(:product_suites)
100
+ end
101
+ end
102
+
103
+ # Represents an independent service offering that can be provisioned by a
104
+ # customer.
105
+ class LogicalProduct
106
+ include Google::Apis::Core::Hashable
107
+
108
+ # Output only. Current Lifecycle state of the logical product.
109
+ # Corresponds to the JSON property `lifecycleState`
110
+ # @return [String]
111
+ attr_accessor :lifecycle_state
112
+
113
+ # Identifier. The resource name of the LogicalProduct. Format: logicalProducts/`
114
+ # logical_product`.
115
+ # Corresponds to the JSON property `name`
116
+ # @return [String]
117
+ attr_accessor :name
118
+
119
+ # Product suite associated with the logical product. Format: productSuites/`
120
+ # product_suite`.
121
+ # Corresponds to the JSON property `productSuite`
122
+ # @return [String]
123
+ attr_accessor :product_suite
124
+
125
+ # Output only. Indicates whether the logical product has been replaced. If `
126
+ # false`, the product is active. If `true`, the product has been replaced by
127
+ # another type, and the `replacement` field contains the resource name of that
128
+ # replacement.
129
+ # Corresponds to the JSON property `replaced`
130
+ # @return [Boolean]
131
+ attr_accessor :replaced
132
+ alias_method :replaced?, :replaced
133
+
134
+ # Output only. The resource name of the Logical Entity that the logical product
135
+ # is replaced by. This field is only populated when this logical product is
136
+ # replaced by some other type. Eg: logicalProducts/`logical_product`/variants/`
137
+ # variant`, productSuites/`product_suite`, etc.
138
+ # Corresponds to the JSON property `replacement`
139
+ # @return [String]
140
+ attr_accessor :replacement
141
+
142
+ # Display name of the LogicalProduct.
143
+ # Corresponds to the JSON property `title`
144
+ # @return [String]
145
+ attr_accessor :title
146
+
147
+ # Output only. Child variant resource references. Format: logicalProducts/`
148
+ # logical_product`/variants/`variant`
149
+ # Corresponds to the JSON property `variants`
150
+ # @return [Array<String>]
151
+ attr_accessor :variants
152
+
153
+ def initialize(**args)
154
+ update!(**args)
155
+ end
156
+
157
+ # Update properties of this object
158
+ def update!(**args)
159
+ @lifecycle_state = args[:lifecycle_state] if args.key?(:lifecycle_state)
160
+ @name = args[:name] if args.key?(:name)
161
+ @product_suite = args[:product_suite] if args.key?(:product_suite)
162
+ @replaced = args[:replaced] if args.key?(:replaced)
163
+ @replacement = args[:replacement] if args.key?(:replacement)
164
+ @title = args[:title] if args.key?(:title)
165
+ @variants = args[:variants] if args.key?(:variants)
166
+ end
167
+ end
168
+
169
+ # Represents a distinct offering derived from a primary product that retains
170
+ # core functionalities but offers specialized features for a specific market
171
+ # segment.
172
+ class LogicalProductVariant
173
+ include Google::Apis::Core::Hashable
174
+
175
+ # Output only. Current Lifecycle state of the logical product variant.
176
+ # Corresponds to the JSON property `lifecycleState`
177
+ # @return [String]
178
+ attr_accessor :lifecycle_state
179
+
180
+ # Identifier. The resource name of the LogicalProductVariant. Format:
181
+ # logicalProducts/`logical_product`/variants/`variant`
182
+ # Corresponds to the JSON property `name`
183
+ # @return [String]
184
+ attr_accessor :name
185
+
186
+ # Output only. Indicates whether the logical product variant has been replaced.
187
+ # If `false`, the variant is active. If `true`, the variant has been replaced by
188
+ # another type, and the `replacement` field contains the resource name of that
189
+ # replacement.
190
+ # Corresponds to the JSON property `replaced`
191
+ # @return [Boolean]
192
+ attr_accessor :replaced
193
+ alias_method :replaced?, :replaced
194
+
195
+ # Output only. The resource name of the Logical Entity that the logical product
196
+ # variant is replaced by. This field is only populated when this logical product
197
+ # variant is replaced by some other type. Eg: logicalProducts/`logical_product`,
198
+ # productSuites/`product_suite`, etc.
199
+ # Corresponds to the JSON property `replacement`
200
+ # @return [String]
201
+ attr_accessor :replacement
202
+
203
+ # Display name of the LogicalProductVariant.
204
+ # Corresponds to the JSON property `title`
205
+ # @return [String]
206
+ attr_accessor :title
207
+
208
+ def initialize(**args)
209
+ update!(**args)
210
+ end
211
+
212
+ # Update properties of this object
213
+ def update!(**args)
214
+ @lifecycle_state = args[:lifecycle_state] if args.key?(:lifecycle_state)
215
+ @name = args[:name] if args.key?(:name)
216
+ @replaced = args[:replaced] if args.key?(:replaced)
217
+ @replacement = args[:replacement] if args.key?(:replacement)
218
+ @title = args[:title] if args.key?(:title)
219
+ end
220
+ end
221
+
222
+ # Response message for LookupEntity.
223
+ class LookupEntityResponse
224
+ include Google::Apis::Core::Hashable
225
+
226
+ # Represents an independent service offering that can be provisioned by a
227
+ # customer.
228
+ # Corresponds to the JSON property `logicalProduct`
229
+ # @return [Google::Apis::CloudproductregistryV1::LogicalProduct]
230
+ attr_accessor :logical_product
231
+
232
+ # Represents a distinct offering derived from a primary product that retains
233
+ # core functionalities but offers specialized features for a specific market
234
+ # segment.
235
+ # Corresponds to the JSON property `logicalProductVariant`
236
+ # @return [Google::Apis::CloudproductregistryV1::LogicalProductVariant]
237
+ attr_accessor :logical_product_variant
238
+
239
+ # Represents a unified grouping of products sharing a common brand and market
240
+ # positioning.
241
+ # Corresponds to the JSON property `productSuite`
242
+ # @return [Google::Apis::CloudproductregistryV1::ProductSuite]
243
+ attr_accessor :product_suite
244
+
245
+ def initialize(**args)
246
+ update!(**args)
247
+ end
248
+
249
+ # Update properties of this object
250
+ def update!(**args)
251
+ @logical_product = args[:logical_product] if args.key?(:logical_product)
252
+ @logical_product_variant = args[:logical_product_variant] if args.key?(:logical_product_variant)
253
+ @product_suite = args[:product_suite] if args.key?(:product_suite)
254
+ end
255
+ end
256
+
257
+ # Represents a unified grouping of products sharing a common brand and market
258
+ # positioning.
259
+ class ProductSuite
260
+ include Google::Apis::Core::Hashable
261
+
262
+ # Output only. LogicalProducts under this suite. Format: logicalProducts/`
263
+ # logical_product`
264
+ # Corresponds to the JSON property `logicalProducts`
265
+ # @return [Array<String>]
266
+ attr_accessor :logical_products
267
+
268
+ # Identifier. The resource name of the ProductSuite. Format: productSuites/`
269
+ # product_suite`
270
+ # Corresponds to the JSON property `name`
271
+ # @return [String]
272
+ attr_accessor :name
273
+
274
+ # Output only. Indicates whether the product suite has been replaced. If `false`,
275
+ # the product suite is active. If `true`, the product suite has been replaced
276
+ # by another type, and the `replacement` field contains the resource name of
277
+ # that replacement.
278
+ # Corresponds to the JSON property `replaced`
279
+ # @return [Boolean]
280
+ attr_accessor :replaced
281
+ alias_method :replaced?, :replaced
282
+
283
+ # Output only. The resource name of the Logical Entity that the product suite is
284
+ # replaced by. This field is only populated when this product suite is replaced
285
+ # by some other type. Eg: logicalProducts/`logical_product`, logicalProducts/`
286
+ # logical_product`/variants/`variant`, etc.
287
+ # Corresponds to the JSON property `replacement`
288
+ # @return [String]
289
+ attr_accessor :replacement
290
+
291
+ # Title of the ProductSuite.
292
+ # Corresponds to the JSON property `title`
293
+ # @return [String]
294
+ attr_accessor :title
295
+
296
+ def initialize(**args)
297
+ update!(**args)
298
+ end
299
+
300
+ # Update properties of this object
301
+ def update!(**args)
302
+ @logical_products = args[:logical_products] if args.key?(:logical_products)
303
+ @name = args[:name] if args.key?(:name)
304
+ @replaced = args[:replaced] if args.key?(:replaced)
305
+ @replacement = args[:replacement] if args.key?(:replacement)
306
+ @title = args[:title] if args.key?(:title)
307
+ end
308
+ end
309
+ end
310
+ end
311
+ end
@@ -0,0 +1,28 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ module Google
16
+ module Apis
17
+ module CloudproductregistryV1
18
+ # Version of the google-apis-cloudproductregistry_v1 gem
19
+ GEM_VERSION = "0.1.0"
20
+
21
+ # Version of the code generator used to generate this client
22
+ GENERATOR_VERSION = "0.19.0"
23
+
24
+ # Revision of the discovery document this client was generated from
25
+ REVISION = "20260611"
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,142 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require 'date'
16
+ require 'google/apis/core/base_service'
17
+ require 'google/apis/core/json_representation'
18
+ require 'google/apis/core/hashable'
19
+ require 'google/apis/errors'
20
+
21
+ module Google
22
+ module Apis
23
+ module CloudproductregistryV1
24
+
25
+ class ListLogicalProductVariantsResponse
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class ListLogicalProductsResponse
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class ListProductSuitesResponse
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class LogicalProduct
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class LogicalProductVariant
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class LookupEntityResponse
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class ProductSuite
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class ListLogicalProductVariantsResponse
68
+ # @private
69
+ class Representation < Google::Apis::Core::JsonRepresentation
70
+ collection :logical_product_variants, as: 'logicalProductVariants', class: Google::Apis::CloudproductregistryV1::LogicalProductVariant, decorator: Google::Apis::CloudproductregistryV1::LogicalProductVariant::Representation
71
+
72
+ property :next_page_token, as: 'nextPageToken'
73
+ end
74
+ end
75
+
76
+ class ListLogicalProductsResponse
77
+ # @private
78
+ class Representation < Google::Apis::Core::JsonRepresentation
79
+ collection :logical_products, as: 'logicalProducts', class: Google::Apis::CloudproductregistryV1::LogicalProduct, decorator: Google::Apis::CloudproductregistryV1::LogicalProduct::Representation
80
+
81
+ property :next_page_token, as: 'nextPageToken'
82
+ end
83
+ end
84
+
85
+ class ListProductSuitesResponse
86
+ # @private
87
+ class Representation < Google::Apis::Core::JsonRepresentation
88
+ property :next_page_token, as: 'nextPageToken'
89
+ collection :product_suites, as: 'productSuites', class: Google::Apis::CloudproductregistryV1::ProductSuite, decorator: Google::Apis::CloudproductregistryV1::ProductSuite::Representation
90
+
91
+ end
92
+ end
93
+
94
+ class LogicalProduct
95
+ # @private
96
+ class Representation < Google::Apis::Core::JsonRepresentation
97
+ property :lifecycle_state, as: 'lifecycleState'
98
+ property :name, as: 'name'
99
+ property :product_suite, as: 'productSuite'
100
+ property :replaced, as: 'replaced'
101
+ property :replacement, as: 'replacement'
102
+ property :title, as: 'title'
103
+ collection :variants, as: 'variants'
104
+ end
105
+ end
106
+
107
+ class LogicalProductVariant
108
+ # @private
109
+ class Representation < Google::Apis::Core::JsonRepresentation
110
+ property :lifecycle_state, as: 'lifecycleState'
111
+ property :name, as: 'name'
112
+ property :replaced, as: 'replaced'
113
+ property :replacement, as: 'replacement'
114
+ property :title, as: 'title'
115
+ end
116
+ end
117
+
118
+ class LookupEntityResponse
119
+ # @private
120
+ class Representation < Google::Apis::Core::JsonRepresentation
121
+ property :logical_product, as: 'logicalProduct', class: Google::Apis::CloudproductregistryV1::LogicalProduct, decorator: Google::Apis::CloudproductregistryV1::LogicalProduct::Representation
122
+
123
+ property :logical_product_variant, as: 'logicalProductVariant', class: Google::Apis::CloudproductregistryV1::LogicalProductVariant, decorator: Google::Apis::CloudproductregistryV1::LogicalProductVariant::Representation
124
+
125
+ property :product_suite, as: 'productSuite', class: Google::Apis::CloudproductregistryV1::ProductSuite, decorator: Google::Apis::CloudproductregistryV1::ProductSuite::Representation
126
+
127
+ end
128
+ end
129
+
130
+ class ProductSuite
131
+ # @private
132
+ class Representation < Google::Apis::Core::JsonRepresentation
133
+ collection :logical_products, as: 'logicalProducts'
134
+ property :name, as: 'name'
135
+ property :replaced, as: 'replaced'
136
+ property :replacement, as: 'replacement'
137
+ property :title, as: 'title'
138
+ end
139
+ end
140
+ end
141
+ end
142
+ end
@@ -0,0 +1,375 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require 'google/apis/core/base_service'
16
+ require 'google/apis/core/json_representation'
17
+ require 'google/apis/core/hashable'
18
+ require 'google/apis/errors'
19
+
20
+ module Google
21
+ module Apis
22
+ module CloudproductregistryV1
23
+ # Cloud Product Registry API
24
+ #
25
+ # cloudproductregistry.googleapis.com API.
26
+ #
27
+ # @example
28
+ # require 'google/apis/cloudproductregistry_v1'
29
+ #
30
+ # Cloudproductregistry = Google::Apis::CloudproductregistryV1 # Alias the module
31
+ # service = Cloudproductregistry::CloudProductRegistryService.new
32
+ #
33
+ # @see https://docs.cloud.google.com/product-registry
34
+ class CloudProductRegistryService < Google::Apis::Core::BaseService
35
+ DEFAULT_ENDPOINT_TEMPLATE = "https://cloudproductregistry.$UNIVERSE_DOMAIN$/"
36
+
37
+ # @return [String]
38
+ # API key. Your API key identifies your project and provides you with API access,
39
+ # quota, and reports. Required unless you provide an OAuth 2.0 token.
40
+ attr_accessor :key
41
+
42
+ # @return [String]
43
+ # Available to use for quota purposes for server-side applications. Can be any
44
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
45
+ attr_accessor :quota_user
46
+
47
+ def initialize
48
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
49
+ client_name: 'google-apis-cloudproductregistry_v1',
50
+ client_version: Google::Apis::CloudproductregistryV1::GEM_VERSION)
51
+ @batch_path = 'batch'
52
+ end
53
+
54
+ # Gets details of a LogicalProduct.
55
+ # @param [String] name
56
+ # Required. The name of the LogicalProduct to retrieve. Format: logicalProducts/`
57
+ # logical_product`
58
+ # @param [String] fields
59
+ # Selector specifying which fields to include in a partial response.
60
+ # @param [String] quota_user
61
+ # Available to use for quota purposes for server-side applications. Can be any
62
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
63
+ # @param [Google::Apis::RequestOptions] options
64
+ # Request-specific options
65
+ #
66
+ # @yield [result, err] Result & error if block supplied
67
+ # @yieldparam result [Google::Apis::CloudproductregistryV1::LogicalProduct] parsed result object
68
+ # @yieldparam err [StandardError] error object if request failed
69
+ #
70
+ # @return [Google::Apis::CloudproductregistryV1::LogicalProduct]
71
+ #
72
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
73
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
74
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
75
+ def get_logical_product(name, fields: nil, quota_user: nil, options: nil, &block)
76
+ command = make_simple_command(:get, 'v1/{+name}', options)
77
+ command.response_representation = Google::Apis::CloudproductregistryV1::LogicalProduct::Representation
78
+ command.response_class = Google::Apis::CloudproductregistryV1::LogicalProduct
79
+ command.params['name'] = name unless name.nil?
80
+ command.query['fields'] = fields unless fields.nil?
81
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
82
+ execute_or_queue_command(command, &block)
83
+ end
84
+
85
+ # Lists LogicalProducts matching given criteria.
86
+ # @param [String] filter
87
+ # Optional. The filter expression for listing logical products. Filter syntax:
88
+ # https://google.aip.dev/160 Supported fields: suite_id
89
+ # @param [Fixnum] page_size
90
+ # Optional. The maximum number of logical products to return. The service may
91
+ # return fewer than this value. If unspecified, at most 100 logical products
92
+ # will be returned. The maximum value is 500; values above 500 will be coerced
93
+ # to 500.
94
+ # @param [String] page_token
95
+ # Optional. A page token, received from a previous `ListLogicalProducts` call.
96
+ # Provide this to retrieve the subsequent page. When paginating, all other
97
+ # parameters provided to `ListLogicalProducts` must match the call that provided
98
+ # the page token.
99
+ # @param [String] fields
100
+ # Selector specifying which fields to include in a partial response.
101
+ # @param [String] quota_user
102
+ # Available to use for quota purposes for server-side applications. Can be any
103
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
104
+ # @param [Google::Apis::RequestOptions] options
105
+ # Request-specific options
106
+ #
107
+ # @yield [result, err] Result & error if block supplied
108
+ # @yieldparam result [Google::Apis::CloudproductregistryV1::ListLogicalProductsResponse] parsed result object
109
+ # @yieldparam err [StandardError] error object if request failed
110
+ #
111
+ # @return [Google::Apis::CloudproductregistryV1::ListLogicalProductsResponse]
112
+ #
113
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
114
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
115
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
116
+ def list_logical_products(filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
117
+ command = make_simple_command(:get, 'v1/logicalProducts', options)
118
+ command.response_representation = Google::Apis::CloudproductregistryV1::ListLogicalProductsResponse::Representation
119
+ command.response_class = Google::Apis::CloudproductregistryV1::ListLogicalProductsResponse
120
+ command.query['filter'] = filter unless filter.nil?
121
+ command.query['pageSize'] = page_size unless page_size.nil?
122
+ command.query['pageToken'] = page_token unless page_token.nil?
123
+ command.query['fields'] = fields unless fields.nil?
124
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
125
+ execute_or_queue_command(command, &block)
126
+ end
127
+
128
+ # Look up entities.
129
+ # @param [String] lookup_uri
130
+ # Required. Entity uri to look up. Supported Formats: logicalProducts/`
131
+ # logical_product` logicalProducts/`logical_product`/variants/`variant`
132
+ # productSuites/`product_suite`
133
+ # @param [String] fields
134
+ # Selector specifying which fields to include in a partial response.
135
+ # @param [String] quota_user
136
+ # Available to use for quota purposes for server-side applications. Can be any
137
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
138
+ # @param [Google::Apis::RequestOptions] options
139
+ # Request-specific options
140
+ #
141
+ # @yield [result, err] Result & error if block supplied
142
+ # @yieldparam result [Google::Apis::CloudproductregistryV1::LookupEntityResponse] parsed result object
143
+ # @yieldparam err [StandardError] error object if request failed
144
+ #
145
+ # @return [Google::Apis::CloudproductregistryV1::LookupEntityResponse]
146
+ #
147
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
148
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
149
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
150
+ def lookup_logical_product_entity(lookup_uri, fields: nil, quota_user: nil, options: nil, &block)
151
+ command = make_simple_command(:get, 'v1/{+lookupUri}:lookupEntity', options)
152
+ command.response_representation = Google::Apis::CloudproductregistryV1::LookupEntityResponse::Representation
153
+ command.response_class = Google::Apis::CloudproductregistryV1::LookupEntityResponse
154
+ command.params['lookupUri'] = lookup_uri unless lookup_uri.nil?
155
+ command.query['fields'] = fields unless fields.nil?
156
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
157
+ execute_or_queue_command(command, &block)
158
+ end
159
+
160
+ # Get details of a LogicalProductVariant.
161
+ # @param [String] name
162
+ # Required. The name of the LogicalProductVariant to retrieve. Format:
163
+ # logicalProducts/`logical_product`/variants/`variant`
164
+ # @param [String] fields
165
+ # Selector specifying which fields to include in a partial response.
166
+ # @param [String] quota_user
167
+ # Available to use for quota purposes for server-side applications. Can be any
168
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
169
+ # @param [Google::Apis::RequestOptions] options
170
+ # Request-specific options
171
+ #
172
+ # @yield [result, err] Result & error if block supplied
173
+ # @yieldparam result [Google::Apis::CloudproductregistryV1::LogicalProductVariant] parsed result object
174
+ # @yieldparam err [StandardError] error object if request failed
175
+ #
176
+ # @return [Google::Apis::CloudproductregistryV1::LogicalProductVariant]
177
+ #
178
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
179
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
180
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
181
+ def get_logical_product_variant(name, fields: nil, quota_user: nil, options: nil, &block)
182
+ command = make_simple_command(:get, 'v1/{+name}', options)
183
+ command.response_representation = Google::Apis::CloudproductregistryV1::LogicalProductVariant::Representation
184
+ command.response_class = Google::Apis::CloudproductregistryV1::LogicalProductVariant
185
+ command.params['name'] = name unless name.nil?
186
+ command.query['fields'] = fields unless fields.nil?
187
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
188
+ execute_or_queue_command(command, &block)
189
+ end
190
+
191
+ # Lists LogicalProductVariants matching given criteria.
192
+ # @param [String] parent
193
+ # Required. Parent logical product id. Format: logicalProducts/`logical_product`
194
+ # @param [Fixnum] page_size
195
+ # Optional. The maximum number of logical product variants to return. The
196
+ # service may return fewer than this value. If unspecified, at most 100 logical
197
+ # product variants will be returned. The maximum value is 500; values above 500
198
+ # will be coerced to 500.
199
+ # @param [String] page_token
200
+ # Optional. A page token, received from a previous `ListLogicalProductVariants`
201
+ # call. Provide this to retrieve the subsequent page. When paginating, all other
202
+ # parameters provided to `ListLogicalProductVariants` must match the call that
203
+ # provided the page token.
204
+ # @param [String] fields
205
+ # Selector specifying which fields to include in a partial response.
206
+ # @param [String] quota_user
207
+ # Available to use for quota purposes for server-side applications. Can be any
208
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
209
+ # @param [Google::Apis::RequestOptions] options
210
+ # Request-specific options
211
+ #
212
+ # @yield [result, err] Result & error if block supplied
213
+ # @yieldparam result [Google::Apis::CloudproductregistryV1::ListLogicalProductVariantsResponse] parsed result object
214
+ # @yieldparam err [StandardError] error object if request failed
215
+ #
216
+ # @return [Google::Apis::CloudproductregistryV1::ListLogicalProductVariantsResponse]
217
+ #
218
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
219
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
220
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
221
+ def list_logical_product_variants(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
222
+ command = make_simple_command(:get, 'v1/{+parent}/variants', options)
223
+ command.response_representation = Google::Apis::CloudproductregistryV1::ListLogicalProductVariantsResponse::Representation
224
+ command.response_class = Google::Apis::CloudproductregistryV1::ListLogicalProductVariantsResponse
225
+ command.params['parent'] = parent unless parent.nil?
226
+ command.query['pageSize'] = page_size unless page_size.nil?
227
+ command.query['pageToken'] = page_token unless page_token.nil?
228
+ command.query['fields'] = fields unless fields.nil?
229
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
230
+ execute_or_queue_command(command, &block)
231
+ end
232
+
233
+ # Look up entities.
234
+ # @param [String] lookup_uri
235
+ # Required. Entity uri to look up. Supported Formats: logicalProducts/`
236
+ # logical_product` logicalProducts/`logical_product`/variants/`variant`
237
+ # productSuites/`product_suite`
238
+ # @param [String] fields
239
+ # Selector specifying which fields to include in a partial response.
240
+ # @param [String] quota_user
241
+ # Available to use for quota purposes for server-side applications. Can be any
242
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
243
+ # @param [Google::Apis::RequestOptions] options
244
+ # Request-specific options
245
+ #
246
+ # @yield [result, err] Result & error if block supplied
247
+ # @yieldparam result [Google::Apis::CloudproductregistryV1::LookupEntityResponse] parsed result object
248
+ # @yieldparam err [StandardError] error object if request failed
249
+ #
250
+ # @return [Google::Apis::CloudproductregistryV1::LookupEntityResponse]
251
+ #
252
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
253
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
254
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
255
+ def lookup_logical_product_variant_entity(lookup_uri, fields: nil, quota_user: nil, options: nil, &block)
256
+ command = make_simple_command(:get, 'v1/{+lookupUri}:lookupEntity', options)
257
+ command.response_representation = Google::Apis::CloudproductregistryV1::LookupEntityResponse::Representation
258
+ command.response_class = Google::Apis::CloudproductregistryV1::LookupEntityResponse
259
+ command.params['lookupUri'] = lookup_uri unless lookup_uri.nil?
260
+ command.query['fields'] = fields unless fields.nil?
261
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
262
+ execute_or_queue_command(command, &block)
263
+ end
264
+
265
+ # Get details of a ProductSuite.
266
+ # @param [String] name
267
+ # Required. The name of the ProductSuite to retrieve. Format: productSuites/`
268
+ # product_suite`
269
+ # @param [String] fields
270
+ # Selector specifying which fields to include in a partial response.
271
+ # @param [String] quota_user
272
+ # Available to use for quota purposes for server-side applications. Can be any
273
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
274
+ # @param [Google::Apis::RequestOptions] options
275
+ # Request-specific options
276
+ #
277
+ # @yield [result, err] Result & error if block supplied
278
+ # @yieldparam result [Google::Apis::CloudproductregistryV1::ProductSuite] parsed result object
279
+ # @yieldparam err [StandardError] error object if request failed
280
+ #
281
+ # @return [Google::Apis::CloudproductregistryV1::ProductSuite]
282
+ #
283
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
284
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
285
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
286
+ def get_product_suite(name, fields: nil, quota_user: nil, options: nil, &block)
287
+ command = make_simple_command(:get, 'v1/{+name}', options)
288
+ command.response_representation = Google::Apis::CloudproductregistryV1::ProductSuite::Representation
289
+ command.response_class = Google::Apis::CloudproductregistryV1::ProductSuite
290
+ command.params['name'] = name unless name.nil?
291
+ command.query['fields'] = fields unless fields.nil?
292
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
293
+ execute_or_queue_command(command, &block)
294
+ end
295
+
296
+ # Lists ProductSuites.
297
+ # @param [Fixnum] page_size
298
+ # Optional. The maximum number of suites to return. The service may return fewer
299
+ # than this value. If unspecified, at most 100 suites will be returned. The
300
+ # maximum value is 500; values above 500 will be coerced to 500.
301
+ # @param [String] page_token
302
+ # Optional. A page token, received from a previous `ListProductSuites` call.
303
+ # Provide this to retrieve the subsequent page. When paginating, all other
304
+ # parameters provided to `ListProductSuites` must match the call that provided
305
+ # the page token.
306
+ # @param [String] fields
307
+ # Selector specifying which fields to include in a partial response.
308
+ # @param [String] quota_user
309
+ # Available to use for quota purposes for server-side applications. Can be any
310
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
311
+ # @param [Google::Apis::RequestOptions] options
312
+ # Request-specific options
313
+ #
314
+ # @yield [result, err] Result & error if block supplied
315
+ # @yieldparam result [Google::Apis::CloudproductregistryV1::ListProductSuitesResponse] parsed result object
316
+ # @yieldparam err [StandardError] error object if request failed
317
+ #
318
+ # @return [Google::Apis::CloudproductregistryV1::ListProductSuitesResponse]
319
+ #
320
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
321
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
322
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
323
+ def list_product_suites(page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
324
+ command = make_simple_command(:get, 'v1/productSuites', options)
325
+ command.response_representation = Google::Apis::CloudproductregistryV1::ListProductSuitesResponse::Representation
326
+ command.response_class = Google::Apis::CloudproductregistryV1::ListProductSuitesResponse
327
+ command.query['pageSize'] = page_size unless page_size.nil?
328
+ command.query['pageToken'] = page_token unless page_token.nil?
329
+ command.query['fields'] = fields unless fields.nil?
330
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
331
+ execute_or_queue_command(command, &block)
332
+ end
333
+
334
+ # Look up entities.
335
+ # @param [String] lookup_uri
336
+ # Required. Entity uri to look up. Supported Formats: logicalProducts/`
337
+ # logical_product` logicalProducts/`logical_product`/variants/`variant`
338
+ # productSuites/`product_suite`
339
+ # @param [String] fields
340
+ # Selector specifying which fields to include in a partial response.
341
+ # @param [String] quota_user
342
+ # Available to use for quota purposes for server-side applications. Can be any
343
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
344
+ # @param [Google::Apis::RequestOptions] options
345
+ # Request-specific options
346
+ #
347
+ # @yield [result, err] Result & error if block supplied
348
+ # @yieldparam result [Google::Apis::CloudproductregistryV1::LookupEntityResponse] parsed result object
349
+ # @yieldparam err [StandardError] error object if request failed
350
+ #
351
+ # @return [Google::Apis::CloudproductregistryV1::LookupEntityResponse]
352
+ #
353
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
354
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
355
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
356
+ def lookup_product_suite_entity(lookup_uri, fields: nil, quota_user: nil, options: nil, &block)
357
+ command = make_simple_command(:get, 'v1/{+lookupUri}:lookupEntity', options)
358
+ command.response_representation = Google::Apis::CloudproductregistryV1::LookupEntityResponse::Representation
359
+ command.response_class = Google::Apis::CloudproductregistryV1::LookupEntityResponse
360
+ command.params['lookupUri'] = lookup_uri unless lookup_uri.nil?
361
+ command.query['fields'] = fields unless fields.nil?
362
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
363
+ execute_or_queue_command(command, &block)
364
+ end
365
+
366
+ protected
367
+
368
+ def apply_command_defaults(command)
369
+ command.query['key'] = key unless key.nil?
370
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
371
+ end
372
+ end
373
+ end
374
+ end
375
+ end
@@ -0,0 +1,33 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require 'google/apis/cloudproductregistry_v1/service.rb'
16
+ require 'google/apis/cloudproductregistry_v1/classes.rb'
17
+ require 'google/apis/cloudproductregistry_v1/representations.rb'
18
+ require 'google/apis/cloudproductregistry_v1/gem_version.rb'
19
+
20
+ module Google
21
+ module Apis
22
+ # Cloud Product Registry API
23
+ #
24
+ # cloudproductregistry.googleapis.com API.
25
+ #
26
+ # @see https://docs.cloud.google.com/product-registry
27
+ module CloudproductregistryV1
28
+ # Version of the Cloud Product Registry API this client connects to.
29
+ # This is NOT the gem version.
30
+ VERSION = 'V1'
31
+ end
32
+ end
33
+ end
@@ -0,0 +1,15 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require "google/apis/cloudproductregistry_v1"
metadata ADDED
@@ -0,0 +1,79 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: google-apis-cloudproductregistry_v1
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Google LLC
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: google-apis-core
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - ">="
17
+ - !ruby/object:Gem::Version
18
+ version: 0.15.0
19
+ - - "<"
20
+ - !ruby/object:Gem::Version
21
+ version: 2.a
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ version: 0.15.0
29
+ - - "<"
30
+ - !ruby/object:Gem::Version
31
+ version: 2.a
32
+ description: This is the simple REST client for Cloud Product Registry API V1. Simple
33
+ REST clients are Ruby client libraries that provide access to Google services via
34
+ their HTTP REST API endpoints. These libraries are generated and updated automatically
35
+ based on the discovery documents published by the service, and they handle most
36
+ concerns such as authentication, pagination, retry, timeouts, and logging. You can
37
+ use this client to access the Cloud Product Registry API, but note that some services
38
+ may provide a separate modern client that is easier to use.
39
+ email: googleapis-packages@google.com
40
+ executables: []
41
+ extensions: []
42
+ extra_rdoc_files: []
43
+ files:
44
+ - ".yardopts"
45
+ - CHANGELOG.md
46
+ - LICENSE.md
47
+ - OVERVIEW.md
48
+ - lib/google-apis-cloudproductregistry_v1.rb
49
+ - lib/google/apis/cloudproductregistry_v1.rb
50
+ - lib/google/apis/cloudproductregistry_v1/classes.rb
51
+ - lib/google/apis/cloudproductregistry_v1/gem_version.rb
52
+ - lib/google/apis/cloudproductregistry_v1/representations.rb
53
+ - lib/google/apis/cloudproductregistry_v1/service.rb
54
+ homepage: https://github.com/google/google-api-ruby-client
55
+ licenses:
56
+ - Apache-2.0
57
+ metadata:
58
+ bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudproductregistry_v1/CHANGELOG.md
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudproductregistry_v1/v0.1.0
61
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudproductregistry_v1
62
+ rdoc_options: []
63
+ require_paths:
64
+ - lib
65
+ required_ruby_version: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: '3.2'
70
+ required_rubygems_version: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: '0'
75
+ requirements: []
76
+ rubygems_version: 3.6.9
77
+ specification_version: 4
78
+ summary: Simple REST client for Cloud Product Registry API V1
79
+ test_files: []