google-cloud-asset-v1 0.17.3 → 0.20.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: 30ac332df7f547cf23994182b89155926616b8f9a0767cd0b351f94d4f9186ed
4
- data.tar.gz: 5450275dc3bb5a4b84ace5eec4956b7bf63c2f2695d67b2b1cb95b18343f85fa
3
+ metadata.gz: 6481b62f72f84cb8d1d8f93fc298424b7a4af09a65a0aed41bcd2f7dfba2d39d
4
+ data.tar.gz: 1b3328c180d3039cbc141865b7f06613053b809eddd9c790801cdbe0e65ea984
5
5
  SHA512:
6
- metadata.gz: db93ef2b8ddf37763c52dabb80febc71b745dea6033b24606c7f6f6859d9a4390c61547efc403a23ec4b4aa4aba1d21ef201a9ae45a8af6dff14ef7b11396051
7
- data.tar.gz: 455a3a5b8bf0fd431a6047073829fadb1739fdc5014a219d49c3e31fda831b289514bcea79aed25345d62804914cce46e551853a61b78e7de8c42203c1e76c3c
6
+ metadata.gz: b15fc63cf8fd5db5ed02943a7c6a8d5a8a4805d1ecc5035dab5dae3bb0628f05eb9770659dfa7137e04749e0e2e0cc58b4683c2e2c058b098089f150863e731a
7
+ data.tar.gz: bb9732d0d7c2eb7b3529e22f8c1d30095d816e38927f270ef4546238365fc8170cebc09279df8f1b431495b7d868a8aa3e670df66bfcd60fe40086c5e31a5447
data/README.md CHANGED
@@ -37,7 +37,7 @@ request = ::Google::Cloud::Asset::V1::ExportAssetsRequest.new # (request fields
37
37
  response = client.export_assets request
38
38
  ```
39
39
 
40
- View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-asset-v1/latest)
40
+ View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-asset-v1/latest)
41
41
  for class and method documentation.
42
42
 
43
43
  See also the [Product Documentation](https://cloud.google.com/asset-inventory/)
@@ -69,16 +69,21 @@ module GRPC
69
69
  end
70
70
  ```
71
71
 
72
+
73
+ ## Google Cloud Samples
74
+
75
+ To browse ready to use code samples check [Google Cloud Samples](https://cloud.google.com/docs/samples).
76
+
72
77
  ## Supported Ruby Versions
73
78
 
74
- This library is supported on Ruby 2.5+.
79
+ This library is supported on Ruby 2.6+.
75
80
 
76
81
  Google provides official support for Ruby versions that are actively supported
77
82
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
78
- in security maintenance, and not end of life. Currently, this means Ruby 2.5
79
- and later. Older versions of Ruby _may_ still work, but are unsupported and not
80
- recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details
81
- about the Ruby support schedule.
83
+ in security maintenance, and not end of life. Older versions of Ruby _may_
84
+ still work, but are unsupported and not recommended. See
85
+ https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby
86
+ support schedule.
82
87
 
83
88
  ## Which client should I use?
84
89