google-cloud-binary_authorization-v1 0.7.0 → 0.8.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: ff19709ab2caae72ac26bb3c6fb5904c5234fc07cbf36754e5b49f90fab9df33
4
- data.tar.gz: 8a56b343519caf3731fa2550abea13ca82190e26062e3c37d95989b9ea535f5c
3
+ metadata.gz: dd5b8ac38587febedbf60d6672fe5f2f3a6502371fc881a9476cedc8fe19465d
4
+ data.tar.gz: 05d5bf5856634b6000558f39b6b7036472f1603cdd2d79f7f6646f5a4bb0916e
5
5
  SHA512:
6
- metadata.gz: feeeae4ef06ac19f53356d97bf670192b5e02dfb372d68197a06f761394a209f33786e1af98f40ee88e7844cbb98e5cfbbb5ac7164e21c60aaf645f127b5d4ff
7
- data.tar.gz: 1505be545c5e3f0d096f79b459fec194ba89c52d2a09ea7ec5b04b1e34b54a9941fbf665985273aec60b3875e7ca1dc3ea299fe0e6fcd45dccbf96375eba71f3
6
+ metadata.gz: a2fa5e7e2093a3efc87eddf40df54a5c8c7b7c6b1e0f846a643d882f79a13dcbaa8a63e22c8c4083c6552406c54dd646beefdf39e37881845fc6e045467edc7f
7
+ data.tar.gz: 1b52ca1843f1a999158f7cb7523da3a25b3292c2868728215199267f15acd238fd16fd30999cc99dd574420368a871fa4a4eba04634f83c2dd9cb3907217dcc5
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module BinaryAuthorization
23
23
  module V1
24
- VERSION = "0.7.0"
24
+ VERSION = "0.8.0"
25
25
  end
26
26
  end
27
27
  end
@@ -118,6 +118,10 @@ module Google
118
118
  # @return [::String]
119
119
  # Optional link to proto reference documentation. Example:
120
120
  # https://cloud.google.com/pubsub/lite/docs/reference/rpc
121
+ # @!attribute [rw] rest_reference_documentation_uri
122
+ # @return [::String]
123
+ # Optional link to REST reference documentation. Example:
124
+ # https://cloud.google.com/pubsub/lite/docs/reference/rest
121
125
  class Publishing
122
126
  include ::Google::Protobuf::MessageExts
123
127
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -183,6 +183,9 @@ module Grafeas
183
183
 
184
184
  # This represents a Vulnerability Assessment.
185
185
  VULNERABILITY_ASSESSMENT = 11
186
+
187
+ # This represents an SBOM Reference.
188
+ SBOM_REFERENCE = 12
186
189
  end
187
190
  end
188
191
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-binary_authorization-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.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: 2024-02-26 00:00:00.000000000 Z
11
+ date: 2024-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common