google-apis-sqladmin_v1 0.64.0 → 0.65.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: 40ef27178af85273881ca7a13d0b4a7a64ff687657046dbb8f46264cf8c54e1b
4
- data.tar.gz: 76a3d96931a2940a312979290a0176f517b51a39819e9166932168eca6048d79
3
+ metadata.gz: d8a6ed41f99eadfa91772a2ee70b036fea781d5fe670b1634219784576978a25
4
+ data.tar.gz: fa419df7b112ff7197db82e0da359646f9f51b50344b0e9f558a888c1d92e184
5
5
  SHA512:
6
- metadata.gz: 87f5644448cb91a797478bb3f6a2074acc3618782884d16a4e532e2e09a2923ce95a6eb66522404f873ef4bc3fa6e321d96fb1a5f4a499d1b01d843d8b7a4f98
7
- data.tar.gz: e3ef28063be210499f8d8ef881c0b416ca41c5b6956afe58b76e9d09d0ff03fd73d13b8652773531953088b7fe74de6a593c1a92d8875f71e06a8dfdd6d7e9ed
6
+ metadata.gz: 43f8e71d92ec879262a67de2ae71467e4f51b7abb8689affbd8b91b4ba46bc898b8b4b12178ddf00d5b88c90610472bc9d6447e98103a267b633efe5fbc7af6b
7
+ data.tar.gz: d1ed680d57076821f5e59eb01a0027b0de91e418b6429a5d4351dcf9b53455e8bce185dd707b7f6794fbcc5902c718a2e48922f2eae6928fa1a37a4ad56f4dd9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sqladmin_v1
2
2
 
3
+ ### v0.65.0 (2024-09-01)
4
+
5
+ * Regenerated from discovery document revision 20240829
6
+
3
7
  ### v0.64.0 (2024-08-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20240814
@@ -1538,6 +1538,23 @@ module Google
1538
1538
  attr_accessor :differential_base
1539
1539
  alias_method :differential_base?, :differential_base
1540
1540
 
1541
+ # Optional. The end timestamp when transaction log will be included in the
1542
+ # export operation. [RFC 3339](https://tools.ietf.org/html/rfc3339) format (for
1543
+ # example, `2023-10-01T16:19:00.094`) in UTC. When omitted, all available logs
1544
+ # until current time will be included. Only applied to Cloud SQL for SQL Server.
1545
+ # Corresponds to the JSON property `exportLogEndTime`
1546
+ # @return [String]
1547
+ attr_accessor :export_log_end_time
1548
+
1549
+ # Optional. The begin timestamp when transaction log will be included in the
1550
+ # export operation. [RFC 3339](https://tools.ietf.org/html/rfc3339) format (for
1551
+ # example, `2023-10-01T16:19:00.094`) in UTC. When omitted, all available logs
1552
+ # from the beginning of retention period will be included. Only applied to Cloud
1553
+ # SQL for SQL Server.
1554
+ # Corresponds to the JSON property `exportLogStartTime`
1555
+ # @return [String]
1556
+ attr_accessor :export_log_start_time
1557
+
1541
1558
  # Option for specifying how many stripes to use for the export. If blank, and
1542
1559
  # the value of the striped field is true, the number of stripes is automatically
1543
1560
  # chosen.
@@ -1560,6 +1577,8 @@ module Google
1560
1577
  @bak_type = args[:bak_type] if args.key?(:bak_type)
1561
1578
  @copy_only = args[:copy_only] if args.key?(:copy_only)
1562
1579
  @differential_base = args[:differential_base] if args.key?(:differential_base)
1580
+ @export_log_end_time = args[:export_log_end_time] if args.key?(:export_log_end_time)
1581
+ @export_log_start_time = args[:export_log_start_time] if args.key?(:export_log_start_time)
1563
1582
  @stripe_count = args[:stripe_count] if args.key?(:stripe_count)
1564
1583
  @striped = args[:striped] if args.key?(:striped)
1565
1584
  end
@@ -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.64.0"
19
+ GEM_VERSION = "0.65.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240814"
25
+ REVISION = "20240829"
26
26
  end
27
27
  end
28
28
  end
@@ -1066,6 +1066,8 @@ module Google
1066
1066
  property :bak_type, as: 'bakType'
1067
1067
  property :copy_only, as: 'copyOnly'
1068
1068
  property :differential_base, as: 'differentialBase'
1069
+ property :export_log_end_time, as: 'exportLogEndTime'
1070
+ property :export_log_start_time, as: 'exportLogStartTime'
1069
1071
  property :stripe_count, as: 'stripeCount'
1070
1072
  property :striped, as: 'striped'
1071
1073
  end
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.64.0
4
+ version: 0.65.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: 2024-08-25 00:00:00.000000000 Z
11
+ date: 2024-09-01 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.64.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.65.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: []