google-apis-sqladmin_v1 0.9.0 → 0.13.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.9.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211023"
25
+ REVISION = "20220127"
26
26
  end
27
27
  end
28
28
  end
@@ -364,6 +364,18 @@ module Google
364
364
  include Google::Apis::Core::JsonObjectSupport
365
365
  end
366
366
 
367
+ class PasswordStatus
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
373
+ class PasswordValidationPolicy
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
367
379
  class ReplicaConfiguration
368
380
  class Representation < Google::Apis::Core::JsonRepresentation; end
369
381
 
@@ -526,6 +538,12 @@ module Google
526
538
  include Google::Apis::Core::JsonObjectSupport
527
539
  end
528
540
 
541
+ class UserPasswordValidationPolicy
542
+ class Representation < Google::Apis::Core::JsonRepresentation; end
543
+
544
+ include Google::Apis::Core::JsonObjectSupport
545
+ end
546
+
529
547
  class UsersListResponse
530
548
  class Representation < Google::Apis::Core::JsonRepresentation; end
531
549
 
@@ -630,6 +648,7 @@ module Google
630
648
  class CloneContext
631
649
  # @private
632
650
  class Representation < Google::Apis::Core::JsonRepresentation
651
+ property :allocated_ip_range, as: 'allocatedIpRange'
633
652
  property :bin_log_coordinates, as: 'binLogCoordinates', class: Google::Apis::SqladminV1::BinLogCoordinates, decorator: Google::Apis::SqladminV1::BinLogCoordinates::Representation
634
653
 
635
654
  property :destination_instance_name, as: 'destinationInstanceName'
@@ -680,10 +699,12 @@ module Google
680
699
  class DatabaseInstance
681
700
  # @private
682
701
  class Representation < Google::Apis::Core::JsonRepresentation
702
+ collection :available_maintenance_versions, as: 'availableMaintenanceVersions'
683
703
  property :backend_type, as: 'backendType'
684
704
  property :connection_name, as: 'connectionName'
685
705
  property :create_time, as: 'createTime'
686
706
  property :current_disk_size, :numeric_string => true, as: 'currentDiskSize'
707
+ property :database_installed_version, as: 'databaseInstalledVersion'
687
708
  property :database_version, as: 'databaseVersion'
688
709
  property :disk_encryption_configuration, as: 'diskEncryptionConfiguration', class: Google::Apis::SqladminV1::DiskEncryptionConfiguration, decorator: Google::Apis::SqladminV1::DiskEncryptionConfiguration::Representation
689
710
 
@@ -698,6 +719,7 @@ module Google
698
719
 
699
720
  property :ipv6_address, as: 'ipv6Address'
700
721
  property :kind, as: 'kind'
722
+ property :maintenance_version, as: 'maintenanceVersion'
701
723
  property :master_instance_name, as: 'masterInstanceName'
702
724
  property :max_disk_size, :numeric_string => true, as: 'maxDiskSize'
703
725
  property :name, as: 'name'
@@ -1181,6 +1203,25 @@ module Google
1181
1203
  end
1182
1204
  end
1183
1205
 
1206
+ class PasswordStatus
1207
+ # @private
1208
+ class Representation < Google::Apis::Core::JsonRepresentation
1209
+ property :locked, as: 'locked'
1210
+ property :password_expiration_time, as: 'passwordExpirationTime'
1211
+ end
1212
+ end
1213
+
1214
+ class PasswordValidationPolicy
1215
+ # @private
1216
+ class Representation < Google::Apis::Core::JsonRepresentation
1217
+ property :complexity, as: 'complexity'
1218
+ property :disallow_username_substring, as: 'disallowUsernameSubstring'
1219
+ property :min_length, as: 'minLength'
1220
+ property :password_change_interval, as: 'passwordChangeInterval'
1221
+ property :reuse_interval, as: 'reuseInterval'
1222
+ end
1223
+ end
1224
+
1184
1225
  class ReplicaConfiguration
1185
1226
  # @private
1186
1227
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1245,6 +1286,8 @@ module Google
1245
1286
 
1246
1287
  property :maintenance_window, as: 'maintenanceWindow', class: Google::Apis::SqladminV1::MaintenanceWindow, decorator: Google::Apis::SqladminV1::MaintenanceWindow::Representation
1247
1288
 
1289
+ property :password_validation_policy, as: 'passwordValidationPolicy', class: Google::Apis::SqladminV1::PasswordValidationPolicy, decorator: Google::Apis::SqladminV1::PasswordValidationPolicy::Representation
1290
+
1248
1291
  property :pricing_plan, as: 'pricingPlan'
1249
1292
  property :replication_type, as: 'replicationType'
1250
1293
  property :settings_version, :numeric_string => true, as: 'settingsVersion'
@@ -1462,6 +1505,8 @@ module Google
1462
1505
  property :kind, as: 'kind'
1463
1506
  property :name, as: 'name'
1464
1507
  property :password, as: 'password'
1508
+ property :password_policy, as: 'passwordPolicy', class: Google::Apis::SqladminV1::UserPasswordValidationPolicy, decorator: Google::Apis::SqladminV1::UserPasswordValidationPolicy::Representation
1509
+
1465
1510
  property :project, as: 'project'
1466
1511
  property :sqlserver_user_details, as: 'sqlserverUserDetails', class: Google::Apis::SqladminV1::SqlServerUserDetails, decorator: Google::Apis::SqladminV1::SqlServerUserDetails::Representation
1467
1512
 
@@ -1469,6 +1514,17 @@ module Google
1469
1514
  end
1470
1515
  end
1471
1516
 
1517
+ class UserPasswordValidationPolicy
1518
+ # @private
1519
+ class Representation < Google::Apis::Core::JsonRepresentation
1520
+ property :allowed_failed_attempts, as: 'allowedFailedAttempts'
1521
+ property :enable_failed_attempts_check, as: 'enableFailedAttemptsCheck'
1522
+ property :password_expiration_duration, as: 'passwordExpirationDuration'
1523
+ property :status, as: 'status', class: Google::Apis::SqladminV1::PasswordStatus, decorator: Google::Apis::SqladminV1::PasswordStatus::Representation
1524
+
1525
+ end
1526
+ end
1527
+
1472
1528
  class UsersListResponse
1473
1529
  # @private
1474
1530
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1655,8 +1655,8 @@ module Google
1655
1655
  execute_or_queue_command(command, &block)
1656
1656
  end
1657
1657
 
1658
- # Lists all available machine types (tiers) for Cloud SQL, for example, db-
1659
- # custom-1-3840. For more information, see https://cloud.google.com/sql/pricing.
1658
+ # Lists all available machine types (tiers) for Cloud SQL, for example, `db-
1659
+ # custom-1-3840`. For more information, see https://cloud.google.com/sql/pricing.
1660
1660
  # @param [String] project
1661
1661
  # Project ID of the project for which to list tiers.
1662
1662
  # @param [String] fields
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.9.0
4
+ version: 0.13.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: 2021-11-08 00:00:00.000000000 Z
11
+ date: 2022-02-07 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.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.13.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud SQL Admin API V1