google-apis-sqladmin_v1 0.23.0 → 0.24.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: 022641bee9998d85932946bd4c287854335d36f856c92d86d69d82f260af0509
4
- data.tar.gz: 1b1ed66296bdd30296e64ec23728838720fb1caa46759d3bccaa65dd6240b809
3
+ metadata.gz: 844ab82b9a4517129b29f9a8bfa81b08cac3ce3bcca8aa4684624f72671f2a5d
4
+ data.tar.gz: 62d2bd56d40b5b17f0012b5ef6333fd67e06e0981056838b93db3a86f2f6e88c
5
5
  SHA512:
6
- metadata.gz: c09c71e6f682914334e9fa00e58ddb5ec92b437cbb0cf5686c0bcb96b2a228d9890e415112009c5d002ab5c9e89c6884c21a67aad039be8deb784ceee10f4f2e
7
- data.tar.gz: 464813c05aab5c320095b3dd2ebee7c3810d1728a48bd166adb50ab4d85aab24e9cba4ce12a8d2a880cae4e38704e80ee13df05033a344525cd81f558566addf
6
+ metadata.gz: af0250f7a0a37485e5b0c1cfde303d756d2ab3e9de4a2e68abe806c700664089f4bcbcbde9f92e22988ea8c1fc5d17c15650162abfb6a1d9a4faa9ae3e9e1129
7
+ data.tar.gz: 6b12be0d22cff1435a9b483357470c0b0b3fcf8751974e87719b348eb99b28414bd7d482cbf624812c83dc97c89f1330952b1a2f43b70aff3587a9150280bfb9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sqladmin_v1
2
2
 
3
+ ### v0.24.0 (2022-08-24)
4
+
5
+ * Regenerated from discovery document revision 20220804
6
+
3
7
  ### v0.23.0 (2022-08-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20220724
@@ -2773,6 +2773,17 @@ module Google
2773
2773
  # @return [String]
2774
2774
  attr_accessor :collation
2775
2775
 
2776
+ # Specifies if connections must use Cloud SQL connectors. Option values include
2777
+ # the following: * `NOT_REQUIRED`: Cloud SQL instances can be connected without
2778
+ # Cloud SQL Connectors. * `REQUIRED`: Only allow connections that use Cloud SQL
2779
+ # Connectors. Note that using REQUIRED disables all existing authorized networks.
2780
+ # If this field is not specified when creating a new instance, NOT_REQUIRED is
2781
+ # used. If this field is not specified when patching or updating an existing
2782
+ # instance, it is left unchanged in the instance.
2783
+ # Corresponds to the JSON property `connectorEnforcement`
2784
+ # @return [String]
2785
+ attr_accessor :connector_enforcement
2786
+
2776
2787
  # Configuration specific to read replica instances. Indicates whether database
2777
2788
  # flags for crash-safe replication are enabled. This property was only
2778
2789
  # applicable to First Generation instances.
@@ -2912,6 +2923,7 @@ module Google
2912
2923
  @availability_type = args[:availability_type] if args.key?(:availability_type)
2913
2924
  @backup_configuration = args[:backup_configuration] if args.key?(:backup_configuration)
2914
2925
  @collation = args[:collation] if args.key?(:collation)
2926
+ @connector_enforcement = args[:connector_enforcement] if args.key?(:connector_enforcement)
2915
2927
  @crash_safe_replication_enabled = args[:crash_safe_replication_enabled] if args.key?(:crash_safe_replication_enabled)
2916
2928
  @data_disk_size_gb = args[:data_disk_size_gb] if args.key?(:data_disk_size_gb)
2917
2929
  @data_disk_type = args[:data_disk_type] if args.key?(:data_disk_type)
@@ -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.23.0"
19
+ GEM_VERSION = "0.24.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 = "20220724"
25
+ REVISION = "20220804"
26
26
  end
27
27
  end
28
28
  end
@@ -1270,6 +1270,7 @@ module Google
1270
1270
  property :backup_configuration, as: 'backupConfiguration', class: Google::Apis::SqladminV1::BackupConfiguration, decorator: Google::Apis::SqladminV1::BackupConfiguration::Representation
1271
1271
 
1272
1272
  property :collation, as: 'collation'
1273
+ property :connector_enforcement, as: 'connectorEnforcement'
1273
1274
  property :crash_safe_replication_enabled, as: 'crashSafeReplicationEnabled'
1274
1275
  property :data_disk_size_gb, :numeric_string => true, as: 'dataDiskSizeGb'
1275
1276
  property :data_disk_type, as: 'dataDiskType'
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.23.0
4
+ version: 0.24.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-08-08 00:00:00.000000000 Z
11
+ date: 2022-08-29 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.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.24.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: []