google-apis-domains_v1alpha2 0.9.0 → 0.10.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: 4580be4ffa55a6d7d08534d64dffde10b6fdc0b25967a7776c043bc6ec427227
4
- data.tar.gz: 45d16ca47ba1a3161a957dc7c3c8fdcd7ace2b5449d4bcbcf1660c15d3123fd4
3
+ metadata.gz: 7c19719d4488a5f0d9577485b3b190f4ac7632e78f52aa845d8e100353c810d8
4
+ data.tar.gz: 34198eea56989dc7487819753d692ed8a63ba6037985854c81a4bcf709bb78d3
5
5
  SHA512:
6
- metadata.gz: e714e9627392bb26aedc4118092826dc4f7e9c74ee9ba6c139828200a5dffef68619c6189718adb0372ed37ba038402ed1e7dc43b4ee5b8a2bbc09f47495a82d
7
- data.tar.gz: a4d3403f802eef00338a6ae0ba1f60d5b6288da4b69e58ca72384f6cc5f5552ca51cfcec8e1bd6a2002ebe5ed4e9a9563c16518ebb12efe6cda768a5073e4790
6
+ metadata.gz: 200ff8d1589a066bb49694547fcf7421ee9c6eca089507d060670ffe744b0cc2d34abd84ff33080670c6f2a729babb4e502ee7e4b2daa24824765bdae94f5e32
7
+ data.tar.gz: '083c6262d5a8676b3bdf16e7b9c6166e6d51af216a2bc0795ea25aa03d84241c157634d5c3cf1f44ae6db7ddb68f1bb0155ac5cd8ea46775a275963ccd5a2981'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-domains_v1alpha2
2
2
 
3
+ ### v0.10.0 (2021-10-24)
4
+
5
+ * Regenerated from discovery document revision 20211019
6
+ * Unspecified changes
7
+
3
8
  ### v0.9.0 (2021-10-09)
4
9
 
5
10
  * Regenerated from discovery document revision 20211004
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Domains service in particular.)
67
67
 
@@ -113,7 +113,7 @@ module Google
113
113
  end
114
114
  end
115
115
 
116
- # Associates `members` with a `role`.
116
+ # Associates `members`, or principals, with a `role`.
117
117
  class Binding
118
118
  include Google::Apis::Core::Hashable
119
119
 
@@ -136,7 +136,7 @@ module Google
136
136
  # @return [Google::Apis::DomainsV1alpha2::Expr]
137
137
  attr_accessor :condition
138
138
 
139
- # Specifies the identities requesting access for a Cloud Platform resource. `
139
+ # Specifies the principals requesting access for a Cloud Platform resource. `
140
140
  # members` can have the following values: * `allUsers`: A special identifier
141
141
  # that represents anyone who is on the internet; with or without a Google
142
142
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -166,8 +166,8 @@ module Google
166
166
  # @return [Array<String>]
167
167
  attr_accessor :members
168
168
 
169
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
170
- # , or `roles/owner`.
169
+ # Role that is assigned to the list of `members`, or principals. For example, `
170
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
171
171
  # Corresponds to the JSON property `role`
172
172
  # @return [String]
173
173
  attr_accessor :role
@@ -928,31 +928,31 @@ module Google
928
928
 
929
929
  # An Identity and Access Management (IAM) policy, which specifies access
930
930
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
931
- # A `binding` binds one or more `members` to a single `role`. Members can be
932
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
933
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
934
- # role or a user-created custom role. For some types of Google Cloud resources,
935
- # a `binding` can also specify a `condition`, which is a logical expression that
936
- # allows access to a resource only if the expression evaluates to `true`. A
937
- # condition can add constraints based on attributes of the request, the resource,
938
- # or both. To learn which resources support conditions in their IAM policies,
939
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
940
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
941
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
942
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
943
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
944
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
945
- # title": "expirable access", "description": "Does not grant access after Sep
946
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
947
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
948
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
949
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
950
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
951
- # roles/resourcemanager.organizationViewer condition: title: expirable access
952
- # description: Does not grant access after Sep 2020 expression: request.time <
953
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
954
- # description of IAM and its features, see the [IAM documentation](https://cloud.
955
- # google.com/iam/docs/).
931
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
932
+ # Principals can be user accounts, service accounts, Google groups, and domains (
933
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
934
+ # an IAM predefined role or a user-created custom role. For some types of Google
935
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
936
+ # logical expression that allows access to a resource only if the expression
937
+ # evaluates to `true`. A condition can add constraints based on attributes of
938
+ # the request, the resource, or both. To learn which resources support
939
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
940
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
941
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
942
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
943
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
944
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
945
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
946
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
947
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
948
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
949
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
950
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
951
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
952
+ # access description: Does not grant access after Sep 2020 expression: request.
953
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
954
+ # a description of IAM and its features, see the [IAM documentation](https://
955
+ # cloud.google.com/iam/docs/).
956
956
  class Policy
957
957
  include Google::Apis::Core::Hashable
958
958
 
@@ -961,14 +961,14 @@ module Google
961
961
  # @return [Array<Google::Apis::DomainsV1alpha2::AuditConfig>]
962
962
  attr_accessor :audit_configs
963
963
 
964
- # Associates a list of `members` to a `role`. Optionally, may specify a `
965
- # condition` that determines how and when the `bindings` are applied. Each of
966
- # the `bindings` must contain at least one member. The `bindings` in a `Policy`
967
- # can refer to up to 1,500 members; up to 250 of these members can be Google
968
- # groups. Each occurrence of a member counts towards these limits. For example,
969
- # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
970
- # not to any other member, then you can add another 1,450 members to the `
971
- # bindings` in the `Policy`.
964
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
965
+ # specify a `condition` that determines how and when the `bindings` are applied.
966
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
967
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
968
+ # can be Google groups. Each occurrence of a principal counts towards these
969
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
970
+ # example.com`, and not to any other principal, then you can add another 1,450
971
+ # principals to the `bindings` in the `Policy`.
972
972
  # Corresponds to the JSON property `bindings`
973
973
  # @return [Array<Google::Apis::DomainsV1alpha2::Binding>]
974
974
  attr_accessor :bindings
@@ -1440,31 +1440,31 @@ module Google
1440
1440
 
1441
1441
  # An Identity and Access Management (IAM) policy, which specifies access
1442
1442
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1443
- # A `binding` binds one or more `members` to a single `role`. Members can be
1444
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1445
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1446
- # role or a user-created custom role. For some types of Google Cloud resources,
1447
- # a `binding` can also specify a `condition`, which is a logical expression that
1448
- # allows access to a resource only if the expression evaluates to `true`. A
1449
- # condition can add constraints based on attributes of the request, the resource,
1450
- # or both. To learn which resources support conditions in their IAM policies,
1451
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1452
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1453
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1454
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1455
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1456
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1457
- # title": "expirable access", "description": "Does not grant access after Sep
1458
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1459
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1460
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1461
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1462
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1463
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1464
- # description: Does not grant access after Sep 2020 expression: request.time <
1465
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1466
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1467
- # google.com/iam/docs/).
1443
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1444
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1445
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1446
+ # an IAM predefined role or a user-created custom role. For some types of Google
1447
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1448
+ # logical expression that allows access to a resource only if the expression
1449
+ # evaluates to `true`. A condition can add constraints based on attributes of
1450
+ # the request, the resource, or both. To learn which resources support
1451
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1452
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1453
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1454
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1455
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1456
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1457
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1458
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1459
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1460
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1461
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1462
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1463
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1464
+ # access description: Does not grant access after Sep 2020 expression: request.
1465
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1466
+ # a description of IAM and its features, see the [IAM documentation](https://
1467
+ # cloud.google.com/iam/docs/).
1468
1468
  # Corresponds to the JSON property `policy`
1469
1469
  # @return [Google::Apis::DomainsV1alpha2::Policy]
1470
1470
  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.9.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211004"
25
+ REVISION = "20211019"
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.9.0
4
+ version: 0.10.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: 2021-10-11 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-domains_v1alpha2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1alpha2/v0.9.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-domains_v1alpha2
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.10.0
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: []
65
65
  require_paths: