google-apis-datamigration_v1 0.41.0 → 0.42.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/datamigration_v1/classes.rb +27 -27
- data/lib/google/apis/datamigration_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eb3083465c25e19430fd4e794f6e162694dc52593a15f6b8527d15a4cda0ef27
|
4
|
+
data.tar.gz: 50461f2ba2de7de859156cacbfe315ac243ef3e777ccd15d642633a6ed3f7b6a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 35be5cefee15733250b2e002b21998e337f0d6411af01c3012f5b179bfcd44210b9925c4406dfd89e1457414e6650e36468b3ca2c509b4dc0a2e3a44d08b76c8
|
7
|
+
data.tar.gz: ccd9447e4b79a6c7bcda6ba4d8469d7828ebe7397754b43fc6725b3e75accf2b9b3a02132ded59ef4fdc13593ba293e4e3a0c2913efadae3340824ec461f844f
|
data/CHANGELOG.md
CHANGED
@@ -3155,13 +3155,13 @@ module Google
|
|
3155
3155
|
# @return [String]
|
3156
3156
|
attr_accessor :name
|
3157
3157
|
|
3158
|
-
# The normal response of the operation
|
3159
|
-
#
|
3160
|
-
#
|
3161
|
-
#
|
3162
|
-
#
|
3163
|
-
#
|
3164
|
-
#
|
3158
|
+
# The normal, successful response of the operation. If the original method
|
3159
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
3160
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
3161
|
+
# response should be the resource. For other methods, the response should have
|
3162
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
3163
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
3164
|
+
# `TakeSnapshotResponse`.
|
3165
3165
|
# Corresponds to the JSON property `response`
|
3166
3166
|
# @return [Hash<String,Object>]
|
3167
3167
|
attr_accessor :response
|
@@ -3320,22 +3320,22 @@ module Google
|
|
3320
3320
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
3321
3321
|
# the request, the resource, or both. To learn which resources support
|
3322
3322
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
3323
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
3323
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
3324
3324
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
3325
3325
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
3326
3326
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
3327
3327
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
3328
3328
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
3329
3329
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
3330
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
3331
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
3332
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
3333
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
3334
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
3335
|
-
# access description: Does not grant access after Sep 2020
|
3336
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
3337
|
-
# a description of IAM and its features, see the
|
3338
|
-
# cloud.google.com/iam/docs/).
|
3330
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
3331
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
3332
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
3333
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
3334
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
3335
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
3336
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
3337
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
3338
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
3339
3339
|
class Policy
|
3340
3340
|
include Google::Apis::Core::Hashable
|
3341
3341
|
|
@@ -4008,22 +4008,22 @@ module Google
|
|
4008
4008
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
4009
4009
|
# the request, the resource, or both. To learn which resources support
|
4010
4010
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
4011
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
4011
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
4012
4012
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
4013
4013
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
4014
4014
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
4015
4015
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
4016
4016
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
4017
4017
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
4018
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
4019
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
4020
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
4021
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
4022
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
4023
|
-
# access description: Does not grant access after Sep 2020
|
4024
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
4025
|
-
# a description of IAM and its features, see the
|
4026
|
-
# cloud.google.com/iam/docs/).
|
4018
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
4019
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
4020
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
4021
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
4022
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
4023
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
4024
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
4025
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
4026
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
4027
4027
|
# Corresponds to the JSON property `policy`
|
4028
4028
|
# @return [Google::Apis::DatamigrationV1::Policy]
|
4029
4029
|
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.
|
19
|
+
GEM_VERSION = "0.42.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_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.42.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-08-
|
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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.42.0
|
62
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: []
|