google-apis-binaryauthorization_v1beta1 0.15.0 → 0.18.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: 34f0c89df5173e95b64dcb38707310d085fae873f2ad83cc55aef2637550cdcc
4
- data.tar.gz: 9855e6faf4b2bc58b1d903698fdee709bb5511e3d53d5025109fdf2ef67ef4fb
3
+ metadata.gz: ed43bbaf6d565ab403d0617c1881b74b7c053d089f8cb76c6a9896ecc1d7304c
4
+ data.tar.gz: d65154448ab2ee1817aa621aea1e741f0fdaf119a55b277148af8cb04be82143
5
5
  SHA512:
6
- metadata.gz: 43e9236baf260f8830baf01ad8f462b7c3e0ac49509a173b06c31e2e75dd0fd134ce2460863ed02549a28ae6982cae603784bb4b5364f22ab3d5eafb9738fd28
7
- data.tar.gz: 945eb013f77bd3607476c7ee4085453f5799f8063b67f53e1274edf3c1010b6adc2e26e7cf2d4ada1b631918c617edb3f92711227110f8d18de0561aed95610c
6
+ metadata.gz: 4b20952e5ee6ab17aa4c489b92b12606e36e41a28a14b051e7669f25daa41af0ba06dce16f630569f3e78ef67c7f923b736c63dd062ed5383f02b5f54cb1596a
7
+ data.tar.gz: f8b29fc0bfb4ad0bad4d8328f869d00262f9a8b67b020a912e5fc53572d6357e5bb35be414b23063b1fc76e1965f0036413a4cb43051ca1b64bcfd6e45ce8672
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-binaryauthorization_v1beta1
2
2
 
3
+ ### v0.18.0 (2022-05-12)
4
+
5
+ * Regenerated from discovery document revision 20220506
6
+
7
+ ### v0.17.0 (2022-04-14)
8
+
9
+ * Regenerated from discovery document revision 20220408
10
+
11
+ ### v0.16.0 (2022-03-24)
12
+
13
+ * Regenerated from discovery document revision 20220318
14
+
3
15
  ### v0.15.0 (2022-03-04)
4
16
 
5
17
  * Regenerated from discovery document revision 20220225
@@ -144,8 +144,9 @@ module Google
144
144
  # @return [String]
145
145
  attr_accessor :description
146
146
 
147
- # Optional. Used to prevent updating the attestor when another request has
148
- # updated it since it was retrieved.
147
+ # Optional. A checksum, returned by the server, that can be sent on update
148
+ # requests to ensure the attestor has an up-to-date value before attempting to
149
+ # update it. See https://google.aip.dev/154.
149
150
  # Corresponds to the JSON property `etag`
150
151
  # @return [String]
151
152
  attr_accessor :etag
@@ -253,7 +254,7 @@ module Google
253
254
  # @return [Google::Apis::BinaryauthorizationV1beta1::Expr]
254
255
  attr_accessor :condition
255
256
 
256
- # Specifies the principals requesting access for a Cloud Platform resource. `
257
+ # Specifies the principals requesting access for a Google Cloud resource. `
257
258
  # members` can have the following values: * `allUsers`: A special identifier
258
259
  # that represents anyone who is on the internet; with or without a Google
259
260
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -304,8 +305,7 @@ module Google
304
305
  # A generic empty message that you can re-use to avoid defining duplicated empty
305
306
  # messages in your APIs. A typical example is to use it as the request or the
306
307
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
307
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
308
- # `Empty` is empty JSON object ````.
308
+ # protobuf.Empty) returns (google.protobuf.Empty); `
309
309
  class Empty
310
310
  include Google::Apis::Core::Hashable
311
311
 
@@ -574,8 +574,9 @@ module Google
574
574
  # @return [String]
575
575
  attr_accessor :description
576
576
 
577
- # Optional. Used to prevent updating the policy when another request has updated
578
- # it since it was retrieved.
577
+ # Optional. A checksum, returned by the server, that can be sent on update
578
+ # requests to ensure the policy has an up-to-date value before attempting to
579
+ # update it. See https://google.aip.dev/154.
579
580
  # Corresponds to the JSON property `etag`
580
581
  # @return [String]
581
582
  attr_accessor :etag
@@ -743,7 +744,7 @@ module Google
743
744
  include Google::Apis::Core::Hashable
744
745
 
745
746
  # The set of permissions to check for the `resource`. Permissions with wildcards
746
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
747
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
747
748
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
748
749
  # Corresponds to the JSON property `permissions`
749
750
  # @return [Array<String>]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BinaryauthorizationV1beta1
18
18
  # Version of the google-apis-binaryauthorization_v1beta1 gem
19
- GEM_VERSION = "0.15.0"
19
+ GEM_VERSION = "0.18.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::BinaryauthorizationV1beta1::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::BinaryauthorizationV1beta1::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::BinaryauthorizationV1beta1::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::BinaryauthorizationV1beta1::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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.18.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1beta1/v0.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1beta1/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-binaryauthorization_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []