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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2fc9f7fad48ce54c10a66046755348dae48280007372f0e7edbf036ef3ff9404
4
- data.tar.gz: a42ffcc581de22d196ebc980b87251850088dbcb5d0c6e2a425479986673d06e
3
+ metadata.gz: 81f422b14ba1d058f84a595008fae6894822d203697da8abff2872e41c12b7b6
4
+ data.tar.gz: 69152bf288af2aa5c45757ac24a4778e1d1ceb5a224f1924cc811ac9ad36c39a
5
5
  SHA512:
6
- metadata.gz: 1ecf8a2c4a07ac6acad58f6013f309b92f6cb5ce490e600a957a0a179098f3e34209c18522578f8c0210b45485a91218c585c1bf086ecd498ec667f52cf41a7d
7
- data.tar.gz: 0e1cfa426ff0dee25a56a16d5093c4fe6553f7b910c2c53276e2167ceae21645dbd7be15aaf769bd3565e51ff3d76af584b992c7d6b3b3b29895ab3db705b85e
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://googleapis.dev/ruby/google-cloud-security_center-v1/latest),
20
- [google-cloud-security_center-v1p1beta1](https://googleapis.dev/ruby/google-cloud-security_center-v1p1beta1/latest).
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.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module SecurityCenter
23
- VERSION = "1.4.0"
23
+ VERSION = "1.4.1"
24
24
  end
25
25
  end
26
26
  end
@@ -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://googleapis.dev/ruby/google-cloud-security_center-v1/latest/Google/Cloud/SecurityCenter/V1/SecurityCenter/Client.html)
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.0
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-03-09 00:00:00.000000000 Z
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