google-apis-sqladmin_v1beta4 0.72.0 → 0.73.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: 14dbf45cab48f97cbc19cb4a3706cf712c124d1718e156d3660a83e783e95800
4
- data.tar.gz: 3518e863508019bb587cc104bae75a5952e26e72755ce9fdfcbccf3f213b88ab
3
+ metadata.gz: 55e4186a8f24b68092f201c10613d370fd7ed5cca1bb56cd76bc0e93103eb3e5
4
+ data.tar.gz: 16892fd6f224fcea8566894c57fd96fa9ec163a202907e48de29252c67feb16e
5
5
  SHA512:
6
- metadata.gz: 9c88f71073539ae519078f4e4b33e91be5cdec83e31be951f579ff04f7ee99f72a7375ff805b69682d299d9b52577c7b0665086d3b32a7e1cf914bfbf46802d2
7
- data.tar.gz: be676052bf1522ebb242c551d1fa31974013dad9872868e21006a575f7dcff3bed42678a350cbe8e69c93b8247c28d82e7f22ceac6d72ef4878f951fa6af0119
6
+ metadata.gz: a3d117622c4de2a79f92ae69bd56ef962240bb4c1dec702e65529e21c8404c66210cd76c33639f08c31c3b6b8999c0029fd7d2605ffa14c4b582334c576f7852
7
+ data.tar.gz: b1a6ebdeedccbd612d2e934d0a1a13ee8c32d5b16ebd2cbfe44daacdd74cae1e3ffa29e6a95bae4707f59900fbd9cfb71aeab4cb667f200c7a0146ee1a25962d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sqladmin_v1beta4
2
2
 
3
+ ### v0.73.0 (2024-06-23)
4
+
5
+ * Regenerated from discovery document revision 20240618
6
+
3
7
  ### v0.72.0 (2024-06-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20240607
@@ -575,13 +575,6 @@ module Google
575
575
  # @return [String]
576
576
  attr_accessor :point_in_time
577
577
 
578
- # Optional. Copy clone and point-in-time recovery clone of a regional instance
579
- # in the specified zones. If not specified, clone to the same secondary zone as
580
- # the source instance. This value cannot be the same as the preferred_zone field.
581
- # Corresponds to the JSON property `preferredSecondaryZone`
582
- # @return [String]
583
- attr_accessor :preferred_secondary_zone
584
-
585
578
  # Optional. Copy clone and point-in-time recovery clone of an instance to the
586
579
  # specified zone. If no zone is specified, clone to the same primary zone as the
587
580
  # source instance.
@@ -602,7 +595,6 @@ module Google
602
595
  @kind = args[:kind] if args.key?(:kind)
603
596
  @pitr_timestamp_ms = args[:pitr_timestamp_ms] if args.key?(:pitr_timestamp_ms)
604
597
  @point_in_time = args[:point_in_time] if args.key?(:point_in_time)
605
- @preferred_secondary_zone = args[:preferred_secondary_zone] if args.key?(:preferred_secondary_zone)
606
598
  @preferred_zone = args[:preferred_zone] if args.key?(:preferred_zone)
607
599
  end
608
600
  end
@@ -2693,12 +2685,14 @@ module Google
2693
2685
  class MaintenanceWindow
2694
2686
  include Google::Apis::Core::Hashable
2695
2687
 
2696
- # day of week (1-7), starting on Monday.
2688
+ # Day of week - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `
2689
+ # SATURDAY`, or `SUNDAY`. Specify in the UTC time zone. Returned in output as an
2690
+ # integer, 1 to 7, where `1` equals Monday.
2697
2691
  # Corresponds to the JSON property `day`
2698
2692
  # @return [Fixnum]
2699
2693
  attr_accessor :day
2700
2694
 
2701
- # hour of day - 0 to 23.
2695
+ # Hour of day - 0 to 23. Specify in the UTC time zone.
2702
2696
  # Corresponds to the JSON property `hour`
2703
2697
  # @return [Fixnum]
2704
2698
  attr_accessor :hour
@@ -2708,9 +2702,9 @@ module Google
2708
2702
  # @return [String]
2709
2703
  attr_accessor :kind
2710
2704
 
2711
- # Maintenance timing setting: `canary` (Earlier) or `stable` (Later). [Learn
2712
- # more](https://cloud.google.com/sql/docs/mysql/instance-settings#maintenance-
2713
- # timing-2ndgen).
2705
+ # Maintenance timing settings: `canary`, `stable`, or `week5`. For more
2706
+ # information, see [About maintenance on Cloud SQL instances](https://cloud.
2707
+ # google.com/sql/docs/mysql/maintenance).
2714
2708
  # Corresponds to the JSON property `updateTrack`
2715
2709
  # @return [String]
2716
2710
  attr_accessor :update_track
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SqladminV1beta4
18
18
  # Version of the google-apis-sqladmin_v1beta4 gem
19
- GEM_VERSION = "0.72.0"
19
+ GEM_VERSION = "0.73.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240607"
25
+ REVISION = "20240618"
26
26
  end
27
27
  end
28
28
  end
@@ -824,7 +824,6 @@ module Google
824
824
  property :kind, as: 'kind'
825
825
  property :pitr_timestamp_ms, :numeric_string => true, as: 'pitrTimestampMs'
826
826
  property :point_in_time, as: 'pointInTime'
827
- property :preferred_secondary_zone, as: 'preferredSecondaryZone'
828
827
  property :preferred_zone, as: 'preferredZone'
829
828
  end
830
829
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-sqladmin_v1beta4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.72.0
4
+ version: 0.73.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-06-16 00:00:00.000000000 Z
11
+ date: 2024-06-23 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_v1beta4/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.72.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.73.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1beta4
63
63
  post_install_message:
64
64
  rdoc_options: []