google-apis-metastore_v1 0.15.0 → 0.16.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: 69f46ebdcfe7c8a6adfb40ed99d7a61b99bc722095d437fa1a76f9fabf06ba71
4
- data.tar.gz: a85647ac0ebcdb60c3e9cdff058378723ecaa424f3e4bd3ee15bb7d071751a86
3
+ metadata.gz: 8c7caeb35f2dc1366b14c7057bfaa26e7228240dfd9c84d23016bd2385983788
4
+ data.tar.gz: 9ea7275a7451079e1d0d38c83b4d1889c149ff2a22d68d3b10051813dc420127
5
5
  SHA512:
6
- metadata.gz: a0065864184c8c5738665044f72c787adc80fad94c183f0de1254128ede30d9c8d866c00e29a3991c277b8a05bf7a1c4c7bbff0a0b01d42ae66f3541c782344a
7
- data.tar.gz: 47e4b8ed7cd48d07d6817f24a4de4d4b70068dfd0d5e25fd16304fde56b03ad1fb06625e41fc63ae8774a88fc631b9df55dc2e49fe376b45893d30d143b22054
6
+ metadata.gz: d4f198a6c87dc49ed4459fb6a9bdcb2413a30c2cd22f0e2ca4c96f974d4571b2f89ef2b8d5d6b9213fd9e668013972e5045a336add71172c0a1df3aa75e9a935
7
+ data.tar.gz: f0fc1ce55fa2deca4c6e0ef327a784199ef6fb65ad322b888be85e63579aa3aebff4489b3bd56e5c7344cb7f4325762c53ae217a68e6369186dc9a4adeeee645
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-metastore_v1
2
2
 
3
+ ### v0.16.0 (2023-11-12)
4
+
5
+ * Regenerated from discovery document revision 20231102
6
+
3
7
  ### v0.15.0 (2023-10-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20231023
@@ -1569,6 +1569,12 @@ module Google
1569
1569
  # @return [String]
1570
1570
  attr_accessor :backup
1571
1571
 
1572
+ # Optional. A Cloud Storage URI specifying where the backup artifacts are stored,
1573
+ # in the format gs:///.
1574
+ # Corresponds to the JSON property `backupLocation`
1575
+ # @return [String]
1576
+ attr_accessor :backup_location
1577
+
1572
1578
  # Output only. The restore details containing the revision of the service to be
1573
1579
  # restored to, in format of JSON.
1574
1580
  # Corresponds to the JSON property `details`
@@ -1602,6 +1608,7 @@ module Google
1602
1608
  # Update properties of this object
1603
1609
  def update!(**args)
1604
1610
  @backup = args[:backup] if args.key?(:backup)
1611
+ @backup_location = args[:backup_location] if args.key?(:backup_location)
1605
1612
  @details = args[:details] if args.key?(:details)
1606
1613
  @end_time = args[:end_time] if args.key?(:end_time)
1607
1614
  @start_time = args[:start_time] if args.key?(:start_time)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MetastoreV1
18
18
  # Version of the google-apis-metastore_v1 gem
19
- GEM_VERSION = "0.15.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231023"
25
+ REVISION = "20231102"
26
26
  end
27
27
  end
28
28
  end
@@ -747,6 +747,7 @@ module Google
747
747
  # @private
748
748
  class Representation < Google::Apis::Core::JsonRepresentation
749
749
  property :backup, as: 'backup'
750
+ property :backup_location, as: 'backupLocation'
750
751
  property :details, as: 'details'
751
752
  property :end_time, as: 'endTime'
752
753
  property :start_time, as: 'startTime'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-metastore_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.16.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: 2023-10-29 00:00:00.000000000 Z
11
+ date: 2023-11-12 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-metastore_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1/v0.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1/v0.16.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1
63
63
  post_install_message:
64
64
  rdoc_options: []