google-apis-securitycenter_v1beta1 0.19.0 → 0.22.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: 7eca08decab35b478f3357a82a7b6a88e983262383e3c7777fe03619003419d5
4
- data.tar.gz: e95571eca66f7e99454cbd7eec83cef4f882b11c3d95a20b49025ba9126ee580
3
+ metadata.gz: ee4b42b0e13bedc1707275987a9c2a3c1e37e9a29d2b8245693a314e3640d80f
4
+ data.tar.gz: f01414507c00975291f769ab059b6e46121459aa11043c850d2945269bbc37c8
5
5
  SHA512:
6
- metadata.gz: 5b3522a7ac3ea8ac032fe167274c1440e6e49c3b67cb70a6f2b337b896230f1a74d349c38dd4df272ac58e81ee8c7877b8195eaded210035490c31597f7b7f00
7
- data.tar.gz: 6a6ad361a4aac56cbfa5c8cf4d58845144bd80c3c9eacd27f6dc4d8ac2c495ea74ed80e152eb330f0a0d5a64f86ef82e7e98bc9c7becb0e484e50ea3b851e9c1
6
+ metadata.gz: 0ec28fe25974ca37af217934ef9b9c411ab4302ff1b56f6b7ff96c5f094c735d568cedc585a223e7c9115374f35fa8e7d9a93c7522730cb88451ab901fcccb9c
7
+ data.tar.gz: dc6444ec4b296bbd26ea80d82fcdb3dc819dbb7e18153dfbe4d1ae45f3401d9cb1b7ca5bef1b316239650c00a01f0a4504bb4be05df600ce99cd8cba64461983
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.22.0 (2022-03-22)
4
+
5
+ * Regenerated from discovery document revision 20220318
6
+
7
+ ### v0.21.0 (2022-03-15)
8
+
9
+ * Regenerated from discovery document revision 20220310
10
+
11
+ ### v0.20.0 (2022-03-08)
12
+
13
+ * Regenerated from discovery document revision 20220303
14
+
3
15
  ### v0.19.0 (2022-02-23)
4
16
 
5
17
  * Regenerated from discovery document revision 20220219
@@ -434,8 +434,7 @@ module Google
434
434
  # A generic empty message that you can re-use to avoid defining duplicated empty
435
435
  # messages in your APIs. A typical example is to use it as the request or the
436
436
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
437
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
438
- # `Empty` is empty JSON object ````.
437
+ # protobuf.Empty) returns (google.protobuf.Empty); `
439
438
  class Empty
440
439
  include Google::Apis::Core::Hashable
441
440
 
@@ -577,9 +576,9 @@ module Google
577
576
  # @return [Google::Apis::SecuritycenterV1beta1::MitreAttack]
578
577
  attr_accessor :mitre_attack
579
578
 
580
- # Indicates the mute state of a finding (either unspecified, muted, unmuted or
581
- # undefined). Unlike other attributes of a finding, a finding provider shouldn't
582
- # set the value of mute.
579
+ # Indicates the mute state of a finding (either muted, unmuted or undefined).
580
+ # Unlike other attributes of a finding, a finding provider shouldn't set the
581
+ # value of mute.
583
582
  # Corresponds to the JSON property `mute`
584
583
  # @return [String]
585
584
  attr_accessor :mute
@@ -806,11 +805,7 @@ module Google
806
805
  # all value types. * `>`, `<`, `>=`, `<=` for integer values. * `:`, meaning
807
806
  # substring matching, for strings. The supported value types are: * string
808
807
  # literals in quotes. * integer literals without quotes. * boolean literals `
809
- # true` and `false` without quotes. Please see the proto documentation in the
810
- # finding (https://source.corp.google.com/piper///depot/google3/google/cloud/
811
- # securitycenter/v1/finding.proto) and in the ListFindingsRequest for valid
812
- # filter syntax. (https://source.corp.google.com/piper///depot/google3/google/
813
- # cloud/securitycenter/v1/securitycenter_service.proto).
808
+ # true` and `false` without quotes.
814
809
  # Corresponds to the JSON property `filter`
815
810
  # @return [String]
816
811
  attr_accessor :filter
@@ -895,10 +890,10 @@ module Google
895
890
  # @return [String]
896
891
  attr_accessor :external_uid
897
892
 
898
- # External System Name e.g. jira, demisto, etc. e.g.: organizations/1234/sources/
899
- # 5678/findings/123456/externalSystems/jira folders/1234/sources/5678/findings/
900
- # 123456/externalSystems/jira projects/1234/sources/5678/findings/123456/
901
- # externalSystems/jira
893
+ # External System Name e.g. jira, demisto, etc. e.g.: `organizations/1234/
894
+ # sources/5678/findings/123456/externalSystems/jira` `folders/1234/sources/5678/
895
+ # findings/123456/externalSystems/jira` `projects/1234/sources/5678/findings/
896
+ # 123456/externalSystems/jira`
902
897
  # Corresponds to the JSON property `name`
903
898
  # @return [String]
904
899
  attr_accessor :name
@@ -1067,7 +1062,7 @@ module Google
1067
1062
  # @return [String]
1068
1063
  attr_accessor :project
1069
1064
 
1070
- # The project id that the resource belongs to.
1065
+ # The project ID that the resource belongs to.
1071
1066
  # Corresponds to the JSON property `projectDisplayName`
1072
1067
  # @return [String]
1073
1068
  attr_accessor :project_display_name
@@ -2024,9 +2019,9 @@ module Google
2024
2019
  # The MITRE ATT&CK technique most closely represented by this finding, if any.
2025
2020
  # primary_techniques is a repeated field because there are multiple levels of
2026
2021
  # MITRE ATT&CK techniques. If the technique most closely represented by this
2027
- # finding is a sub-technique (e.g. SCANNING_IP_BLOCKS), both the sub-technique
2028
- # and its parent technique(s) will be listed (e.g. SCANNING_IP_BLOCKS,
2029
- # ACTIVE_SCANNING).
2022
+ # finding is a sub-technique (e.g. `SCANNING_IP_BLOCKS`), both the sub-technique
2023
+ # and its parent technique(s) will be listed (e.g. `SCANNING_IP_BLOCKS`, `
2024
+ # ACTIVE_SCANNING`).
2030
2025
  # Corresponds to the JSON property `primaryTechniques`
2031
2026
  # @return [Array<String>]
2032
2027
  attr_accessor :primary_techniques
@@ -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.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220219"
25
+ REVISION = "20220318"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.22.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: 2022-02-28 00:00:00.000000000 Z
11
+ date: 2022-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.22.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []