google-apis-alloydb_v1alpha 0.56.0 → 0.57.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: d3d2bd5d728d390ab35d2d1cba28aa0aad54c8724a8a6729d5acc5fb90fafe41
4
- data.tar.gz: b8554d030d73fb367f0cf487bdca125556d66258e81e3149a2fa50ff8f17fba6
3
+ metadata.gz: eec34f2572c5c41489a820bdbba5134c60b3fe7d7bef127a9d1674279365e030
4
+ data.tar.gz: c15a8b193c9c860806adcfd8f6b2ed56de1b50998520a817e05c296f46205e2e
5
5
  SHA512:
6
- metadata.gz: eef8e6c77c9c651f655e7a3ceb0508cd042d23f008b36cf8df5282953236813dd8c32472b82a2d994d1ced8608919db3df8cad6538d6bdbcf6e6c60fb1805cbb
7
- data.tar.gz: 320cb9910ca9f15864f7c79f4828d80041ea5a4cce65da5f44fbf2b5df21d427fa3ea145fe34f900636fd25639b95f84b2deea1bcfc1107b4f59a4979a12ff13
6
+ metadata.gz: 95f9ab4fb0a3b878f4369f0bf756635efb721dfcfa6c1eb01ad27df213464673c2fba258765a472ef69e86fe0a36c36d571a60661e67b8ad83d2c69252c1a246
7
+ data.tar.gz: '08dc52c95b90a3e2c68f3b8e11e5f596ff4544e29abadefef88659b088bc96505ad39e761df8a306b8bfd6447c4ab0669836ec908c0eb89e796d3a70797d17b6'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-alloydb_v1alpha
2
2
 
3
+ ### v0.57.0 (2026-08-09)
4
+
5
+ * Regenerated from discovery document revision 20260730
6
+
3
7
  ### v0.56.0 (2026-08-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20260723
@@ -22,6 +22,29 @@ module Google
22
22
  module Apis
23
23
  module AlloydbV1alpha
24
24
 
25
+ # AlloyDbInternalDebugInfo contains internal debugging information for AlloyDB
26
+ # errors. It is explicitly kept out of the allowlist (errors.yaml) to ensure it
27
+ # is sanitized (stripped) by OnePlatform for all external requests. Used only to
28
+ # carry internal error details to across UPC/FlowLib boundary for
29
+ # ObservabilityInfo.
30
+ class AlloydbClhErrorsAlloyDbInternalDebugInfo
31
+ include Google::Apis::Core::Hashable
32
+
33
+ #
34
+ # Corresponds to the JSON property `originalError`
35
+ # @return [String]
36
+ attr_accessor :original_error
37
+
38
+ def initialize(**args)
39
+ update!(**args)
40
+ end
41
+
42
+ # Update properties of this object
43
+ def update!(**args)
44
+ @original_error = args[:original_error] if args.key?(:original_error)
45
+ end
46
+ end
47
+
25
48
  # AuthorizedNetwork contains metadata for an authorized network.
26
49
  class AuthorizedNetwork
27
50
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AlloydbV1alpha
18
18
  # Version of the google-apis-alloydb_v1alpha gem
19
- GEM_VERSION = "0.56.0"
19
+ GEM_VERSION = "0.57.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260723"
25
+ REVISION = "20260730"
26
26
  end
27
27
  end
28
28
  end
@@ -22,6 +22,12 @@ module Google
22
22
  module Apis
23
23
  module AlloydbV1alpha
24
24
 
25
+ class AlloydbClhErrorsAlloyDbInternalDebugInfo
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
25
31
  class AuthorizedNetwork
26
32
  class Representation < Google::Apis::Core::JsonRepresentation; end
27
33
 
@@ -814,6 +820,13 @@ module Google
814
820
  include Google::Apis::Core::JsonObjectSupport
815
821
  end
816
822
 
823
+ class AlloydbClhErrorsAlloyDbInternalDebugInfo
824
+ # @private
825
+ class Representation < Google::Apis::Core::JsonRepresentation
826
+ property :original_error, as: 'originalError'
827
+ end
828
+ end
829
+
817
830
  class AuthorizedNetwork
818
831
  # @private
819
832
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-alloydb_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.56.0
4
+ version: 0.57.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-alloydb_v1alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.56.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.57.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1alpha
62
62
  rdoc_options: []
63
63
  require_paths: