google-cloud-security_center 2.0.1 → 2.0.3

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: 81190407a7bcf1ee59c91a7ecf2a0e0435840c387ffebd15002f58f86ba7c0b4
4
- data.tar.gz: f98bae10e8e3928e4c90bc78b1f31e788605f467a816b2f6d3222892db5fd1d4
3
+ metadata.gz: db25e67ac2aca618c00e1392c038a4787318fdd49d6c1faee2c5f78633dd1a95
4
+ data.tar.gz: 6bc8e54ed25924efd190c894c275ebae5cd6b12e9687315169922c2748aa3b4c
5
5
  SHA512:
6
- metadata.gz: 947c81e5a1425336c4a910fcdf962bdf0c7e86ec56ab9b3153879db68d85a627fce5656cb67f96ddd6f775a674a7a4fd694dcff04c4c16f0d3f784978e377ca3
7
- data.tar.gz: 848a316d83158445bd7aaa8467d626e2bf9579b46b89903766094a5500d14016dde42ef4e8408b4768c7ff96e62a0aff581b3bbc9c98e0ee8bf07f88bd82240f
6
+ metadata.gz: 5cdb0be7ce9fedae34e0bb9d1986815432bd8c863404c89c969ebd246cbabcffb8c2c93628af8de7e1bcd2bc6cd007e40c5d11967526aea13ea7d2b7f9f4e815
7
+ data.tar.gz: e55f8df16a17789f2724133fa3350bdeef051439bf8b8bf2f8fadda008097ad37b35357c47fafb23fc7f7223ed468a1a15daddf2229c8a81a2c48cf8e6a8c0ed
data/README.md CHANGED
@@ -35,6 +35,14 @@ In order to use this library, you first need to go through the following steps:
35
35
  1. [Enable the API.](https://console.cloud.google.com/apis/library/securitycenter.googleapis.com)
36
36
  1. {file:AUTHENTICATION.md Set up authentication.}
37
37
 
38
+ ```ruby
39
+ require "google/cloud/security_center"
40
+
41
+ client = Google::Cloud::SecurityCenter.security_center
42
+ request = ::Google::Cloud::SecurityCenter::V2::BatchCreateResourceValueConfigsRequest.new # (request fields as keyword arguments...)
43
+ response = client.batch_create_resource_value_configs request
44
+ ```
45
+
38
46
  ## Debug Logging
39
47
 
40
48
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module SecurityCenter
23
- VERSION = "2.0.1"
23
+ VERSION = "2.0.3"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-security_center
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -83,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubygems_version: 3.6.8
86
+ rubygems_version: 3.6.9
87
87
  specification_version: 4
88
88
  summary: API Client library for the Security Command Center API
89
89
  test_files: []