google-cloud-binary_authorization-v1 1.6.0 → 1.8.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.
Files changed (23) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/google/cloud/binary_authorization/v1/binauthz_management_service/client.rb +76 -37
  4. data/lib/google/cloud/binary_authorization/v1/binauthz_management_service/rest/client.rb +84 -37
  5. data/lib/google/cloud/binary_authorization/v1/binauthz_management_service/rest.rb +1 -0
  6. data/lib/google/cloud/binary_authorization/v1/bindings_override.rb +110 -0
  7. data/lib/google/cloud/binary_authorization/v1/rest.rb +1 -0
  8. data/lib/google/cloud/binary_authorization/v1/system_policy/client.rb +18 -0
  9. data/lib/google/cloud/binary_authorization/v1/system_policy/rest/client.rb +26 -0
  10. data/lib/google/cloud/binary_authorization/v1/system_policy/rest.rb +1 -0
  11. data/lib/google/cloud/binary_authorization/v1/validation_helper/client.rb +25 -6
  12. data/lib/google/cloud/binary_authorization/v1/validation_helper/rest/client.rb +33 -6
  13. data/lib/google/cloud/binary_authorization/v1/validation_helper/rest.rb +1 -0
  14. data/lib/google/cloud/binary_authorization/v1/version.rb +1 -1
  15. data/lib/google/cloud/binaryauthorization/v1/resources_pb.rb +1 -1
  16. data/lib/google/cloud/binaryauthorization/v1/service_pb.rb +1 -1
  17. data/lib/google/cloud/binaryauthorization/v1/service_services_pb.rb +29 -20
  18. data/proto_docs/google/api/client.rb +149 -29
  19. data/proto_docs/google/cloud/binaryauthorization/v1/resources.rb +106 -52
  20. data/proto_docs/google/cloud/binaryauthorization/v1/service.rb +56 -34
  21. data/proto_docs/google/protobuf/field_mask.rb +229 -0
  22. data/proto_docs/google/type/expr.rb +75 -0
  23. metadata +23 -6
@@ -21,70 +21,86 @@ module Google
21
21
  module Cloud
22
22
  module BinaryAuthorization
23
23
  module V1
24
- # Request message for [BinauthzManagementService.GetPolicy][].
24
+ # Request message for
25
+ # {::Google::Cloud::BinaryAuthorization::V1::BinauthzManagementService::Client#get_policy BinauthzManagementServiceV1.GetPolicy}.
25
26
  # @!attribute [rw] name
26
27
  # @return [::String]
27
- # Required. The resource name of the {::Google::Cloud::BinaryAuthorization::V1::Policy policy} to retrieve,
28
- # in the format `projects/*/policy`.
28
+ # Required. The resource name of the
29
+ # {::Google::Cloud::BinaryAuthorization::V1::Policy policy} to retrieve, in the
30
+ # format `projects/*/policy`.
29
31
  class GetPolicyRequest
30
32
  include ::Google::Protobuf::MessageExts
31
33
  extend ::Google::Protobuf::MessageExts::ClassMethods
32
34
  end
33
35
 
34
- # Request message for [BinauthzManagementService.UpdatePolicy][].
36
+ # Request message for
37
+ # {::Google::Cloud::BinaryAuthorization::V1::BinauthzManagementService::Client#update_policy BinauthzManagementServiceV1.UpdatePolicy}.
35
38
  # @!attribute [rw] policy
36
39
  # @return [::Google::Cloud::BinaryAuthorization::V1::Policy]
37
- # Required. A new or updated {::Google::Cloud::BinaryAuthorization::V1::Policy policy} value. The service will
38
- # overwrite the {::Google::Cloud::BinaryAuthorization::V1::Policy#name policy name} field with the resource name in
39
- # the request URL, in the format `projects/*/policy`.
40
+ # Required. A new or updated
41
+ # {::Google::Cloud::BinaryAuthorization::V1::Policy policy} value. The service
42
+ # will overwrite the [policy
43
+ # name][google.cloud.binaryauthorization.v1.Policy.name] field with the
44
+ # resource name in the request URL, in the format `projects/*/policy`.
40
45
  class UpdatePolicyRequest
41
46
  include ::Google::Protobuf::MessageExts
42
47
  extend ::Google::Protobuf::MessageExts::ClassMethods
43
48
  end
44
49
 
45
- # Request message for [BinauthzManagementService.CreateAttestor][].
50
+ # Request message for
51
+ # {::Google::Cloud::BinaryAuthorization::V1::BinauthzManagementService::Client#create_attestor BinauthzManagementServiceV1.CreateAttestor}.
46
52
  # @!attribute [rw] parent
47
53
  # @return [::String]
48
- # Required. The parent of this {::Google::Cloud::BinaryAuthorization::V1::Attestor attestor}.
54
+ # Required. The parent of this
55
+ # {::Google::Cloud::BinaryAuthorization::V1::Attestor attestor}.
49
56
  # @!attribute [rw] attestor_id
50
57
  # @return [::String]
51
58
  # Required. The {::Google::Cloud::BinaryAuthorization::V1::Attestor attestors} ID.
52
59
  # @!attribute [rw] attestor
53
60
  # @return [::Google::Cloud::BinaryAuthorization::V1::Attestor]
54
- # Required. The initial {::Google::Cloud::BinaryAuthorization::V1::Attestor attestor} value. The service will
55
- # overwrite the {::Google::Cloud::BinaryAuthorization::V1::Attestor#name attestor name} field with the resource name,
56
- # in the format `projects/*/attestors/*`.
61
+ # Required. The initial
62
+ # {::Google::Cloud::BinaryAuthorization::V1::Attestor attestor} value. The service
63
+ # will overwrite the [attestor
64
+ # name][google.cloud.binaryauthorization.v1.Attestor.name] field with the
65
+ # resource name, in the format `projects/*/attestors/*`.
57
66
  class CreateAttestorRequest
58
67
  include ::Google::Protobuf::MessageExts
59
68
  extend ::Google::Protobuf::MessageExts::ClassMethods
60
69
  end
61
70
 
62
- # Request message for [BinauthzManagementService.GetAttestor][].
71
+ # Request message for
72
+ # {::Google::Cloud::BinaryAuthorization::V1::BinauthzManagementService::Client#get_attestor BinauthzManagementServiceV1.GetAttestor}.
63
73
  # @!attribute [rw] name
64
74
  # @return [::String]
65
- # Required. The name of the {::Google::Cloud::BinaryAuthorization::V1::Attestor attestor} to retrieve, in the format
66
- # `projects/*/attestors/*`.
75
+ # Required. The name of the
76
+ # {::Google::Cloud::BinaryAuthorization::V1::Attestor attestor} to retrieve, in
77
+ # the format `projects/*/attestors/*`.
67
78
  class GetAttestorRequest
68
79
  include ::Google::Protobuf::MessageExts
69
80
  extend ::Google::Protobuf::MessageExts::ClassMethods
70
81
  end
71
82
 
72
- # Request message for [BinauthzManagementService.UpdateAttestor][].
83
+ # Request message for
84
+ # {::Google::Cloud::BinaryAuthorization::V1::BinauthzManagementService::Client#update_attestor BinauthzManagementServiceV1.UpdateAttestor}.
73
85
  # @!attribute [rw] attestor
74
86
  # @return [::Google::Cloud::BinaryAuthorization::V1::Attestor]
75
- # Required. The updated {::Google::Cloud::BinaryAuthorization::V1::Attestor attestor} value. The service will
76
- # overwrite the {::Google::Cloud::BinaryAuthorization::V1::Attestor#name attestor name} field with the resource name
77
- # in the request URL, in the format `projects/*/attestors/*`.
87
+ # Required. The updated
88
+ # {::Google::Cloud::BinaryAuthorization::V1::Attestor attestor} value. The service
89
+ # will overwrite the [attestor
90
+ # name][google.cloud.binaryauthorization.v1.Attestor.name] field with the
91
+ # resource name in the request URL, in the format `projects/*/attestors/*`.
78
92
  class UpdateAttestorRequest
79
93
  include ::Google::Protobuf::MessageExts
80
94
  extend ::Google::Protobuf::MessageExts::ClassMethods
81
95
  end
82
96
 
83
- # Request message for [BinauthzManagementService.ListAttestors][].
97
+ # Request message for
98
+ # {::Google::Cloud::BinaryAuthorization::V1::BinauthzManagementService::Client#list_attestors BinauthzManagementServiceV1.ListAttestors}.
84
99
  # @!attribute [rw] parent
85
100
  # @return [::String]
86
101
  # Required. The resource name of the project associated with the
87
- # {::Google::Cloud::BinaryAuthorization::V1::Attestor attestors}, in the format `projects/*`.
102
+ # {::Google::Cloud::BinaryAuthorization::V1::Attestor attestors}, in the format
103
+ # `projects/*`.
88
104
  # @!attribute [rw] page_size
89
105
  # @return [::Integer]
90
106
  # Requested page size. The server may return fewer results than requested. If
@@ -92,32 +108,37 @@ module Google
92
108
  # @!attribute [rw] page_token
93
109
  # @return [::String]
94
110
  # A token identifying a page of results the server should return. Typically,
95
- # this is the value of {::Google::Cloud::BinaryAuthorization::V1::ListAttestorsResponse#next_page_token ListAttestorsResponse.next_page_token} returned
96
- # from the previous call to the `ListAttestors` method.
111
+ # this is the value of
112
+ # {::Google::Cloud::BinaryAuthorization::V1::ListAttestorsResponse#next_page_token ListAttestorsResponse.next_page_token}
113
+ # returned from the previous call to the `ListAttestors` method.
97
114
  class ListAttestorsRequest
98
115
  include ::Google::Protobuf::MessageExts
99
116
  extend ::Google::Protobuf::MessageExts::ClassMethods
100
117
  end
101
118
 
102
- # Response message for [BinauthzManagementService.ListAttestors][].
119
+ # Response message for
120
+ # {::Google::Cloud::BinaryAuthorization::V1::BinauthzManagementService::Client#list_attestors BinauthzManagementServiceV1.ListAttestors}.
103
121
  # @!attribute [rw] attestors
104
122
  # @return [::Array<::Google::Cloud::BinaryAuthorization::V1::Attestor>]
105
123
  # The list of {::Google::Cloud::BinaryAuthorization::V1::Attestor attestors}.
106
124
  # @!attribute [rw] next_page_token
107
125
  # @return [::String]
108
126
  # A token to retrieve the next page of results. Pass this value in the
109
- # {::Google::Cloud::BinaryAuthorization::V1::ListAttestorsRequest#page_token ListAttestorsRequest.page_token} field in the subsequent call to the
110
- # `ListAttestors` method to retrieve the next page of results.
127
+ # {::Google::Cloud::BinaryAuthorization::V1::ListAttestorsRequest#page_token ListAttestorsRequest.page_token}
128
+ # field in the subsequent call to the `ListAttestors` method to retrieve the
129
+ # next page of results.
111
130
  class ListAttestorsResponse
112
131
  include ::Google::Protobuf::MessageExts
113
132
  extend ::Google::Protobuf::MessageExts::ClassMethods
114
133
  end
115
134
 
116
- # Request message for [BinauthzManagementService.DeleteAttestor][].
135
+ # Request message for
136
+ # {::Google::Cloud::BinaryAuthorization::V1::BinauthzManagementService::Client#delete_attestor BinauthzManagementServiceV1.DeleteAttestor}.
117
137
  # @!attribute [rw] name
118
138
  # @return [::String]
119
- # Required. The name of the {::Google::Cloud::BinaryAuthorization::V1::Attestor attestors} to delete, in the format
120
- # `projects/*/attestors/*`.
139
+ # Required. The name of the
140
+ # {::Google::Cloud::BinaryAuthorization::V1::Attestor attestors} to delete, in the
141
+ # format `projects/*/attestors/*`.
121
142
  class DeleteAttestorRequest
122
143
  include ::Google::Protobuf::MessageExts
123
144
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -137,15 +158,16 @@ module Google
137
158
  # {::Google::Cloud::BinaryAuthorization::V1::ValidationHelper::Client#validate_attestation_occurrence ValidationHelperV1.ValidateAttestationOccurrence}.
138
159
  # @!attribute [rw] attestor
139
160
  # @return [::String]
140
- # Required. The resource name of the {::Google::Cloud::BinaryAuthorization::V1::Attestor Attestor} of the
161
+ # Required. The resource name of the
162
+ # {::Google::Cloud::BinaryAuthorization::V1::Attestor Attestor} of the
141
163
  # [occurrence][grafeas.v1.Occurrence], in the format
142
164
  # `projects/*/attestors/*`.
143
165
  # @!attribute [rw] attestation
144
166
  # @return [::Grafeas::V1::AttestationOccurrence]
145
167
  # Required. An {::Grafeas::V1::AttestationOccurrence AttestationOccurrence} to
146
- # be checked that it can be verified by the Attestor. It does not have to be
147
- # an existing entity in Container Analysis. It must otherwise be a valid
148
- # AttestationOccurrence.
168
+ # be checked that it can be verified by the `Attestor`. It does not have to
169
+ # be an existing entity in Container Analysis. It must otherwise be a valid
170
+ # `AttestationOccurrence`.
149
171
  # @!attribute [rw] occurrence_note
150
172
  # @return [::String]
151
173
  # Required. The resource name of the [Note][grafeas.v1.Note] to which the
@@ -171,7 +193,7 @@ module Google
171
193
  include ::Google::Protobuf::MessageExts
172
194
  extend ::Google::Protobuf::MessageExts::ClassMethods
173
195
 
174
- # The enum returned in the "result" field.
196
+ # The enum returned in the `result` field.
175
197
  module Result
176
198
  # Unspecified.
177
199
  RESULT_UNSPECIFIED = 0
@@ -0,0 +1,229 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2026 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+
20
+ module Google
21
+ module Protobuf
22
+ # `FieldMask` represents a set of symbolic field paths, for example:
23
+ #
24
+ # paths: "f.a"
25
+ # paths: "f.b.d"
26
+ #
27
+ # Here `f` represents a field in some root message, `a` and `b`
28
+ # fields in the message found in `f`, and `d` a field found in the
29
+ # message in `f.b`.
30
+ #
31
+ # Field masks are used to specify a subset of fields that should be
32
+ # returned by a get operation or modified by an update operation.
33
+ # Field masks also have a custom JSON encoding (see below).
34
+ #
35
+ # # Field Masks in Projections
36
+ #
37
+ # When used in the context of a projection, a response message or
38
+ # sub-message is filtered by the API to only contain those fields as
39
+ # specified in the mask. For example, if the mask in the previous
40
+ # example is applied to a response message as follows:
41
+ #
42
+ # f {
43
+ # a : 22
44
+ # b {
45
+ # d : 1
46
+ # x : 2
47
+ # }
48
+ # y : 13
49
+ # }
50
+ # z: 8
51
+ #
52
+ # The result will not contain specific values for fields x,y and z
53
+ # (their value will be set to the default, and omitted in proto text
54
+ # output):
55
+ #
56
+ #
57
+ # f {
58
+ # a : 22
59
+ # b {
60
+ # d : 1
61
+ # }
62
+ # }
63
+ #
64
+ # A repeated field is not allowed except at the last position of a
65
+ # paths string.
66
+ #
67
+ # If a FieldMask object is not present in a get operation, the
68
+ # operation applies to all fields (as if a FieldMask of all fields
69
+ # had been specified).
70
+ #
71
+ # Note that a field mask does not necessarily apply to the
72
+ # top-level response message. In case of a REST get operation, the
73
+ # field mask applies directly to the response, but in case of a REST
74
+ # list operation, the mask instead applies to each individual message
75
+ # in the returned resource list. In case of a REST custom method,
76
+ # other definitions may be used. Where the mask applies will be
77
+ # clearly documented together with its declaration in the API. In
78
+ # any case, the effect on the returned resource/resources is required
79
+ # behavior for APIs.
80
+ #
81
+ # # Field Masks in Update Operations
82
+ #
83
+ # A field mask in update operations specifies which fields of the
84
+ # targeted resource are going to be updated. The API is required
85
+ # to only change the values of the fields as specified in the mask
86
+ # and leave the others untouched. If a resource is passed in to
87
+ # describe the updated values, the API ignores the values of all
88
+ # fields not covered by the mask.
89
+ #
90
+ # If a repeated field is specified for an update operation, new values will
91
+ # be appended to the existing repeated field in the target resource. Note that
92
+ # a repeated field is only allowed in the last position of a `paths` string.
93
+ #
94
+ # If a sub-message is specified in the last position of the field mask for an
95
+ # update operation, then new value will be merged into the existing sub-message
96
+ # in the target resource.
97
+ #
98
+ # For example, given the target message:
99
+ #
100
+ # f {
101
+ # b {
102
+ # d: 1
103
+ # x: 2
104
+ # }
105
+ # c: [1]
106
+ # }
107
+ #
108
+ # And an update message:
109
+ #
110
+ # f {
111
+ # b {
112
+ # d: 10
113
+ # }
114
+ # c: [2]
115
+ # }
116
+ #
117
+ # then if the field mask is:
118
+ #
119
+ # paths: ["f.b", "f.c"]
120
+ #
121
+ # then the result will be:
122
+ #
123
+ # f {
124
+ # b {
125
+ # d: 10
126
+ # x: 2
127
+ # }
128
+ # c: [1, 2]
129
+ # }
130
+ #
131
+ # An implementation may provide options to override this default behavior for
132
+ # repeated and message fields.
133
+ #
134
+ # In order to reset a field's value to the default, the field must
135
+ # be in the mask and set to the default value in the provided resource.
136
+ # Hence, in order to reset all fields of a resource, provide a default
137
+ # instance of the resource and set all fields in the mask, or do
138
+ # not provide a mask as described below.
139
+ #
140
+ # If a field mask is not present on update, the operation applies to
141
+ # all fields (as if a field mask of all fields has been specified).
142
+ # Note that in the presence of schema evolution, this may mean that
143
+ # fields the client does not know and has therefore not filled into
144
+ # the request will be reset to their default. If this is unwanted
145
+ # behavior, a specific service may require a client to always specify
146
+ # a field mask, producing an error if not.
147
+ #
148
+ # As with get operations, the location of the resource which
149
+ # describes the updated values in the request message depends on the
150
+ # operation kind. In any case, the effect of the field mask is
151
+ # required to be honored by the API.
152
+ #
153
+ # ## Considerations for HTTP REST
154
+ #
155
+ # The HTTP kind of an update operation which uses a field mask must
156
+ # be set to PATCH instead of PUT in order to satisfy HTTP semantics
157
+ # (PUT must only be used for full updates).
158
+ #
159
+ # # JSON Encoding of Field Masks
160
+ #
161
+ # In JSON, a field mask is encoded as a single string where paths are
162
+ # separated by a comma. Fields name in each path are converted
163
+ # to/from lower-camel naming conventions.
164
+ #
165
+ # As an example, consider the following message declarations:
166
+ #
167
+ # message Profile {
168
+ # User user = 1;
169
+ # Photo photo = 2;
170
+ # }
171
+ # message User {
172
+ # string display_name = 1;
173
+ # string address = 2;
174
+ # }
175
+ #
176
+ # In proto a field mask for `Profile` may look as such:
177
+ #
178
+ # mask {
179
+ # paths: "user.display_name"
180
+ # paths: "photo"
181
+ # }
182
+ #
183
+ # In JSON, the same mask is represented as below:
184
+ #
185
+ # {
186
+ # mask: "user.displayName,photo"
187
+ # }
188
+ #
189
+ # # Field Masks and Oneof Fields
190
+ #
191
+ # Field masks treat fields in oneofs just as regular fields. Consider the
192
+ # following message:
193
+ #
194
+ # message SampleMessage {
195
+ # oneof test_oneof {
196
+ # string name = 4;
197
+ # SubMessage sub_message = 9;
198
+ # }
199
+ # }
200
+ #
201
+ # The field mask can be:
202
+ #
203
+ # mask {
204
+ # paths: "name"
205
+ # }
206
+ #
207
+ # Or:
208
+ #
209
+ # mask {
210
+ # paths: "sub_message"
211
+ # }
212
+ #
213
+ # Note that oneof type names ("test_oneof" in this case) cannot be used in
214
+ # paths.
215
+ #
216
+ # ## Field Mask Verification
217
+ #
218
+ # The implementation of any API method which has a FieldMask type field in the
219
+ # request should verify the included field paths, and return an
220
+ # `INVALID_ARGUMENT` error if any path is unmappable.
221
+ # @!attribute [rw] paths
222
+ # @return [::Array<::String>]
223
+ # The set of field mask paths.
224
+ class FieldMask
225
+ include ::Google::Protobuf::MessageExts
226
+ extend ::Google::Protobuf::MessageExts::ClassMethods
227
+ end
228
+ end
229
+ end
@@ -0,0 +1,75 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2026 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+
20
+ module Google
21
+ module Type
22
+ # Represents a textual expression in the Common Expression Language (CEL)
23
+ # syntax. CEL is a C-like expression language. The syntax and semantics of CEL
24
+ # are documented at https://github.com/google/cel-spec.
25
+ #
26
+ # Example (Comparison):
27
+ #
28
+ # title: "Summary size limit"
29
+ # description: "Determines if a summary is less than 100 chars"
30
+ # expression: "document.summary.size() < 100"
31
+ #
32
+ # Example (Equality):
33
+ #
34
+ # title: "Requestor is owner"
35
+ # description: "Determines if requestor is the document owner"
36
+ # expression: "document.owner == request.auth.claims.email"
37
+ #
38
+ # Example (Logic):
39
+ #
40
+ # title: "Public documents"
41
+ # description: "Determine whether the document should be publicly visible"
42
+ # expression: "document.type != 'private' && document.type != 'internal'"
43
+ #
44
+ # Example (Data Manipulation):
45
+ #
46
+ # title: "Notification string"
47
+ # description: "Create a notification string with a timestamp."
48
+ # expression: "'New message received at ' + string(document.create_time)"
49
+ #
50
+ # The exact variables and functions that may be referenced within an expression
51
+ # are determined by the service that evaluates it. See the service
52
+ # documentation for additional information.
53
+ # @!attribute [rw] expression
54
+ # @return [::String]
55
+ # Textual representation of an expression in Common Expression Language
56
+ # syntax.
57
+ # @!attribute [rw] title
58
+ # @return [::String]
59
+ # Optional. Title for the expression, i.e. a short string describing
60
+ # its purpose. This can be used e.g. in UIs which allow to enter the
61
+ # expression.
62
+ # @!attribute [rw] description
63
+ # @return [::String]
64
+ # Optional. Description of the expression. This is a longer text which
65
+ # describes the expression, e.g. when hovered over it in a UI.
66
+ # @!attribute [rw] location
67
+ # @return [::String]
68
+ # Optional. String indicating the location of the expression for error
69
+ # reporting, e.g. a file name and a position in the file.
70
+ class Expr
71
+ include ::Google::Protobuf::MessageExts
72
+ extend ::Google::Protobuf::MessageExts::ClassMethods
73
+ end
74
+ end
75
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-binary_authorization-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.2'
18
+ version: '1.3'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement
@@ -37,6 +37,20 @@ dependencies:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
39
  version: '1.0'
40
+ - !ruby/object:Gem::Dependency
41
+ name: google-iam-v1
42
+ requirement: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '1.3'
47
+ type: :runtime
48
+ prerelease: false
49
+ version_requirements: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - "~>"
52
+ - !ruby/object:Gem::Version
53
+ version: '1.3'
40
54
  - !ruby/object:Gem::Dependency
41
55
  name: grafeas-v1
42
56
  requirement: !ruby/object:Gem::Requirement
@@ -80,6 +94,7 @@ files:
80
94
  - lib/google/cloud/binary_authorization/v1/binauthz_management_service/rest.rb
81
95
  - lib/google/cloud/binary_authorization/v1/binauthz_management_service/rest/client.rb
82
96
  - lib/google/cloud/binary_authorization/v1/binauthz_management_service/rest/service_stub.rb
97
+ - lib/google/cloud/binary_authorization/v1/bindings_override.rb
83
98
  - lib/google/cloud/binary_authorization/v1/rest.rb
84
99
  - lib/google/cloud/binary_authorization/v1/system_policy.rb
85
100
  - lib/google/cloud/binary_authorization/v1/system_policy/client.rb
@@ -107,7 +122,9 @@ files:
107
122
  - proto_docs/google/cloud/binaryauthorization/v1/service.rb
108
123
  - proto_docs/google/protobuf/duration.rb
109
124
  - proto_docs/google/protobuf/empty.rb
125
+ - proto_docs/google/protobuf/field_mask.rb
110
126
  - proto_docs/google/protobuf/timestamp.rb
127
+ - proto_docs/google/type/expr.rb
111
128
  - proto_docs/grafeas/v1/attestation.rb
112
129
  - proto_docs/grafeas/v1/common.rb
113
130
  homepage: https://github.com/googleapis/google-cloud-ruby
@@ -130,7 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
147
  requirements: []
131
148
  rubygems_version: 3.6.9
132
149
  specification_version: 4
133
- summary: The management interface for Binary Authorization, a system providing policy
134
- control for images deployed to Kubernetes Engine clusters, Anthos clusters on VMware,
135
- and Cloud Run.
150
+ summary: The management interface for Binary Authorization, a service that provides
151
+ policy-based deployment validation and control for images deployed to Google Kubernetes
152
+ Engine (GKE), Anthos Service Mesh, Anthos Clusters, and Cloud Run.
136
153
  test_files: []