google-cloud-asset-v1 0.22.0 → 0.24.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 467089a70394df9d2b51c96517ac2e74fdfe5bf190a20e2be77324f8d333da59
4
- data.tar.gz: 71138d1acbbe2eb86dfac018c2b2147d50233fbdd02954371385939974996fdc
3
+ metadata.gz: 8169f8b40f0f0a7250e0f37e18f6a9c48de6d992e196ade0b676291f979cb8b7
4
+ data.tar.gz: eddd28d1f71c57cf79f2635df07087f6931e1156c0cbda62b58b68212d5e97d8
5
5
  SHA512:
6
- metadata.gz: 13889c03ca6e36ca5e6951b32406eccd4f8552d2b75ab59d8615c6c3a3856d4c789adff6076d24b84b9823fd184d46daa9b32ce62ed8310ff93f4a161f8d9620
7
- data.tar.gz: 3cd37370607f8c9d4942b2042e3a0033b55528b3a5b1be3bacaba3f6bb3d220e204e70b035c7dfbb7e312a796b038fe1dda36b87fd65bc99fc81940a8cb294a2
6
+ metadata.gz: 33a9ed14e263097a9854f4cfd4480105b31c7a4d8ab5bcffaa4940a999b778dc6d3d21387bf02cbd45bb0bf7944bc5f8f6ef01dcf945391d6c6595d1d93763c3
7
+ data.tar.gz: bfd8d52a468c93ba36e9e24ff5699a815941a43ebd8a1511c90c0e19ddae58548d09624670df11a0c0f5246f9b63a4cdc6189eed1c0d1eda4069cd0b238c8282
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Ruby Client for the Cloud Asset V1 API
2
2
 
3
- API Client library for the Cloud Asset V1 API
3
+ The Cloud Asset API manages the history and inventory of Google Cloud resources.
4
4
 
5
5
  A metadata inventory service that allows you to view, monitor, and analyze all your GCP and Anthos assets across projects and services.
6
6
 
@@ -46,7 +46,7 @@ for general usage information.
46
46
  ## Enabling Logging
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
- The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/stdlib/libdoc/logger/rdoc/Logger.html) as shown below,
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
50
  or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/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.