google-cloud-security_center-v1 0.3.0 → 0.3.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5752e83e801766b7bf1bbbe273bad9ef06fb9dfd27671c092399007210ed214e
|
|
4
|
+
data.tar.gz: e7c9807181ca238b73377d0b97d90a3dd1495fedbf1ff0b03a6ed66e78dc9b3c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 20f145e0f3119dbf7df8648f7dbe1a87f87f4c0836deff487eb256af77053767007d54012652c2f65e8e4c9cc571a881c1f970e1cf092d8b132ba1b29b877830
|
|
7
|
+
data.tar.gz: 41d93ec208849e16509e8c4ae81cf85af31661a7fd906a2ed22840357404f2289d874593706f34a8526ae1fea5915530265ffb253609e98130516b5a2564064f
|
data/README.md
CHANGED
|
@@ -18,6 +18,7 @@ In order to use this library, you first need to go through the following steps:
|
|
|
18
18
|
|
|
19
19
|
1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
|
|
20
20
|
1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
|
|
21
|
+
1. [Enable the API.](https://console.cloud.google.com/apis/library/securitycenter.googleapis.com)
|
|
21
22
|
1. {file:AUTHENTICATION.md Set up authentication.}
|
|
22
23
|
|
|
23
24
|
## Quick Start
|
|
@@ -33,6 +34,9 @@ response = client.create_source request
|
|
|
33
34
|
View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-security_center-v1/latest)
|
|
34
35
|
for class and method documentation.
|
|
35
36
|
|
|
37
|
+
See also the [Product Documentation](https://cloud.google.com/security-command-center)
|
|
38
|
+
for general usage information.
|
|
39
|
+
|
|
36
40
|
## Enabling Logging
|
|
37
41
|
|
|
38
42
|
To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
|
|
@@ -2104,7 +2104,8 @@ module Google
|
|
|
2104
2104
|
end
|
|
2105
2105
|
|
|
2106
2106
|
##
|
|
2107
|
-
# Updates a notification config.
|
|
2107
|
+
# Updates a notification config. The following update
|
|
2108
|
+
# fields are allowed: description, pubsub_topic, streaming_config.filter
|
|
2108
2109
|
#
|
|
2109
2110
|
# @overload update_notification_config(request, options = nil)
|
|
2110
2111
|
# Pass arguments to `update_notification_config` via a request object, either of type
|
|
@@ -86,8 +86,8 @@ module Google
|
|
|
86
86
|
# Creates or updates a finding. The corresponding source must exist for a
|
|
87
87
|
# finding creation to succeed.
|
|
88
88
|
rpc :UpdateFinding, Google::Cloud::SecurityCenter::V1::UpdateFindingRequest, Google::Cloud::SecurityCenter::V1::Finding
|
|
89
|
-
#
|
|
90
|
-
#
|
|
89
|
+
# Updates a notification config. The following update
|
|
90
|
+
# fields are allowed: description, pubsub_topic, streaming_config.filter
|
|
91
91
|
rpc :UpdateNotificationConfig, Google::Cloud::SecurityCenter::V1::UpdateNotificationConfigRequest, Google::Cloud::SecurityCenter::V1::NotificationConfig
|
|
92
92
|
# Updates an organization's settings.
|
|
93
93
|
rpc :UpdateOrganizationSettings, Google::Cloud::SecurityCenter::V1::UpdateOrganizationSettingsRequest, Google::Cloud::SecurityCenter::V1::OrganizationSettings
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-security_center-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.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: 2020-06-
|
|
11
|
+
date: 2020-06-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|