google-apis-sqladmin_v1 0.63.0 → 0.64.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: b82cb90c50d8363ce9c1873b627dd632b4e6d867d1ce9732440c273942ce3ecd
4
- data.tar.gz: fa3506a9aaf5dd545825f6691ba66868853cb08861f8188eadfb90bbf0340f68
3
+ metadata.gz: 40ef27178af85273881ca7a13d0b4a7a64ff687657046dbb8f46264cf8c54e1b
4
+ data.tar.gz: 76a3d96931a2940a312979290a0176f517b51a39819e9166932168eca6048d79
5
5
  SHA512:
6
- metadata.gz: 1cda2705f7dee08aba64da75d3043f2e7374a2ca52c1ce5a81607379a70efb06953047f7a23e59d8cfe48960e894a283766cb84c29b0d34a9e5ebcaf52bcd4e0
7
- data.tar.gz: 1600aba11499a2579d8b73d3e9b445b660fc8dd43eddffe66073f9d216485a45f27ced0c1b75f52b7d92dc4297171beb6ff68e7e1e6fba984c4d9a0c621044e8
6
+ metadata.gz: 87f5644448cb91a797478bb3f6a2074acc3618782884d16a4e532e2e09a2923ce95a6eb66522404f873ef4bc3fa6e321d96fb1a5f4a499d1b01d843d8b7a4f98
7
+ data.tar.gz: e3ef28063be210499f8d8ef881c0b416ca41c5b6956afe58b76e9d09d0ff03fd73d13b8652773531953088b7fe74de6a593c1a92d8875f71e06a8dfdd6d7e9ed
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sqladmin_v1
2
2
 
3
+ ### v0.64.0 (2024-08-25)
4
+
5
+ * Regenerated from discovery document revision 20240814
6
+
3
7
  ### v0.63.0 (2024-08-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20240724
@@ -581,6 +581,14 @@ module Google
581
581
  # @return [String]
582
582
  attr_accessor :point_in_time
583
583
 
584
+ # Optional. Copy clone and point-in-time recovery clone of a regional instance
585
+ # in the specified zones. If not specified, clone to the same secondary zone as
586
+ # the source instance. This value cannot be the same as the preferred_zone field.
587
+ # This field applies to all DB types.
588
+ # Corresponds to the JSON property `preferredSecondaryZone`
589
+ # @return [String]
590
+ attr_accessor :preferred_secondary_zone
591
+
584
592
  # Optional. Copy clone and point-in-time recovery clone of an instance to the
585
593
  # specified zone. If no zone is specified, clone to the same primary zone as the
586
594
  # source instance. This field applies to all DB types.
@@ -601,6 +609,7 @@ module Google
601
609
  @kind = args[:kind] if args.key?(:kind)
602
610
  @pitr_timestamp_ms = args[:pitr_timestamp_ms] if args.key?(:pitr_timestamp_ms)
603
611
  @point_in_time = args[:point_in_time] if args.key?(:point_in_time)
612
+ @preferred_secondary_zone = args[:preferred_secondary_zone] if args.key?(:preferred_secondary_zone)
604
613
  @preferred_zone = args[:preferred_zone] if args.key?(:preferred_zone)
605
614
  end
606
615
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SqladminV1
18
18
  # Version of the google-apis-sqladmin_v1 gem
19
- GEM_VERSION = "0.63.0"
19
+ GEM_VERSION = "0.64.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240724"
25
+ REVISION = "20240814"
26
26
  end
27
27
  end
28
28
  end
@@ -837,6 +837,7 @@ module Google
837
837
  property :kind, as: 'kind'
838
838
  property :pitr_timestamp_ms, :numeric_string => true, as: 'pitrTimestampMs'
839
839
  property :point_in_time, as: 'pointInTime'
840
+ property :preferred_secondary_zone, as: 'preferredSecondaryZone'
840
841
  property :preferred_zone, as: 'preferredZone'
841
842
  end
842
843
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-sqladmin_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.63.0
4
+ version: 0.64.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: 2024-08-04 00:00:00.000000000 Z
11
+ date: 2024-08-25 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-sqladmin_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.63.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.64.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1
63
63
  post_install_message:
64
64
  rdoc_options: []