google-cloud-binary_authorization-v1 1.4.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: 81032b5c402dc76f4db69e4f56f23a55944f0b9ad3dde232b2c00f6433eeefe2
|
|
4
|
+
data.tar.gz: 48261096bbe6b695267f5927c2fffce5cec7199a04492af7dad571d75d7a5563
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e00265a7e2ebd9f077f1ab4d9ddbcdac026e07fd249e8427596a3f25f21dfeeac066a03855c8bc492229a99b52ade0975f7f4693c91e7733bb86b93d99f49c60
|
|
7
|
+
data.tar.gz: dc2fa2d58a065df35792892feeb793cd8d0cf637c5642f88de6e066d0e60c549b0a91efc8abaa9646ae2bf7c41b6ebdd2572fbb79e96c352bc29671deab8b38d
|
|
@@ -132,6 +132,9 @@ module Grafeas
|
|
|
132
132
|
# @!attribute [rw] layer_count
|
|
133
133
|
# @return [::Integer]
|
|
134
134
|
# The number of layers that the base image is composed of.
|
|
135
|
+
# @!attribute [rw] registry
|
|
136
|
+
# @return [::String]
|
|
137
|
+
# The registry in which the base image is from.
|
|
135
138
|
class BaseImage
|
|
136
139
|
include ::Google::Protobuf::MessageExts
|
|
137
140
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|