google-apis-sqladmin_v1beta4 0.33.0 → 0.34.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: 7691c9be1c3e96ec0278744e63a08aeba9b4f201bbc12f044b77b156702c3994
4
- data.tar.gz: bbb03fdd2a96b77d4116abc66b6b2093c461ed4704fbcce3e58631c6c197faea
3
+ metadata.gz: e080df4fcbabcebd30801553f94a41a49a2b09c5113417ba1bac8a5c9d3ef38c
4
+ data.tar.gz: be7ef95dd7ac0dd0d007517e07092ec2bf5d76bca2c9a0f920e62e3bd65a6351
5
5
  SHA512:
6
- metadata.gz: 91b1f42a354cabd1a6a9f98fb25376cdce63d5eb9014ba88891e33803d1ede6250314402711ac96e1995a10047933fbb92f571cebf64c66c415e7e97eef0990f
7
- data.tar.gz: 0ddbc15991275f8a8f0d673d6ef90594acc016f5796b7e785f781bc22b0c80042ff9b458445978cf873b8f50e34e892610aa883e0000176f6059b07453559fb3
6
+ metadata.gz: 4b761000c461fc7e50aba79326ba97c72abb4db8cab276f216b945100c619ce4280eda9a10c77c7593f38370ee01499262894ad836d9cfff3416558f46e8c3b5
7
+ data.tar.gz: b0db6ee956b03349ad4e0334fc3a9a6d400a41c20103cd716a142c64e41f456d49317ef2e7135610f4534f85237d12968bc643b7f50a0a481c1fb7a38d553515
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sqladmin_v1beta4
2
2
 
3
+ ### v0.34.0 (2022-08-24)
4
+
5
+ * Regenerated from discovery document revision 20220804
6
+
3
7
  ### v0.33.0 (2022-08-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20220724
@@ -2774,6 +2774,17 @@ module Google
2774
2774
  # @return [String]
2775
2775
  attr_accessor :collation
2776
2776
 
2777
+ # Specifies if connections must use Cloud SQL connectors. Option values include
2778
+ # the following: * `NOT_REQUIRED`: Cloud SQL instances can be connected without
2779
+ # Cloud SQL Connectors. * `REQUIRED`: Only allow connections that use Cloud SQL
2780
+ # Connectors. Note that using REQUIRED disables all existing authorized networks.
2781
+ # If this field is not specified when creating a new instance, NOT_REQUIRED is
2782
+ # used. If this field is not specified when patching or updating an existing
2783
+ # instance, it is left unchanged in the instance.
2784
+ # Corresponds to the JSON property `connectorEnforcement`
2785
+ # @return [String]
2786
+ attr_accessor :connector_enforcement
2787
+
2777
2788
  # Configuration specific to read replica instances. Indicates whether database
2778
2789
  # flags for crash-safe replication are enabled. This property was only
2779
2790
  # applicable to First Generation instances.
@@ -2913,6 +2924,7 @@ module Google
2913
2924
  @availability_type = args[:availability_type] if args.key?(:availability_type)
2914
2925
  @backup_configuration = args[:backup_configuration] if args.key?(:backup_configuration)
2915
2926
  @collation = args[:collation] if args.key?(:collation)
2927
+ @connector_enforcement = args[:connector_enforcement] if args.key?(:connector_enforcement)
2916
2928
  @crash_safe_replication_enabled = args[:crash_safe_replication_enabled] if args.key?(:crash_safe_replication_enabled)
2917
2929
  @data_disk_size_gb = args[:data_disk_size_gb] if args.key?(:data_disk_size_gb)
2918
2930
  @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 SqladminV1beta4
18
18
  # Version of the google-apis-sqladmin_v1beta4 gem
19
- GEM_VERSION = "0.33.0"
19
+ GEM_VERSION = "0.34.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::SqladminV1beta4::BackupConfiguration, decorator: Google::Apis::SqladminV1beta4::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_v1beta4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.0
4
+ version: 0.34.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_v1beta4/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.34.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: []