google-cloud-security_center 0.1.1 → 0.2.0

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: 4e743a00401f09ae683b0d8f37af9db0b56cbca3a20fd5db7b9bda0de1430d1e
4
- data.tar.gz: 044c214f720a0332ae5bec223df77e272a2e58a36bad98563c9edd4f655273d0
3
+ metadata.gz: 42758d476885e1a14f212061f6295e12854035c8c6d549269ee1fc1088a5843d
4
+ data.tar.gz: 656c204474291f4128b6471e8b7e59859586f42a32bb708cd989e4a0134a4f67
5
5
  SHA512:
6
- metadata.gz: 5dfc6fc1ebb68058a45a5feba0b57cd094b5995765dc293c62f279ac484a1ca455591c36aa04a21876a5ea0464e4e9d7896923230463dabb80ccf503be1d3550
7
- data.tar.gz: e41b950f3507f936ef29e6bc98b7f4b1efcf3b0b30942e32094d7c49b04dd3a24fe769f74392e2d16c8368e6e74b903e957411e85bb7943932cd448b51f8b188
6
+ metadata.gz: c2131b55b189c7a63081e1e1c6ef47d47677c9ffb378a8ab54008f2dad2a2a921059913a9cd4e7642d422568213afbb0b928030328224955582aa75f87d5dde9
7
+ data.tar.gz: '0126848a28cc2764bde832585394d2cdcfe54d47e92327df788a9be04823bdf731938c17eeb127fa81320db167627154a545e761754d6d459c7f5d3fd45e119e'
@@ -15,6 +15,7 @@
15
15
 
16
16
  require "google/cloud/security_center/v1/security_center_client"
17
17
  require "google/cloud/security_center/v1/helpers"
18
+ require "google/cloud/security_center/v1/run_asset_discovery_response_pb"
18
19
 
19
20
  module Google
20
21
  module Cloud
@@ -0,0 +1,26 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # source: google/cloud/security_center/v1/run_asset_discovery_response.proto
3
+
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/protobuf/duration_pb'
8
+ require 'google/protobuf/timestamp_pb'
9
+ require 'google/api/annotations_pb'
10
+ Google::Protobuf::DescriptorPool.generated_pool.build do
11
+ add_message "google.cloud.securitycenter.v1.RunAssetDiscoveryResponse" do
12
+ optional :state, :enum, 1, "google.cloud.securitycenter.v1.RunAssetDiscoveryResponse.State"
13
+ optional :duration, :message, 2, "google.protobuf.Duration"
14
+ end
15
+ add_enum "google.cloud.securitycenter.v1.RunAssetDiscoveryResponse.State" do
16
+ value :STATE_UNSPECIFIED, 0
17
+ value :COMPLETED, 1
18
+ value :SUPERSEDED, 2
19
+ value :TERMINATED, 3
20
+ end
21
+ end
22
+
23
+ module Google::Cloud::SecurityCenter::V1
24
+ RunAssetDiscoveryResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.securitycenter.v1.RunAssetDiscoveryResponse").msgclass
25
+ RunAssetDiscoveryResponse::State = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.securitycenter.v1.RunAssetDiscoveryResponse.State").enummodule
26
+ end
@@ -1435,7 +1435,7 @@ module Google
1435
1435
  operation = Google::Gax::Operation.new(
1436
1436
  @run_asset_discovery.call(req, options),
1437
1437
  @operations_client,
1438
- Google::Protobuf::Empty,
1438
+ Google::Cloud::SecurityCenter::V1::RunAssetDiscoveryResponse,
1439
1439
  Google::Protobuf::Empty,
1440
1440
  call_options: options
1441
1441
  )
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: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-30 00:00:00.000000000 Z
11
+ date: 2019-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-gax
@@ -141,6 +141,7 @@ files:
141
141
  - lib/google/cloud/security_center/v1/finding_pb.rb
142
142
  - lib/google/cloud/security_center/v1/helpers.rb
143
143
  - lib/google/cloud/security_center/v1/organization_settings_pb.rb
144
+ - lib/google/cloud/security_center/v1/run_asset_discovery_response_pb.rb
144
145
  - lib/google/cloud/security_center/v1/security_center_client.rb
145
146
  - lib/google/cloud/security_center/v1/security_center_client_config.json
146
147
  - lib/google/cloud/security_center/v1/security_marks_pb.rb