google-apis-securitycenter_v1 0.6.0 → 0.7.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: 4876053aba8426447ef627840e15621c4edd163be6383a7ad53845e55dd5cbcb
4
- data.tar.gz: ff256d2405cfe45966a88101df7b0edbc665e092ea0957957cb0dc6f1e380be0
3
+ metadata.gz: 78a0801e776f341d1ba8850593378e3d26f7b41026ed6d54b2ab6c2203e15e94
4
+ data.tar.gz: d681ae711fed202f641eed646edf87dbae62df9cececdb4176fe4f275ab1c77c
5
5
  SHA512:
6
- metadata.gz: b257662933080c4137065ed6ed267e063436d0db6093b411d1ab3fe2e46437cb6f7c8a50f20f9f1bcc956ffb28e77d670dce2840845af55bb3b6ed370f305336
7
- data.tar.gz: 26e6e2568b5e15f451f7b95c482f3963d4e18076f45af531b55a4775da2ad2c1d1f4d6bcf9b697431bda77f8d06ee5674f6f1e38b8b499c906e31f3650f41ef1
6
+ metadata.gz: e4ab4a677e0b0e57a191ad030003846d962b257a58f2b0239a57616a2d160d98756fa437ef7bfd180b50389cab7c9896bb042d52fb44651f2de9a1ca011554c2
7
+ data.tar.gz: 692d196bda58ce8ab31e78e299cafb63a7b126238f58efdcf5a8348bab36c1e612b5358b2d8509df084f80213533f10d9fbcbed2498534bcd9939561df05c38b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-securitycenter_v1
2
2
 
3
+ ### v0.7.0 (2021-06-15)
4
+
5
+ * Regenerated from discovery document revision 20210611
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.6.0 (2021-05-20)
4
9
 
5
10
  * Unspecified changes
@@ -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
@@ -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.6.0"
19
+ GEM_VERSION = "0.7.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.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210422"
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.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-05-24 00:00:00.000000000 Z
11
+ date: 2021-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  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.6.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.7.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-securitycenter_v1
57
57
  post_install_message:
58
58
  rdoc_options: []