google-apis-securitycenter_v1 0.4.0 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b88e407346b50f4835e91f60f5e7b184ca135843a1ee5502cc129c0ad332fb23
4
- data.tar.gz: 18c96cea8542bf88cdcc22531fb524542059b550eab4a19040640eb33e58cad7
3
+ metadata.gz: d9aae4307e682e798a2fab030e8df869fe3a23b6fa063b90b400dc586fdad9c2
4
+ data.tar.gz: '097e87551b3e8718eddd465cba76fcbf4715672a593ab2f3b3382cf99ffc6953'
5
5
  SHA512:
6
- metadata.gz: 887a6ef5a962ef0341cbd559ea1431cb8064e9b2a78b56a31438940b6dac84899db7ae0d64291ee0c647b559972b63feccb532e61de1870f12b6a239bdd2895f
7
- data.tar.gz: ce9a53a9c580a9170b33f3902b46821163caab51353dd80469f46e2b15d08e9a63b99167b42d60fbf4f62909b544d3eec4401c090806187198ec6e9450647bfd
6
+ metadata.gz: f7f9132fd77d4dd98d980b0794b714308bf37920cafa0ef402796e82bed13716d66ea5c97c0b2834e579d1fdc75f65d3cde623f34ab6b2685506350c15ab5c49
7
+ data.tar.gz: 652a7e0fd1675ce8a6040a7d368296098551a1f94ff02b89b9fe8cb569c7baea03898f542bb3f166483f4b17d1dab26ddba922922b8160e592d420f7e2326b9a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-securitycenter_v1
2
2
 
3
+ ### v0.9.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.8.0 (2021-06-24)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.7.0 (2021-06-15)
12
+
13
+ * Regenerated from discovery document revision 20210611
14
+ * Regenerated using generator version 0.3.0
15
+
16
+ ### v0.6.0 (2021-05-20)
17
+
18
+ * Unspecified changes
19
+
20
+ ### v0.5.0 (2021-04-27)
21
+
22
+ * Regenerated from discovery document revision 20210422
23
+
3
24
  ### v0.4.0 (2021-03-30)
4
25
 
5
26
  * Regenerated from discovery document revision 20210326
@@ -1160,14 +1160,17 @@ module Google
1160
1160
  # false` without quotes. The following field and operator combinations are
1161
1161
  # supported: * name: `=` * parent: `=`, `:` * resource_name: `=`, `:` * state: `=
1162
1162
  # `, `:` * category: `=`, `:` * external_uri: `=`, `:` * event_time: `=`, `>`, `<
1163
- # `, `>=`, `<=` * severity: `=`, `:` Usage: This should be milliseconds since
1164
- # epoch or an RFC3339 string. Examples: `event_time = "2019-06-10T16:07:18-07:00"
1165
- # ` `event_time = 1560208038000` * security_marks.marks: `=`, `:` *
1166
- # source_properties: `=`, `:`, `>`, `<`, `>=`, `<=` For example, `
1167
- # source_properties.size = 100` is a valid filter string. Use a partial match on
1168
- # the empty string to filter based on a property existing: `source_properties.
1169
- # my_property : ""` Use a negated partial match on the empty string to filter
1170
- # based on a property not existing: `-source_properties.my_property : ""`
1163
+ # `, `>=`, `<=` Usage: This should be milliseconds since epoch or an RFC3339
1164
+ # string. Examples: `event_time = "2019-06-10T16:07:18-07:00"` `event_time =
1165
+ # 1560208038000` * severity: `=`, `:` * workflow_state: `=`, `:` *
1166
+ # security_marks.marks: `=`, `:` * source_properties: `=`, `:`, `>`, `<`, `>=`, `
1167
+ # <=` For example, `source_properties.size = 100` is a valid filter string. Use
1168
+ # a partial match on the empty string to filter based on a property existing: `
1169
+ # source_properties.my_property : ""` Use a negated partial match on the empty
1170
+ # string to filter based on a property not existing: `-source_properties.
1171
+ # my_property : ""` * resource: * resource.name: `=`, `:` * resource.parent_name:
1172
+ # `=`, `:` * resource.parent_display_name: `=`, `:` * resource.project_name: `=`
1173
+ # , `:` * resource.project_display_name: `=`, `:` * resource.type: `=`, `:`
1171
1174
  # Corresponds to the JSON property `filter`
1172
1175
  # @return [String]
1173
1176
  attr_accessor :filter
@@ -1423,7 +1426,7 @@ module Google
1423
1426
  attr_accessor :finding
1424
1427
 
1425
1428
  # Information related to the Google Cloud resource that is associated with this
1426
- # finding. LINT.IfChange
1429
+ # finding.
1427
1430
  # Corresponds to the JSON property `resource`
1428
1431
  # @return [Google::Apis::SecuritycenterV1::Resource]
1429
1432
  attr_accessor :resource
@@ -1762,7 +1765,7 @@ module Google
1762
1765
  end
1763
1766
 
1764
1767
  # Information related to the Google Cloud resource that is associated with this
1765
- # finding. LINT.IfChange
1768
+ # finding.
1766
1769
  class Resource
1767
1770
  include Google::Apis::Core::Hashable
1768
1771
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1
18
18
  # Version of the google-apis-securitycenter_v1 gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210326"
25
+ REVISION = "20210611"
26
26
  end
27
27
  end
28
28
  end
@@ -376,14 +376,18 @@ module Google
376
376
  # false` without quotes. The following field and operator combinations are
377
377
  # supported: * name: `=` * parent: `=`, `:` * resource_name: `=`, `:` * state: `=
378
378
  # `, `:` * category: `=`, `:` * external_uri: `=`, `:` * event_time: `=`, `>`, `<
379
- # `, `>=`, `<=` * severity: `=`, `:` Usage: This should be milliseconds since
380
- # epoch or an RFC3339 string. Examples: `event_time = "2019-06-10T16:07:18-07:00"
381
- # ` `event_time = 1560208038000` security_marks.marks: `=`, `:`
382
- # source_properties: `=`, `:`, `>`, `<`, `>=`, `<=` For example, `
383
- # source_properties.size = 100` is a valid filter string. Use a partial match on
384
- # the empty string to filter based on a property existing: `source_properties.
385
- # my_property : ""` Use a negated partial match on the empty string to filter
386
- # based on a property not existing: `-source_properties.my_property : ""`
379
+ # `, `>=`, `<=` Usage: This should be milliseconds since epoch or an RFC3339
380
+ # string. Examples: `event_time = "2019-06-10T16:07:18-07:00"` `event_time =
381
+ # 1560208038000` * severity: `=`, `:` * workflow_state: `=`, `:` *
382
+ # security_marks.marks: `=`, `:` * source_properties: `=`, `:`, `>`, `<`, `>=`, `
383
+ # <=` For example, `source_properties.size = 100` is a valid filter string. Use
384
+ # a partial match on the empty string to filter based on a property existing: `
385
+ # source_properties.my_property : ""` Use a negated partial match on the empty
386
+ # string to filter based on a property not existing: `-source_properties.
387
+ # my_property : ""` * resource: * resource.name: `=`, `:` * resource.parent_name:
388
+ # `=`, `:` * resource.parent_display_name: `=`, `:` * resource.project_name: `=`
389
+ # , `:` * resource.project_display_name: `=`, `:` * resource.type: `=`, `:` *
390
+ # resource.folders.resource_folder: `=`, `:`
387
391
  # @param [String] order_by
388
392
  # Expression that defines what fields and order to use for sorting. The string
389
393
  # value should follow SQL syntax: comma separated list of fields. For example: "
@@ -1569,14 +1573,18 @@ module Google
1569
1573
  # false` without quotes. The following field and operator combinations are
1570
1574
  # supported: * name: `=` * parent: `=`, `:` * resource_name: `=`, `:` * state: `=
1571
1575
  # `, `:` * category: `=`, `:` * external_uri: `=`, `:` * event_time: `=`, `>`, `<
1572
- # `, `>=`, `<=` * severity: `=`, `:` Usage: This should be milliseconds since
1573
- # epoch or an RFC3339 string. Examples: `event_time = "2019-06-10T16:07:18-07:00"
1574
- # ` `event_time = 1560208038000` security_marks.marks: `=`, `:`
1575
- # source_properties: `=`, `:`, `>`, `<`, `>=`, `<=` For example, `
1576
- # source_properties.size = 100` is a valid filter string. Use a partial match on
1577
- # the empty string to filter based on a property existing: `source_properties.
1578
- # my_property : ""` Use a negated partial match on the empty string to filter
1579
- # based on a property not existing: `-source_properties.my_property : ""`
1576
+ # `, `>=`, `<=` Usage: This should be milliseconds since epoch or an RFC3339
1577
+ # string. Examples: `event_time = "2019-06-10T16:07:18-07:00"` `event_time =
1578
+ # 1560208038000` * severity: `=`, `:` * workflow_state: `=`, `:` *
1579
+ # security_marks.marks: `=`, `:` * source_properties: `=`, `:`, `>`, `<`, `>=`, `
1580
+ # <=` For example, `source_properties.size = 100` is a valid filter string. Use
1581
+ # a partial match on the empty string to filter based on a property existing: `
1582
+ # source_properties.my_property : ""` Use a negated partial match on the empty
1583
+ # string to filter based on a property not existing: `-source_properties.
1584
+ # my_property : ""` * resource: * resource.name: `=`, `:` * resource.parent_name:
1585
+ # `=`, `:` * resource.parent_display_name: `=`, `:` * resource.project_name: `=`
1586
+ # , `:` * resource.project_display_name: `=`, `:` * resource.type: `=`, `:` *
1587
+ # resource.folders.resource_folder: `=`, `:`
1580
1588
  # @param [String] order_by
1581
1589
  # Expression that defines what fields and order to use for sorting. The string
1582
1590
  # value should follow SQL syntax: comma separated list of fields. For example: "
@@ -2082,14 +2090,18 @@ module Google
2082
2090
  # false` without quotes. The following field and operator combinations are
2083
2091
  # supported: * name: `=` * parent: `=`, `:` * resource_name: `=`, `:` * state: `=
2084
2092
  # `, `:` * category: `=`, `:` * external_uri: `=`, `:` * event_time: `=`, `>`, `<
2085
- # `, `>=`, `<=` * severity: `=`, `:` Usage: This should be milliseconds since
2086
- # epoch or an RFC3339 string. Examples: `event_time = "2019-06-10T16:07:18-07:00"
2087
- # ` `event_time = 1560208038000` security_marks.marks: `=`, `:`
2088
- # source_properties: `=`, `:`, `>`, `<`, `>=`, `<=` For example, `
2089
- # source_properties.size = 100` is a valid filter string. Use a partial match on
2090
- # the empty string to filter based on a property existing: `source_properties.
2091
- # my_property : ""` Use a negated partial match on the empty string to filter
2092
- # based on a property not existing: `-source_properties.my_property : ""`
2093
+ # `, `>=`, `<=` Usage: This should be milliseconds since epoch or an RFC3339
2094
+ # string. Examples: `event_time = "2019-06-10T16:07:18-07:00"` `event_time =
2095
+ # 1560208038000` * severity: `=`, `:` * workflow_state: `=`, `:` *
2096
+ # security_marks.marks: `=`, `:` * source_properties: `=`, `:`, `>`, `<`, `>=`, `
2097
+ # <=` For example, `source_properties.size = 100` is a valid filter string. Use
2098
+ # a partial match on the empty string to filter based on a property existing: `
2099
+ # source_properties.my_property : ""` Use a negated partial match on the empty
2100
+ # string to filter based on a property not existing: `-source_properties.
2101
+ # my_property : ""` * resource: * resource.name: `=`, `:` * resource.parent_name:
2102
+ # `=`, `:` * resource.parent_display_name: `=`, `:` * resource.project_name: `=`
2103
+ # , `:` * resource.project_display_name: `=`, `:` * resource.type: `=`, `:` *
2104
+ # resource.folders.resource_folder: `=`, `:`
2093
2105
  # @param [String] order_by
2094
2106
  # Expression that defines what fields and order to use for sorting. The string
2095
2107
  # value should follow SQL syntax: comma separated list of fields. For example: "
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.9.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: 2021-04-05 00:00:00.000000000 Z
11
+ date: 2021-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Security Command Center API V1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-securitycenter_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.9.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-securitycenter_v1
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.13
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Security Command Center API V1