google-cloud-security_center-v1 0.3.0 → 0.3.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: 1e178ebd0f755ef86a7943825eb34e513ebb1594f0f33265008b246652057ace
4
- data.tar.gz: 5a1dc2333d97ae4df25bced5b4da4cb9aa29bd451b8bf9fdb9b7c80e2d51b249
3
+ metadata.gz: 5752e83e801766b7bf1bbbe273bad9ef06fb9dfd27671c092399007210ed214e
4
+ data.tar.gz: e7c9807181ca238b73377d0b97d90a3dd1495fedbf1ff0b03a6ed66e78dc9b3c
5
5
  SHA512:
6
- metadata.gz: c7310ba1d596443b451f84e04937c99222ecfa0c3aec3fe6e6a91fc955cbf7418d03948f0a5c5fc220754731e75788e18c14ab8a892757a1b11d1935347d7c69
7
- data.tar.gz: dc472c3afd523db81ee8ecd81642bc69a9aa82bca5f6dff478d125ac7adb54a085d8007a1638c709384cc81eaedf94a5c96398877d14e0175f0452868bf2c21e
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module SecurityCenter
23
23
  module V1
24
- VERSION = "0.3.0"
24
+ VERSION = "0.3.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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
- # Updates a notification config.
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.0
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-12 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common