google-apis-alloydb_v1 0.2.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: 9bbd8e5371a56756031f9b86a36dc9b4184c8d78e93081c3f4297587493ac4a2
4
- data.tar.gz: 55b3f41f74569955079897ff9990fb8e294133d32b4cb0618d9a2814236b7221
3
+ metadata.gz: 94fb7cc4d1ded0ae3302ae24a002e2de5eee0667e95c88701a2d737548813a62
4
+ data.tar.gz: 388fc755503986b286b90c694463e35866e761c1b48a6730c52a7d41ba76ec81
5
5
  SHA512:
6
- metadata.gz: cd8f39ff2334e4ce835b4179d6db031e7582bc9c4fe9b8be07640804157570c1af9a7cd8d80f9a7ed9384fe48173e3c7b70de72315da0f410a0946abcc5e6fef
7
- data.tar.gz: b33f3b0e632fa626e36183d3f314d2488eee78bf8d09d06259ecca9502c581565250a453ad35bd4ed67d9534681ecf61c480e658c81858bc934f519976131f17
6
+ metadata.gz: ae9d1e700743e9accf56672ea16010ed8fa0cf54206e918cb1372638f089023419005271196c47b4be7d75b5aa5a30c5a969dcca408ecb0e4254734ba5274be1
7
+ data.tar.gz: fc60efe80b9ca5b4670940ccea58e6dcd0ccc4685d80f4500a1fcc617afacb898ee7fbcc87ab30839e358bdb7ca9841a06eb0aaa85a8e35eed5dea70ce8c0967
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.3.0 (2023-10-22)
8
+
9
+ * Regenerated from discovery document revision 20231011
10
+
3
11
  ### v0.2.0 (2023-10-15)
4
12
 
5
13
  * Regenerated from discovery document revision 20231006
@@ -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
 
@@ -2242,6 +2251,7 @@ module Google
2242
2251
  # Closest parent container of this resource. In GCP, 'container' refers to a
2243
2252
  # Cloud Resource Manager project. It must be resource name of a Cloud Resource
2244
2253
  # Manager project with the format of "provider//", such as "gcp/projects/123".
2254
+ # For GCP provided resources, number should be project number.
2245
2255
  # Corresponds to the JSON property `resourceContainer`
2246
2256
  # @return [String]
2247
2257
  attr_accessor :resource_container
@@ -2405,7 +2415,8 @@ module Google
2405
2415
 
2406
2416
  # Closest parent Cloud Resource Manager container of this resource. It must be
2407
2417
  # resource name of a Cloud Resource Manager project with the format of "provider/
2408
- # /", such as "gcp/projects/123".
2418
+ # /", such as "gcp/projects/123". For GCP provided resources, number should be
2419
+ # project number.
2409
2420
  # Corresponds to the JSON property `resourceContainer`
2410
2421
  # @return [String]
2411
2422
  attr_accessor :resource_container
@@ -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.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.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231006"
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.2.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-15 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.2.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: []