google-apis-binaryauthorization_v1 0.28.0 → 0.29.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: 2d90c39f24d19819ebb370b9bde01f5622f2d10872b1fa77ea275f9ede3fb690
4
- data.tar.gz: 5dba18ae6cce5c0d688b4f34b3e16d0fc9c5e6977934b1f2787054442e1d4220
3
+ metadata.gz: c249395e992d074e8b7a3e14ac2882b4cc7c4b1d6d919fe36fcc36e5a8d9cfac
4
+ data.tar.gz: 8da185576f2f34a1f5ad6fb06cef1eb73786c6b84201f0d931d056ca9f45c818
5
5
  SHA512:
6
- metadata.gz: f0ec5fd8227c01799eec8991bcfe779fdcb2d85af800394d30b9640affd09508ecc7467f700ab0ac2872f3cfb3096666a1f0ffe82254967473faa1a91ac45348
7
- data.tar.gz: ba17aae91cf84fa0c13f7213fdf9da756efae0d804e5420384e8b0d45b1185caf89289e37397583b351474e90bb1d8569f9d3680fa376c1ed74c8ef8afd27f90
6
+ metadata.gz: e957866e22f4eb5d3b7b8db270a7f9df9e72c01f1f1e5f1625b2de6ccbfd39e19edbb358daebc67e7cdbd05abb65ac35b22358876f42d5473b6d382a483ed4e2
7
+ data.tar.gz: ecf741f9548b58b68be8298f0c99eb631e3faf88a06d7d2c9d091b40863a4b7d7866f99beeb73c0f5d6ff696cfc884810bf1a8806d8cde0f17cad33f774ce4dd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-binaryauthorization_v1
2
2
 
3
+ ### v0.29.0 (2023-10-08)
4
+
5
+ * Regenerated from discovery document revision 20230929
6
+
3
7
  ### v0.28.0 (2023-09-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20230901
@@ -802,6 +802,21 @@ module Google
802
802
  class PkixPublicKey
803
803
  include Google::Apis::Core::Hashable
804
804
 
805
+ # Optional. The ID of this public key. Signatures verified by Binary
806
+ # Authorization must include the ID of the public key that can be used to verify
807
+ # them, and that ID must match the contents of this field exactly. This may be
808
+ # explicitly provided by the caller, but it MUST be a valid RFC3986 URI. If `
809
+ # key_id` is left blank and this `PkixPublicKey` is not used in the context of a
810
+ # wrapper (see next paragraph), a default key ID will be computed based on the
811
+ # digest of the DER encoding of the public key. If this `PkixPublicKey` is used
812
+ # in the context of a wrapper that has its own notion of key ID (e.g. `
813
+ # AttestorPublicKey`), then this field can either: * Match that value exactly. *
814
+ # Or be left blank, in which case it behaves exactly as though it is equal to
815
+ # that wrapper value.
816
+ # Corresponds to the JSON property `keyId`
817
+ # @return [String]
818
+ attr_accessor :key_id
819
+
805
820
  # A PEM-encoded public key, as described in https://tools.ietf.org/html/rfc7468#
806
821
  # section-13
807
822
  # Corresponds to the JSON property `publicKeyPem`
@@ -822,6 +837,7 @@ module Google
822
837
 
823
838
  # Update properties of this object
824
839
  def update!(**args)
840
+ @key_id = args[:key_id] if args.key?(:key_id)
825
841
  @public_key_pem = args[:public_key_pem] if args.key?(:public_key_pem)
826
842
  @signature_algorithm = args[:signature_algorithm] if args.key?(:signature_algorithm)
827
843
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BinaryauthorizationV1
18
18
  # Version of the google-apis-binaryauthorization_v1 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230901"
25
+ REVISION = "20230929"
26
26
  end
27
27
  end
28
28
  end
@@ -425,6 +425,7 @@ module Google
425
425
  class PkixPublicKey
426
426
  # @private
427
427
  class Representation < Google::Apis::Core::JsonRepresentation
428
+ property :key_id, as: 'keyId'
428
429
  property :public_key_pem, as: 'publicKeyPem'
429
430
  property :signature_algorithm, as: 'signatureAlgorithm'
430
431
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-binaryauthorization_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.29.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: 2023-09-17 00:00:00.000000000 Z
11
+ date: 2023-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-binaryauthorization_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1/v0.29.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-binaryauthorization_v1
63
63
  post_install_message:
64
64
  rdoc_options: []