google-apis-alloydb_v1 0.3.0 → 0.5.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: ee8ea519446b10d986f7be2d1f60afa2ef000875c08790e27f29f04ae8d28bb5
4
+ data.tar.gz: 2d63e653967f36ca598599c819d346285c65dab810a120639a32d6aa4b0e7e00
5
5
  SHA512:
6
- metadata.gz: '029e11e7ce8eeb8e3c9f66c75d024b72d518b1c0086103c71637ffadddf2d8fccc15b0790815898612e80ec61889b605229bb139d6e16b8615e49f25f98f08bc'
7
- data.tar.gz: bfdfc295ba32a12a39b71029f297f1a13cdd8f4e18923c7f58fd37c4bd6d9bc63b93818db361d4365a1d8f3d39d9cf8a617f9b73f6b2f9fce9d512edc5ee546f
6
+ metadata.gz: '0915294526aed8a5e45d915cb1ff6c54d6c5e795719b9c38cee05e95b3a89eb6d3b96ef83d02acf9fc6159001147d936bb2523075523c7558aa0b476f0b578a4'
7
+ data.tar.gz: dd8ba3c0741b11839e54f5b78885911a3b2745355cf341d606cb0bc3dc5e0286c27096ef5f592411fc33f04964c227e363b90ec57fd1fa2079904136c33afad2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-alloydb_v1
2
2
 
3
+ ### v0.5.0 (2023-11-19)
4
+
5
+ * Regenerated from discovery document revision 20231109
6
+
7
+ ### v0.4.0 (2023-11-05)
8
+
9
+ * Regenerated from discovery document revision 20231025
10
+
3
11
  ### v0.3.0 (2023-10-22)
4
12
 
5
13
  * 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
 
@@ -1465,7 +1474,7 @@ module Google
1465
1474
  # @return [String]
1466
1475
  attr_accessor :allocated_ip_range
1467
1476
 
1468
- # Required. The resource link for the VPC network in which cluster resources are
1477
+ # Optional. The resource link for the VPC network in which cluster resources are
1469
1478
  # created and from which they are accessible via Private IP. The network must
1470
1479
  # belong to the same project as the cluster. It is specified in the form: "
1471
1480
  # projects/`project_number`/global/networks/`network_id`". This is required to
@@ -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.5.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 = "20231109"
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.5.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-19 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.5.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: []