google-apis-binaryauthorization_v1 0.14.0 → 0.17.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: d78f0655c230e32d26801dbf7cfc7aa5773852cf8e403574a03db89e6eb4281e
4
- data.tar.gz: bcd4a88aab65e347ac48070713de8223d2ce57a53abd3cc1a57f16ca3f424645
3
+ metadata.gz: 6ae031abb714c70efa5c6c2bde8c0dc47434758536cd2ace771e620fb77c9d9a
4
+ data.tar.gz: f256c60afb97f3b3949afe24e12495870640e5b8776e4b01beb944c0904098a3
5
5
  SHA512:
6
- metadata.gz: 4170180f306ce7ea1c25bf90affd846e324195525100ea360565bba26e0d7562e7e11d971cdbc688efd2a32d993d41249410ac8399076521e5b048155bbc2cc1
7
- data.tar.gz: 596064cf762838ca59a2530e52bbf95dfcadda9dc2407c204a7c3c2997587aaf8e7fa0252ef510d80a45ab952c3361127f68bca2a337c0032a1408422a9f754a
6
+ metadata.gz: 5b98ca2f9720b935232658127b786fca244a91ed0628dd4119ba3d13e3d1f7dfc8f16d36b88f1a28199a916ec136300e3965be06302c7d8d649524d83c78a9aa
7
+ data.tar.gz: 848d62898306613cf48ca9147ca82a23e6c42def8c4b85f499fc49d4d77a4bce3895891382bc82a6a9421902e3389c2f996b0c4b6ae90dbe0ed6c03df33fceea
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-binaryauthorization_v1
2
2
 
3
+ ### v0.17.0 (2022-05-12)
4
+
5
+ * Regenerated from discovery document revision 20220506
6
+
7
+ ### v0.16.0 (2022-04-14)
8
+
9
+ * Regenerated from discovery document revision 20220408
10
+
11
+ ### v0.15.0 (2022-03-24)
12
+
13
+ * Regenerated from discovery document revision 20220318
14
+
3
15
  ### v0.14.0 (2022-03-03)
4
16
 
5
17
  * Regenerated from discovery document revision 20220225
@@ -142,8 +142,9 @@ module Google
142
142
  # @return [String]
143
143
  attr_accessor :description
144
144
 
145
- # Optional. Used to prevent updating the attestor when another request has
146
- # updated it since it was retrieved.
145
+ # Optional. A checksum, returned by the server, that can be sent on update
146
+ # requests to ensure the attestor has an up-to-date value before attempting to
147
+ # update it. See https://google.aip.dev/154.
147
148
  # Corresponds to the JSON property `etag`
148
149
  # @return [String]
149
150
  attr_accessor :etag
@@ -251,7 +252,7 @@ module Google
251
252
  # @return [Google::Apis::BinaryauthorizationV1::Expr]
252
253
  attr_accessor :condition
253
254
 
254
- # Specifies the principals requesting access for a Cloud Platform resource. `
255
+ # Specifies the principals requesting access for a Google Cloud resource. `
255
256
  # members` can have the following values: * `allUsers`: A special identifier
256
257
  # that represents anyone who is on the internet; with or without a Google
257
258
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -302,8 +303,7 @@ module Google
302
303
  # A generic empty message that you can re-use to avoid defining duplicated empty
303
304
  # messages in your APIs. A typical example is to use it as the request or the
304
305
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
305
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
306
- # `Empty` is empty JSON object ````.
306
+ # protobuf.Empty) returns (google.protobuf.Empty); `
307
307
  class Empty
308
308
  include Google::Apis::Core::Hashable
309
309
 
@@ -572,8 +572,9 @@ module Google
572
572
  # @return [String]
573
573
  attr_accessor :description
574
574
 
575
- # Optional. Used to prevent updating the policy when another request has updated
576
- # it since it was retrieved.
575
+ # Optional. A checksum, returned by the server, that can be sent on update
576
+ # requests to ensure the policy has an up-to-date value before attempting to
577
+ # update it. See https://google.aip.dev/154.
577
578
  # Corresponds to the JSON property `etag`
578
579
  # @return [String]
579
580
  attr_accessor :etag
@@ -741,7 +742,7 @@ module Google
741
742
  include Google::Apis::Core::Hashable
742
743
 
743
744
  # The set of permissions to check for the `resource`. Permissions with wildcards
744
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
745
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
745
746
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
746
747
  # Corresponds to the JSON property `permissions`
747
748
  # @return [Array<String>]
@@ -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.14.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220225"
25
+ REVISION = "20220506"
26
26
  end
27
27
  end
28
28
  end
@@ -226,8 +226,9 @@ module Google
226
226
  # Gets the access control policy for a resource. Returns an empty policy if the
227
227
  # resource exists and does not have a policy set.
228
228
  # @param [String] resource
229
- # REQUIRED: The resource for which the policy is being requested. See the
230
- # operation documentation for the appropriate value for this field.
229
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
230
+ # names](https://cloud.google.com/apis/design/resource_names) for the
231
+ # appropriate value for this field.
231
232
  # @param [Fixnum] options_requested_policy_version
232
233
  # Optional. The maximum policy version that will be used to format the policy.
233
234
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -311,8 +312,9 @@ module Google
311
312
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
312
313
  # PERMISSION_DENIED` errors.
313
314
  # @param [String] resource
314
- # REQUIRED: The resource for which the policy is being specified. See the
315
- # operation documentation for the appropriate value for this field.
315
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
316
+ # names](https://cloud.google.com/apis/design/resource_names) for the
317
+ # appropriate value for this field.
316
318
  # @param [Google::Apis::BinaryauthorizationV1::SetIamPolicyRequest] set_iam_policy_request_object
317
319
  # @param [String] fields
318
320
  # Selector specifying which fields to include in a partial response.
@@ -349,8 +351,9 @@ module Google
349
351
  # permission-aware UIs and command-line tools, not for authorization checking.
350
352
  # This operation may "fail open" without warning.
351
353
  # @param [String] resource
352
- # REQUIRED: The resource for which the policy detail is being requested. See the
353
- # operation documentation for the appropriate value for this field.
354
+ # REQUIRED: The resource for which the policy detail is being requested. See [
355
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
356
+ # appropriate value for this field.
354
357
  # @param [Google::Apis::BinaryauthorizationV1::TestIamPermissionsRequest] test_iam_permissions_request_object
355
358
  # @param [String] fields
356
359
  # Selector specifying which fields to include in a partial response.
@@ -453,8 +456,9 @@ module Google
453
456
  # Gets the access control policy for a resource. Returns an empty policy if the
454
457
  # resource exists and does not have a policy set.
455
458
  # @param [String] resource
456
- # REQUIRED: The resource for which the policy is being requested. See the
457
- # operation documentation for the appropriate value for this field.
459
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
460
+ # names](https://cloud.google.com/apis/design/resource_names) for the
461
+ # appropriate value for this field.
458
462
  # @param [Fixnum] options_requested_policy_version
459
463
  # Optional. The maximum policy version that will be used to format the policy.
460
464
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -498,8 +502,9 @@ module Google
498
502
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
499
503
  # PERMISSION_DENIED` errors.
500
504
  # @param [String] resource
501
- # REQUIRED: The resource for which the policy is being specified. See the
502
- # operation documentation for the appropriate value for this field.
505
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
506
+ # names](https://cloud.google.com/apis/design/resource_names) for the
507
+ # appropriate value for this field.
503
508
  # @param [Google::Apis::BinaryauthorizationV1::SetIamPolicyRequest] set_iam_policy_request_object
504
509
  # @param [String] fields
505
510
  # Selector specifying which fields to include in a partial response.
@@ -536,8 +541,9 @@ module Google
536
541
  # permission-aware UIs and command-line tools, not for authorization checking.
537
542
  # This operation may "fail open" without warning.
538
543
  # @param [String] resource
539
- # REQUIRED: The resource for which the policy detail is being requested. See the
540
- # operation documentation for the appropriate value for this field.
544
+ # REQUIRED: The resource for which the policy detail is being requested. See [
545
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
546
+ # appropriate value for this field.
541
547
  # @param [Google::Apis::BinaryauthorizationV1::TestIamPermissionsRequest] test_iam_permissions_request_object
542
548
  # @param [String] fields
543
549
  # Selector specifying which fields to include in a partial response.
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.14.0
4
+ version: 0.17.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: 2022-03-07 00:00:00.000000000 Z
11
+ date: 2022-05-16 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.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1/v0.17.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: []