google-apis-metastore_v1 0.13.0 → 0.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/metastore_v1/classes.rb +4 -5
- data/lib/google/apis/metastore_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1891e7ba078f6c0816c661f4f542041c65519e4b0c8ced1fdfbef80b75b8bfaf
|
4
|
+
data.tar.gz: 989b89d080f6b1223bfcda64a38cce7980129e4b2ec66659f21fdac4c501da49
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1a6f87dd4900f79fbb484e067f66af4a5e46fdba4ea0d6f489ec62a63880b41cc989c80f1238976e93c933c8d3b0d66a0e4e7001b1ea6e8b5bf65b0d4bb0938
|
7
|
+
data.tar.gz: 62be8c3e6537fa2871ad08d156e033ba61e63f665569283c84b4e868046c4fad31484a6146902f24e824e4043d9a68cc8a8403125bdd5254d56d6d694e2de149
|
data/CHANGELOG.md
CHANGED
@@ -146,7 +146,7 @@ module Google
|
|
146
146
|
# @return [Hash<String,String>]
|
147
147
|
attr_accessor :config_overrides
|
148
148
|
|
149
|
-
# Network configuration for the Dataproc Metastore service.
|
149
|
+
# Network configuration for the Dataproc Metastore service.
|
150
150
|
# Corresponds to the JSON property `networkConfig`
|
151
151
|
# @return [Google::Apis::MetastoreV1::NetworkConfig]
|
152
152
|
attr_accessor :network_config
|
@@ -342,8 +342,7 @@ module Google
|
|
342
342
|
end
|
343
343
|
end
|
344
344
|
|
345
|
-
# Contains information of the customer's network configurations.
|
346
|
-
# ID: 5
|
345
|
+
# Contains information of the customer's network configurations.
|
347
346
|
class Consumer
|
348
347
|
include Google::Apis::Core::Hashable
|
349
348
|
|
@@ -1240,7 +1239,7 @@ module Google
|
|
1240
1239
|
end
|
1241
1240
|
end
|
1242
1241
|
|
1243
|
-
# Network configuration for the Dataproc Metastore service.
|
1242
|
+
# Network configuration for the Dataproc Metastore service.
|
1244
1243
|
class NetworkConfig
|
1245
1244
|
include Google::Apis::Core::Hashable
|
1246
1245
|
|
@@ -1722,7 +1721,7 @@ module Google
|
|
1722
1721
|
# @return [String]
|
1723
1722
|
attr_accessor :network
|
1724
1723
|
|
1725
|
-
# Network configuration for the Dataproc Metastore service.
|
1724
|
+
# Network configuration for the Dataproc Metastore service.
|
1726
1725
|
# Corresponds to the JSON property `networkConfig`
|
1727
1726
|
# @return [Google::Apis::MetastoreV1::NetworkConfig]
|
1728
1727
|
attr_accessor :network_config
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.14.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 = "
|
25
|
+
REVISION = "20231010"
|
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.
|
4
|
+
version: 0.14.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-
|
11
|
+
date: 2023-10-15 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1/v0.14.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: []
|