google-apis-securitycenter_v1 0.22.0 → 0.25.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: 891373c59d920bf88c197786c10f059522f8c5be20287c9d4e14ecec4decc733
4
- data.tar.gz: d3457bafcf76204e74f050997675b42bdc5eabe49c8c5a6b1a3a07375df87d68
3
+ metadata.gz: 4e8c7c03d81b3c2dc7ebf13f217eebb7a8c53f40b0e1694dd2245bbd497e6ecd
4
+ data.tar.gz: 4abf2e27c1b9cf658df2508d9d9096272f54a8d8ae3a75d4275a4ddac36de724
5
5
  SHA512:
6
- metadata.gz: 2fe99239b9525920e4c7e4e0e3f2761c8b981565e78123a912578c2da2d28c78068717400e67a4c0df6f7e303f4089ec8d028ce589680c1fd7fb8f4fd5c987cf
7
- data.tar.gz: b82dd304599cacde570a8cd2349e9f2697dd6e9b4d91e77fea6012204074ab2498715933cd1dfc293d95e9db5f452f251895e4b6bb57eb1f10be09c229c9a5a5
6
+ metadata.gz: f53aeb3c1818634d801ee8ca8451c38aa6eaad5436c1e50ccb8a8c3536c89b75afe60a4dd0acaddc6a0e34a9d04975513414d6097577054ee6186e665b4e7bf5
7
+ data.tar.gz: cd75ed858baa452e13359476cd4a62fc72c026edfe4952048b34acf21044a7dedd5a3987fef7fb22e8d5b00079ea835c375f909e2f19f21bf30b4f50d8f6a346
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-securitycenter_v1
2
2
 
3
+ ### v0.25.0 (2022-03-22)
4
+
5
+ * Regenerated from discovery document revision 20220318
6
+
7
+ ### v0.24.0 (2022-03-15)
8
+
9
+ * Regenerated from discovery document revision 20220310
10
+
11
+ ### v0.23.0 (2022-03-08)
12
+
13
+ * Regenerated from discovery document revision 20220303
14
+
3
15
  ### v0.22.0 (2022-02-23)
4
16
 
5
17
  * Regenerated from discovery document revision 20220219
@@ -480,8 +480,7 @@ module Google
480
480
  # A generic empty message that you can re-use to avoid defining duplicated empty
481
481
  # messages in your APIs. A typical example is to use it as the request or the
482
482
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
483
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
484
- # `Empty` is empty JSON object ````.
483
+ # protobuf.Empty) returns (google.protobuf.Empty); `
485
484
  class Empty
486
485
  include Google::Apis::Core::Hashable
487
486
 
@@ -623,9 +622,9 @@ module Google
623
622
  # @return [Google::Apis::SecuritycenterV1::MitreAttack]
624
623
  attr_accessor :mitre_attack
625
624
 
626
- # Indicates the mute state of a finding (either unspecified, muted, unmuted or
627
- # undefined). Unlike other attributes of a finding, a finding provider shouldn't
628
- # set the value of mute.
625
+ # Indicates the mute state of a finding (either muted, unmuted or undefined).
626
+ # Unlike other attributes of a finding, a finding provider shouldn't set the
627
+ # value of mute.
629
628
  # Corresponds to the JSON property `mute`
630
629
  # @return [String]
631
630
  attr_accessor :mute
@@ -852,11 +851,7 @@ module Google
852
851
  # all value types. * `>`, `<`, `>=`, `<=` for integer values. * `:`, meaning
853
852
  # substring matching, for strings. The supported value types are: * string
854
853
  # literals in quotes. * integer literals without quotes. * boolean literals `
855
- # true` and `false` without quotes. Please see the proto documentation in the
856
- # finding (https://source.corp.google.com/piper///depot/google3/google/cloud/
857
- # securitycenter/v1/finding.proto) and in the ListFindingsRequest for valid
858
- # filter syntax. (https://source.corp.google.com/piper///depot/google3/google/
859
- # cloud/securitycenter/v1/securitycenter_service.proto).
854
+ # true` and `false` without quotes.
860
855
  # Corresponds to the JSON property `filter`
861
856
  # @return [String]
862
857
  attr_accessor :filter
@@ -941,10 +936,10 @@ module Google
941
936
  # @return [String]
942
937
  attr_accessor :external_uid
943
938
 
944
- # External System Name e.g. jira, demisto, etc. e.g.: organizations/1234/sources/
945
- # 5678/findings/123456/externalSystems/jira folders/1234/sources/5678/findings/
946
- # 123456/externalSystems/jira projects/1234/sources/5678/findings/123456/
947
- # externalSystems/jira
939
+ # External System Name e.g. jira, demisto, etc. e.g.: `organizations/1234/
940
+ # sources/5678/findings/123456/externalSystems/jira` `folders/1234/sources/5678/
941
+ # findings/123456/externalSystems/jira` `projects/1234/sources/5678/findings/
942
+ # 123456/externalSystems/jira`
948
943
  # Corresponds to the JSON property `name`
949
944
  # @return [String]
950
945
  attr_accessor :name
@@ -1113,7 +1108,7 @@ module Google
1113
1108
  # @return [String]
1114
1109
  attr_accessor :project
1115
1110
 
1116
- # The project id that the resource belongs to.
1111
+ # The project ID that the resource belongs to.
1117
1112
  # Corresponds to the JSON property `projectDisplayName`
1118
1113
  # @return [String]
1119
1114
  attr_accessor :project_display_name
@@ -2151,9 +2146,9 @@ module Google
2151
2146
  # The MITRE ATT&CK technique most closely represented by this finding, if any.
2152
2147
  # primary_techniques is a repeated field because there are multiple levels of
2153
2148
  # MITRE ATT&CK techniques. If the technique most closely represented by this
2154
- # finding is a sub-technique (e.g. SCANNING_IP_BLOCKS), both the sub-technique
2155
- # and its parent technique(s) will be listed (e.g. SCANNING_IP_BLOCKS,
2156
- # ACTIVE_SCANNING).
2149
+ # finding is a sub-technique (e.g. `SCANNING_IP_BLOCKS`), both the sub-technique
2150
+ # and its parent technique(s) will be listed (e.g. `SCANNING_IP_BLOCKS`, `
2151
+ # ACTIVE_SCANNING`).
2157
2152
  # Corresponds to the JSON property `primaryTechniques`
2158
2153
  # @return [Array<String>]
2159
2154
  attr_accessor :primary_techniques
@@ -2480,7 +2475,7 @@ module Google
2480
2475
  # @return [String]
2481
2476
  attr_accessor :parent_name
2482
2477
 
2483
- # The project id that the resource belongs to.
2478
+ # The project ID that the resource belongs to.
2484
2479
  # Corresponds to the JSON property `projectDisplayName`
2485
2480
  # @return [String]
2486
2481
  attr_accessor :project_display_name
@@ -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.22.0"
19
+ GEM_VERSION = "0.25.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
@@ -211,7 +211,7 @@ module Google
211
211
  # @param [String] start_time
212
212
  # The time at which the updated SecurityMarks take effect. If not set uses
213
213
  # current server time. Updates will be applied to the SecurityMarks that are
214
- # active immediately preceding this time. Must be smaller or equal to the server
214
+ # active immediately preceding this time. Must be earlier or equal to the server
215
215
  # time.
216
216
  # @param [String] update_mask
217
217
  # The FieldMask to use when updating the security marks resource. The field mask
@@ -982,7 +982,7 @@ module Google
982
982
  # @param [String] start_time
983
983
  # The time at which the updated SecurityMarks take effect. If not set uses
984
984
  # current server time. Updates will be applied to the SecurityMarks that are
985
- # active immediately preceding this time. Must be smaller or equal to the server
985
+ # active immediately preceding this time. Must be earlier or equal to the server
986
986
  # time.
987
987
  # @param [String] update_mask
988
988
  # The FieldMask to use when updating the security marks resource. The field mask
@@ -1021,10 +1021,10 @@ module Google
1021
1021
 
1022
1022
  # Updates external system. This is for a given finding.
1023
1023
  # @param [String] name
1024
- # External System Name e.g. jira, demisto, etc. e.g.: organizations/1234/sources/
1025
- # 5678/findings/123456/externalSystems/jira folders/1234/sources/5678/findings/
1026
- # 123456/externalSystems/jira projects/1234/sources/5678/findings/123456/
1027
- # externalSystems/jira
1024
+ # External System Name e.g. jira, demisto, etc. e.g.: `organizations/1234/
1025
+ # sources/5678/findings/123456/externalSystems/jira` `folders/1234/sources/5678/
1026
+ # findings/123456/externalSystems/jira` `projects/1234/sources/5678/findings/
1027
+ # 123456/externalSystems/jira`
1028
1028
  # @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1ExternalSystem] google_cloud_securitycenter_v1_external_system_object
1029
1029
  # @param [String] update_mask
1030
1030
  # The FieldMask to use when updating the external system resource. If empty all
@@ -1326,7 +1326,7 @@ module Google
1326
1326
  # @param [String] start_time
1327
1327
  # The time at which the updated SecurityMarks take effect. If not set uses
1328
1328
  # current server time. Updates will be applied to the SecurityMarks that are
1329
- # active immediately preceding this time. Must be smaller or equal to the server
1329
+ # active immediately preceding this time. Must be earlier or equal to the server
1330
1330
  # time.
1331
1331
  # @param [String] update_mask
1332
1332
  # The FieldMask to use when updating the security marks resource. The field mask
@@ -2671,7 +2671,7 @@ module Google
2671
2671
  # @param [String] start_time
2672
2672
  # The time at which the updated SecurityMarks take effect. If not set uses
2673
2673
  # current server time. Updates will be applied to the SecurityMarks that are
2674
- # active immediately preceding this time. Must be smaller or equal to the server
2674
+ # active immediately preceding this time. Must be earlier or equal to the server
2675
2675
  # time.
2676
2676
  # @param [String] update_mask
2677
2677
  # The FieldMask to use when updating the security marks resource. The field mask
@@ -2710,10 +2710,10 @@ module Google
2710
2710
 
2711
2711
  # Updates external system. This is for a given finding.
2712
2712
  # @param [String] name
2713
- # External System Name e.g. jira, demisto, etc. e.g.: organizations/1234/sources/
2714
- # 5678/findings/123456/externalSystems/jira folders/1234/sources/5678/findings/
2715
- # 123456/externalSystems/jira projects/1234/sources/5678/findings/123456/
2716
- # externalSystems/jira
2713
+ # External System Name e.g. jira, demisto, etc. e.g.: `organizations/1234/
2714
+ # sources/5678/findings/123456/externalSystems/jira` `folders/1234/sources/5678/
2715
+ # findings/123456/externalSystems/jira` `projects/1234/sources/5678/findings/
2716
+ # 123456/externalSystems/jira`
2717
2717
  # @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1ExternalSystem] google_cloud_securitycenter_v1_external_system_object
2718
2718
  # @param [String] update_mask
2719
2719
  # The FieldMask to use when updating the external system resource. If empty all
@@ -2909,7 +2909,7 @@ module Google
2909
2909
  # @param [String] start_time
2910
2910
  # The time at which the updated SecurityMarks take effect. If not set uses
2911
2911
  # current server time. Updates will be applied to the SecurityMarks that are
2912
- # active immediately preceding this time. Must be smaller or equal to the server
2912
+ # active immediately preceding this time. Must be earlier or equal to the server
2913
2913
  # time.
2914
2914
  # @param [String] update_mask
2915
2915
  # The FieldMask to use when updating the security marks resource. The field mask
@@ -3680,7 +3680,7 @@ module Google
3680
3680
  # @param [String] start_time
3681
3681
  # The time at which the updated SecurityMarks take effect. If not set uses
3682
3682
  # current server time. Updates will be applied to the SecurityMarks that are
3683
- # active immediately preceding this time. Must be smaller or equal to the server
3683
+ # active immediately preceding this time. Must be earlier or equal to the server
3684
3684
  # time.
3685
3685
  # @param [String] update_mask
3686
3686
  # The FieldMask to use when updating the security marks resource. The field mask
@@ -3719,10 +3719,10 @@ module Google
3719
3719
 
3720
3720
  # Updates external system. This is for a given finding.
3721
3721
  # @param [String] name
3722
- # External System Name e.g. jira, demisto, etc. e.g.: organizations/1234/sources/
3723
- # 5678/findings/123456/externalSystems/jira folders/1234/sources/5678/findings/
3724
- # 123456/externalSystems/jira projects/1234/sources/5678/findings/123456/
3725
- # externalSystems/jira
3722
+ # External System Name e.g. jira, demisto, etc. e.g.: `organizations/1234/
3723
+ # sources/5678/findings/123456/externalSystems/jira` `folders/1234/sources/5678/
3724
+ # findings/123456/externalSystems/jira` `projects/1234/sources/5678/findings/
3725
+ # 123456/externalSystems/jira`
3726
3726
  # @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1ExternalSystem] google_cloud_securitycenter_v1_external_system_object
3727
3727
  # @param [String] update_mask
3728
3728
  # The FieldMask to use when updating the external system resource. If empty all
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.22.0
4
+ version: 0.25.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.25.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1
63
63
  post_install_message:
64
64
  rdoc_options: []