google-apis-domains_v1alpha2 0.30.0 → 0.31.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: 4f683cb25e7496f5bb4e82e395b2d8cf0da4b7e4e4b5d050e7a09358766b321c
4
- data.tar.gz: 8afde42c26c536fba5da472412a8948b5ecfccc9b42398dc5448b521359daaed
3
+ metadata.gz: c350cbd68a60e887ad714e4fbf555d08152334a03394d6678f56d309c58df4ea
4
+ data.tar.gz: 39b41149b8c652a4bffa9760b97ebbc468a295cd62054ed4967975bd4e313ccb
5
5
  SHA512:
6
- metadata.gz: eac7ded55341550cbaa4c143699d9826edbe8941aa3917b64bc4c2d6b56ad5e21249ff738350fe1e14cff4b95f792844abca23bcf6e0806a59e5dcb5e74a70a1
7
- data.tar.gz: 5e8bad8ed9d28ad4893a2a08602669418c9e12ae21d9dc2a49da7e8cdb329db3c4d98ec1a7c19c8dbb0c572ddb4a75dddf52e8b5b4cfa644a0eac713377b10a5
6
+ metadata.gz: 751af9860cd58837ca7d9240db775336ab3e1288664c9efa91e65113b1cd8142f5f263ce6fe18568e94a130de7ae8dd2a7477dc9add310231900e685fbeaf156
7
+ data.tar.gz: 8354be21b66e992c4d0731a19f23a527f565759b84e315701b7ee2efc335ac9008d1ce39f097dcd29f262cc934b849291c3f685fc76136376d62520082154e08
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-domains_v1alpha2
2
2
 
3
+ ### v0.31.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230904
6
+
3
7
  ### v0.30.0 (2023-05-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20230503
@@ -914,13 +914,13 @@ module Google
914
914
  # @return [String]
915
915
  attr_accessor :name
916
916
 
917
- # The normal response of the operation in case of success. If the original
918
- # method returns no data on success, such as `Delete`, the response is `google.
919
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
920
- # the response should be the resource. For other methods, the response should
921
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
922
- # example, if the original method name is `TakeSnapshot()`, the inferred
923
- # response type is `TakeSnapshotResponse`.
917
+ # The normal, successful response of the operation. If the original method
918
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
919
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
920
+ # response should be the resource. For other methods, the response should have
921
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
922
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
923
+ # `TakeSnapshotResponse`.
924
924
  # Corresponds to the JSON property `response`
925
925
  # @return [Hash<String,Object>]
926
926
  attr_accessor :response
@@ -999,22 +999,22 @@ module Google
999
999
  # evaluates to `true`. A condition can add constraints based on attributes of
1000
1000
  # the request, the resource, or both. To learn which resources support
1001
1001
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1002
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1002
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1003
1003
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1004
1004
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1005
1005
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1006
1006
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1007
1007
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1008
1008
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1009
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1010
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1011
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1012
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1013
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1014
- # access description: Does not grant access after Sep 2020 expression: request.
1015
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1016
- # a description of IAM and its features, see the [IAM documentation](https://
1017
- # cloud.google.com/iam/docs/).
1009
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1010
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1011
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1012
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1013
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1014
+ # title: expirable access description: Does not grant access after Sep 2020
1015
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1016
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1017
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1018
1018
  class Policy
1019
1019
  include Google::Apis::Core::Hashable
1020
1020
 
@@ -1559,22 +1559,22 @@ module Google
1559
1559
  # evaluates to `true`. A condition can add constraints based on attributes of
1560
1560
  # the request, the resource, or both. To learn which resources support
1561
1561
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1562
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1562
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1563
1563
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1564
1564
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1565
1565
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1566
1566
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1567
1567
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1568
1568
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1569
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1570
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1571
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1572
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1573
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1574
- # access description: Does not grant access after Sep 2020 expression: request.
1575
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1576
- # a description of IAM and its features, see the [IAM documentation](https://
1577
- # cloud.google.com/iam/docs/).
1569
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1570
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1571
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1572
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1573
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1574
+ # title: expirable access description: Does not grant access after Sep 2020
1575
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1576
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1577
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1578
1578
  # Corresponds to the JSON property `policy`
1579
1579
  # @return [Google::Apis::DomainsV1alpha2::Policy]
1580
1580
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DomainsV1alpha2
18
18
  # Version of the google-apis-domains_v1alpha2 gem
19
- GEM_VERSION = "0.30.0"
19
+ GEM_VERSION = "0.31.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 = "20230503"
25
+ REVISION = "20230904"
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-domains_v1alpha2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0
4
+ version: 0.31.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-05-14 00:00:00.000000000 Z
11
+ date: 2023-09-10 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-domains_v1alpha2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1alpha2/v0.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1alpha2/v0.31.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-domains_v1alpha2
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 Cloud Domains API V1alpha2