google-cloud-channel 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e6bc231fd4faa0ee66627c9fd2d31f0b71888c00baebb228e899ded93ec081db
4
- data.tar.gz: 9628d429b902d8f4367cf425464f1596b34b2ca9c752b672545481bb6a5ec977
3
+ metadata.gz: 61e63343b8d2509c6096e353b2a62f6adeb0ea1c0fa4b7f29a1b39248bdeb37c
4
+ data.tar.gz: 3b4196ec64d25368b58d7ef0d6158a1b46d68a238e013adc1ea3adf2bc3018f3
5
5
  SHA512:
6
- metadata.gz: 7b1cd488270ddf5baae5c0ffbb347e5550fde512246697484a1cdebba3e32e6880e4c08762f21e49738510c0401287c9418e1add1b3613a330750b049aac48b0
7
- data.tar.gz: 2b3e6f564ecb9431a8f0a10fb37de67557b9993ad4d30e41c16e0227d407fe1eeefec36e34dee61da6ea00d72512d77610ce3663994de6502ccbf3a998542030
6
+ metadata.gz: 29a1569adec37722f8306c205d16c001b1a62c43aa3681f73d562a8b007be0df1dcf8b203e49b2118f6626b637b1013ec83f236ba12d60cd5e52202e83d34324
7
+ data.tar.gz: 1aab5c4ddf7f27945e16f557109aabab0c93f9b533194632e7bfce9db9923a5dd34d26d233a53d68d3cdc72ddd807435865dc344db2de18771e1ea387158b852
data/.yardopts CHANGED
@@ -1,5 +1,5 @@
1
1
  --no-private
2
- --title=Channel Services API
2
+ --title=Cloud Channel API
3
3
  --exclude _pb\.rb$
4
4
  --markup markdown
5
5
  --markup-provider redcarpet
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Ruby Client for the Channel Services API
1
+ # Ruby Client for the Cloud Channel API
2
2
 
3
- API Client library for the Channel Services API
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
 
@@ -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:* `Integer`) -
112
- # Default timeout in milliseconds.
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`) -
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Channel
23
- VERSION = "0.1.0"
23
+ VERSION = "0.1.1"
24
24
  end
25
25
  end
26
26
  end
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.0
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-12 00:00:00.000000000 Z
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.1.4
187
+ rubygems_version: 3.2.5
188
188
  signing_key:
189
189
  specification_version: 4
190
- summary: API Client library for the Channel Services API
190
+ summary: API Client library for the Cloud Channel API
191
191
  test_files: []