google-apis-sqladmin_v1 0.22.0 → 0.23.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: 3d03338ee1629e6d0da866bd66774d4cc9b8e41776c01bed9dab425837af58fb
4
- data.tar.gz: a679faa87a4ec96171c66db441a4fde123e4fb275810d08abd48520022b09a1f
3
+ metadata.gz: 022641bee9998d85932946bd4c287854335d36f856c92d86d69d82f260af0509
4
+ data.tar.gz: 1b1ed66296bdd30296e64ec23728838720fb1caa46759d3bccaa65dd6240b809
5
5
  SHA512:
6
- metadata.gz: 16ffc7304dec2678cc6b307bfc7f028f6836fc06a89704eb6d67b8bb55f8bf76d2cc40afa19693a0b895c0d09777115259f49692a3ceeee4f2b428596804fd0e
7
- data.tar.gz: f728f5853f9c06435dc6083674c7f0e7bac55398ee9b79926e2b1aee5e48b6d4b2df1a59adf4b00b9ac4f870de05965fedd5976f65df1629f1b3f7da4c71f1ca
6
+ metadata.gz: c09c71e6f682914334e9fa00e58ddb5ec92b437cbb0cf5686c0bcb96b2a228d9890e415112009c5d002ab5c9e89c6884c21a67aad039be8deb784ceee10f4f2e
7
+ data.tar.gz: 464813c05aab5c320095b3dd2ebee7c3810d1728a48bd166adb50ab4d85aab24e9cba4ce12a8d2a880cae4e38704e80ee13df05033a344525cd81f558566addf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sqladmin_v1
2
2
 
3
+ ### v0.23.0 (2022-08-04)
4
+
5
+ * Regenerated from discovery document revision 20220724
6
+
3
7
  ### v0.22.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
@@ -2802,6 +2804,12 @@ module Google
2802
2804
  attr_accessor :database_replication_enabled
2803
2805
  alias_method :database_replication_enabled?, :database_replication_enabled
2804
2806
 
2807
+ # Configuration to protect against accidental instance deletion.
2808
+ # Corresponds to the JSON property `deletionProtectionEnabled`
2809
+ # @return [Boolean]
2810
+ attr_accessor :deletion_protection_enabled
2811
+ alias_method :deletion_protection_enabled?, :deletion_protection_enabled
2812
+
2805
2813
  # Deny maintenance periods
2806
2814
  # Corresponds to the JSON property `denyMaintenancePeriods`
2807
2815
  # @return [Array<Google::Apis::SqladminV1::DenyMaintenancePeriod>]
@@ -2909,6 +2917,7 @@ module Google
2909
2917
  @data_disk_type = args[:data_disk_type] if args.key?(:data_disk_type)
2910
2918
  @database_flags = args[:database_flags] if args.key?(:database_flags)
2911
2919
  @database_replication_enabled = args[:database_replication_enabled] if args.key?(:database_replication_enabled)
2920
+ @deletion_protection_enabled = args[:deletion_protection_enabled] if args.key?(:deletion_protection_enabled)
2912
2921
  @deny_maintenance_periods = args[:deny_maintenance_periods] if args.key?(:deny_maintenance_periods)
2913
2922
  @insights_config = args[:insights_config] if args.key?(:insights_config)
2914
2923
  @ip_configuration = args[:ip_configuration] if args.key?(:ip_configuration)
@@ -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.22.0"
19
+ GEM_VERSION = "0.23.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::SqladminV1::DatabaseFlags, decorator: Google::Apis::SqladminV1::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::SqladminV1::DenyMaintenancePeriod, decorator: Google::Apis::SqladminV1::DenyMaintenancePeriod::Representation
1280
1281
 
1281
1282
  property :insights_config, as: 'insightsConfig', class: Google::Apis::SqladminV1::InsightsConfig, decorator: Google::Apis::SqladminV1::InsightsConfig::Representation
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.22.0
4
+ version: 0.23.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.23.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: []