google-apis-ids_v1 0.13.0 → 0.15.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: 79b5a7897d956eae9ed87cda738bfbaf0adb6e8e1927b5c5457b33f019d71f13
4
- data.tar.gz: 1aaea11c328e6090c40d878bc11978cf26deff10e00dd4b2680a1db30fb8faf0
3
+ metadata.gz: 5f1d21bb5dbf602862fcefe5fd0f8de4877186b9c624bd6fdead1a1db1de376f
4
+ data.tar.gz: 6c0776414eb79b5f6e7c89de827f66ad7bd62f9a51ed9398c4eee6edf21fc174
5
5
  SHA512:
6
- metadata.gz: 05f8ee46decd0d1e1a57a11eb2a388fa0a73fd93b6def43f738aadfead65d5b3b6541ebe173d967ee4add97b678082340f6df44d282386fd28f47433538135a5
7
- data.tar.gz: bd389ae8bf142846ba94ff74303bad57f2910dfa137b23d25d5305d323f54db5c330ea925ee6bf3a23aaea57f01ee2f93c17a71806b2e8bd1ab028c4acb691f7
6
+ metadata.gz: e798d2c5bf4a788faa6c32844e150da6d7055bae285850b8af276c78f0a84627426775de1b802ba79689a8fb166aa55fbdc11781ac1cb3de771a24c93accd377
7
+ data.tar.gz: fc2b9ca98dd06444c838dc88b1bb84ac674cc8b17e793e7941eeb917b49f01d40a5e54bb0d41050d88a9d5cbb98062c3c01817e457b467e8fab582f7c05c18c1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-ids_v1
2
2
 
3
+ ### v0.15.0 (2024-01-23)
4
+
5
+ * Regenerated using generator version 0.13.0
6
+
7
+ ### v0.14.0 (2023-08-13)
8
+
9
+ * Regenerated from discovery document revision 20230807
10
+
3
11
  ### v0.13.0 (2023-06-18)
4
12
 
5
13
  * Regenerated from discovery document revision 20230612
@@ -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.13.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230612"
25
+ REVISION = "20230807"
26
26
  end
27
27
  end
28
28
  end
@@ -36,6 +36,8 @@ module Google
36
36
  #
37
37
  # @see https://cloud.google.com/
38
38
  class IDSService < Google::Apis::Core::BaseService
39
+ DEFAULT_ENDPOINT_TEMPLATE = "https://ids.$UNIVERSE_DOMAIN$/"
40
+
39
41
  # @return [String]
40
42
  # API key. Your API key identifies your project and provides you with API access,
41
43
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -47,7 +49,7 @@ module Google
47
49
  attr_accessor :quota_user
48
50
 
49
51
  def initialize
50
- super('https://ids.googleapis.com/', '',
52
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
51
53
  client_name: 'google-apis-ids_v1',
52
54
  client_version: Google::Apis::IdsV1::GEM_VERSION)
53
55
  @batch_path = 'batch'
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.13.0
4
+ version: 0.15.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-06-18 00:00:00.000000000 Z
11
+ date: 2024-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.11.0
19
+ version: 0.12.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.11.0
29
+ version: 0.12.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-ids_v1/v0.15.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: []
@@ -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.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud IDS API V1