google-apis-datamigration_v1 0.3.0 → 0.7.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: 4c2ba8d52ac80d5e9583419ede834e6b4d39b7314f1b3a8b255e0e06c59a7fdc
4
- data.tar.gz: e4496a13782412df33062d020ac9c35b7b1638c9dcd4b6703b20a51592bd8149
3
+ metadata.gz: d27d4c03d97a4aa404630dd8d93af3cfcfb3ea0111d30c8f52727e992e4741a8
4
+ data.tar.gz: fedac90d8fc4b16d2e5cd7ce5e9b39b798b6ea92b4a40188fd50995019ca2c9d
5
5
  SHA512:
6
- metadata.gz: ae9d1dafca45049cf304cb701df57e0fcedc0224be3f23247a30018bdf0d0c17215f44550f5e936fa0bb29bbe0ea286d2e0075c08df398a19538aec1dc58a17c
7
- data.tar.gz: 7b7322b5802dac53819949dbe044ead4b2430cf7feebe57e50ca779eca47212bcd28e45d3ad2ebf06c221ddc2fffbf818a77b8574975babf1a5df715f28547d9
6
+ metadata.gz: c665fc20560a39e86ff269ba06e47cd71245fb6ea5025d471079cb137eb86e2a56e89ad77d84bdb262939e72f2fe2ad2953bb788c42a8ffb7aa75cbb02289679
7
+ data.tar.gz: db837dabb70355b885680a02a66b87f61cc8595b78e15d49d7ff6e0c0a3414f8541e158b9120d219e4cce1080984fbe9562c018bdc607f9569e3c8dee7548824
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-datamigration_v1
2
2
 
3
+ ### v0.7.0 (2021-10-23)
4
+
5
+ * Regenerated from discovery document revision 20211006
6
+ * Unspecified changes
7
+
8
+ ### v0.6.0 (2021-08-30)
9
+
10
+ * Regenerated from discovery document revision 20210818
11
+
12
+ ### v0.5.0 (2021-06-29)
13
+
14
+ * Regenerated using generator version 0.4.0
15
+
16
+ ### v0.4.0 (2021-06-24)
17
+
18
+ * Regenerated using generator version 0.3.0
19
+
3
20
  ### v0.3.0 (2021-05-19)
4
21
 
5
22
  * Unspecified changes
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::DatamigrationV1::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
@@ -1097,31 +1097,31 @@ module Google
1097
1097
 
1098
1098
  # An Identity and Access Management (IAM) policy, which specifies access
1099
1099
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1100
- # A `binding` binds one or more `members` to a single `role`. Members can be
1101
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1102
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1103
- # role or a user-created custom role. For some types of Google Cloud resources,
1104
- # a `binding` can also specify a `condition`, which is a logical expression that
1105
- # allows access to a resource only if the expression evaluates to `true`. A
1106
- # condition can add constraints based on attributes of the request, the resource,
1107
- # or both. To learn which resources support conditions in their IAM policies,
1108
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1109
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1110
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1111
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1112
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1113
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1114
- # title": "expirable access", "description": "Does not grant access after Sep
1115
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1116
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1117
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1118
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1119
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1120
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1121
- # description: Does not grant access after Sep 2020 expression: request.time <
1122
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1123
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1124
- # google.com/iam/docs/).
1100
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1101
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1102
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1103
+ # an IAM predefined role or a user-created custom role. For some types of Google
1104
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1105
+ # logical expression that allows access to a resource only if the expression
1106
+ # evaluates to `true`. A condition can add constraints based on attributes of
1107
+ # the request, the resource, or both. To learn which resources support
1108
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1109
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1110
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1111
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1112
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1113
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1114
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1115
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1116
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1117
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1118
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1119
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1120
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1121
+ # access description: Does not grant access after Sep 2020 expression: request.
1122
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1123
+ # a description of IAM and its features, see the [IAM documentation](https://
1124
+ # cloud.google.com/iam/docs/).
1125
1125
  class Policy
1126
1126
  include Google::Apis::Core::Hashable
1127
1127
 
@@ -1130,9 +1130,14 @@ module Google
1130
1130
  # @return [Array<Google::Apis::DatamigrationV1::AuditConfig>]
1131
1131
  attr_accessor :audit_configs
1132
1132
 
1133
- # Associates a list of `members` to a `role`. Optionally, may specify a `
1134
- # condition` that determines how and when the `bindings` are applied. Each of
1135
- # the `bindings` must contain at least one member.
1133
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
1134
+ # specify a `condition` that determines how and when the `bindings` are applied.
1135
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
1136
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
1137
+ # can be Google groups. Each occurrence of a principal counts towards these
1138
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
1139
+ # example.com`, and not to any other principal, then you can add another 1,450
1140
+ # principals to the `bindings` in the `Policy`.
1136
1141
  # Corresponds to the JSON property `bindings`
1137
1142
  # @return [Array<Google::Apis::DatamigrationV1::Binding>]
1138
1143
  attr_accessor :bindings
@@ -1336,31 +1341,31 @@ module Google
1336
1341
 
1337
1342
  # An Identity and Access Management (IAM) policy, which specifies access
1338
1343
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1339
- # A `binding` binds one or more `members` to a single `role`. Members can be
1340
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1341
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1342
- # role or a user-created custom role. For some types of Google Cloud resources,
1343
- # a `binding` can also specify a `condition`, which is a logical expression that
1344
- # allows access to a resource only if the expression evaluates to `true`. A
1345
- # condition can add constraints based on attributes of the request, the resource,
1346
- # or both. To learn which resources support conditions in their IAM policies,
1347
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1348
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1349
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1350
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1351
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1352
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1353
- # title": "expirable access", "description": "Does not grant access after Sep
1354
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1355
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1356
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1357
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1358
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1359
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1360
- # description: Does not grant access after Sep 2020 expression: request.time <
1361
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1362
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1363
- # google.com/iam/docs/).
1344
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1345
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1346
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1347
+ # an IAM predefined role or a user-created custom role. For some types of Google
1348
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1349
+ # logical expression that allows access to a resource only if the expression
1350
+ # evaluates to `true`. A condition can add constraints based on attributes of
1351
+ # the request, the resource, or both. To learn which resources support
1352
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1353
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1354
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1355
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1356
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1357
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1358
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1359
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1360
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1361
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1362
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1363
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1364
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1365
+ # access description: Does not grant access after Sep 2020 expression: request.
1366
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1367
+ # a description of IAM and its features, see the [IAM documentation](https://
1368
+ # cloud.google.com/iam/docs/).
1364
1369
  # Corresponds to the JSON property `policy`
1365
1370
  # @return [Google::Apis::DatamigrationV1::Policy]
1366
1371
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatamigrationV1
18
18
  # Version of the google-apis-datamigration_v1 gem
19
- GEM_VERSION = "0.3.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210506"
25
+ REVISION = "20211006"
26
26
  end
27
27
  end
28
28
  end
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
32
- # See, edit, configure, and delete your Google Cloud Platform data
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datamigration_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.7.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-05-24 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
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Database Migration API V1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -51,9 +57,9 @@ licenses:
51
57
  - Apache-2.0
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-datamigration_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.3.0
56
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-datamigration_v1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datamigration_v1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.7.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datamigration_v1
57
63
  post_install_message:
58
64
  rdoc_options: []
59
65
  require_paths: