google-apis-sqladmin_v1 0.35.0 → 0.36.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: ab4005cb7ba1cd249befe2b9b209be32d127d249f21b3b275004481577eea975
4
- data.tar.gz: 69418ee071e54c6ab3e58e28b0d54f97892c2e8e4257eaa0b1aaa8fd73845e2e
3
+ metadata.gz: 921c248a13dc0df7cbbe60ed29c2affff4fb98dadefa4020f4f2005377171edd
4
+ data.tar.gz: 7006ecdd739abc22654bbef495391dfb6a230298275828d0bfe7d976fc2f8829
5
5
  SHA512:
6
- metadata.gz: 3cb13804ad4556064d33693de83945f05a5196f855a248e58667a81bde32a531e31b6d206b34745b6f8943b9968d9ed4077951c6f7b207451aa222dadee73db0
7
- data.tar.gz: d56396b67394837284511614a56662f1ee362f750de4aa54d1c2e6856acd5b81600ba35fa49ed2a3e200a32570a427287c9d751cce7adf64cbb084817b6f0873
6
+ metadata.gz: 0ee87b37cd134062d70a85f8a5580c02b296b23d5344889bf22f0495c85a32fe54a3e3964e80f0f1ce9e2e29e68947ad97e6b0d92846034738f4430c29ff9c49
7
+ data.tar.gz: 2dcb80ac694adbaeccc8e82613ac9b9410840976eff0de3cbe73eac2d48171a5f7a31625d30bb8702a2753ef5bf7567dc0347b050f1bf292048766159e8bd7cc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sqladmin_v1
2
2
 
3
+ ### v0.36.0 (2023-04-30)
4
+
5
+ * Regenerated from discovery document revision 20230422
6
+
3
7
  ### v0.35.0 (2023-04-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20230405
@@ -472,6 +472,13 @@ module Google
472
472
  # @return [String]
473
473
  attr_accessor :point_in_time
474
474
 
475
+ # (Point-in-time recovery for PostgreSQL only) Clone to an instance in the
476
+ # specified zone. If no zone is specified, clone to the same zone as the source
477
+ # instance.
478
+ # Corresponds to the JSON property `preferredZone`
479
+ # @return [String]
480
+ attr_accessor :preferred_zone
481
+
475
482
  def initialize(**args)
476
483
  update!(**args)
477
484
  end
@@ -485,6 +492,7 @@ module Google
485
492
  @kind = args[:kind] if args.key?(:kind)
486
493
  @pitr_timestamp_ms = args[:pitr_timestamp_ms] if args.key?(:pitr_timestamp_ms)
487
494
  @point_in_time = args[:point_in_time] if args.key?(:point_in_time)
495
+ @preferred_zone = args[:preferred_zone] if args.key?(:preferred_zone)
488
496
  end
489
497
  end
490
498
 
@@ -3186,6 +3194,11 @@ module Google
3186
3194
  # @return [String]
3187
3195
  attr_accessor :kind
3188
3196
 
3197
+ # Additional message to customers.
3198
+ # Corresponds to the JSON property `message`
3199
+ # @return [String]
3200
+ attr_accessor :message
3201
+
3189
3202
  # The minimum size to which a disk can be shrunk in GigaBytes.
3190
3203
  # Corresponds to the JSON property `minimalTargetSizeGb`
3191
3204
  # @return [Fixnum]
@@ -3198,6 +3211,7 @@ module Google
3198
3211
  # Update properties of this object
3199
3212
  def update!(**args)
3200
3213
  @kind = args[:kind] if args.key?(:kind)
3214
+ @message = args[:message] if args.key?(:message)
3201
3215
  @minimal_target_size_gb = args[:minimal_target_size_gb] if args.key?(:minimal_target_size_gb)
3202
3216
  end
3203
3217
  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.35.0"
19
+ GEM_VERSION = "0.36.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 = "20230405"
25
+ REVISION = "20230422"
26
26
  end
27
27
  end
28
28
  end
@@ -700,6 +700,7 @@ module Google
700
700
  property :kind, as: 'kind'
701
701
  property :pitr_timestamp_ms, :numeric_string => true, as: 'pitrTimestampMs'
702
702
  property :point_in_time, as: 'pointInTime'
703
+ property :preferred_zone, as: 'preferredZone'
703
704
  end
704
705
  end
705
706
 
@@ -1404,6 +1405,7 @@ module Google
1404
1405
  # @private
1405
1406
  class Representation < Google::Apis::Core::JsonRepresentation
1406
1407
  property :kind, as: 'kind'
1408
+ property :message, as: 'message'
1407
1409
  property :minimal_target_size_gb, :numeric_string => true, as: 'minimalTargetSizeGb'
1408
1410
  end
1409
1411
  end
@@ -349,7 +349,7 @@ module Google
349
349
  end
350
350
 
351
351
  # Inserts a resource containing information about a database inside a Cloud SQL
352
- # instance.
352
+ # instance. **Note:** You can't modify the default character set and collation.
353
353
  # @param [String] project
354
354
  # Project ID of the project that contains the instance.
355
355
  # @param [String] instance
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.35.0
4
+ version: 0.36.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-04-23 00:00:00.000000000 Z
11
+ date: 2023-04-30 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.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.36.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: []