google-cloud-asset 1.9.0 → 1.10.1

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: 0d361377bb27879d834af3d86c3091da6c3e90a91550dee26d027927b17da6b4
4
- data.tar.gz: b1ccce3891a3703bd452d4b6fc850f5f24fd18d4506509fcad583a5decc1201a
3
+ metadata.gz: dbfe43b359f0e6d7f4cff0add09ff9ecad9ae3226d8a183622292b9c27c4438d
4
+ data.tar.gz: 1f978e718459903143d3d420f46bcadf0eb1c8bca6fd7956487677142d105b74
5
5
  SHA512:
6
- metadata.gz: 30cb375f652e88a9441e379195bf8e79f65aba3dc9fecf724565788b29af1724979569190009624b14afa7a5d087929275db772366e1426b03537786a660b63d
7
- data.tar.gz: 21b3212062dd2565454ea8bc132f09941a45c879729bd70167f686dabf3c1342961b5e3f3c7de9f9113fd90503a9cf14eeb6332d2a5da8fa41c947af41638374
6
+ metadata.gz: 6be8b91e1d749e754ac578795439ac0762a9db979ccba13825c2c4948435ccb30470faf0b1ca10220750176b99063c8e046f04280cc742e684d041c2123ea509
7
+ data.tar.gz: 28b7283b89b664edaf97ff26e1cb5b78e9430fcbf6f3f5cd56278a084ce5c95b76367e4c7d5ebf712f0f9b869dcab04930931fefa06ff2cd50c40d7a6fd6044e
data/README.md CHANGED
@@ -1,8 +1,7 @@
1
1
  # Ruby Client for the Cloud Asset API
2
2
 
3
- API Client library for the Cloud Asset API
3
+ The Cloud Asset API manages the history and inventory of Google Cloud resources.
4
4
 
5
- A metadata inventory service that allows you to view, monitor, and analyze all your GCP and Anthos assets across projects and services.
6
5
 
7
6
  Actual client classes for the various versions of this API are defined in
8
7
  _versioned_ client gems, with names of the form `google-cloud-asset-v*`.
@@ -18,9 +17,6 @@ themselves can be found in the client library documentation for the versioned
18
17
  client gems:
19
18
  [google-cloud-asset-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-asset-v1/latest).
20
19
 
21
- See also the [Product Documentation](https://cloud.google.com/asset-inventory/)
22
- for more usage information.
23
-
24
20
  ## Quick Start
25
21
 
26
22
  ```
@@ -82,7 +78,7 @@ working, try updating the versioned clients in your bundle or installed gems:
82
78
 
83
79
  ## Supported Ruby Versions
84
80
 
85
- This library is supported on Ruby 3.0+.
81
+ This library is supported on Ruby 3.2+.
86
82
 
87
83
  Google provides official support for Ruby versions that are actively supported
88
84
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Asset
19
- VERSION = "1.9.0".freeze
19
+ VERSION = "1.10.1".freeze
20
20
  end
21
21
  end
22
22
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -138,6 +138,7 @@ module Google
138
138
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
139
139
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
140
140
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
141
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
141
142
  # * `:retry_codes` (*type:* `Array<String>`) -
142
143
  # The error codes that should trigger a retry.
143
144
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-asset
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -43,8 +43,8 @@ dependencies:
43
43
  - - "~>"
44
44
  - !ruby/object:Gem::Version
45
45
  version: '1.6'
46
- description: A metadata inventory service that allows you to view, monitor, and analyze
47
- all your GCP and Anthos assets across projects and services.
46
+ description: The Cloud Asset API manages the history and inventory of Google Cloud
47
+ resources.
48
48
  email: googleapis-packages@google.com
49
49
  executables: []
50
50
  extensions: []
@@ -78,5 +78,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
78
  requirements: []
79
79
  rubygems_version: 3.6.9
80
80
  specification_version: 4
81
- summary: API Client library for the Cloud Asset API
81
+ summary: The Cloud Asset API manages the history and inventory of Google Cloud resources.
82
82
  test_files: []