google-cloud-channel-v1 0.15.0 → 0.17.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.
Files changed (29) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/google/cloud/channel/v1/cloud_channel_reports_service/client.rb +14 -18
  4. data/lib/google/cloud/channel/v1/cloud_channel_reports_service/operations.rb +14 -16
  5. data/lib/google/cloud/channel/v1/cloud_channel_reports_service/rest/client.rb +583 -0
  6. data/lib/google/cloud/channel/v1/cloud_channel_reports_service/rest/operations.rb +793 -0
  7. data/lib/google/cloud/channel/v1/cloud_channel_reports_service/rest/service_stub.rb +227 -0
  8. data/lib/google/cloud/channel/v1/cloud_channel_reports_service/rest.rb +56 -0
  9. data/lib/google/cloud/channel/v1/cloud_channel_reports_service.rb +7 -1
  10. data/lib/google/cloud/channel/v1/cloud_channel_service/client.rb +232 -119
  11. data/lib/google/cloud/channel/v1/cloud_channel_service/operations.rb +14 -16
  12. data/lib/google/cloud/channel/v1/cloud_channel_service/rest/client.rb +4894 -0
  13. data/lib/google/cloud/channel/v1/cloud_channel_service/rest/operations.rb +793 -0
  14. data/lib/google/cloud/channel/v1/cloud_channel_service/rest/service_stub.rb +2830 -0
  15. data/lib/google/cloud/channel/v1/cloud_channel_service/rest.rb +72 -0
  16. data/lib/google/cloud/channel/v1/cloud_channel_service.rb +7 -1
  17. data/lib/google/cloud/channel/v1/customers_pb.rb +1 -0
  18. data/lib/google/cloud/channel/v1/entitlement_changes_pb.rb +81 -0
  19. data/lib/google/cloud/channel/v1/reports_service_pb.rb +1 -0
  20. data/lib/google/cloud/channel/v1/rest.rb +38 -0
  21. data/lib/google/cloud/channel/v1/service_pb.rb +15 -0
  22. data/lib/google/cloud/channel/v1/service_services_pb.rb +17 -0
  23. data/lib/google/cloud/channel/v1/version.rb +1 -1
  24. data/lib/google/cloud/channel/v1.rb +7 -2
  25. data/proto_docs/google/cloud/channel/v1/customers.rb +4 -0
  26. data/proto_docs/google/cloud/channel/v1/entitlement_changes.rb +182 -0
  27. data/proto_docs/google/cloud/channel/v1/entitlements.rb +12 -3
  28. data/proto_docs/google/cloud/channel/v1/service.rb +52 -0
  29. metadata +21 -8
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-channel-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.17.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-12-14 00:00:00.000000000 Z
11
+ date: 2023-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.12'
19
+ version: 0.18.0
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.12'
29
+ version: 0.18.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -50,14 +50,14 @@ dependencies:
50
50
  requirements:
51
51
  - - "~>"
52
52
  - !ruby/object:Gem::Version
53
- version: 1.26.1
53
+ version: 1.26.3
54
54
  type: :development
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
57
57
  requirements:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
- version: 1.26.1
60
+ version: 1.26.3
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: minitest
63
63
  requirement: !ruby/object:Gem::Requirement
@@ -179,13 +179,22 @@ files:
179
179
  - lib/google/cloud/channel/v1/cloud_channel_reports_service/credentials.rb
180
180
  - lib/google/cloud/channel/v1/cloud_channel_reports_service/operations.rb
181
181
  - lib/google/cloud/channel/v1/cloud_channel_reports_service/paths.rb
182
+ - lib/google/cloud/channel/v1/cloud_channel_reports_service/rest.rb
183
+ - lib/google/cloud/channel/v1/cloud_channel_reports_service/rest/client.rb
184
+ - lib/google/cloud/channel/v1/cloud_channel_reports_service/rest/operations.rb
185
+ - lib/google/cloud/channel/v1/cloud_channel_reports_service/rest/service_stub.rb
182
186
  - lib/google/cloud/channel/v1/cloud_channel_service.rb
183
187
  - lib/google/cloud/channel/v1/cloud_channel_service/client.rb
184
188
  - lib/google/cloud/channel/v1/cloud_channel_service/credentials.rb
185
189
  - lib/google/cloud/channel/v1/cloud_channel_service/operations.rb
186
190
  - lib/google/cloud/channel/v1/cloud_channel_service/paths.rb
191
+ - lib/google/cloud/channel/v1/cloud_channel_service/rest.rb
192
+ - lib/google/cloud/channel/v1/cloud_channel_service/rest/client.rb
193
+ - lib/google/cloud/channel/v1/cloud_channel_service/rest/operations.rb
194
+ - lib/google/cloud/channel/v1/cloud_channel_service/rest/service_stub.rb
187
195
  - lib/google/cloud/channel/v1/common_pb.rb
188
196
  - lib/google/cloud/channel/v1/customers_pb.rb
197
+ - lib/google/cloud/channel/v1/entitlement_changes_pb.rb
189
198
  - lib/google/cloud/channel/v1/entitlements_pb.rb
190
199
  - lib/google/cloud/channel/v1/offers_pb.rb
191
200
  - lib/google/cloud/channel/v1/operations_pb.rb
@@ -193,6 +202,7 @@ files:
193
202
  - lib/google/cloud/channel/v1/reports_service_pb.rb
194
203
  - lib/google/cloud/channel/v1/reports_service_services_pb.rb
195
204
  - lib/google/cloud/channel/v1/repricing_pb.rb
205
+ - lib/google/cloud/channel/v1/rest.rb
196
206
  - lib/google/cloud/channel/v1/service_pb.rb
197
207
  - lib/google/cloud/channel/v1/service_services_pb.rb
198
208
  - lib/google/cloud/channel/v1/subscriber_event_pb.rb
@@ -205,6 +215,7 @@ files:
205
215
  - proto_docs/google/cloud/channel/v1/channel_partner_links.rb
206
216
  - proto_docs/google/cloud/channel/v1/common.rb
207
217
  - proto_docs/google/cloud/channel/v1/customers.rb
218
+ - proto_docs/google/cloud/channel/v1/entitlement_changes.rb
208
219
  - proto_docs/google/cloud/channel/v1/entitlements.rb
209
220
  - proto_docs/google/cloud/channel/v1/offers.rb
210
221
  - proto_docs/google/cloud/channel/v1/operations.rb
@@ -244,8 +255,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
244
255
  - !ruby/object:Gem::Version
245
256
  version: '0'
246
257
  requirements: []
247
- rubygems_version: 3.3.14
258
+ rubygems_version: 3.4.2
248
259
  signing_key:
249
260
  specification_version: 4
250
- summary: API Client library for the Cloud Channel V1 API
261
+ summary: The Cloud Channel API enables Google Cloud partners to have a single unified
262
+ resale platform and APIs across all of Google Cloud including GCP, Workspace, Maps
263
+ and Chrome.
251
264
  test_files: []