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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 42758d476885e1a14f212061f6295e12854035c8c6d549269ee1fc1088a5843d
|
4
|
+
data.tar.gz: 656c204474291f4128b6471e8b7e59859586f42a32bb708cd989e4a0134a4f67
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2131b55b189c7a63081e1e1c6ef47d47677c9ffb378a8ab54008f2dad2a2a921059913a9cd4e7642d422568213afbb0b928030328224955582aa75f87d5dde9
|
7
|
+
data.tar.gz: '0126848a28cc2764bde832585394d2cdcfe54d47e92327df788a9be04823bdf731938c17eeb127fa81320db167627154a545e761754d6d459c7f5d3fd45e119e'
|
@@ -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::
|
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.
|
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-
|
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
|