google-apis-securitycenter_v1 0.107.0 → 0.109.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: 378bf3143074253128f483c1d2638aaada30340b7655dca6bb54ad2fa999aa49
4
- data.tar.gz: c951e7efaa9ab340eda2a6379a891e671251cc92809352fb4ff4b1472d2047a2
3
+ metadata.gz: 4a1cfbe280b9b9677abf022eb6c4afa3aa0b979372be0581e6615b4926a03332
4
+ data.tar.gz: e35fe99dea7b52d7430af234b9ceb8e17b66dbcce9da970874c4f47a9a08cd0f
5
5
  SHA512:
6
- metadata.gz: 6b91f85adaa6cba557c01ef7e79905ff8265b95e66784c27f46f0d9d681f655bfbb7df596d97489fb6e81b43f2d91e3518b83fcb8d199302bfc9de9b8fca43d2
7
- data.tar.gz: b0eff6939a59e81844fdff6558b8749c95b8add0a5c5e8ca2162e8b89a81857241b2fc5ad35e29b9072a1391b4fc4d04145c424a0fcce15a08752805ea1c9a7b
6
+ metadata.gz: 96898530fcec5ec6d3e72af699298a765725de39d48c5ca21a40ff9df1766940c08dc79263e201fab64af017e81044b3273060b6202c66fe533004a2938655e1
7
+ data.tar.gz: 4fa77158ab232b0e090a8a01dd77aa65b5918976686dc0a85c4f33fde0ed4c3bcefedb6ad91acd0030db546ab8f9f7dab8be3ce9c6d9335399c59fcb544b7c92
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-securitycenter_v1
2
2
 
3
+ ### v0.109.0 (2025-10-12)
4
+
5
+ * Regenerated from discovery document revision 20251006
6
+
7
+ ### v0.108.0 (2025-09-14)
8
+
9
+ * Regenerated from discovery document revision 20250905
10
+
3
11
  ### v0.107.0 (2025-08-24)
4
12
 
5
13
  * Regenerated from discovery document revision 20250815
@@ -1455,6 +1455,12 @@ module Google
1455
1455
  # @return [String]
1456
1456
  attr_accessor :data_profile
1457
1457
 
1458
+ # Type of information detected by SDP. Info type includes name, version and
1459
+ # sensitivity of the detected information type.
1460
+ # Corresponds to the JSON property `infoTypes`
1461
+ # @return [Array<Google::Apis::SecuritycenterV1::InfoType>]
1462
+ attr_accessor :info_types
1463
+
1458
1464
  # The resource hierarchy level at which the data profile was generated.
1459
1465
  # Corresponds to the JSON property `parentType`
1460
1466
  # @return [String]
@@ -1467,6 +1473,7 @@ module Google
1467
1473
  # Update properties of this object
1468
1474
  def update!(**args)
1469
1475
  @data_profile = args[:data_profile] if args.key?(:data_profile)
1476
+ @info_types = args[:info_types] if args.key?(:info_types)
1470
1477
  @parent_type = args[:parent_type] if args.key?(:parent_type)
1471
1478
  end
1472
1479
  end
@@ -5759,6 +5766,12 @@ module Google
5759
5766
  # @return [String]
5760
5767
  attr_accessor :data_profile
5761
5768
 
5769
+ # Type of information detected by SDP. Info type includes name, version and
5770
+ # sensitivity of the detected information type.
5771
+ # Corresponds to the JSON property `infoTypes`
5772
+ # @return [Array<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2InfoType>]
5773
+ attr_accessor :info_types
5774
+
5762
5775
  # The resource hierarchy level at which the data profile was generated.
5763
5776
  # Corresponds to the JSON property `parentType`
5764
5777
  # @return [String]
@@ -5771,6 +5784,7 @@ module Google
5771
5784
  # Update properties of this object
5772
5785
  def update!(**args)
5773
5786
  @data_profile = args[:data_profile] if args.key?(:data_profile)
5787
+ @info_types = args[:info_types] if args.key?(:info_types)
5774
5788
  @parent_type = args[:parent_type] if args.key?(:parent_type)
5775
5789
  end
5776
5790
  end
@@ -6915,14 +6929,11 @@ module Google
6915
6929
  attr_accessor :backup_disaster_recovery
6916
6930
 
6917
6931
  # Output only. The canonical name of the finding. The following list shows some
6918
- # examples: + `organizations/`organization_id`/sources/`source_id`/findings/`
6919
- # finding_id`` + `organizations/`organization_id`/sources/`source_id`/locations/`
6932
+ # examples: + `organizations/`organization_id`/sources/`source_id`/locations/`
6920
6933
  # location_id`/findings/`finding_id`` + `folders/`folder_id`/sources/`source_id`/
6921
- # findings/`finding_id`` + `folders/`folder_id`/sources/`source_id`/locations/`
6922
- # location_id`/findings/`finding_id`` + `projects/`project_id`/sources/`
6923
- # source_id`/findings/`finding_id`` + `projects/`project_id`/sources/`source_id`/
6924
- # locations/`location_id`/findings/`finding_id`` The prefix is the closest CRM
6925
- # ancestor of the resource associated with the finding.
6934
+ # locations/`location_id`/findings/`finding_id`` + `projects/`project_id`/
6935
+ # sources/`source_id`/locations/`location_id`/findings/`finding_id`` The prefix
6936
+ # is the closest CRM ancestor of the resource associated with the finding.
6926
6937
  # Corresponds to the JSON property `canonicalName`
6927
6938
  # @return [String]
6928
6939
  attr_accessor :canonical_name
@@ -7555,6 +7566,42 @@ module Google
7555
7566
  end
7556
7567
  end
7557
7568
 
7569
+ # Type of information detected by the API.
7570
+ class GoogleCloudSecuritycenterV2InfoType
7571
+ include Google::Apis::Core::Hashable
7572
+
7573
+ # Name of the information type. Either a name of your choosing when creating a
7574
+ # CustomInfoType, or one of the names listed at https://cloud.google.com/
7575
+ # sensitive-data-protection/docs/infotypes-reference when specifying a built-in
7576
+ # type. When sending Cloud DLP results to Data Catalog, infoType names should
7577
+ # conform to the pattern `[A-Za-z0-9$_-]`1,64``.
7578
+ # Corresponds to the JSON property `name`
7579
+ # @return [String]
7580
+ attr_accessor :name
7581
+
7582
+ # Score is calculated from of all elements in the data profile. A higher level
7583
+ # means the data is more sensitive.
7584
+ # Corresponds to the JSON property `sensitivityScore`
7585
+ # @return [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2SensitivityScore]
7586
+ attr_accessor :sensitivity_score
7587
+
7588
+ # Optional version name for this InfoType.
7589
+ # Corresponds to the JSON property `version`
7590
+ # @return [String]
7591
+ attr_accessor :version
7592
+
7593
+ def initialize(**args)
7594
+ update!(**args)
7595
+ end
7596
+
7597
+ # Update properties of this object
7598
+ def update!(**args)
7599
+ @name = args[:name] if args.key?(:name)
7600
+ @sensitivity_score = args[:sensitivity_score] if args.key?(:sensitivity_score)
7601
+ @version = args[:version] if args.key?(:version)
7602
+ end
7603
+ end
7604
+
7558
7605
  # IP rule information.
7559
7606
  class GoogleCloudSecuritycenterV2IpRule
7560
7607
  include Google::Apis::Core::Hashable
@@ -7884,6 +7931,11 @@ module Google
7884
7931
  class GoogleCloudSecuritycenterV2IssueResource
7885
7932
  include Google::Apis::Core::Hashable
7886
7933
 
7934
+ # The AppHub application associated with the resource, if any.
7935
+ # Corresponds to the JSON property `application`
7936
+ # @return [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IssueResourceApplication]
7937
+ attr_accessor :application
7938
+
7887
7939
  # The AWS metadata of a resource associated with an issue.
7888
7940
  # Corresponds to the JSON property `awsMetadata`
7889
7941
  # @return [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IssueResourceAwsMetadata]
@@ -7926,6 +7978,7 @@ module Google
7926
7978
 
7927
7979
  # Update properties of this object
7928
7980
  def update!(**args)
7981
+ @application = args[:application] if args.key?(:application)
7929
7982
  @aws_metadata = args[:aws_metadata] if args.key?(:aws_metadata)
7930
7983
  @azure_metadata = args[:azure_metadata] if args.key?(:azure_metadata)
7931
7984
  @cloud_provider = args[:cloud_provider] if args.key?(:cloud_provider)
@@ -7936,6 +7989,26 @@ module Google
7936
7989
  end
7937
7990
  end
7938
7991
 
7992
+ # The AppHub application associated with the resource, if any.
7993
+ class GoogleCloudSecuritycenterV2IssueResourceApplication
7994
+ include Google::Apis::Core::Hashable
7995
+
7996
+ # The resource name of an Application. Format: `projects/`host-project-id`/
7997
+ # locations/`location`/applications/`application-id``
7998
+ # Corresponds to the JSON property `name`
7999
+ # @return [String]
8000
+ attr_accessor :name
8001
+
8002
+ def initialize(**args)
8003
+ update!(**args)
8004
+ end
8005
+
8006
+ # Update properties of this object
8007
+ def update!(**args)
8008
+ @name = args[:name] if args.key?(:name)
8009
+ end
8010
+ end
8011
+
7939
8012
  # The AWS metadata of a resource associated with an issue.
7940
8013
  class GoogleCloudSecuritycenterV2IssueResourceAwsMetadata
7941
8014
  include Google::Apis::Core::Hashable
@@ -9601,6 +9674,26 @@ module Google
9601
9674
  end
9602
9675
  end
9603
9676
 
9677
+ # Score is calculated from of all elements in the data profile. A higher level
9678
+ # means the data is more sensitive.
9679
+ class GoogleCloudSecuritycenterV2SensitivityScore
9680
+ include Google::Apis::Core::Hashable
9681
+
9682
+ # The sensitivity score applied to the resource.
9683
+ # Corresponds to the JSON property `score`
9684
+ # @return [String]
9685
+ attr_accessor :score
9686
+
9687
+ def initialize(**args)
9688
+ update!(**args)
9689
+ end
9690
+
9691
+ # Update properties of this object
9692
+ def update!(**args)
9693
+ @score = args[:score] if args.key?(:score)
9694
+ end
9695
+ end
9696
+
9604
9697
  # Identity delegation history of an authenticated service account.
9605
9698
  class GoogleCloudSecuritycenterV2ServiceAccountDelegationInfo
9606
9699
  include Google::Apis::Core::Hashable
@@ -10316,6 +10409,42 @@ module Google
10316
10409
  end
10317
10410
  end
10318
10411
 
10412
+ # Type of information detected by the API.
10413
+ class InfoType
10414
+ include Google::Apis::Core::Hashable
10415
+
10416
+ # Name of the information type. Either a name of your choosing when creating a
10417
+ # CustomInfoType, or one of the names listed at https://cloud.google.com/
10418
+ # sensitive-data-protection/docs/infotypes-reference when specifying a built-in
10419
+ # type. When sending Cloud DLP results to Data Catalog, infoType names should
10420
+ # conform to the pattern `[A-Za-z0-9$_-]`1,64``.
10421
+ # Corresponds to the JSON property `name`
10422
+ # @return [String]
10423
+ attr_accessor :name
10424
+
10425
+ # Score is calculated from of all elements in the data profile. A higher level
10426
+ # means the data is more sensitive.
10427
+ # Corresponds to the JSON property `sensitivityScore`
10428
+ # @return [Google::Apis::SecuritycenterV1::SensitivityScore]
10429
+ attr_accessor :sensitivity_score
10430
+
10431
+ # Optional version name for this InfoType.
10432
+ # Corresponds to the JSON property `version`
10433
+ # @return [String]
10434
+ attr_accessor :version
10435
+
10436
+ def initialize(**args)
10437
+ update!(**args)
10438
+ end
10439
+
10440
+ # Update properties of this object
10441
+ def update!(**args)
10442
+ @name = args[:name] if args.key?(:name)
10443
+ @sensitivity_score = args[:sensitivity_score] if args.key?(:sensitivity_score)
10444
+ @version = args[:version] if args.key?(:version)
10445
+ end
10446
+ end
10447
+
10319
10448
  # IP rule information.
10320
10449
  class IpRule
10321
10450
  include Google::Apis::Core::Hashable
@@ -11004,6 +11133,13 @@ module Google
11004
11133
  # @return [Array<Google::Apis::SecuritycenterV1::Operation>]
11005
11134
  attr_accessor :operations
11006
11135
 
11136
+ # Unordered list. Unreachable resources. Populated when the request sets `
11137
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
11138
+ # when attempting to list all resources across all supported locations.
11139
+ # Corresponds to the JSON property `unreachable`
11140
+ # @return [Array<String>]
11141
+ attr_accessor :unreachable
11142
+
11007
11143
  def initialize(**args)
11008
11144
  update!(**args)
11009
11145
  end
@@ -11012,6 +11148,7 @@ module Google
11012
11148
  def update!(**args)
11013
11149
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
11014
11150
  @operations = args[:operations] if args.key?(:operations)
11151
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
11015
11152
  end
11016
11153
  end
11017
11154
 
@@ -12581,6 +12718,26 @@ module Google
12581
12718
  end
12582
12719
  end
12583
12720
 
12721
+ # Score is calculated from of all elements in the data profile. A higher level
12722
+ # means the data is more sensitive.
12723
+ class SensitivityScore
12724
+ include Google::Apis::Core::Hashable
12725
+
12726
+ # The sensitivity score applied to the resource.
12727
+ # Corresponds to the JSON property `score`
12728
+ # @return [String]
12729
+ attr_accessor :score
12730
+
12731
+ def initialize(**args)
12732
+ update!(**args)
12733
+ end
12734
+
12735
+ # Update properties of this object
12736
+ def update!(**args)
12737
+ @score = args[:score] if args.key?(:score)
12738
+ end
12739
+ end
12740
+
12584
12741
  # Identity delegation history of an authenticated service account.
12585
12742
  class ServiceAccountDelegationInfo
12586
12743
  include Google::Apis::Core::Hashable
@@ -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.107.0"
19
+ GEM_VERSION = "0.109.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 = "20250815"
25
+ REVISION = "20251006"
26
26
  end
27
27
  end
28
28
  end
@@ -1000,6 +1000,12 @@ module Google
1000
1000
  include Google::Apis::Core::JsonObjectSupport
1001
1001
  end
1002
1002
 
1003
+ class GoogleCloudSecuritycenterV2InfoType
1004
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1005
+
1006
+ include Google::Apis::Core::JsonObjectSupport
1007
+ end
1008
+
1003
1009
  class GoogleCloudSecuritycenterV2IpRule
1004
1010
  class Representation < Google::Apis::Core::JsonRepresentation; end
1005
1011
 
@@ -1054,6 +1060,12 @@ module Google
1054
1060
  include Google::Apis::Core::JsonObjectSupport
1055
1061
  end
1056
1062
 
1063
+ class GoogleCloudSecuritycenterV2IssueResourceApplication
1064
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1065
+
1066
+ include Google::Apis::Core::JsonObjectSupport
1067
+ end
1068
+
1057
1069
  class GoogleCloudSecuritycenterV2IssueResourceAwsMetadata
1058
1070
  class Representation < Google::Apis::Core::JsonRepresentation; end
1059
1071
 
@@ -1318,6 +1330,12 @@ module Google
1318
1330
  include Google::Apis::Core::JsonObjectSupport
1319
1331
  end
1320
1332
 
1333
+ class GoogleCloudSecuritycenterV2SensitivityScore
1334
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1335
+
1336
+ include Google::Apis::Core::JsonObjectSupport
1337
+ end
1338
+
1321
1339
  class GoogleCloudSecuritycenterV2ServiceAccountDelegationInfo
1322
1340
  class Representation < Google::Apis::Core::JsonRepresentation; end
1323
1341
 
@@ -1420,6 +1438,12 @@ module Google
1420
1438
  include Google::Apis::Core::JsonObjectSupport
1421
1439
  end
1422
1440
 
1441
+ class InfoType
1442
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1443
+
1444
+ include Google::Apis::Core::JsonObjectSupport
1445
+ end
1446
+
1423
1447
  class IpRule
1424
1448
  class Representation < Google::Apis::Core::JsonRepresentation; end
1425
1449
 
@@ -1786,6 +1810,12 @@ module Google
1786
1810
  include Google::Apis::Core::JsonObjectSupport
1787
1811
  end
1788
1812
 
1813
+ class SensitivityScore
1814
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1815
+
1816
+ include Google::Apis::Core::JsonObjectSupport
1817
+ end
1818
+
1789
1819
  class ServiceAccountDelegationInfo
1790
1820
  class Representation < Google::Apis::Core::JsonRepresentation; end
1791
1821
 
@@ -2304,6 +2334,8 @@ module Google
2304
2334
  # @private
2305
2335
  class Representation < Google::Apis::Core::JsonRepresentation
2306
2336
  property :data_profile, as: 'dataProfile'
2337
+ collection :info_types, as: 'infoTypes', class: Google::Apis::SecuritycenterV1::InfoType, decorator: Google::Apis::SecuritycenterV1::InfoType::Representation
2338
+
2307
2339
  property :parent_type, as: 'parentType'
2308
2340
  end
2309
2341
  end
@@ -3376,6 +3408,8 @@ module Google
3376
3408
  # @private
3377
3409
  class Representation < Google::Apis::Core::JsonRepresentation
3378
3410
  property :data_profile, as: 'dataProfile'
3411
+ collection :info_types, as: 'infoTypes', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2InfoType, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2InfoType::Representation
3412
+
3379
3413
  property :parent_type, as: 'parentType'
3380
3414
  end
3381
3415
  end
@@ -3834,6 +3868,16 @@ module Google
3834
3868
  end
3835
3869
  end
3836
3870
 
3871
+ class GoogleCloudSecuritycenterV2InfoType
3872
+ # @private
3873
+ class Representation < Google::Apis::Core::JsonRepresentation
3874
+ property :name, as: 'name'
3875
+ property :sensitivity_score, as: 'sensitivityScore', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2SensitivityScore, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2SensitivityScore::Representation
3876
+
3877
+ property :version, as: 'version'
3878
+ end
3879
+ end
3880
+
3837
3881
  class GoogleCloudSecuritycenterV2IpRule
3838
3882
  # @private
3839
3883
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3931,6 +3975,8 @@ module Google
3931
3975
  class GoogleCloudSecuritycenterV2IssueResource
3932
3976
  # @private
3933
3977
  class Representation < Google::Apis::Core::JsonRepresentation
3978
+ property :application, as: 'application', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IssueResourceApplication, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IssueResourceApplication::Representation
3979
+
3934
3980
  property :aws_metadata, as: 'awsMetadata', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IssueResourceAwsMetadata, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IssueResourceAwsMetadata::Representation
3935
3981
 
3936
3982
  property :azure_metadata, as: 'azureMetadata', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IssueResourceAzureMetadata, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2IssueResourceAzureMetadata::Representation
@@ -3944,6 +3990,13 @@ module Google
3944
3990
  end
3945
3991
  end
3946
3992
 
3993
+ class GoogleCloudSecuritycenterV2IssueResourceApplication
3994
+ # @private
3995
+ class Representation < Google::Apis::Core::JsonRepresentation
3996
+ property :name, as: 'name'
3997
+ end
3998
+ end
3999
+
3947
4000
  class GoogleCloudSecuritycenterV2IssueResourceAwsMetadata
3948
4001
  # @private
3949
4002
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4397,6 +4450,13 @@ module Google
4397
4450
  end
4398
4451
  end
4399
4452
 
4453
+ class GoogleCloudSecuritycenterV2SensitivityScore
4454
+ # @private
4455
+ class Representation < Google::Apis::Core::JsonRepresentation
4456
+ property :score, as: 'score'
4457
+ end
4458
+ end
4459
+
4400
4460
  class GoogleCloudSecuritycenterV2ServiceAccountDelegationInfo
4401
4461
  # @private
4402
4462
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4566,6 +4626,16 @@ module Google
4566
4626
  end
4567
4627
  end
4568
4628
 
4629
+ class InfoType
4630
+ # @private
4631
+ class Representation < Google::Apis::Core::JsonRepresentation
4632
+ property :name, as: 'name'
4633
+ property :sensitivity_score, as: 'sensitivityScore', class: Google::Apis::SecuritycenterV1::SensitivityScore, decorator: Google::Apis::SecuritycenterV1::SensitivityScore::Representation
4634
+
4635
+ property :version, as: 'version'
4636
+ end
4637
+ end
4638
+
4569
4639
  class IpRule
4570
4640
  # @private
4571
4641
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4771,6 +4841,7 @@ module Google
4771
4841
  property :next_page_token, as: 'nextPageToken'
4772
4842
  collection :operations, as: 'operations', class: Google::Apis::SecuritycenterV1::Operation, decorator: Google::Apis::SecuritycenterV1::Operation::Representation
4773
4843
 
4844
+ collection :unreachable, as: 'unreachable'
4774
4845
  end
4775
4846
  end
4776
4847
 
@@ -5191,6 +5262,13 @@ module Google
5191
5262
  end
5192
5263
  end
5193
5264
 
5265
+ class SensitivityScore
5266
+ # @private
5267
+ class Representation < Google::Apis::Core::JsonRepresentation
5268
+ property :score, as: 'score'
5269
+ end
5270
+ end
5271
+
5194
5272
  class ServiceAccountDelegationInfo
5195
5273
  # @private
5196
5274
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3647,6 +3647,13 @@ module Google
3647
3647
  # The standard list page size.
3648
3648
  # @param [String] page_token
3649
3649
  # The standard list page token.
3650
+ # @param [Boolean] return_partial_success
3651
+ # When set to `true`, operations that are reachable are returned as normal, and
3652
+ # those that are unreachable are returned in the [ListOperationsResponse.
3653
+ # unreachable] field. This can only be `true` when reading across collections e.
3654
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
3655
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
3656
+ # explicitly documented otherwise in service or product specific documentation.
3650
3657
  # @param [String] fields
3651
3658
  # Selector specifying which fields to include in a partial response.
3652
3659
  # @param [String] quota_user
@@ -3664,7 +3671,7 @@ module Google
3664
3671
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3665
3672
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3666
3673
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3667
- def list_organization_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
3674
+ def list_organization_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
3668
3675
  command = make_simple_command(:get, 'v1/{+name}', options)
3669
3676
  command.response_representation = Google::Apis::SecuritycenterV1::ListOperationsResponse::Representation
3670
3677
  command.response_class = Google::Apis::SecuritycenterV1::ListOperationsResponse
@@ -3672,6 +3679,7 @@ module Google
3672
3679
  command.query['filter'] = filter unless filter.nil?
3673
3680
  command.query['pageSize'] = page_size unless page_size.nil?
3674
3681
  command.query['pageToken'] = page_token unless page_token.nil?
3682
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
3675
3683
  command.query['fields'] = fields unless fields.nil?
3676
3684
  command.query['quotaUser'] = quota_user unless quota_user.nil?
3677
3685
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.107.0
4
+ version: 0.109.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.107.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.109.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1
62
62
  rdoc_options: []
63
63
  require_paths: