google-apis-alloydb_v1 0.3.0 → 0.4.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: 3c1b8a40342f4a8af010aa79080d59b14b36c6d2405862ff9cd5de7f38c97f2e
4
- data.tar.gz: 8fcd52e76b6f850fa077077aca7f5d22112c66bb4429004bfcfc216c57ea22d9
3
+ metadata.gz: 94fb7cc4d1ded0ae3302ae24a002e2de5eee0667e95c88701a2d737548813a62
4
+ data.tar.gz: 388fc755503986b286b90c694463e35866e761c1b48a6730c52a7d41ba76ec81
5
5
  SHA512:
6
- metadata.gz: '029e11e7ce8eeb8e3c9f66c75d024b72d518b1c0086103c71637ffadddf2d8fccc15b0790815898612e80ec61889b605229bb139d6e16b8615e49f25f98f08bc'
7
- data.tar.gz: bfdfc295ba32a12a39b71029f297f1a13cdd8f4e18923c7f58fd37c4bd6d9bc63b93818db361d4365a1d8f3d39d9cf8a617f9b73f6b2f9fce9d512edc5ee546f
6
+ metadata.gz: ae9d1e700743e9accf56672ea16010ed8fa0cf54206e918cb1372638f089023419005271196c47b4be7d75b5aa5a30c5a969dcca408ecb0e4254734ba5274be1
7
+ data.tar.gz: fc60efe80b9ca5b4670940ccea58e6dcd0ccc4685d80f4500a1fcc617afacb898ee7fbcc87ab30839e358bdb7ca9841a06eb0aaa85a8e35eed5dea70ce8c0967
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-alloydb_v1
2
2
 
3
+ ### v0.4.0 (2023-11-05)
4
+
5
+ * Regenerated from discovery document revision 20231025
6
+
3
7
  ### v0.3.0 (2023-10-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20231011
@@ -826,6 +826,14 @@ module Google
826
826
  # @return [String]
827
827
  attr_accessor :request_id
828
828
 
829
+ # Optional. An optional hint to the endpoint to generate a client ceritificate
830
+ # that can be used by AlloyDB connectors to exchange additional metadata with
831
+ # the server after TLS handshake.
832
+ # Corresponds to the JSON property `useMetadataExchange`
833
+ # @return [Boolean]
834
+ attr_accessor :use_metadata_exchange
835
+ alias_method :use_metadata_exchange?, :use_metadata_exchange
836
+
829
837
  def initialize(**args)
830
838
  update!(**args)
831
839
  end
@@ -835,6 +843,7 @@ module Google
835
843
  @cert_duration = args[:cert_duration] if args.key?(:cert_duration)
836
844
  @public_key = args[:public_key] if args.key?(:public_key)
837
845
  @request_id = args[:request_id] if args.key?(:request_id)
846
+ @use_metadata_exchange = args[:use_metadata_exchange] if args.key?(:use_metadata_exchange)
838
847
  end
839
848
  end
840
849
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AlloydbV1
18
18
  # Version of the google-apis-alloydb_v1 gem
19
- GEM_VERSION = "0.3.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.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231011"
25
+ REVISION = "20231025"
26
26
  end
27
27
  end
28
28
  end
@@ -596,6 +596,7 @@ module Google
596
596
  property :cert_duration, as: 'certDuration'
597
597
  property :public_key, as: 'publicKey'
598
598
  property :request_id, as: 'requestId'
599
+ property :use_metadata_exchange, as: 'useMetadataExchange'
599
600
  end
600
601
  end
601
602
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-alloydb_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.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-10-22 00:00:00.000000000 Z
11
+ date: 2023-11-05 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-alloydb_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.3.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.4.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1
63
63
  post_install_message:
64
64
  rdoc_options: []