google-cloud-security_center-v1p1beta1 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: 289087e19f0be9249971aa7fe5d2bf215436da5b07043084d9c00a9568d03102
4
- data.tar.gz: faf1035595797c8de5706797d04e2b7f18e4d619843ef73a91666dc5dc659518
3
+ metadata.gz: dadbc57ad55b718d6ed4da1fd3383d0b82c30399e34bbeda7dc0914574bde557
4
+ data.tar.gz: 688672191c8ca856a98a34896d408be5d83caac1b9c2002388402a6fd4d93f5f
5
5
  SHA512:
6
- metadata.gz: 26f603a8056d889f742bd327e647075d91fccd4b0a98f84499c7517b280c24e893504a61252178c1ef24e5c7b51a79e4557da8112bec508ec063d1804612bc8b
7
- data.tar.gz: 8f75e7c0176ecb18c84e81c8df38dd106f59d26f727f420840a4ee398f055cf7b7bbadf44f8810a6831d899d49ca97030946405d7feff4f7381817561ed74254
6
+ metadata.gz: fe96df31352ca3cc0c73be5ba223023391601919014ee61dc56ad89b002d0c9ee61ddc51753c3f457af1d6138e5f7f578ccebaba9531ce97e6899effc4a1b406
7
+ data.tar.gz: c0992466627cfb8672ba81e9da101d6dfbbb8f3805402113b02686908fd9e5c98d516ec92fd0c6ab99655b6e6465419656b29ace936f31fe017049fb1bcf2636
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-v1p1beta1/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.
@@ -2107,7 +2107,8 @@ module Google
2107
2107
  end
2108
2108
 
2109
2109
  ##
2110
- # Updates a notification config.
2110
+ # Updates a notification config. The following update
2111
+ # fields are allowed: description, pubsub_topic, streaming_config.filter
2111
2112
  #
2112
2113
  # @overload update_notification_config(request, options = nil)
2113
2114
  # 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 V1p1beta1
24
- VERSION = "0.3.0"
24
+ VERSION = "0.3.1"
25
25
  end
26
26
  end
27
27
  end
@@ -88,7 +88,8 @@ module Google
88
88
  # Creates or updates a finding. The corresponding source must exist for a
89
89
  # finding creation to succeed.
90
90
  rpc :UpdateFinding, Google::Cloud::SecurityCenter::V1p1beta1::UpdateFindingRequest, Google::Cloud::SecurityCenter::V1p1beta1::Finding
91
- # Updates a notification config.
91
+ # Updates a notification config. The following update
92
+ # fields are allowed: description, pubsub_topic, streaming_config.filter
92
93
  rpc :UpdateNotificationConfig, Google::Cloud::SecurityCenter::V1p1beta1::UpdateNotificationConfigRequest, Google::Cloud::SecurityCenter::V1p1beta1::NotificationConfig
93
94
  # Updates an organization's settings.
94
95
  rpc :UpdateOrganizationSettings, Google::Cloud::SecurityCenter::V1p1beta1::UpdateOrganizationSettingsRequest, Google::Cloud::SecurityCenter::V1p1beta1::OrganizationSettings
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-security_center-v1p1beta1
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