google-apis-sqladmin_v1beta4 0.26.0 → 0.29.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: 74e2c27eea0d526841c0535177bfe64efc075339ed7c8759c6b6d4340ef8a4ed
4
- data.tar.gz: cd28eab1a6f0ac872d86376bf3d526868f0910d857c203887397b419225e433c
3
+ metadata.gz: dd5723577b56e5dcdbb767d3a30d7eee7d8ab95760bb34c44c724fe64d4cae65
4
+ data.tar.gz: 4341d3cf0cd61bc5e9bd3fba17f76c3db8f545364ac8073ee96c7cc9d71a06e3
5
5
  SHA512:
6
- metadata.gz: 5de48a725e2501507cb20dee66bc78f1bd72e5f6cc1a685f02cd0ef24998daddd7ffa49ab2c28576d2c3ed4c109ab2219a777fab6969ad63636002a44c74ce2e
7
- data.tar.gz: 9a3242072af5398b268c312e20752f2bad0b9e5b42fcd7e3d5f87124ce343f1b666edd79b867c1787cd2a55d9306c88541d174bc14f261908f4dc87404d8a585
6
+ metadata.gz: d472fa03a9b5ef180bb36b8614c055afe44673b3c519d3f42204773d902a03bb949208e7f8d488ce410b24114d4dc1a8b7ef126409b3d7867ef409d056161ecf
7
+ data.tar.gz: 440e10724f1387f4d8642b98317fa96dd51f83734f6126e95f9829d254c8c1ca5032e50f187666cffd2bf7c8768a4c576c97b9882ad22f6805c92f21d3ae0d60
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-sqladmin_v1beta4
2
2
 
3
+ ### v0.29.0 (2022-06-10)
4
+
5
+ * Regenerated from discovery document revision 20220604
6
+ * Regenerated using generator version 0.5.0
7
+
8
+ ### v0.28.0 (2022-05-25)
9
+
10
+ * Regenerated from discovery document revision 20220513
11
+
12
+ ### v0.27.0 (2022-04-02)
13
+
14
+ * Regenerated from discovery document revision 20220323
15
+
3
16
  ### v0.26.0 (2022-03-23)
4
17
 
5
18
  * Regenerated from discovery document revision 20220310
@@ -774,7 +774,7 @@ module Google
774
774
  attr_accessor :satisfies_pzs
775
775
  alias_method :satisfies_pzs?, :satisfies_pzs
776
776
 
777
- # Any scheduled maintenancce for this instance.
777
+ # Any scheduled maintenance for this instance.
778
778
  # Corresponds to the JSON property `scheduledMaintenance`
779
779
  # @return [Google::Apis::SqladminV1beta4::SqlScheduledMaintenance]
780
780
  attr_accessor :scheduled_maintenance
@@ -2565,6 +2565,12 @@ module Google
2565
2565
  attr_accessor :disallow_username_substring
2566
2566
  alias_method :disallow_username_substring?, :disallow_username_substring
2567
2567
 
2568
+ # Whether the password policy is enabled or not.
2569
+ # Corresponds to the JSON property `enablePasswordPolicy`
2570
+ # @return [Boolean]
2571
+ attr_accessor :enable_password_policy
2572
+ alias_method :enable_password_policy?, :enable_password_policy
2573
+
2568
2574
  # Minimum number of characters allowed.
2569
2575
  # Corresponds to the JSON property `minLength`
2570
2576
  # @return [Fixnum]
@@ -2589,6 +2595,7 @@ module Google
2589
2595
  def update!(**args)
2590
2596
  @complexity = args[:complexity] if args.key?(:complexity)
2591
2597
  @disallow_username_substring = args[:disallow_username_substring] if args.key?(:disallow_username_substring)
2598
+ @enable_password_policy = args[:enable_password_policy] if args.key?(:enable_password_policy)
2592
2599
  @min_length = args[:min_length] if args.key?(:min_length)
2593
2600
  @password_change_interval = args[:password_change_interval] if args.key?(:password_change_interval)
2594
2601
  @reuse_interval = args[:reuse_interval] if args.key?(:reuse_interval)
@@ -3127,7 +3134,7 @@ module Google
3127
3134
  end
3128
3135
  end
3129
3136
 
3130
- # Any scheduled maintenancce for this instance.
3137
+ # Any scheduled maintenance for this instance.
3131
3138
  class SqlScheduledMaintenance
3132
3139
  include Google::Apis::Core::Hashable
3133
3140
 
@@ -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.26.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220310"
25
+ REVISION = "20220604"
26
26
  end
27
27
  end
28
28
  end
@@ -1216,6 +1216,7 @@ module Google
1216
1216
  class Representation < Google::Apis::Core::JsonRepresentation
1217
1217
  property :complexity, as: 'complexity'
1218
1218
  property :disallow_username_substring, as: 'disallowUsernameSubstring'
1219
+ property :enable_password_policy, as: 'enablePasswordPolicy'
1219
1220
  property :min_length, as: 'minLength'
1220
1221
  property :password_change_interval, as: 'passwordChangeInterval'
1221
1222
  property :reuse_interval, as: 'reuseInterval'
@@ -868,7 +868,8 @@ module Google
868
868
  # CLOUD_SQL_INSTANCE'. By default, each expression is an AND expression. However,
869
869
  # you can include AND and OR expressions explicitly.
870
870
  # @param [Fixnum] max_results
871
- # The maximum number of results to return per response.
871
+ # The maximum number of instances to return. The service may return fewer than
872
+ # this value. The maximum value is 1000; values above 1000 are coerced to 1000.
872
873
  # @param [String] page_token
873
874
  # A previously-returned page token representing part of the larger set of
874
875
  # results to view.
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.26.0
4
+ version: 0.29.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-03-28 00:00:00.000000000 Z
11
+ date: 2022-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.5'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.5'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.29.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: []
@@ -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.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud SQL Admin API V1beta4