google-apis-datamigration_v1 0.41.0 → 0.42.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: 454f102cd672a80c3cd185bfc995e465dc6b1115318279ede352225023ed0cc1
4
- data.tar.gz: 94b9bc7bf9ccd66737b509cdb7b13f3185a04c6fe5478c4ac0a56bbeacde8af6
3
+ metadata.gz: eb3083465c25e19430fd4e794f6e162694dc52593a15f6b8527d15a4cda0ef27
4
+ data.tar.gz: 50461f2ba2de7de859156cacbfe315ac243ef3e777ccd15d642633a6ed3f7b6a
5
5
  SHA512:
6
- metadata.gz: 2689cf30ae4e7278d395f5e5f69118d4c34935475907f0c667ae1065a9f050198adf25700c0ce8580c1f2a611cf4893db2dc884e16f1f0841d221317fcfbc4a6
7
- data.tar.gz: 183eb063570e42fd69cdf964ee066f5503cf866bee3193ee3bd40feec83f1205ffc52f42b55b11e5ae6bdd0d733ad825e1c95202c60d5da2bb81a652202904ed
6
+ metadata.gz: 35be5cefee15733250b2e002b21998e337f0d6411af01c3012f5b179bfcd44210b9925c4406dfd89e1457414e6650e36468b3ca2c509b4dc0a2e3a44d08b76c8
7
+ data.tar.gz: ccd9447e4b79a6c7bcda6ba4d8469d7828ebe7397754b43fc6725b3e75accf2b9b3a02132ded59ef4fdc13593ba293e4e3a0c2913efadae3340824ec461f844f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datamigration_v1
2
2
 
3
+ ### v0.42.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230802
6
+
3
7
  ### v0.41.0 (2023-08-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20230726
@@ -3155,13 +3155,13 @@ module Google
3155
3155
  # @return [String]
3156
3156
  attr_accessor :name
3157
3157
 
3158
- # The normal response of the operation in case of success. If the original
3159
- # method returns no data on success, such as `Delete`, the response is `google.
3160
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
3161
- # the response should be the resource. For other methods, the response should
3162
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
3163
- # example, if the original method name is `TakeSnapshot()`, the inferred
3164
- # response type is `TakeSnapshotResponse`.
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 example:**
3331
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
3332
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
3333
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
3334
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
3335
- # access description: Does not grant access after Sep 2020 expression: request.
3336
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
3337
- # a description of IAM and its features, see the [IAM documentation](https://
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 example:**
4019
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
4020
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
4021
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
4022
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
4023
- # access description: Does not grant access after Sep 2020 expression: request.
4024
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
4025
- # a description of IAM and its features, see the [IAM documentation](https://
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.41.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 = "20230726"
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.41.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-06 00:00:00.000000000 Z
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.41.0
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: []