google-apis-sqladmin_v1beta4 0.25.0 → 0.26.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 74e2c27eea0d526841c0535177bfe64efc075339ed7c8759c6b6d4340ef8a4ed
|
4
|
+
data.tar.gz: cd28eab1a6f0ac872d86376bf3d526868f0910d857c203887397b419225e433c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5de48a725e2501507cb20dee66bc78f1bd72e5f6cc1a685f02cd0ef24998daddd7ffa49ab2c28576d2c3ed4c109ab2219a777fab6969ad63636002a44c74ce2e
|
7
|
+
data.tar.gz: 9a3242072af5398b268c312e20752f2bad0b9e5b42fcd7e3d5f87124ce343f1b666edd79b867c1787cd2a55d9306c88541d174bc14f261908f4dc87404d8a585
|
data/CHANGELOG.md
CHANGED
@@ -3180,6 +3180,16 @@ module Google
|
|
3180
3180
|
# @return [String]
|
3181
3181
|
attr_accessor :kind
|
3182
3182
|
|
3183
|
+
# How long to keep generated audit files.
|
3184
|
+
# Corresponds to the JSON property `retentionInterval`
|
3185
|
+
# @return [String]
|
3186
|
+
attr_accessor :retention_interval
|
3187
|
+
|
3188
|
+
# How often to upload generated audit files.
|
3189
|
+
# Corresponds to the JSON property `uploadInterval`
|
3190
|
+
# @return [String]
|
3191
|
+
attr_accessor :upload_interval
|
3192
|
+
|
3183
3193
|
def initialize(**args)
|
3184
3194
|
update!(**args)
|
3185
3195
|
end
|
@@ -3188,6 +3198,8 @@ module Google
|
|
3188
3198
|
def update!(**args)
|
3189
3199
|
@bucket = args[:bucket] if args.key?(:bucket)
|
3190
3200
|
@kind = args[:kind] if args.key?(:kind)
|
3201
|
+
@retention_interval = args[:retention_interval] if args.key?(:retention_interval)
|
3202
|
+
@upload_interval = args[:upload_interval] if args.key?(:upload_interval)
|
3191
3203
|
end
|
3192
3204
|
end
|
3193
3205
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.26.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 = "
|
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_v1beta4
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.26.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-
|
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_v1beta4/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.26.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: []
|