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 +4 -4
- data/README.md +1 -5
- data/lib/google/cloud/asset/version.rb +1 -1
- data/lib/google/cloud/asset.rb +1 -1
- data/lib/google-cloud-asset.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dbfe43b359f0e6d7f4cff0add09ff9ecad9ae3226d8a183622292b9c27c4438d
|
|
4
|
+
data.tar.gz: 1f978e718459903143d3d420f46bcadf0eb1c8bca6fd7956487677142d105b74
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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
|
```
|
data/lib/google/cloud/asset.rb
CHANGED
data/lib/google-cloud-asset.rb
CHANGED
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.
|
|
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:
|
|
47
|
-
|
|
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:
|
|
81
|
+
summary: The Cloud Asset API manages the history and inventory of Google Cloud resources.
|
|
82
82
|
test_files: []
|