google-apis-datamigration_v1beta1 0.26.0 → 0.27.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: 8a84fb2cd5e0500a39d837408f3e96a3b8ff880763cc45b9be5115041c96373e
4
- data.tar.gz: c90c9c3a387c17d5a3c4dba819881be373db2cb390260986649c15f75d700b97
3
+ metadata.gz: 612807dd4d0426337732c1128f8902dc99a875704dbdd9d545ce33cf532cf5b6
4
+ data.tar.gz: 290963b0ba472711df37cc7adc76003b6bf8649816e9d1636adf92ef2fbc3ac6
5
5
  SHA512:
6
- metadata.gz: 15ad6fdd96b9ef336acd3816b1134bcdb1000686109aad1845b0748c136d572ab57f643381dadbb30bce960da2f02083c1b7c84423c1ba432707229121a8ff1e
7
- data.tar.gz: d0f079cf7ad7912696ea186a701c2bd83e2a74e7eb7e2cc372c9817bfe5bac5bcb7bdf32edaff94a166099363b8bc3b2d318f2e991478016cd0041971e4b2dab
6
+ metadata.gz: 8e401b6d8a5cb79cb09d6584a56092371d87269ada0ed23d9786c11996fa25e8a1a92ce0196a5ad724f5a9e6abeadf90d9e665a60577978d72a7b9dcf1f8083b
7
+ data.tar.gz: 212db5bccfdb0c66f7e1f73b0c93bf3d535511fb56fa14da8be22406ff5c4e331f7a5f54fb435b62c7c555f1d52f555688fddb624b97a4d03c1cd667b2bd3693
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datamigration_v1beta1
2
2
 
3
+ ### v0.27.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230802
6
+
3
7
  ### v0.26.0 (2023-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20230420
@@ -1061,13 +1061,13 @@ module Google
1061
1061
  # @return [String]
1062
1062
  attr_accessor :name
1063
1063
 
1064
- # The normal response of the operation in case of success. If the original
1065
- # method returns no data on success, such as `Delete`, the response is `google.
1066
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1067
- # the response should be the resource. For other methods, the response should
1068
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1069
- # example, if the original method name is `TakeSnapshot()`, the inferred
1070
- # response type is `TakeSnapshotResponse`.
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 example:**
1108
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1109
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1110
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1111
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1112
- # access description: Does not grant access after Sep 2020 expression: request.
1113
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1114
- # a description of IAM and its features, see the [IAM documentation](https://
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 example:**
1291
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1292
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1293
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1294
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1295
- # access description: Does not grant access after Sep 2020 expression: request.
1296
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1297
- # a description of IAM and its features, see the [IAM documentation](https://
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.26.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 = "20230420"
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.26.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-04-30 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1beta1/v0.26.0
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: []