google-cloud-channel 0.1.0 → 0.1.1
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/.yardopts +1 -1
- data/README.md +2 -2
- data/lib/google/cloud/channel.rb +2 -2
- data/lib/google/cloud/channel/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 61e63343b8d2509c6096e353b2a62f6adeb0ea1c0fa4b7f29a1b39248bdeb37c
|
|
4
|
+
data.tar.gz: 3b4196ec64d25368b58d7ef0d6158a1b46d68a238e013adc1ea3adf2bc3018f3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 29a1569adec37722f8306c205d16c001b1a62c43aa3681f73d562a8b007be0df1dcf8b203e49b2118f6626b637b1013ec83f236ba12d60cd5e52202e83d34324
|
|
7
|
+
data.tar.gz: 1aab5c4ddf7f27945e16f557109aabab0c93f9b533194632e7bfce9db9923a5dd34d26d233a53d68d3cdc72ddd807435865dc344db2de18771e1ea387158b852
|
data/.yardopts
CHANGED
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Ruby Client for the Channel
|
|
1
|
+
# Ruby Client for the Cloud Channel API
|
|
2
2
|
|
|
3
|
-
API Client library for the Channel
|
|
3
|
+
API Client library for the Cloud Channel API
|
|
4
4
|
|
|
5
5
|
You can use Channel Services to manage your relationships with your partners and your customers. Channel Services include a console and APIs to view and provision links between distributors and resellers, customers and entitlements.
|
|
6
6
|
|
data/lib/google/cloud/channel.rb
CHANGED
|
@@ -108,8 +108,8 @@ module Google
|
|
|
108
108
|
# The library version as recorded in instrumentation and logging.
|
|
109
109
|
# * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
|
|
110
110
|
# An array of interceptors that are run before calls are executed.
|
|
111
|
-
# * `timeout` (*type:* `
|
|
112
|
-
# Default timeout in
|
|
111
|
+
# * `timeout` (*type:* `Numeric`) -
|
|
112
|
+
# Default timeout in seconds.
|
|
113
113
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) -
|
|
114
114
|
# Additional gRPC headers to be sent with the call.
|
|
115
115
|
# * `retry_policy` (*type:* `Hash`) -
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-channel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-01-
|
|
11
|
+
date: 2021-01-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-cloud-channel-v1
|
|
@@ -184,8 +184,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
184
184
|
- !ruby/object:Gem::Version
|
|
185
185
|
version: '0'
|
|
186
186
|
requirements: []
|
|
187
|
-
rubygems_version: 3.
|
|
187
|
+
rubygems_version: 3.2.5
|
|
188
188
|
signing_key:
|
|
189
189
|
specification_version: 4
|
|
190
|
-
summary: API Client library for the Channel
|
|
190
|
+
summary: API Client library for the Cloud Channel API
|
|
191
191
|
test_files: []
|