google-apis-securitycenter_v1beta1 0.91.0 → 0.92.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: 176460861e7106b4b206a2459d0a3ca7c3aeed4204d7c1748fda19662b1f80ac
|
4
|
+
data.tar.gz: e119fad5a02b58e579ec3774f689a7c59af6db6fbb1dd9dea43984243855130f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2cd75afb4298f5b01bcd4c017ef2220971d94ee8371ab206eb66d939eb6907428fd5254cb2918f2c36ef70e923673370234842fd7d7379b3ccff25ddae4a6d0d
|
7
|
+
data.tar.gz: 70b765e50ae0e57990246d4224bb4e9d0c1921f263e811cca9baba1338be7fc58b344088f3f49277971126f229fa1904bf9f5771af2f73b4fdbc59a07805d2e7
|
data/CHANGELOG.md
CHANGED
@@ -949,6 +949,26 @@ module Google
|
|
949
949
|
end
|
950
950
|
end
|
951
951
|
|
952
|
+
# The destination big query dataset to export findings to.
|
953
|
+
class BigQueryDestination
|
954
|
+
include Google::Apis::Core::Hashable
|
955
|
+
|
956
|
+
# Required. The relative resource name of the destination dataset, in the form
|
957
|
+
# projects/`projectId`/datasets/`datasetId`.
|
958
|
+
# Corresponds to the JSON property `dataset`
|
959
|
+
# @return [String]
|
960
|
+
attr_accessor :dataset
|
961
|
+
|
962
|
+
def initialize(**args)
|
963
|
+
update!(**args)
|
964
|
+
end
|
965
|
+
|
966
|
+
# Update properties of this object
|
967
|
+
def update!(**args)
|
968
|
+
@dataset = args[:dataset] if args.key?(:dataset)
|
969
|
+
end
|
970
|
+
end
|
971
|
+
|
952
972
|
# Associates `members`, or principals, with a `role`.
|
953
973
|
class Binding
|
954
974
|
include Google::Apis::Core::Hashable
|
@@ -1805,7 +1825,7 @@ module Google
|
|
1805
1825
|
# @return [String]
|
1806
1826
|
attr_accessor :display_name
|
1807
1827
|
|
1808
|
-
# Resource name of dataset, e.g. projects/`project`/locations/`location`/
|
1828
|
+
# Resource name of the dataset, e.g. projects/`project`/locations/`location`/
|
1809
1829
|
# datasets/2094040236064505856
|
1810
1830
|
# Corresponds to the JSON property `name`
|
1811
1831
|
# @return [String]
|
@@ -2055,6 +2075,44 @@ module Google
|
|
2055
2075
|
end
|
2056
2076
|
end
|
2057
2077
|
|
2078
|
+
# The LRO metadata for a ExportFindings request.
|
2079
|
+
class ExportFindingsMetadata
|
2080
|
+
include Google::Apis::Core::Hashable
|
2081
|
+
|
2082
|
+
# The destination big query dataset to export findings to.
|
2083
|
+
# Corresponds to the JSON property `bigQueryDestination`
|
2084
|
+
# @return [Google::Apis::SecuritycenterV1beta1::BigQueryDestination]
|
2085
|
+
attr_accessor :big_query_destination
|
2086
|
+
|
2087
|
+
# Optional. Timestamp at which export was started
|
2088
|
+
# Corresponds to the JSON property `exportStartTime`
|
2089
|
+
# @return [String]
|
2090
|
+
attr_accessor :export_start_time
|
2091
|
+
|
2092
|
+
def initialize(**args)
|
2093
|
+
update!(**args)
|
2094
|
+
end
|
2095
|
+
|
2096
|
+
# Update properties of this object
|
2097
|
+
def update!(**args)
|
2098
|
+
@big_query_destination = args[:big_query_destination] if args.key?(:big_query_destination)
|
2099
|
+
@export_start_time = args[:export_start_time] if args.key?(:export_start_time)
|
2100
|
+
end
|
2101
|
+
end
|
2102
|
+
|
2103
|
+
# The response to a ExportFindings request. Contains the LRO information.
|
2104
|
+
class ExportFindingsResponse
|
2105
|
+
include Google::Apis::Core::Hashable
|
2106
|
+
|
2107
|
+
def initialize(**args)
|
2108
|
+
update!(**args)
|
2109
|
+
end
|
2110
|
+
|
2111
|
+
# Update properties of this object
|
2112
|
+
def update!(**args)
|
2113
|
+
end
|
2114
|
+
end
|
2115
|
+
|
2058
2116
|
# Represents a textual expression in the Common Expression Language (CEL) syntax.
|
2059
2117
|
# CEL is a C-like expression language. The syntax and semantics of CEL are
|
2060
2118
|
# documented at https://github.com/google/cel-spec. Example (Comparison): title:
|
@@ -5809,13 +5867,13 @@ module Google
|
|
5809
5867
|
# @return [String]
|
5810
5868
|
attr_accessor :display_name
|
5811
5869
|
|
5812
|
-
# Resource name of dataset, e.g. projects/`project`/locations/`location`/
|
5870
|
+
# Resource name of the dataset, e.g. projects/`project`/locations/`location`/
|
5813
5871
|
# datasets/2094040236064505856
|
5814
5872
|
# Corresponds to the JSON property `name`
|
5815
5873
|
# @return [String]
|
5816
5874
|
attr_accessor :name
|
5817
5875
|
|
5818
|
-
# Data source, such as BigQuery source URI, e.g. bq://scc-nexus-test.AIPPtest.
|
5876
|
+
# Data source, such as a BigQuery source URI, e.g. bq://scc-nexus-test.AIPPtest.
|
5819
5877
|
# gsod
|
5820
5878
|
# Corresponds to the JSON property `source`
|
5821
5879
|
# @return [String]
|
@@ -8082,12 +8140,12 @@ module Google
|
|
8082
8140
|
class GoogleCloudSecuritycenterV2Pipeline
|
8083
8141
|
include Google::Apis::Core::Hashable
|
8084
8142
|
|
8085
|
-
# The user
|
8143
|
+
# The user-defined display name of pipeline, e.g. plants-classification
|
8086
8144
|
# Corresponds to the JSON property `displayName`
|
8087
8145
|
# @return [String]
|
8088
8146
|
attr_accessor :display_name
|
8089
8147
|
|
8090
|
-
# Resource name of pipeline, e.g. projects/`project`/locations/`location`/
|
8148
|
+
# Resource name of the pipeline, e.g. projects/`project`/locations/`location`/
|
8091
8149
|
# trainingPipelines/5253428229225578496
|
8092
8150
|
# Corresponds to the JSON property `name`
|
8093
8151
|
# @return [String]
|
@@ -10392,7 +10450,7 @@ module Google
|
|
10392
10450
|
# @return [String]
|
10393
10451
|
attr_accessor :display_name
|
10394
10452
|
|
10395
|
-
# Resource name of pipeline, e.g. projects/`project`/locations/`location`/
|
10453
|
+
# Resource name of the pipeline, e.g. projects/`project`/locations/`location`/
|
10396
10454
|
# trainingPipelines/5253428229225578496
|
10397
10455
|
# Corresponds to the JSON property `name`
|
10398
10456
|
# @return [String]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module SecuritycenterV1beta1
|
18
18
|
# Version of the google-apis-securitycenter_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.92.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
|
@@ -160,6 +160,12 @@ module Google
|
|
160
160
|
include Google::Apis::Core::JsonObjectSupport
|
161
161
|
end
|
162
162
|
|
163
|
+
class BigQueryDestination
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
163
169
|
class Binding
|
164
170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
171
|
|
@@ -334,6 +340,18 @@ module Google
|
|
334
340
|
include Google::Apis::Core::JsonObjectSupport
|
335
341
|
end
|
336
342
|
|
343
|
+
class ExportFindingsMetadata
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class ExportFindingsResponse
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
337
355
|
class Expr
|
338
356
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
357
|
|
@@ -1883,6 +1901,13 @@ module Google
|
|
1883
1901
|
end
|
1884
1902
|
end
|
1885
1903
|
|
1904
|
+
class BigQueryDestination
|
1905
|
+
# @private
|
1906
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1907
|
+
property :dataset, as: 'dataset'
|
1908
|
+
end
|
1909
|
+
end
|
1910
|
+
|
1886
1911
|
class Binding
|
1887
1912
|
# @private
|
1888
1913
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2163,6 +2188,21 @@ module Google
|
|
2163
2188
|
end
|
2164
2189
|
end
|
2165
2190
|
|
2191
|
+
class ExportFindingsMetadata
|
2192
|
+
# @private
|
2193
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2194
|
+
property :big_query_destination, as: 'bigQueryDestination', class: Google::Apis::SecuritycenterV1beta1::BigQueryDestination, decorator: Google::Apis::SecuritycenterV1beta1::BigQueryDestination::Representation
|
2195
|
+
|
2196
|
+
property :export_start_time, as: 'exportStartTime'
|
2197
|
+
end
|
2198
|
+
end
|
2199
|
+
|
2200
|
+
class ExportFindingsResponse
|
2201
|
+
# @private
|
2202
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2203
|
+
end
|
2204
|
+
end
|
2205
|
+
|
2166
2206
|
class Expr
|
2167
2207
|
# @private
|
2168
2208
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-securitycenter_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.92.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_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.92.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|