google-cloud-channel-v1 0.1.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -70,7 +70,16 @@ module Google
70
70
  # .setNanos((int) ((millis % 1000) * 1000000)).build();
71
71
  #
72
72
  #
73
- # Example 5: Compute Timestamp from current time in Python.
73
+ # Example 5: Compute Timestamp from Java `Instant.now()`.
74
+ #
75
+ # Instant now = Instant.now();
76
+ #
77
+ # Timestamp timestamp =
78
+ # Timestamp.newBuilder().setSeconds(now.getEpochSecond())
79
+ # .setNanos(now.getNano()).build();
80
+ #
81
+ #
82
+ # Example 6: Compute Timestamp from current time in Python.
74
83
  #
75
84
  # timestamp = Timestamp()
76
85
  # timestamp.GetCurrentTime()
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.1.0
4
+ version: 0.5.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: 2021-01-12 00:00:00.000000000 Z
11
+ date: 2021-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -44,14 +44,14 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 1.24.0
47
+ version: 1.25.1
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 1.24.0
54
+ version: 1.25.1
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: minitest
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -152,7 +152,10 @@ dependencies:
152
152
  version: '0.9'
153
153
  description: You can use Channel Services to manage your relationships with your partners
154
154
  and your customers. Channel Services include a console and APIs to view and provision
155
- links between distributors and resellers, customers and entitlements.
155
+ links between distributors and resellers, customers and entitlements. Note that
156
+ google-cloud-channel-v1 is a version-specific client library. For most uses, we
157
+ recommend installing the main client library google-cloud-channel instead. See the
158
+ readme for more details.
156
159
  email: googleapis-packages@google.com
157
160
  executables: []
158
161
  extensions: []
@@ -178,6 +181,7 @@ files:
178
181
  - lib/google/cloud/channel/v1/products_pb.rb
179
182
  - lib/google/cloud/channel/v1/service_pb.rb
180
183
  - lib/google/cloud/channel/v1/service_services_pb.rb
184
+ - lib/google/cloud/channel/v1/subscriber_event_pb.rb
181
185
  - lib/google/cloud/channel/v1/version.rb
182
186
  - proto_docs/README.md
183
187
  - proto_docs/google/api/field_behavior.rb
@@ -190,8 +194,10 @@ files:
190
194
  - proto_docs/google/cloud/channel/v1/operations.rb
191
195
  - proto_docs/google/cloud/channel/v1/products.rb
192
196
  - proto_docs/google/cloud/channel/v1/service.rb
197
+ - proto_docs/google/cloud/channel/v1/subscriber_event.rb
193
198
  - proto_docs/google/longrunning/operations.rb
194
199
  - proto_docs/google/protobuf/any.rb
200
+ - proto_docs/google/protobuf/duration.rb
195
201
  - proto_docs/google/protobuf/empty.rb
196
202
  - proto_docs/google/protobuf/field_mask.rb
197
203
  - proto_docs/google/protobuf/timestamp.rb
@@ -211,15 +217,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
211
217
  requirements:
212
218
  - - ">="
213
219
  - !ruby/object:Gem::Version
214
- version: '2.4'
220
+ version: '2.5'
215
221
  required_rubygems_version: !ruby/object:Gem::Requirement
216
222
  requirements:
217
223
  - - ">="
218
224
  - !ruby/object:Gem::Version
219
225
  version: '0'
220
226
  requirements: []
221
- rubygems_version: 3.1.4
227
+ rubygems_version: 3.2.13
222
228
  signing_key:
223
229
  specification_version: 4
224
- summary: API Client library for the Channel Services V1 API
230
+ summary: API Client library for the Cloud Channel V1 API
225
231
  test_files: []