google-cloud-cloud_security_compliance-v1 0.4.1 → 0.5.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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/cloud_security_compliance/v1/audit/client.rb +2 -0
- data/lib/google/cloud/cloud_security_compliance/v1/audit/operations.rb +2 -0
- data/lib/google/cloud/cloud_security_compliance/v1/audit/rest/client.rb +2 -0
- data/lib/google/cloud/cloud_security_compliance/v1/audit/rest/operations.rb +2 -0
- data/lib/google/cloud/cloud_security_compliance/v1/cm_enrollment_service/client.rb +2 -0
- data/lib/google/cloud/cloud_security_compliance/v1/cm_enrollment_service/rest/client.rb +2 -0
- data/lib/google/cloud/cloud_security_compliance/v1/config/client.rb +2 -0
- data/lib/google/cloud/cloud_security_compliance/v1/config/rest/client.rb +2 -0
- data/lib/google/cloud/cloud_security_compliance/v1/deployment/client.rb +2 -0
- data/lib/google/cloud/cloud_security_compliance/v1/deployment/operations.rb +2 -0
- data/lib/google/cloud/cloud_security_compliance/v1/deployment/rest/client.rb +2 -0
- data/lib/google/cloud/cloud_security_compliance/v1/deployment/rest/operations.rb +2 -0
- data/lib/google/cloud/cloud_security_compliance/v1/monitoring/client.rb +2 -0
- data/lib/google/cloud/cloud_security_compliance/v1/monitoring/rest/client.rb +2 -0
- data/lib/google/cloud/cloud_security_compliance/v1/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6bf8480a847cc2dabd118a2bc809ae8d77721f026053fb54a950bc5c120fa2b3
|
|
4
|
+
data.tar.gz: de4909348cb57324856c69b9352950bbbbcefee0583fca0e665f28b83e9a3682
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 306ff42fd4d40868be54c94507eac608837e8a62e2a30e75d0032390c80069a120889b0f0ae24b830c495550e105c05435d8c813e982a1a28fd426cdc3f627f9
|
|
7
|
+
data.tar.gz: 1939121a3c71e7df34fbba29659a8bda709add1617cdb3e8448b103c7ee8327a8944e75e79d43e800b3d6bc0bdf08f13588661819151c2154d1aeebf69aa6324
|
data/README.md
CHANGED
|
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
|
86
86
|
|
|
87
87
|
## Supported Ruby Versions
|
|
88
88
|
|
|
89
|
-
This library is supported on Ruby 3.
|
|
89
|
+
This library is supported on Ruby 3.2+.
|
|
90
90
|
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -728,6 +728,7 @@ module Google
|
|
|
728
728
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
729
729
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
730
730
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
731
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
731
732
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
732
733
|
# trigger a retry.
|
|
733
734
|
# @return [::Hash]
|
|
@@ -811,6 +812,7 @@ module Google
|
|
|
811
812
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
812
813
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
813
814
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
815
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
814
816
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
815
817
|
# trigger a retry.
|
|
816
818
|
#
|
|
@@ -703,6 +703,7 @@ module Google
|
|
|
703
703
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
704
704
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
705
705
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
706
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
706
707
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
707
708
|
# trigger a retry.
|
|
708
709
|
# @return [::Hash]
|
|
@@ -786,6 +787,7 @@ module Google
|
|
|
786
787
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
787
788
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
788
789
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
790
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
789
791
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
790
792
|
# trigger a retry.
|
|
791
793
|
#
|
|
@@ -668,6 +668,7 @@ module Google
|
|
|
668
668
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
669
669
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
670
670
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
671
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
671
672
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
672
673
|
# trigger a retry.
|
|
673
674
|
# @return [::Hash]
|
|
@@ -747,6 +748,7 @@ module Google
|
|
|
747
748
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
748
749
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
749
750
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
751
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
750
752
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
751
753
|
# trigger a retry.
|
|
752
754
|
#
|
|
@@ -541,6 +541,7 @@ module Google
|
|
|
541
541
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
542
542
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
543
543
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
544
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
544
545
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
545
546
|
# trigger a retry.
|
|
546
547
|
# @return [::Hash]
|
|
@@ -613,6 +614,7 @@ module Google
|
|
|
613
614
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
614
615
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
615
616
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
617
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
616
618
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
617
619
|
# trigger a retry.
|
|
618
620
|
#
|
|
@@ -491,6 +491,7 @@ module Google
|
|
|
491
491
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
492
492
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
493
493
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
494
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
494
495
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
495
496
|
# trigger a retry.
|
|
496
497
|
# @return [::Hash]
|
|
@@ -574,6 +575,7 @@ module Google
|
|
|
574
575
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
575
576
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
576
577
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
578
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
577
579
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
578
580
|
# trigger a retry.
|
|
579
581
|
#
|
|
@@ -445,6 +445,7 @@ module Google
|
|
|
445
445
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
446
446
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
447
447
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
448
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
448
449
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
449
450
|
# trigger a retry.
|
|
450
451
|
# @return [::Hash]
|
|
@@ -524,6 +525,7 @@ module Google
|
|
|
524
525
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
525
526
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
526
527
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
528
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
527
529
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
528
530
|
# trigger a retry.
|
|
529
531
|
#
|
|
@@ -1348,6 +1348,7 @@ module Google
|
|
|
1348
1348
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1349
1349
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1350
1350
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1351
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1351
1352
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1352
1353
|
# trigger a retry.
|
|
1353
1354
|
# @return [::Hash]
|
|
@@ -1431,6 +1432,7 @@ module Google
|
|
|
1431
1432
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1432
1433
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1433
1434
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1435
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1434
1436
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1435
1437
|
# trigger a retry.
|
|
1436
1438
|
#
|
|
@@ -1246,6 +1246,7 @@ module Google
|
|
|
1246
1246
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1247
1247
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1248
1248
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1249
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1249
1250
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1250
1251
|
# trigger a retry.
|
|
1251
1252
|
# @return [::Hash]
|
|
@@ -1325,6 +1326,7 @@ module Google
|
|
|
1325
1326
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1326
1327
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1327
1328
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1329
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1328
1330
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1329
1331
|
# trigger a retry.
|
|
1330
1332
|
#
|
|
@@ -952,6 +952,7 @@ module Google
|
|
|
952
952
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
953
953
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
954
954
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
955
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
955
956
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
956
957
|
# trigger a retry.
|
|
957
958
|
# @return [::Hash]
|
|
@@ -1035,6 +1036,7 @@ module Google
|
|
|
1035
1036
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1036
1037
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1037
1038
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1039
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1038
1040
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1039
1041
|
# trigger a retry.
|
|
1040
1042
|
#
|
|
@@ -703,6 +703,7 @@ module Google
|
|
|
703
703
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
704
704
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
705
705
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
706
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
706
707
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
707
708
|
# trigger a retry.
|
|
708
709
|
# @return [::Hash]
|
|
@@ -786,6 +787,7 @@ module Google
|
|
|
786
787
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
787
788
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
788
789
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
790
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
789
791
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
790
792
|
# trigger a retry.
|
|
791
793
|
#
|
|
@@ -878,6 +878,7 @@ module Google
|
|
|
878
878
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
879
879
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
880
880
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
881
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
881
882
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
882
883
|
# trigger a retry.
|
|
883
884
|
# @return [::Hash]
|
|
@@ -957,6 +958,7 @@ module Google
|
|
|
957
958
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
958
959
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
959
960
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
961
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
960
962
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
961
963
|
# trigger a retry.
|
|
962
964
|
#
|
|
@@ -541,6 +541,7 @@ module Google
|
|
|
541
541
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
542
542
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
543
543
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
544
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
544
545
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
545
546
|
# trigger a retry.
|
|
546
547
|
# @return [::Hash]
|
|
@@ -613,6 +614,7 @@ module Google
|
|
|
613
614
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
614
615
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
615
616
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
617
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
616
618
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
617
619
|
# trigger a retry.
|
|
618
620
|
#
|
|
@@ -806,6 +806,7 @@ module Google
|
|
|
806
806
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
807
807
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
808
808
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
809
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
809
810
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
810
811
|
# trigger a retry.
|
|
811
812
|
# @return [::Hash]
|
|
@@ -889,6 +890,7 @@ module Google
|
|
|
889
890
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
890
891
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
891
892
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
893
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
892
894
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
893
895
|
# trigger a retry.
|
|
894
896
|
#
|
|
@@ -739,6 +739,7 @@ module Google
|
|
|
739
739
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
740
740
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
741
741
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
742
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
742
743
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
743
744
|
# trigger a retry.
|
|
744
745
|
# @return [::Hash]
|
|
@@ -818,6 +819,7 @@ module Google
|
|
|
818
819
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
819
820
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
820
821
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
822
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
821
823
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
822
824
|
# trigger a retry.
|
|
823
825
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-cloud_security_compliance-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: '1.
|
|
18
|
+
version: '1.3'
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - "~>"
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: '1.
|
|
25
|
+
version: '1.3'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: google-cloud-errors
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|