google-apis-sqladmin_v1beta4 0.32.0 → 0.33.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: ee7a6128585beda7113756cc1b64ae1c58e382ede059fb2bc2695da2ce654680
4
- data.tar.gz: b48ade3c18bca652a06e918931d8dd3595c3c37dcb4973a628b171ce7ae87ee9
3
+ metadata.gz: 7691c9be1c3e96ec0278744e63a08aeba9b4f201bbc12f044b77b156702c3994
4
+ data.tar.gz: bbb03fdd2a96b77d4116abc66b6b2093c461ed4704fbcce3e58631c6c197faea
5
5
  SHA512:
6
- metadata.gz: ffbcd1e845c5946fc448296ac3785e618d52aa03da6c4005ea86af69e165b37ee8f57e82e75c11e683eaa85e27be5d16832e83353cdc4fd4aa4a5591bc42083f
7
- data.tar.gz: aedefae1c5bc78058d084b937306f5fdd9d8757117e0946df792165d66c582081565bc14309237cab590ff7dca8a50081dc56b3c13051edc1861391a2d46e8a9
6
+ metadata.gz: 91b1f42a354cabd1a6a9f98fb25376cdce63d5eb9014ba88891e33803d1ede6250314402711ac96e1995a10047933fbb92f571cebf64c66c415e7e97eef0990f
7
+ data.tar.gz: 0ddbc15991275f8a8f0d673d6ef90594acc016f5796b7e785f781bc22b0c80042ff9b458445978cf873b8f50e34e892610aa883e0000176f6059b07453559fb3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sqladmin_v1beta4
2
2
 
3
+ ### v0.33.0 (2022-08-04)
4
+
5
+ * Regenerated from discovery document revision 20220724
6
+
3
7
  ### v0.32.0 (2022-07-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20220623
@@ -298,8 +298,9 @@ module Google
298
298
  # @return [String]
299
299
  attr_accessor :status
300
300
 
301
- # The type of this run; can be either "AUTOMATED" or "ON_DEMAND". This field
302
- # defaults to "ON_DEMAND" and is ignored, when specified for insert requests.
301
+ # The type of this run; can be either "AUTOMATED" or "ON_DEMAND" or "FINAL".
302
+ # This field defaults to "ON_DEMAND" and is ignored, when specified for insert
303
+ # requests.
303
304
  # Corresponds to the JSON property `type`
304
305
  # @return [String]
305
306
  attr_accessor :type
@@ -763,7 +764,8 @@ module Google
763
764
  # @return [Array<String>]
764
765
  attr_accessor :replica_names
765
766
 
766
- # Initial root password. Use only on creation.
767
+ # Initial root password. Use only on creation. You must set root passwords
768
+ # before you can connect to PostgreSQL instances.
767
769
  # Corresponds to the JSON property `rootPassword`
768
770
  # @return [String]
769
771
  attr_accessor :root_password
@@ -2803,6 +2805,12 @@ module Google
2803
2805
  attr_accessor :database_replication_enabled
2804
2806
  alias_method :database_replication_enabled?, :database_replication_enabled
2805
2807
 
2808
+ # Configuration to protect against accidental instance deletion.
2809
+ # Corresponds to the JSON property `deletionProtectionEnabled`
2810
+ # @return [Boolean]
2811
+ attr_accessor :deletion_protection_enabled
2812
+ alias_method :deletion_protection_enabled?, :deletion_protection_enabled
2813
+
2806
2814
  # Deny maintenance periods
2807
2815
  # Corresponds to the JSON property `denyMaintenancePeriods`
2808
2816
  # @return [Array<Google::Apis::SqladminV1beta4::DenyMaintenancePeriod>]
@@ -2910,6 +2918,7 @@ module Google
2910
2918
  @data_disk_type = args[:data_disk_type] if args.key?(:data_disk_type)
2911
2919
  @database_flags = args[:database_flags] if args.key?(:database_flags)
2912
2920
  @database_replication_enabled = args[:database_replication_enabled] if args.key?(:database_replication_enabled)
2921
+ @deletion_protection_enabled = args[:deletion_protection_enabled] if args.key?(:deletion_protection_enabled)
2913
2922
  @deny_maintenance_periods = args[:deny_maintenance_periods] if args.key?(:deny_maintenance_periods)
2914
2923
  @insights_config = args[:insights_config] if args.key?(:insights_config)
2915
2924
  @ip_configuration = args[:ip_configuration] if args.key?(:ip_configuration)
@@ -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.32.0"
19
+ GEM_VERSION = "0.33.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220623"
25
+ REVISION = "20220724"
26
26
  end
27
27
  end
28
28
  end
@@ -1276,6 +1276,7 @@ module Google
1276
1276
  collection :database_flags, as: 'databaseFlags', class: Google::Apis::SqladminV1beta4::DatabaseFlags, decorator: Google::Apis::SqladminV1beta4::DatabaseFlags::Representation
1277
1277
 
1278
1278
  property :database_replication_enabled, as: 'databaseReplicationEnabled'
1279
+ property :deletion_protection_enabled, as: 'deletionProtectionEnabled'
1279
1280
  collection :deny_maintenance_periods, as: 'denyMaintenancePeriods', class: Google::Apis::SqladminV1beta4::DenyMaintenancePeriod, decorator: Google::Apis::SqladminV1beta4::DenyMaintenancePeriod::Representation
1280
1281
 
1281
1282
  property :insights_config, as: 'insightsConfig', class: Google::Apis::SqladminV1beta4::InsightsConfig, decorator: Google::Apis::SqladminV1beta4::InsightsConfig::Representation
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.32.0
4
+ version: 0.33.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: 2022-07-11 00:00:00.000000000 Z
11
+ date: 2022-08-08 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.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.33.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: []