google-cloud-tasks-v2beta2 0.8.0 → 0.9.0

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: 6203eb854c7216227b2de9d96c61dad8dbb35f1ca749e49ca8ce59ca4d3356cc
4
- data.tar.gz: 3ccd440af9128e474ce6b6c82c3205b48eefa61d6d2886edce936784b6394488
3
+ metadata.gz: a804be22ca6b33b25a9ed09d9db17ee0763ab1a1e6d334f889bfbee4ecc256c1
4
+ data.tar.gz: c606a48d1da796fe8e7ee7f25d541f5642b0e4d4c87c3f953cee5e911fcb59be
5
5
  SHA512:
6
- metadata.gz: 9d99d7256dbde8d66440c4a3f8eb9409c16578008e634f998f59fcb50dd71aa93fbe011f75a58c730058795e7626932fb2f38a1a864c5cdbc693d80fe3d6b0d0
7
- data.tar.gz: 41751820a0d624ed73d4ab8e66d3367bdc51706c3709d18aeb42a9c37572e31946d970c5e7b63de7ceaa97b4783b353ba5193ed73f1e90b5cbdc09909f7d0f70
6
+ metadata.gz: ed66657668e606d5901c7d215eed514fb041c8a115e8df3e1c1d81a80c17d5bede502d4954bb58f4ab560884428668605d09d5bd305a2c5b4abf9a14f5f2fff8
7
+ data.tar.gz: 500cc4682cc2692d3cee2f5d8cdc2ad22b3168ce12275288b8c38a315d6a40abef709a5629f76e6dbe136fbd4bc2084d589e3f2342333aa054b659bb31ea0e04
data/README.md CHANGED
@@ -47,7 +47,7 @@ for general usage information.
47
47
 
48
48
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
49
49
  The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/current/stdlibs/logger/Logger.html) as shown below,
50
- or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
50
+ or a [`Google::Cloud::Logging::Logger`](https://cloud.google.com/ruby/docs/reference/google-cloud-logging/latest)
51
51
  that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
52
52
  and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
53
53