google-apis-datamanager_v1 0.2.0 → 0.4.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: a5e9445500c0ae7a61e92c07d8c1a7dd48a5003fbb352cb0d5c9e2bc3ef36006
4
- data.tar.gz: 518eee7f25883ff651fad9f8f00e927a53f3b3cf026443d74a8586a29a9af88e
3
+ metadata.gz: d5345e5254a463cd27c6c2b7db2089761a62b4f4213861ae1a6e8bbd11198f42
4
+ data.tar.gz: 17abc718f09be6a60c9d98c65dd3cf886ad47780b3ef7c754b594f264d83724f
5
5
  SHA512:
6
- metadata.gz: 926e0ada2192f3eeb5ee00d0c5c1483270f53f9ce549d566c3a0ff7926a5e0bd89731e5b591a6307abcdae61ae35c22128cc3cc4be8e0f19bbccf599b1e191dc
7
- data.tar.gz: 241a37556de37bb8b3ae46a14c33c61fc0ff6eae1dca0aa292046b122f6c080719f90a231110d3d190e0487c17eebaf7486a6e11bdf0f694a6ba7abb43fb5577
6
+ metadata.gz: d28c5351f1d185c95002b27368ff50e6d8a0173cbe434fb9ee140810eced660576909da26d6095d5b282daac8c9f625b465994b7474a485e1c721bca60fab667
7
+ data.tar.gz: f17dc778e62c2b7d4856c2e2d16f420f3fb41ebab8c957b8973ca73814d227c1e2f4d4388ad2f7841567e0662a5d253abb5ddc31a8ae5e6d122e792436f010d6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-datamanager_v1
2
2
 
3
+ ### v0.4.0 (2026-01-11)
4
+
5
+ * Regenerated from discovery document revision 20260102
6
+
7
+ ### v0.3.0 (2025-11-23)
8
+
9
+ * Regenerated from discovery document revision 20251115
10
+
3
11
  ### v0.2.0 (2025-11-09)
4
12
 
5
13
  * Regenerated from discovery document revision 20251105
@@ -162,7 +162,8 @@ module Google
162
162
  attr_accessor :encrypted_dek
163
163
 
164
164
  # Required. The URI of the AWS KMS key used to decrypt the DEK. Should be in the
165
- # format of "arn:`partition`:kms:`region`:`account_id`:key/`key_id`"
165
+ # format of `arn:`partition`:kms:`region`:`account_id`:key/`key_id`` or `aws-kms:
166
+ # //arn:`partition`:kms:`region`:`account_id`:key/`key_id``
166
167
  # Corresponds to the JSON property `kekUri`
167
168
  # @return [String]
168
169
  attr_accessor :kek_uri
@@ -173,8 +174,8 @@ module Google
173
174
  attr_accessor :key_type
174
175
 
175
176
  # Required. The Amazon Resource Name of the IAM Role to assume for KMS
176
- # decryption access. Should be in the format of "arn:`partition`:iam::`
177
- # account_id`:role/`role_name`"
177
+ # decryption access. Should be in the format of `arn:`partition`:iam::`
178
+ # account_id`:role/`role_name``
178
179
  # Corresponds to the JSON property `roleArn`
179
180
  # @return [String]
180
181
  attr_accessor :role_arn
@@ -646,8 +647,10 @@ module Google
646
647
  attr_accessor :encrypted_dek
647
648
 
648
649
  # Required. Google Cloud Platform [Cloud Key Management Service resource ID](//
649
- # cloud.google.com/kms/docs/getting-resource-ids). Should be in the format of "
650
- # projects/`project`/locations/`location`/keyRings/`key_ring`/cryptoKeys/`key`".
650
+ # cloud.google.com/kms/docs/getting-resource-ids). Should be in the format of `
651
+ # projects/`project`/locations/`location`/keyRings/`key_ring`/cryptoKeys/`key``
652
+ # or `gcp-kms://projects/`project`/locations/`location`/keyRings/`key_ring`/
653
+ # cryptoKeys/`key``
651
654
  # Corresponds to the JSON property `kekUri`
652
655
  # @return [String]
653
656
  attr_accessor :kek_uri
@@ -1400,6 +1403,45 @@ module Google
1400
1403
  end
1401
1404
  end
1402
1405
 
1406
+ # The `Status` type defines a logical error model that is suitable for different
1407
+ # programming environments, including REST APIs and RPC APIs. It is used by [
1408
+ # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
1409
+ # data: error code, error message, and error details. You can find out more
1410
+ # about this error model and how to work with it in the [API Design Guide](https:
1411
+ # //cloud.google.com/apis/design/errors).
1412
+ class Status
1413
+ include Google::Apis::Core::Hashable
1414
+
1415
+ # The status code, which should be an enum value of google.rpc.Code.
1416
+ # Corresponds to the JSON property `code`
1417
+ # @return [Fixnum]
1418
+ attr_accessor :code
1419
+
1420
+ # A list of messages that carry the error details. There is a common set of
1421
+ # message types for APIs to use.
1422
+ # Corresponds to the JSON property `details`
1423
+ # @return [Array<Hash<String,Object>>]
1424
+ attr_accessor :details
1425
+
1426
+ # A developer-facing error message, which should be in English. Any user-facing
1427
+ # error message should be localized and sent in the google.rpc.Status.details
1428
+ # field, or localized by the client.
1429
+ # Corresponds to the JSON property `message`
1430
+ # @return [String]
1431
+ attr_accessor :message
1432
+
1433
+ def initialize(**args)
1434
+ update!(**args)
1435
+ end
1436
+
1437
+ # Update properties of this object
1438
+ def update!(**args)
1439
+ @code = args[:code] if args.key?(:code)
1440
+ @details = args[:details] if args.key?(:details)
1441
+ @message = args[:message] if args.key?(:message)
1442
+ end
1443
+ end
1444
+
1403
1445
  # The terms of service that the user has accepted/rejected.
1404
1446
  class TermsOfService
1405
1447
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatamanagerV1
18
18
  # Version of the google-apis-datamanager_v1 gem
19
- GEM_VERSION = "0.2.0"
19
+ GEM_VERSION = "0.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251105"
25
+ REVISION = "20260102"
26
26
  end
27
27
  end
28
28
  end
@@ -250,6 +250,12 @@ module Google
250
250
  include Google::Apis::Core::JsonObjectSupport
251
251
  end
252
252
 
253
+ class Status
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
253
259
  class TermsOfService
254
260
  class Representation < Google::Apis::Core::JsonRepresentation; end
255
261
 
@@ -695,6 +701,15 @@ module Google
695
701
  end
696
702
  end
697
703
 
704
+ class Status
705
+ # @private
706
+ class Representation < Google::Apis::Core::JsonRepresentation
707
+ property :code, as: 'code'
708
+ collection :details, as: 'details'
709
+ property :message, as: 'message'
710
+ end
711
+ end
712
+
698
713
  class TermsOfService
699
714
  # @private
700
715
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datamanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datamanager_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-datamanager_v1/v0.2.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datamanager_v1/v0.4.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datamanager_v1
62
62
  rdoc_options: []
63
63
  require_paths: