google-cloud-security_center 1.4.0 → 1.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/google/cloud/security_center/version.rb +1 -1
- data/lib/google/cloud/security_center.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 81f422b14ba1d058f84a595008fae6894822d203697da8abff2872e41c12b7b6
|
4
|
+
data.tar.gz: 69152bf288af2aa5c45757ac24a4778e1d1ceb5a224f1924cc811ac9ad36c39a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df524ca45d46d3285cc13d041e740bf0300e7b22c1e0af1cd4a3a0a9b78338ee5ff979999a8683c9fa15b82495624d14b4f009c09a8c626aa73795ed7e8c0868
|
7
|
+
data.tar.gz: bef9b5d8460c996f49f87990fe2c5475a6f516c5105a2e19c19bc21bd3c59ee1d855dbd91a891693a3b9082b2adff9ac8d3ae0e65caff14d794561cf1d531985
|
data/README.md
CHANGED
@@ -16,8 +16,8 @@ for this library, google-cloud-security_center, to see the convenience methods f
|
|
16
16
|
constructing client objects. Reference documentation for the client objects
|
17
17
|
themselves can be found in the client library documentation for the versioned
|
18
18
|
client gems:
|
19
|
-
[google-cloud-security_center-v1](https://
|
20
|
-
[google-cloud-security_center-v1p1beta1](https://
|
19
|
+
[google-cloud-security_center-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-security_center-v1/latest),
|
20
|
+
[google-cloud-security_center-v1p1beta1](https://cloud.google.com/ruby/docs/reference/google-cloud-security_center-v1p1beta1/latest).
|
21
21
|
|
22
22
|
See also the [Product Documentation](https://cloud.google.com/security-command-center)
|
23
23
|
for more usage information.
|
@@ -48,7 +48,7 @@ module Google
|
|
48
48
|
# Create a new client object for SecurityCenter.
|
49
49
|
#
|
50
50
|
# By default, this returns an instance of
|
51
|
-
# [Google::Cloud::SecurityCenter::V1::SecurityCenter::Client](https://
|
51
|
+
# [Google::Cloud::SecurityCenter::V1::SecurityCenter::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-security_center-v1/latest/Google-Cloud-SecurityCenter-V1-SecurityCenter-Client)
|
52
52
|
# for a gRPC client for version V1 of the API.
|
53
53
|
# However, you can specify a different API version by passing it in the
|
54
54
|
# `version` parameter. If the SecurityCenter service is
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-security_center
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-07-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-core
|