google-apis-sqladmin_v1 0.14.0 → 0.15.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: fc6d3a0eab6b292f274c02a32d137caed26f3d0d9c27d3e001e9bcef743ad3a3
4
- data.tar.gz: e704b760ddeb5c6681de20187ed6cee6298a60256fc08ad0ad7bd388f64c7320
3
+ metadata.gz: 3a99055f6b37d28582ce9ac7787bf84b15f9e5938127c8bfdb998f79d5cefd13
4
+ data.tar.gz: 1fe3d86572d90c357eaf7be3ff77a895cb9895b31754dedbe4005894c9179caa
5
5
  SHA512:
6
- metadata.gz: ce0e51c69ba9d921dd8e111e690ab82856243e76913b44186c4450120bb9d4bfa110994d8449d447d32c6fc1c3c444efbe7473adcbc50c9730cbbd043cf97628
7
- data.tar.gz: a06ab47fb04a2f2c2007eb9a490af855354212afb135dbad36268ba5c524144a8068fdd32e9633aee8df0c78aee13cb2cf430d7e531195d1399073af709f4596
6
+ metadata.gz: 718cca102fff8318141ce9e09a260aa3fd169436c6660c5cea4106157c0ea080ddb768ddc84478b319fbe1567e33235cfd61dc03f8d73d749d2282f17278c847
7
+ data.tar.gz: a83509d693d0dadfb229964f2e524deaa4d020989983a517ae77edd9d99d63e3f28a67e66bc0655c4dc588a074066900b10e389f432a4bb997b0c132c1584bc9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sqladmin_v1
2
2
 
3
+ ### v0.15.0 (2022-03-23)
4
+
5
+ * Regenerated from discovery document revision 20220310
6
+
3
7
  ### v0.14.0 (2022-02-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20220215
@@ -3179,6 +3179,16 @@ module Google
3179
3179
  # @return [String]
3180
3180
  attr_accessor :kind
3181
3181
 
3182
+ # How long to keep generated audit files.
3183
+ # Corresponds to the JSON property `retentionInterval`
3184
+ # @return [String]
3185
+ attr_accessor :retention_interval
3186
+
3187
+ # How often to upload generated audit files.
3188
+ # Corresponds to the JSON property `uploadInterval`
3189
+ # @return [String]
3190
+ attr_accessor :upload_interval
3191
+
3182
3192
  def initialize(**args)
3183
3193
  update!(**args)
3184
3194
  end
@@ -3187,6 +3197,8 @@ module Google
3187
3197
  def update!(**args)
3188
3198
  @bucket = args[:bucket] if args.key?(:bucket)
3189
3199
  @kind = args[:kind] if args.key?(:kind)
3200
+ @retention_interval = args[:retention_interval] if args.key?(:retention_interval)
3201
+ @upload_interval = args[:upload_interval] if args.key?(:upload_interval)
3190
3202
  end
3191
3203
  end
3192
3204
 
@@ -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.14.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220215"
25
+ REVISION = "20220310"
26
26
  end
27
27
  end
28
28
  end
@@ -1380,6 +1380,8 @@ module Google
1380
1380
  class Representation < Google::Apis::Core::JsonRepresentation
1381
1381
  property :bucket, as: 'bucket'
1382
1382
  property :kind, as: 'kind'
1383
+ property :retention_interval, as: 'retentionInterval'
1384
+ property :upload_interval, as: 'uploadInterval'
1383
1385
  end
1384
1386
  end
1385
1387
 
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.14.0
4
+ version: 0.15.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-02-21 00:00:00.000000000 Z
11
+ date: 2022-03-28 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.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.15.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: []