google-apis-datamigration_v1 0.4.0 → 0.8.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: '072180b646b6626f2818c3b5f5fa95d24eea546325c4a99b6677bd937d9b09f2'
4
- data.tar.gz: aafe8e71a8f5fbc470d1e3ca352e257aef8e65fd06f760e3e92a3152104adfb2
3
+ metadata.gz: 5ec511b4242c6649da2679f16117a057e0378ad9f6151b23969e64782495e997
4
+ data.tar.gz: c6430cfc67d6f7562a99c421571d0281fd1054b14948b5adb4e905186d3ba81e
5
5
  SHA512:
6
- metadata.gz: d217616178608f5fbc01db51016b1723989f58f089411007d22a60da455effd0c797e944f754c070817f3dfbce8fa88888610f86b1203e1f905e2b95469f8465
7
- data.tar.gz: ea68f738b85e71093fd6cdf029108c64e2f91f5068af5765b6c95ae59efe7ec37ee3da81244ccf8bbe80116a8d1fb3b364cab73c84fd18944f659ab8c63f9759
6
+ metadata.gz: 8bd19bb08c67fc37b6ae82b3cc0774dff612470948c9e353dfb0b45c20305fb6ae07c749a0363791f7e89a9b76e768347a82e20c20c38d85a26ce084e0b4aac7
7
+ data.tar.gz: 7ddc10bbdef15eab364299dfbceb92e8fec09301786b42d2020621dfe1f16cce4ae1a0f7793abaebc435eead51abd7029d2fcfad87c1a3cc6a8f6d2eddec1bf2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-datamigration_v1
2
2
 
3
+ ### v0.8.0 (2021-10-30)
4
+
5
+ * Regenerated from discovery document revision 20211020
6
+
7
+ ### v0.7.0 (2021-10-23)
8
+
9
+ * Regenerated from discovery document revision 20211006
10
+ * Unspecified changes
11
+
12
+ ### v0.6.0 (2021-08-30)
13
+
14
+ * Regenerated from discovery document revision 20210818
15
+
16
+ ### v0.5.0 (2021-06-29)
17
+
18
+ * Regenerated using generator version 0.4.0
19
+
3
20
  ### v0.4.0 (2021-06-24)
4
21
 
5
22
  * Regenerated using generator version 0.3.0
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
@@ -388,7 +388,7 @@ module Google
388
388
  attr_accessor :mysql
389
389
 
390
390
  # The name of this connection profile resource in the form of projects/`project`/
391
- # locations/`location`/connectionProfiles/`instance`.
391
+ # locations/`location`/connectionProfiles/`connectionProfile`.
392
392
  # Corresponds to the JSON property `name`
393
393
  # @return [String]
394
394
  attr_accessor :name
@@ -850,7 +850,7 @@ module Google
850
850
  attr_accessor :labels
851
851
 
852
852
  # The name (URI) of this migration job resource, in the form of: projects/`
853
- # project`/locations/`location`/instances/`instance`.
853
+ # project`/locations/`location`/migrationJobs/`migrationJob`.
854
854
  # Corresponds to the JSON property `name`
855
855
  # @return [String]
856
856
  attr_accessor :name
@@ -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.4.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.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 = "20211020"
26
26
  end
27
27
  end
28
28
  end
@@ -335,7 +335,7 @@ module Google
335
335
  # Update the configuration of a single connection profile.
336
336
  # @param [String] name
337
337
  # The name of this connection profile resource in the form of projects/`project`/
338
- # locations/`location`/connectionProfiles/`instance`.
338
+ # locations/`location`/connectionProfiles/`connectionProfile`.
339
339
  # @param [Google::Apis::DatamigrationV1::ConnectionProfile] connection_profile_object
340
340
  # @param [String] request_id
341
341
  # A unique id used to identify the request. If the server receives two requests
@@ -698,7 +698,7 @@ module Google
698
698
  # Updates the parameters of a single migration job.
699
699
  # @param [String] name
700
700
  # The name (URI) of this migration job resource, in the form of: projects/`
701
- # project`/locations/`location`/instances/`instance`.
701
+ # project`/locations/`location`/migrationJobs/`migrationJob`.
702
702
  # @param [Google::Apis::DatamigrationV1::MigrationJob] migration_job_object
703
703
  # @param [String] request_id
704
704
  # A unique id used to identify the request. If the server receives two requests
@@ -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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datamigration_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.8.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-06-28 00:00:00.000000000 Z
11
+ date: 2021-11-01 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.3'
19
+ version: '0.4'
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.3'
29
+ version: '0.4'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.4.0
62
- 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.8.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datamigration_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: