google-apis-datamigration_v1beta1 0.26.0 → 0.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 612807dd4d0426337732c1128f8902dc99a875704dbdd9d545ce33cf532cf5b6
|
|
4
|
+
data.tar.gz: 290963b0ba472711df37cc7adc76003b6bf8649816e9d1636adf92ef2fbc3ac6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e401b6d8a5cb79cb09d6584a56092371d87269ada0ed23d9786c11996fa25e8a1a92ce0196a5ad724f5a9e6abeadf90d9e665a60577978d72a7b9dcf1f8083b
|
|
7
|
+
data.tar.gz: 212db5bccfdb0c66f7e1f73b0c93bf3d535511fb56fa14da8be22406ff5c4e331f7a5f54fb435b62c7c555f1d52f555688fddb624b97a4d03c1cd667b2bd3693
|
data/CHANGELOG.md
CHANGED
|
@@ -1061,13 +1061,13 @@ module Google
|
|
|
1061
1061
|
# @return [String]
|
|
1062
1062
|
attr_accessor :name
|
|
1063
1063
|
|
|
1064
|
-
# The normal response of the operation
|
|
1065
|
-
#
|
|
1066
|
-
#
|
|
1067
|
-
#
|
|
1068
|
-
#
|
|
1069
|
-
#
|
|
1070
|
-
#
|
|
1064
|
+
# The normal, successful response of the operation. If the original method
|
|
1065
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
|
1066
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
|
1067
|
+
# response should be the resource. For other methods, the response should have
|
|
1068
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
|
1069
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
|
1070
|
+
# `TakeSnapshotResponse`.
|
|
1071
1071
|
# Corresponds to the JSON property `response`
|
|
1072
1072
|
# @return [Hash<String,Object>]
|
|
1073
1073
|
attr_accessor :response
|
|
@@ -1097,22 +1097,22 @@ module Google
|
|
|
1097
1097
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
|
1098
1098
|
# the request, the resource, or both. To learn which resources support
|
|
1099
1099
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
|
1100
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
|
1100
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
|
1101
1101
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
|
1102
1102
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
|
1103
1103
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
|
1104
1104
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
|
1105
1105
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
|
1106
1106
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
|
1107
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
|
1108
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
|
1109
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
|
1110
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
|
1111
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
|
1112
|
-
# access description: Does not grant access after Sep 2020
|
|
1113
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
1114
|
-
# a description of IAM and its features, see the
|
|
1115
|
-
# cloud.google.com/iam/docs/).
|
|
1107
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
|
1108
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
|
1109
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
|
1110
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
|
1111
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
|
1112
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
|
1113
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
1114
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
|
1115
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
|
1116
1116
|
class Policy
|
|
1117
1117
|
include Google::Apis::Core::Hashable
|
|
1118
1118
|
|
|
@@ -1280,22 +1280,22 @@ module Google
|
|
|
1280
1280
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
|
1281
1281
|
# the request, the resource, or both. To learn which resources support
|
|
1282
1282
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
|
1283
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
|
1283
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
|
1284
1284
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
|
1285
1285
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
|
1286
1286
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
|
1287
1287
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
|
1288
1288
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
|
1289
1289
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
|
1290
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
|
1291
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
|
1292
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
|
1293
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
|
1294
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
|
1295
|
-
# access description: Does not grant access after Sep 2020
|
|
1296
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
1297
|
-
# a description of IAM and its features, see the
|
|
1298
|
-
# cloud.google.com/iam/docs/).
|
|
1290
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
|
1291
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
|
1292
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
|
1293
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
|
1294
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
|
1295
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
|
1296
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
|
1297
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
|
1298
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
|
1299
1299
|
# Corresponds to the JSON property `policy`
|
|
1300
1300
|
# @return [Google::Apis::DatamigrationV1beta1::Policy]
|
|
1301
1301
|
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.27.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230802"
|
|
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.
|
|
4
|
+
version: 0.27.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: 2023-
|
|
11
|
+
date: 2023-08-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1beta1/v0.27.0
|
|
62
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: []
|