google-cloud-container_analysis-v1 1.3.1 → 1.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e4017495727b0115d11dc133d70299d9f8043047d64fb419fc2be4cbd32d7ea9
|
4
|
+
data.tar.gz: 32a09fabe0f3f6c54a69248887e483bd973e81be0e8acda6669eb0bbf9636110
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e66100de19ac222b9b02d414c605f0856bfb36b4bafd4abb1e07105ced5d5295d43e98e489f8f0f4eff3a008a9e59b186dcad6bd3bb183f72682e8ca69d38e5
|
7
|
+
data.tar.gz: 58cd48416bd6005aec271a4740a37e8f220076a4f64898df6a73c00a0a51d0d23a7b5985b35cb38dc478883781f43838dd2e4174594c93429fa60dcae863c05f
|
@@ -313,7 +313,7 @@ module Google
|
|
313
313
|
# Specifies the identities that do not cause logging for this type of
|
314
314
|
# permission.
|
315
315
|
# Follows the same format of
|
316
|
-
#
|
316
|
+
# [Binding.members][google.iam.v1.Binding.members].
|
317
317
|
class AuditLogConfig
|
318
318
|
include ::Google::Protobuf::MessageExts
|
319
319
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-container_analysis-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -13,22 +13,16 @@ dependencies:
|
|
13
13
|
name: gapic-common
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
15
15
|
requirements:
|
16
|
-
- - "
|
17
|
-
- !ruby/object:Gem::Version
|
18
|
-
version: 0.25.0
|
19
|
-
- - "<"
|
16
|
+
- - "~>"
|
20
17
|
- !ruby/object:Gem::Version
|
21
|
-
version: 2
|
18
|
+
version: '1.2'
|
22
19
|
type: :runtime
|
23
20
|
prerelease: false
|
24
21
|
version_requirements: !ruby/object:Gem::Requirement
|
25
22
|
requirements:
|
26
|
-
- - "
|
27
|
-
- !ruby/object:Gem::Version
|
28
|
-
version: 0.25.0
|
29
|
-
- - "<"
|
23
|
+
- - "~>"
|
30
24
|
- !ruby/object:Gem::Version
|
31
|
-
version: 2
|
25
|
+
version: '1.2'
|
32
26
|
- !ruby/object:Gem::Dependency
|
33
27
|
name: google-cloud-errors
|
34
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -69,14 +63,14 @@ dependencies:
|
|
69
63
|
requirements:
|
70
64
|
- - "~>"
|
71
65
|
- !ruby/object:Gem::Version
|
72
|
-
version: '1.
|
66
|
+
version: '1.11'
|
73
67
|
type: :runtime
|
74
68
|
prerelease: false
|
75
69
|
version_requirements: !ruby/object:Gem::Requirement
|
76
70
|
requirements:
|
77
71
|
- - "~>"
|
78
72
|
- !ruby/object:Gem::Version
|
79
|
-
version: '1.
|
73
|
+
version: '1.11'
|
80
74
|
description: The Container Analysis API is an implementation of Grafeas. It stores,
|
81
75
|
and enables querying and retrieval of, critical metadata about all of your software
|
82
76
|
artifacts. Note that google-cloud-container_analysis-v1 is a version-specific client
|
@@ -125,14 +119,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
125
119
|
requirements:
|
126
120
|
- - ">="
|
127
121
|
- !ruby/object:Gem::Version
|
128
|
-
version: '3.
|
122
|
+
version: '3.1'
|
129
123
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
130
124
|
requirements:
|
131
125
|
- - ">="
|
132
126
|
- !ruby/object:Gem::Version
|
133
127
|
version: '0'
|
134
128
|
requirements: []
|
135
|
-
rubygems_version: 3.6.
|
129
|
+
rubygems_version: 3.6.9
|
136
130
|
specification_version: 4
|
137
131
|
summary: This API is a prerequisite for leveraging Artifact Analysis scanning capabilities
|
138
132
|
in both Artifact Registry and with Advanced Vulnerability Insights (runtime scanning)
|