google-apis-ids_v1 0.12.0 → 0.14.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: 0d70e0acbcdb789cfb26a1bdd58d1475e6b31904237aef576fa2da983f44679b
4
- data.tar.gz: 3775d935d9c0cb7525f132b84625567fe22965fb5c549270da2061a32bb86878
3
+ metadata.gz: ee7e4cd094f28e794bcdb152fd9349382e997b46b08985b060ea84e15f2267d5
4
+ data.tar.gz: '09aab2234fec53f7a42547e3a7cdb3f8dfaabe51746bf9526382bc0a5762f5cb'
5
5
  SHA512:
6
- metadata.gz: 9ef4f1e34eda28d9cd9615fb09db9214aa18b89d867d46ef6a029363387ef8d646d67d84ac3e8f322b06a26c37c930777fcc5f30d4909dcaf5668a758a32f779
7
- data.tar.gz: 546ce2de913afe81e1aaeef3beae5c0d171c8f60d7d7005201bb3efa6a0601cea2d6b9a2ad3b2900d5b9d37c73a5f20e9a7bc7d343fb2d6df22d699e3276c7db
6
+ metadata.gz: be863aa006a49ebde7ac003261f19e23dd60246c7d3c69b80ef17361ecc115b160007d484fef0bbd4bd7045607dae3783a2cc46a361e21cf1d2899a71b75a297
7
+ data.tar.gz: cd1db495b7ff42cada15f05610cd8b9b6e8551e4320f5cc76244405de0d6d2a9352508fa4d2d851071554152ce8f24cb4a070d8bfe3a569aff0d179302b85b83
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-ids_v1
2
2
 
3
+ ### v0.14.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230807
6
+
7
+ ### v0.13.0 (2023-06-18)
8
+
9
+ * Regenerated from discovery document revision 20230612
10
+
3
11
  ### v0.12.0 (2023-04-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20230404
@@ -422,7 +422,7 @@ module Google
422
422
  end
423
423
  end
424
424
 
425
- # A resource that represents Google Cloud Platform location.
425
+ # A resource that represents a Google Cloud location.
426
426
  class Location
427
427
  include Google::Apis::Core::Hashable
428
428
 
@@ -506,13 +506,13 @@ module Google
506
506
  # @return [String]
507
507
  attr_accessor :name
508
508
 
509
- # The normal response of the operation in case of success. If the original
510
- # method returns no data on success, such as `Delete`, the response is `google.
511
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
512
- # the response should be the resource. For other methods, the response should
513
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
514
- # example, if the original method name is `TakeSnapshot()`, the inferred
515
- # response type is `TakeSnapshotResponse`.
509
+ # The normal, successful response of the operation. If the original method
510
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
511
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
512
+ # response should be the resource. For other methods, the response should have
513
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
514
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
515
+ # `TakeSnapshotResponse`.
516
516
  # Corresponds to the JSON property `response`
517
517
  # @return [Hash<String,Object>]
518
518
  attr_accessor :response
@@ -601,22 +601,22 @@ module Google
601
601
  # evaluates to `true`. A condition can add constraints based on attributes of
602
602
  # the request, the resource, or both. To learn which resources support
603
603
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
604
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
604
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
605
605
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
606
606
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
607
607
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
608
608
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
609
609
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
610
610
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
611
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
612
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
613
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
614
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
615
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
616
- # access description: Does not grant access after Sep 2020 expression: request.
617
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
618
- # a description of IAM and its features, see the [IAM documentation](https://
619
- # cloud.google.com/iam/docs/).
611
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
612
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
613
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
614
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
615
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
616
+ # title: expirable access description: Does not grant access after Sep 2020
617
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
618
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
619
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
620
620
  class Policy
621
621
  include Google::Apis::Core::Hashable
622
622
 
@@ -700,22 +700,22 @@ module Google
700
700
  # evaluates to `true`. A condition can add constraints based on attributes of
701
701
  # the request, the resource, or both. To learn which resources support
702
702
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
703
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
703
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
704
704
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
705
705
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
706
706
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
707
707
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
708
708
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
709
709
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
710
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
711
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
712
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
713
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
714
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
715
- # access description: Does not grant access after Sep 2020 expression: request.
716
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
717
- # a description of IAM and its features, see the [IAM documentation](https://
718
- # cloud.google.com/iam/docs/).
710
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
711
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
712
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
713
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
714
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
715
+ # title: expirable access description: Does not grant access after Sep 2020
716
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
717
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
718
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
719
719
  # Corresponds to the JSON property `policy`
720
720
  # @return [Google::Apis::IdsV1::Policy]
721
721
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IdsV1
18
18
  # Version of the google-apis-ids_v1 gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.14.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 = "20230404"
25
+ REVISION = "20230807"
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-ids_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.14.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-16 00:00:00.000000000 Z
11
+ date: 2023-08-13 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-ids_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-ids_v1/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-ids_v1/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-ids_v1
63
63
  post_install_message:
64
64
  rdoc_options: []