google-cloud-channel-v1 0.14.0 → 0.16.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 +4 -4
- data/README.md +2 -2
- data/lib/google/cloud/channel/v1/cloud_channel_reports_service/client.rb +38 -36
- data/lib/google/cloud/channel/v1/cloud_channel_reports_service/operations.rb +12 -14
- data/lib/google/cloud/channel/v1/cloud_channel_reports_service/rest/client.rb +583 -0
- data/lib/google/cloud/channel/v1/cloud_channel_reports_service/rest/operations.rb +793 -0
- data/lib/google/cloud/channel/v1/cloud_channel_reports_service/rest/service_stub.rb +227 -0
- data/lib/google/cloud/channel/v1/cloud_channel_reports_service/rest.rb +56 -0
- data/lib/google/cloud/channel/v1/cloud_channel_reports_service.rb +7 -1
- data/lib/google/cloud/channel/v1/cloud_channel_service/client.rb +389 -327
- data/lib/google/cloud/channel/v1/cloud_channel_service/operations.rb +12 -14
- data/lib/google/cloud/channel/v1/cloud_channel_service/rest/client.rb +4784 -0
- data/lib/google/cloud/channel/v1/cloud_channel_service/rest/operations.rb +793 -0
- data/lib/google/cloud/channel/v1/cloud_channel_service/rest/service_stub.rb +2771 -0
- data/lib/google/cloud/channel/v1/cloud_channel_service/rest.rb +72 -0
- data/lib/google/cloud/channel/v1/cloud_channel_service.rb +15 -8
- data/lib/google/cloud/channel/v1/reports_service_services_pb.rb +4 -2
- data/lib/google/cloud/channel/v1/repricing_pb.rb +17 -0
- data/lib/google/cloud/channel/v1/rest.rb +38 -0
- data/lib/google/cloud/channel/v1/service_services_pb.rb +155 -102
- data/lib/google/cloud/channel/v1/version.rb +1 -1
- data/lib/google/cloud/channel/v1.rb +7 -2
- data/proto_docs/google/api/client.rb +318 -0
- data/proto_docs/google/api/launch_stage.rb +71 -0
- data/proto_docs/google/cloud/channel/v1/channel_partner_links.rb +5 -3
- data/proto_docs/google/cloud/channel/v1/entitlements.rb +21 -16
- data/proto_docs/google/cloud/channel/v1/offers.rb +2 -2
- data/proto_docs/google/cloud/channel/v1/operations.rb +2 -1
- data/proto_docs/google/cloud/channel/v1/reports_service.rb +49 -34
- data/proto_docs/google/cloud/channel/v1/repricing.rb +63 -14
- data/proto_docs/google/cloud/channel/v1/service.rb +241 -159
- data/proto_docs/google/rpc/status.rb +4 -2
- metadata +21 -8
@@ -28,12 +28,14 @@ module Google
|
|
28
28
|
# [API Design Guide](https://cloud.google.com/apis/design/errors).
|
29
29
|
# @!attribute [rw] code
|
30
30
|
# @return [::Integer]
|
31
|
-
# The status code, which should be an enum value of
|
31
|
+
# The status code, which should be an enum value of
|
32
|
+
# [google.rpc.Code][google.rpc.Code].
|
32
33
|
# @!attribute [rw] message
|
33
34
|
# @return [::String]
|
34
35
|
# A developer-facing error message, which should be in English. Any
|
35
36
|
# user-facing error message should be localized and sent in the
|
36
|
-
# {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized
|
37
|
+
# {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized
|
38
|
+
# by the client.
|
37
39
|
# @!attribute [rw] details
|
38
40
|
# @return [::Array<::Google::Protobuf::Any>]
|
39
41
|
# A list of messages that carry the error details. There is a common set of
|
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.
|
4
|
+
version: 0.16.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:
|
11
|
+
date: 2023-03-08 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:
|
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:
|
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.
|
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.
|
60
|
+
version: 1.26.3
|
61
61
|
- !ruby/object:Gem::Dependency
|
62
62
|
name: minitest
|
63
63
|
requirement: !ruby/object:Gem::Requirement
|
@@ -179,11 +179,19 @@ 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
|
189
197
|
- lib/google/cloud/channel/v1/entitlements_pb.rb
|
@@ -193,12 +201,15 @@ files:
|
|
193
201
|
- lib/google/cloud/channel/v1/reports_service_pb.rb
|
194
202
|
- lib/google/cloud/channel/v1/reports_service_services_pb.rb
|
195
203
|
- lib/google/cloud/channel/v1/repricing_pb.rb
|
204
|
+
- lib/google/cloud/channel/v1/rest.rb
|
196
205
|
- lib/google/cloud/channel/v1/service_pb.rb
|
197
206
|
- lib/google/cloud/channel/v1/service_services_pb.rb
|
198
207
|
- lib/google/cloud/channel/v1/subscriber_event_pb.rb
|
199
208
|
- lib/google/cloud/channel/v1/version.rb
|
200
209
|
- proto_docs/README.md
|
210
|
+
- proto_docs/google/api/client.rb
|
201
211
|
- proto_docs/google/api/field_behavior.rb
|
212
|
+
- proto_docs/google/api/launch_stage.rb
|
202
213
|
- proto_docs/google/api/resource.rb
|
203
214
|
- proto_docs/google/cloud/channel/v1/channel_partner_links.rb
|
204
215
|
- proto_docs/google/cloud/channel/v1/common.rb
|
@@ -242,8 +253,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
242
253
|
- !ruby/object:Gem::Version
|
243
254
|
version: '0'
|
244
255
|
requirements: []
|
245
|
-
rubygems_version: 3.
|
256
|
+
rubygems_version: 3.4.2
|
246
257
|
signing_key:
|
247
258
|
specification_version: 4
|
248
|
-
summary:
|
259
|
+
summary: The Cloud Channel API enables Google Cloud partners to have a single unified
|
260
|
+
resale platform and APIs across all of Google Cloud including GCP, Workspace, Maps
|
261
|
+
and Chrome.
|
249
262
|
test_files: []
|