google-apis-securitycenter_v1beta2 0.83.0 → 0.84.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: 97f9fa3e5b852cf9d96b7df4ceb6b58d1dc85f177200c2bf5be205e372ff248c
|
4
|
+
data.tar.gz: 3e33474322d7c955eab2b71d75358f6d8f8e3b0098fccfd33fca8f8eb61a486d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5f4a2d09cf24708d852fc32bcdc647d8cc65718bf0f2309c49a22b229606f73fc68195f1eaceadfc79233a41a4845e68a56ec91515301d3c4f0ec64429f5ce3
|
7
|
+
data.tar.gz: d5a0573cc65a5411fac172a0bad51cf56eac8e97e17448ddee966dc1e6774f7026ccf52cd15ad41099c7c17c37ef8982780d19bc0bc9ca7bec72e820cf05cbc1
|
data/CHANGELOG.md
CHANGED
@@ -792,6 +792,26 @@ module Google
|
|
792
792
|
end
|
793
793
|
end
|
794
794
|
|
795
|
+
# The destination big query dataset to export findings to.
|
796
|
+
class BigQueryDestination
|
797
|
+
include Google::Apis::Core::Hashable
|
798
|
+
|
799
|
+
# Required. The relative resource name of the destination dataset, in the form
|
800
|
+
# projects/`projectId`/datasets/`datasetId`.
|
801
|
+
# Corresponds to the JSON property `dataset`
|
802
|
+
# @return [String]
|
803
|
+
attr_accessor :dataset
|
804
|
+
|
805
|
+
def initialize(**args)
|
806
|
+
update!(**args)
|
807
|
+
end
|
808
|
+
|
809
|
+
# Update properties of this object
|
810
|
+
def update!(**args)
|
811
|
+
@dataset = args[:dataset] if args.key?(:dataset)
|
812
|
+
end
|
813
|
+
end
|
814
|
+
|
795
815
|
# Contains details about a chokepoint, which is a resource or resource group
|
796
816
|
# where high-risk attack paths converge, based on [attack path simulations] (
|
797
817
|
# https://cloud.google.com/security-command-center/docs/attack-exposure-learn#
|
@@ -1612,7 +1632,7 @@ module Google
|
|
1612
1632
|
# @return [String]
|
1613
1633
|
attr_accessor :display_name
|
1614
1634
|
|
1615
|
-
# Resource name of dataset, e.g. projects/`project`/locations/`location`/
|
1635
|
+
# Resource name of the dataset, e.g. projects/`project`/locations/`location`/
|
1616
1636
|
# datasets/2094040236064505856
|
1617
1637
|
# Corresponds to the JSON property `name`
|
1618
1638
|
# @return [String]
|
@@ -1919,6 +1939,44 @@ module Google
|
|
1919
1939
|
end
|
1920
1940
|
end
|
1921
1941
|
|
1942
|
+
# The LRO metadata for a ExportFindings request.
|
1943
|
+
class ExportFindingsMetadata
|
1944
|
+
include Google::Apis::Core::Hashable
|
1945
|
+
|
1946
|
+
# The destination big query dataset to export findings to.
|
1947
|
+
# Corresponds to the JSON property `bigQueryDestination`
|
1948
|
+
# @return [Google::Apis::SecuritycenterV1beta2::BigQueryDestination]
|
1949
|
+
attr_accessor :big_query_destination
|
1950
|
+
|
1951
|
+
# Optional. Timestamp at which export was started
|
1952
|
+
# Corresponds to the JSON property `exportStartTime`
|
1953
|
+
# @return [String]
|
1954
|
+
attr_accessor :export_start_time
|
1955
|
+
|
1956
|
+
def initialize(**args)
|
1957
|
+
update!(**args)
|
1958
|
+
end
|
1959
|
+
|
1960
|
+
# Update properties of this object
|
1961
|
+
def update!(**args)
|
1962
|
+
@big_query_destination = args[:big_query_destination] if args.key?(:big_query_destination)
|
1963
|
+
@export_start_time = args[:export_start_time] if args.key?(:export_start_time)
|
1964
|
+
end
|
1965
|
+
end
|
1966
|
+
|
1967
|
+
# The response to a ExportFindings request. Contains the LRO information.
|
1968
|
+
class ExportFindingsResponse
|
1969
|
+
include Google::Apis::Core::Hashable
|
1970
|
+
|
1971
|
+
def initialize(**args)
|
1972
|
+
update!(**args)
|
1973
|
+
end
|
1974
|
+
|
1975
|
+
# Update properties of this object
|
1976
|
+
def update!(**args)
|
1977
|
+
end
|
1978
|
+
end
|
1979
|
+
|
1922
1980
|
# Represents a textual expression in the Common Expression Language (CEL) syntax.
|
1923
1981
|
# CEL is a C-like expression language. The syntax and semantics of CEL are
|
1924
1982
|
# documented at https://github.com/google/cel-spec. Example (Comparison): title:
|
@@ -5493,13 +5551,13 @@ module Google
|
|
5493
5551
|
# @return [String]
|
5494
5552
|
attr_accessor :display_name
|
5495
5553
|
|
5496
|
-
# Resource name of dataset, e.g. projects/`project`/locations/`location`/
|
5554
|
+
# Resource name of the dataset, e.g. projects/`project`/locations/`location`/
|
5497
5555
|
# datasets/2094040236064505856
|
5498
5556
|
# Corresponds to the JSON property `name`
|
5499
5557
|
# @return [String]
|
5500
5558
|
attr_accessor :name
|
5501
5559
|
|
5502
|
-
# Data source, such as BigQuery source URI, e.g. bq://scc-nexus-test.AIPPtest.
|
5560
|
+
# Data source, such as a BigQuery source URI, e.g. bq://scc-nexus-test.AIPPtest.
|
5503
5561
|
# gsod
|
5504
5562
|
# Corresponds to the JSON property `source`
|
5505
5563
|
# @return [String]
|
@@ -7766,12 +7824,12 @@ module Google
|
|
7766
7824
|
class GoogleCloudSecuritycenterV2Pipeline
|
7767
7825
|
include Google::Apis::Core::Hashable
|
7768
7826
|
|
7769
|
-
# The user
|
7827
|
+
# The user-defined display name of pipeline, e.g. plants-classification
|
7770
7828
|
# Corresponds to the JSON property `displayName`
|
7771
7829
|
# @return [String]
|
7772
7830
|
attr_accessor :display_name
|
7773
7831
|
|
7774
|
-
# Resource name of pipeline, e.g. projects/`project`/locations/`location`/
|
7832
|
+
# Resource name of the pipeline, e.g. projects/`project`/locations/`location`/
|
7775
7833
|
# trainingPipelines/5253428229225578496
|
7776
7834
|
# Corresponds to the JSON property `name`
|
7777
7835
|
# @return [String]
|
@@ -9582,7 +9640,7 @@ module Google
|
|
9582
9640
|
# @return [String]
|
9583
9641
|
attr_accessor :display_name
|
9584
9642
|
|
9585
|
-
# Resource name of pipeline, e.g. projects/`project`/locations/`location`/
|
9643
|
+
# Resource name of the pipeline, e.g. projects/`project`/locations/`location`/
|
9586
9644
|
# trainingPipelines/5253428229225578496
|
9587
9645
|
# Corresponds to the JSON property `name`
|
9588
9646
|
# @return [String]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module SecuritycenterV1beta2
|
18
18
|
# Version of the google-apis-securitycenter_v1beta2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.84.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250616"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -136,6 +136,12 @@ module Google
|
|
136
136
|
include Google::Apis::Core::JsonObjectSupport
|
137
137
|
end
|
138
138
|
|
139
|
+
class BigQueryDestination
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
139
145
|
class Chokepoint
|
140
146
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
147
|
|
@@ -316,6 +322,18 @@ module Google
|
|
316
322
|
include Google::Apis::Core::JsonObjectSupport
|
317
323
|
end
|
318
324
|
|
325
|
+
class ExportFindingsMetadata
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class ExportFindingsResponse
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
319
337
|
class Expr
|
320
338
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
339
|
|
@@ -1712,6 +1730,13 @@ module Google
|
|
1712
1730
|
end
|
1713
1731
|
end
|
1714
1732
|
|
1733
|
+
class BigQueryDestination
|
1734
|
+
# @private
|
1735
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1736
|
+
property :dataset, as: 'dataset'
|
1737
|
+
end
|
1738
|
+
end
|
1739
|
+
|
1715
1740
|
class Chokepoint
|
1716
1741
|
# @private
|
1717
1742
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2010,6 +2035,21 @@ module Google
|
|
2010
2035
|
end
|
2011
2036
|
end
|
2012
2037
|
|
2038
|
+
class ExportFindingsMetadata
|
2039
|
+
# @private
|
2040
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2041
|
+
property :big_query_destination, as: 'bigQueryDestination', class: Google::Apis::SecuritycenterV1beta2::BigQueryDestination, decorator: Google::Apis::SecuritycenterV1beta2::BigQueryDestination::Representation
|
2042
|
+
|
2043
|
+
property :export_start_time, as: 'exportStartTime'
|
2044
|
+
end
|
2045
|
+
end
|
2046
|
+
|
2047
|
+
class ExportFindingsResponse
|
2048
|
+
# @private
|
2049
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2050
|
+
end
|
2051
|
+
end
|
2052
|
+
|
2013
2053
|
class Expr
|
2014
2054
|
# @private
|
2015
2055
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-securitycenter_v1beta2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.84.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.84.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|