google-apis-privateca_v1beta1 0.29.0 → 0.30.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: bd97a5e04fb610d263c739eb24d6298fe87bc158b17883a011747cf3da465d33
4
- data.tar.gz: 23dd316fb67472af0cb97f2ec2050b56f1a613aa92300534da720883abdcd7c2
3
+ metadata.gz: 2aa373365ca1132656daf6c314a426e257e00293e716a542e6a7ee019cc76503
4
+ data.tar.gz: 28bde0c7c668feb9e914945ef15c7e55d6128f8d27b3480de3be94b104b3e848
5
5
  SHA512:
6
- metadata.gz: 3df37d8aafbc656df44b7828785b134dc24cc67fd5e8ca4fe169518711cd8f8f681767e04f545e8979e2e03e9a89f4cefc8b41ea88d1406e93cb8b74e2a9c30e
7
- data.tar.gz: 4dfde6931b4f2c3cb2ebbdd012633bf75f1ce2332355f27520257d5dba6a0543a8faf2bd8986517f4a10b889072bd0550e57a28ba255f064afee64d6e2a90268
6
+ metadata.gz: f3aef64b41057c983d1b613735ade772963de95898479dd48f054c0f90fb8271acbe3083deb37e24434494d85f92bb2ed443fa775b732e77de5c8c235caea6a4
7
+ data.tar.gz: d1dd21469f45628020380767616280fa708f1d0b9738465a52a045a5b9522e3a0fba8be15cb7ed2b3f5e7315e32559d7f8344c541e329e4ae8d48c7343e2820d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-privateca_v1beta1
2
2
 
3
+ ### v0.30.0 (2023-08-27)
4
+
5
+ * Regenerated from discovery document revision 20230809
6
+
3
7
  ### v0.29.0 (2023-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20230419
@@ -386,13 +386,13 @@ module Google
386
386
  # @return [String]
387
387
  attr_accessor :name
388
388
 
389
- # The normal response of the operation in case of success. If the original
390
- # method returns no data on success, such as `Delete`, the response is `google.
391
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
392
- # the response should be the resource. For other methods, the response should
393
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
394
- # example, if the original method name is `TakeSnapshot()`, the inferred
395
- # response type is `TakeSnapshotResponse`.
389
+ # The normal, successful response of the operation. If the original method
390
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
391
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
392
+ # response should be the resource. For other methods, the response should have
393
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
394
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
395
+ # `TakeSnapshotResponse`.
396
396
  # Corresponds to the JSON property `response`
397
397
  # @return [Hash<String,Object>]
398
398
  attr_accessor :response
@@ -422,22 +422,22 @@ module Google
422
422
  # evaluates to `true`. A condition can add constraints based on attributes of
423
423
  # the request, the resource, or both. To learn which resources support
424
424
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
425
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
425
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
426
426
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
427
427
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
428
428
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
429
429
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
430
430
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
431
431
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
432
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
433
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
434
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
435
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
436
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
437
- # access description: Does not grant access after Sep 2020 expression: request.
438
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
439
- # a description of IAM and its features, see the [IAM documentation](https://
440
- # cloud.google.com/iam/docs/).
432
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
433
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
434
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
435
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
436
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
437
+ # title: expirable access description: Does not grant access after Sep 2020
438
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
439
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
440
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
441
441
  class Policy
442
442
  include Google::Apis::Core::Hashable
443
443
 
@@ -547,22 +547,22 @@ module Google
547
547
  # evaluates to `true`. A condition can add constraints based on attributes of
548
548
  # the request, the resource, or both. To learn which resources support
549
549
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
550
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
550
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
551
551
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
552
552
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
553
553
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
554
554
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
555
555
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
556
556
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
557
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
558
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
559
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
560
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
561
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
562
- # access description: Does not grant access after Sep 2020 expression: request.
563
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
564
- # a description of IAM and its features, see the [IAM documentation](https://
565
- # cloud.google.com/iam/docs/).
557
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
558
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
559
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
560
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
561
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
562
+ # title: expirable access description: Does not grant access after Sep 2020
563
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
564
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
565
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
566
566
  # Corresponds to the JSON property `policy`
567
567
  # @return [Google::Apis::PrivatecaV1beta1::Policy]
568
568
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PrivatecaV1beta1
18
18
  # Version of the google-apis-privateca_v1beta1 gem
19
- GEM_VERSION = "0.29.0"
19
+ GEM_VERSION = "0.30.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 = "20230419"
25
+ REVISION = "20230809"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-privateca_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0
4
+ version: 0.30.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-04-30 00:00:00.000000000 Z
11
+ date: 2023-08-27 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-privateca_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1beta1/v0.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1beta1/v0.30.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Certificate Authority API V1beta1