google-cloud-binary_authorization-v1 0.2.0 → 0.2.1
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: ceabbeee8de79269576d551bf2ae3e5417091d9e04040bd9b3f1214187b57ec8
|
|
4
|
+
data.tar.gz: ae54318b5c28f313eaf2f606109a50b3b83970ec91f408512bdae7a39c781ac0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 444619bc6e9d56b0e627a8984fb4dabb62175fdce6027da0704d5eca11d33b83d2c12e2d05f4dc8631c7c5fde10b3e51d9a4361df4e23966f6e2944f289deacf
|
|
7
|
+
data.tar.gz: 66a7ae963eaa6d1b9ff2e27e914b7ed7ea40472bbce86ac8c6e0a3eba9583d44602e06df2c21995ce767f3c7932f40d42d1d8bcedd96e3e51da24326553edae7
|
|
@@ -134,7 +134,7 @@ module Google
|
|
|
134
134
|
end
|
|
135
135
|
|
|
136
136
|
# Request message for
|
|
137
|
-
# {::Google::Cloud::BinaryAuthorization::V1::
|
|
137
|
+
# {::Google::Cloud::BinaryAuthorization::V1::ValidationHelper::Client#validate_attestation_occurrence ValidationHelperV1.ValidateAttestationOccurrence}.
|
|
138
138
|
# @!attribute [rw] attestor
|
|
139
139
|
# @return [::String]
|
|
140
140
|
# Required. The resource name of the {::Google::Cloud::BinaryAuthorization::V1::Attestor Attestor} of the
|
|
@@ -160,7 +160,7 @@ module Google
|
|
|
160
160
|
end
|
|
161
161
|
|
|
162
162
|
# Response message for
|
|
163
|
-
# {::Google::Cloud::BinaryAuthorization::V1::
|
|
163
|
+
# {::Google::Cloud::BinaryAuthorization::V1::ValidationHelper::Client#validate_attestation_occurrence ValidationHelperV1.ValidateAttestationOccurrence}.
|
|
164
164
|
# @!attribute [rw] result
|
|
165
165
|
# @return [::Google::Cloud::BinaryAuthorization::V1::ValidateAttestationOccurrenceResponse::Result]
|
|
166
166
|
# The result of the Attestation validation.
|
|
@@ -26,8 +26,6 @@ module Google
|
|
|
26
26
|
# service Foo {
|
|
27
27
|
# rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
|
|
28
28
|
# }
|
|
29
|
-
#
|
|
30
|
-
# The JSON representation for `Empty` is empty JSON object `{}`.
|
|
31
29
|
class Empty
|
|
32
30
|
include ::Google::Protobuf::MessageExts
|
|
33
31
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
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.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-07-
|
|
11
|
+
date: 2022-07-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|