google-apis-datamigration_v1beta1 0.8.0 → 0.12.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff8cf7d8d92ed7d7c1dbd379bcb53405caa936547ec3e5e4b1bfe8500ce430eb
|
4
|
+
data.tar.gz: b80fc20ae5dede8c65cc7d3ac60e0c53afec8076d8eaafb0ba50df1e7c5922c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70b71d5ebdd063f7098239129146f3a7391b9fb3dd7df73a1345cd2863cb10faeef07b6fb751c19fff9abb2be7445e241b4a13f25660c97514c92dabd48b5949
|
7
|
+
data.tar.gz: 5d45e921b55b21ba7e5e78b71e46fceea98cbfc5acc7388c8cd427ca3c9716eb5f835b484d51f1cc0639f65ef2f8844e41a0eda272ed273ca4b23075b732a90e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# Release history for google-apis-datamigration_v1beta1
|
2
2
|
|
3
|
+
### v0.12.0 (2021-12-14)
|
4
|
+
|
5
|
+
* Unspecified changes
|
6
|
+
|
7
|
+
### v0.11.0 (2021-12-11)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20211201
|
10
|
+
|
11
|
+
### v0.10.0 (2021-10-30)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20211020
|
14
|
+
|
15
|
+
### v0.9.0 (2021-10-23)
|
16
|
+
|
17
|
+
* Regenerated from discovery document revision 20211006
|
18
|
+
* Unspecified changes
|
19
|
+
|
3
20
|
### v0.8.0 (2021-08-30)
|
4
21
|
|
5
22
|
* Regenerated from discovery document revision 20210818
|
data/OVERVIEW.md
CHANGED
@@ -51,7 +51,7 @@ require "google/apis/datamigration_v1beta1"
|
|
51
51
|
client = Google::Apis::DatamigrationV1beta1::DatabaseMigrationServiceService.new
|
52
52
|
|
53
53
|
# Authenticate calls
|
54
|
-
client.
|
54
|
+
client.authorization = # ... use the googleauth gem to create credentials
|
55
55
|
```
|
56
56
|
|
57
57
|
See the class reference docs for information on the methods you can call from a client.
|
@@ -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/
|
64
|
-
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
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
|
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
|
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
|
150
|
-
#
|
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
|
@@ -381,7 +381,7 @@ module Google
|
|
381
381
|
attr_accessor :mysql
|
382
382
|
|
383
383
|
# The name of this connection profile resource in the form of projects/`project`/
|
384
|
-
# locations/`location`/
|
384
|
+
# locations/`location`/connectionProfiles/`connectionProfile`.
|
385
385
|
# Corresponds to the JSON property `name`
|
386
386
|
# @return [String]
|
387
387
|
attr_accessor :name
|
@@ -837,7 +837,7 @@ module Google
|
|
837
837
|
attr_accessor :labels
|
838
838
|
|
839
839
|
# The name (URI) of this migration job resource, in the form of: projects/`
|
840
|
-
# project`/locations/`location`/
|
840
|
+
# project`/locations/`location`/migrationJobs/`migrationJob`.
|
841
841
|
# Corresponds to the JSON property `name`
|
842
842
|
# @return [String]
|
843
843
|
attr_accessor :name
|
@@ -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
|
1088
|
-
# user accounts, service accounts, Google groups, and domains (
|
1089
|
-
# A `role` is a named list of permissions; each `role` can be
|
1090
|
-
# role or a user-created custom role. For some types of Google
|
1091
|
-
# a `binding` can also specify a `condition`, which is a
|
1092
|
-
# allows access to a resource only if the expression
|
1093
|
-
# condition can add constraints based on attributes of
|
1094
|
-
# or both. To learn which resources support
|
1095
|
-
# see the [IAM documentation](https://cloud.
|
1096
|
-
# resource-policies). **JSON example:** ` "
|
1097
|
-
# resourcemanager.organizationAdmin", "members": [
|
1098
|
-
# group:admins@example.com", "domain:google.com", "
|
1099
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
1100
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
1101
|
-
# title": "expirable access", "description": "Does not grant
|
1102
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1103
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
1104
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
1105
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
1106
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
1107
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
1108
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
1109
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
1110
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
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
|
1121
|
-
# condition` that determines how and when the `bindings` are applied.
|
1122
|
-
# the `bindings` must contain at least one
|
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
|
1266
|
-
# user accounts, service accounts, Google groups, and domains (
|
1267
|
-
# A `role` is a named list of permissions; each `role` can be
|
1268
|
-
# role or a user-created custom role. For some types of Google
|
1269
|
-
# a `binding` can also specify a `condition`, which is a
|
1270
|
-
# allows access to a resource only if the expression
|
1271
|
-
# condition can add constraints based on attributes of
|
1272
|
-
# or both. To learn which resources support
|
1273
|
-
# see the [IAM documentation](https://cloud.
|
1274
|
-
# resource-policies). **JSON example:** ` "
|
1275
|
-
# resourcemanager.organizationAdmin", "members": [
|
1276
|
-
# group:admins@example.com", "domain:google.com", "
|
1277
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
1278
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
1279
|
-
# title": "expirable access", "description": "Does not grant
|
1280
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1281
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
1282
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
1283
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
1284
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
1285
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
1286
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
1287
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
1288
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
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.
|
19
|
+
GEM_VERSION = "0.12.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 = "
|
25
|
+
REVISION = "20211201"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -243,13 +243,16 @@ module Google
|
|
243
243
|
# REQUIRED: The resource for which the policy is being requested. See the
|
244
244
|
# operation documentation for the appropriate value for this field.
|
245
245
|
# @param [Fixnum] options_requested_policy_version
|
246
|
-
# Optional. The policy
|
247
|
-
# 3. Requests specifying an invalid value will be
|
248
|
-
# policies with any conditional bindings must
|
249
|
-
#
|
250
|
-
# field unset.
|
251
|
-
#
|
252
|
-
#
|
246
|
+
# Optional. The maximum policy version that will be used to format the policy.
|
247
|
+
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
248
|
+
# rejected. Requests for policies with any conditional role bindings must
|
249
|
+
# specify version 3. Policies with no conditional role bindings may specify any
|
250
|
+
# valid value or leave the field unset. The policy in the response might use the
|
251
|
+
# policy version that you specified, or it might use a lower policy version. For
|
252
|
+
# example, if you specify version 3, but the policy has no conditional role
|
253
|
+
# bindings, the response uses version 1. To learn which resources support
|
254
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
255
|
+
# google.com/iam/help/conditions/resource-policies).
|
253
256
|
# @param [String] fields
|
254
257
|
# Selector specifying which fields to include in a partial response.
|
255
258
|
# @param [String] quota_user
|
@@ -335,7 +338,7 @@ module Google
|
|
335
338
|
# Update the configuration of a single connection profile.
|
336
339
|
# @param [String] name
|
337
340
|
# The name of this connection profile resource in the form of projects/`project`/
|
338
|
-
# locations/`location`/
|
341
|
+
# locations/`location`/connectionProfiles/`connectionProfile`.
|
339
342
|
# @param [Google::Apis::DatamigrationV1beta1::ConnectionProfile] connection_profile_object
|
340
343
|
# @param [String] request_id
|
341
344
|
# A unique id used to identify the request. If the server receives two requests
|
@@ -605,13 +608,16 @@ module Google
|
|
605
608
|
# REQUIRED: The resource for which the policy is being requested. See the
|
606
609
|
# operation documentation for the appropriate value for this field.
|
607
610
|
# @param [Fixnum] options_requested_policy_version
|
608
|
-
# Optional. The policy
|
609
|
-
# 3. Requests specifying an invalid value will be
|
610
|
-
# policies with any conditional bindings must
|
611
|
-
#
|
612
|
-
# field unset.
|
613
|
-
#
|
614
|
-
#
|
611
|
+
# Optional. The maximum policy version that will be used to format the policy.
|
612
|
+
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
613
|
+
# rejected. Requests for policies with any conditional role bindings must
|
614
|
+
# specify version 3. Policies with no conditional role bindings may specify any
|
615
|
+
# valid value or leave the field unset. The policy in the response might use the
|
616
|
+
# policy version that you specified, or it might use a lower policy version. For
|
617
|
+
# example, if you specify version 3, but the policy has no conditional role
|
618
|
+
# bindings, the response uses version 1. To learn which resources support
|
619
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
620
|
+
# google.com/iam/help/conditions/resource-policies).
|
615
621
|
# @param [String] fields
|
616
622
|
# Selector specifying which fields to include in a partial response.
|
617
623
|
# @param [String] quota_user
|
@@ -698,7 +704,7 @@ module Google
|
|
698
704
|
# Updates the parameters of a single migration job.
|
699
705
|
# @param [String] name
|
700
706
|
# The name (URI) of this migration job resource, in the form of: projects/`
|
701
|
-
# project`/locations/`location`/
|
707
|
+
# project`/locations/`location`/migrationJobs/`migrationJob`.
|
702
708
|
# @param [Google::Apis::DatamigrationV1beta1::MigrationJob] migration_job_object
|
703
709
|
# @param [String] request_id
|
704
710
|
# A unique id used to identify the request. If the server receives two requests
|
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.
|
4
|
+
version: 0.12.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:
|
11
|
+
date: 2022-01-10 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/
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1beta1/v0.
|
62
|
-
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
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.12.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:
|
@@ -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.
|
78
|
+
rubygems_version: 3.3.4
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Database Migration API V1beta1
|