google-cloud-asset 1.10.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: 12667547c2b5f943927574be0e9e5cff50ad25c5328b3e9b388d451242e495c0
4
- data.tar.gz: a05b3d076b8033ecbadfdda65d645b4756c0079cb2926bc5de455d8decee76ee
3
+ metadata.gz: dbfe43b359f0e6d7f4cff0add09ff9ecad9ae3226d8a183622292b9c27c4438d
4
+ data.tar.gz: 1f978e718459903143d3d420f46bcadf0eb1c8bca6fd7956487677142d105b74
5
5
  SHA512:
6
- metadata.gz: 5ab540cb7788e6115e17db3fdd49f5ff610bd92531ca7ff5359df0dfe8ff0a185144ae6f58b19ae7cfcc0d8f6469eac9319ca5d947ad3e917820ba80044bb6b9
7
- data.tar.gz: f6b22f4fe69eff0a676395735c0e1fbbb08cc3f3cf6b01f8e36bcbea0d1d614179fb8fbe833d9a151cd615180e52e4377092ef6f49e6079137233cc9b1fb728f
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
  ```
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Asset
19
- VERSION = "1.10.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.
@@ -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.10.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: []