google-apis-metastore_v1 0.29.0 → 0.30.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: dff1a6ba5279cc046e029819927d5d494a4d4cbca28cd1ad64274b73a0b622dc
4
- data.tar.gz: 2416adf6b220df909605603504d8d813d59e438fb98fdf80196b1d59967dde88
3
+ metadata.gz: a809f3c00c896602afe4e408cce8710cf814ac1b9e73d2b023cb27de89cd9a83
4
+ data.tar.gz: ca3ec86098a4604aca34318cae868b97198bec09c3a48bb845ef9c52277c3c70
5
5
  SHA512:
6
- metadata.gz: 55527a1cd441c97b7c83bd94ee806c568f1278c2b666abb31ea732c2772e77b80154c4aa7a12895e66133cc110df3febf7927a280f172777f800ad2201adb9b4
7
- data.tar.gz: 45625a1d541c7006464a28353df157ff297d0723dfa8435e9bcb3b66ef7df93516d47b773140b8597fba401a7f5be657d03e2c32dc82e4a9f65463b03a95fe6a
6
+ metadata.gz: 569e6bd98115c78f705f24bc608217fa605b6f39e30fb5a4af06ee8d80871ab33cbd129775241c944f7f874d378cf477655c55f4a0427499f74d334c52f3640a
7
+ data.tar.gz: 8ee0ff38c66b5d31517f7529b3e04d2d96c12db2352fbad3ea4ec7154ad61e7ce5b6c77b8da885c34a775d8f091e20f86354f468d3f78a2b264fd80fcbf7bc0f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-metastore_v1
2
2
 
3
+ ### v0.30.0 (2024-12-08)
4
+
5
+ * Regenerated from discovery document revision 20241203
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.29.0 (2024-07-25)
4
9
 
5
10
  * Regenerated from discovery document revision 20240709
@@ -1872,9 +1872,9 @@ module Google
1872
1872
  attr_accessor :end_time
1873
1873
 
1874
1874
  # Output only. Identifies whether the caller has requested cancellation of the
1875
- # operation. Operations that have successfully been cancelled have Operation.
1876
- # error value with a google.rpc.Status.code of 1, corresponding to Code.
1877
- # CANCELLED.
1875
+ # operation. Operations that have successfully been cancelled have google.
1876
+ # longrunning.Operation.error value with a google.rpc.Status.code of 1,
1877
+ # corresponding to Code.CANCELLED.
1878
1878
  # Corresponds to the JSON property `requestedCancellation`
1879
1879
  # @return [Boolean]
1880
1880
  attr_accessor :requested_cancellation
@@ -2105,7 +2105,7 @@ module Google
2105
2105
  end
2106
2106
  end
2107
2107
 
2108
- # Request message for DataprocMetastore.Restore.
2108
+ # Request message for DataprocMetastore.RestoreService.
2109
2109
  class RestoreServiceRequest
2110
2110
  include Google::Apis::Core::Hashable
2111
2111
 
@@ -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.29.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240709"
25
+ REVISION = "20241203"
26
26
  end
27
27
  end
28
28
  end
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.29.0
4
+ version: 0.30.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-07-25 00:00:00.000000000 Z
11
+ date: 2024-12-08 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.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1/v0.30.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: []
@@ -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.5.6
78
+ rubygems_version: 3.5.23
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Dataproc Metastore API V1