google-apis-datamigration_v1beta1 0.8.0 → 0.9.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: 166fe42df2786715f1fb4774987d855eda1d2e3705c84c963beb94ccc4de8c9a
4
- data.tar.gz: dc93d3851f27ec083a44acdfd3a7588bf31f77acf37d2d4e5a24417ca1f7c98e
3
+ metadata.gz: c043cb9963df032f49c51aa8c7376e18fdf0d903aa3f7f13f9f41f7e81098063
4
+ data.tar.gz: bb7ef5061cd9d46cd15e04de13fe794263e4608bf2758f1a8d707e1cacac008b
5
5
  SHA512:
6
- metadata.gz: 62774fc65884a8176a69b45058bd800f0b1a2c0b7aadec39344f8838c743892b26cb1fc2f904ae037c256ae0bdb24f7fef106e23972ee6260e412c4d784bb4f7
7
- data.tar.gz: d634a3927758bf2176ba55acd12073e3e948447f4f095caea057457381bf30766f605db777ec6bb589456eac979928f6eac28dea134825f145f0841e91ceb4ca
6
+ metadata.gz: 637d8d82c58664691f55ca930ba09299727f85457bf40d8d7487d6b281b096ccde1889fc775e3fd82aa4a29e24009c4c709dea46131c28ecb55d5c4131b9168a
7
+ data.tar.gz: 15bcdb513e44e437e7c7816c654cd8c96cf00ddba1dbee446acd112937803b56bc11dd87e91360cd8c70c946732a7f5600884f6c14b8ccbf498e4d6aadbcfa7c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-datamigration_v1beta1
2
2
 
3
+ ### v0.9.0 (2021-10-23)
4
+
5
+ * Regenerated from discovery document revision 20211006
6
+ * Unspecified changes
7
+
3
8
  ### v0.8.0 (2021-08-30)
4
9
 
5
10
  * Regenerated from discovery document revision 20210818
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 Datamigration service in particular.)
67
67
 
@@ -93,7 +93,7 @@ module Google
93
93
  end
94
94
  end
95
95
 
96
- # Associates `members` with a `role`.
96
+ # Associates `members`, or principals, with a `role`.
97
97
  class Binding
98
98
  include Google::Apis::Core::Hashable
99
99
 
@@ -116,7 +116,7 @@ module Google
116
116
  # @return [Google::Apis::DatamigrationV1beta1::Expr]
117
117
  attr_accessor :condition
118
118
 
119
- # Specifies the identities requesting access for a Cloud Platform resource. `
119
+ # Specifies the principals requesting access for a Cloud Platform resource. `
120
120
  # members` can have the following values: * `allUsers`: A special identifier
121
121
  # that represents anyone who is on the internet; with or without a Google
122
122
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -146,8 +146,8 @@ module Google
146
146
  # @return [Array<String>]
147
147
  attr_accessor :members
148
148
 
149
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
150
- # , or `roles/owner`.
149
+ # Role that is assigned to the list of `members`, or principals. For example, `
150
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
151
151
  # Corresponds to the JSON property `role`
152
152
  # @return [String]
153
153
  attr_accessor :role
@@ -1084,31 +1084,31 @@ module Google
1084
1084
 
1085
1085
  # An Identity and Access Management (IAM) policy, which specifies access
1086
1086
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1087
- # A `binding` binds one or more `members` to a single `role`. Members can be
1088
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1089
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1090
- # role or a user-created custom role. For some types of Google Cloud resources,
1091
- # a `binding` can also specify a `condition`, which is a logical expression that
1092
- # allows access to a resource only if the expression evaluates to `true`. A
1093
- # condition can add constraints based on attributes of the request, the resource,
1094
- # or both. To learn which resources support conditions in their IAM policies,
1095
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1096
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1097
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1098
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1099
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1100
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1101
- # title": "expirable access", "description": "Does not grant access after Sep
1102
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1103
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1104
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1105
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1106
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1107
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1108
- # description: Does not grant access after Sep 2020 expression: request.time <
1109
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1110
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1111
- # google.com/iam/docs/).
1087
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1088
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1089
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1090
+ # an IAM predefined role or a user-created custom role. For some types of Google
1091
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1092
+ # logical expression that allows access to a resource only if the expression
1093
+ # evaluates to `true`. A condition can add constraints based on attributes of
1094
+ # the request, the resource, or both. To learn which resources support
1095
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1096
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1097
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1098
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1099
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1100
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1101
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1102
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1103
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1104
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1105
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1106
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1107
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1108
+ # access description: Does not grant access after Sep 2020 expression: request.
1109
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1110
+ # a description of IAM and its features, see the [IAM documentation](https://
1111
+ # cloud.google.com/iam/docs/).
1112
1112
  class Policy
1113
1113
  include Google::Apis::Core::Hashable
1114
1114
 
@@ -1117,9 +1117,14 @@ module Google
1117
1117
  # @return [Array<Google::Apis::DatamigrationV1beta1::AuditConfig>]
1118
1118
  attr_accessor :audit_configs
1119
1119
 
1120
- # Associates a list of `members` to a `role`. Optionally, may specify a `
1121
- # condition` that determines how and when the `bindings` are applied. Each of
1122
- # the `bindings` must contain at least one member.
1120
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
1121
+ # specify a `condition` that determines how and when the `bindings` are applied.
1122
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
1123
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
1124
+ # can be Google groups. Each occurrence of a principal counts towards these
1125
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
1126
+ # example.com`, and not to any other principal, then you can add another 1,450
1127
+ # principals to the `bindings` in the `Policy`.
1123
1128
  # Corresponds to the JSON property `bindings`
1124
1129
  # @return [Array<Google::Apis::DatamigrationV1beta1::Binding>]
1125
1130
  attr_accessor :bindings
@@ -1262,31 +1267,31 @@ module Google
1262
1267
 
1263
1268
  # An Identity and Access Management (IAM) policy, which specifies access
1264
1269
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1265
- # A `binding` binds one or more `members` to a single `role`. Members can be
1266
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1267
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1268
- # role or a user-created custom role. For some types of Google Cloud resources,
1269
- # a `binding` can also specify a `condition`, which is a logical expression that
1270
- # allows access to a resource only if the expression evaluates to `true`. A
1271
- # condition can add constraints based on attributes of the request, the resource,
1272
- # or both. To learn which resources support conditions in their IAM policies,
1273
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1274
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1275
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1276
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1277
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1278
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1279
- # title": "expirable access", "description": "Does not grant access after Sep
1280
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1281
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1282
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1283
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1284
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1285
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1286
- # description: Does not grant access after Sep 2020 expression: request.time <
1287
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1288
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1289
- # google.com/iam/docs/).
1270
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1271
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1272
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1273
+ # an IAM predefined role or a user-created custom role. For some types of Google
1274
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1275
+ # logical expression that allows access to a resource only if the expression
1276
+ # evaluates to `true`. A condition can add constraints based on attributes of
1277
+ # the request, the resource, or both. To learn which resources support
1278
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1279
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1280
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1281
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1282
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1283
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1284
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1285
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1286
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1287
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1288
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1289
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1290
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1291
+ # access description: Does not grant access after Sep 2020 expression: request.
1292
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1293
+ # a description of IAM and its features, see the [IAM documentation](https://
1294
+ # cloud.google.com/iam/docs/).
1290
1295
  # Corresponds to the JSON property `policy`
1291
1296
  # @return [Google::Apis::DatamigrationV1beta1::Policy]
1292
1297
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatamigrationV1beta1
18
18
  # Version of the google-apis-datamigration_v1beta1 gem
19
- GEM_VERSION = "0.8.0"
19
+ GEM_VERSION = "0.9.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 = "20210818"
25
+ REVISION = "20211006"
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-datamigration_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.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-09-06 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-datamigration_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1beta1/v0.8.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-datamigration_v1beta1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datamigration_v1beta1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1beta1/v0.9.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datamigration_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: