google-apis-metastore_v1beta 0.45.0 → 0.46.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: ec844e2a75ad1d43d588549e95e3f0053c2603884f8bf15a7f4410286aa611e2
|
4
|
+
data.tar.gz: ce5c4c3369d5cf34cf615b4a59bc249b91f09b6139d843d2e2dfae060ba42fc3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 489fde3d547220fcaf70f4c76fd3ae167476c5f9f9df72a21a2097a04d0f81969dd6e626c878ab6e51ead2f6214385c99a280b752b729722713973dd58201c4c
|
7
|
+
data.tar.gz: 305c9aee949b333468e59f9f9a14ab76580ef11459dd0dae4aa0585119559cbd8b0f266ead72bd7f40eafceaf07307ed2be689cf6b887065862c83498f35a108
|
data/CHANGELOG.md
CHANGED
@@ -492,6 +492,26 @@ module Google
|
|
492
492
|
end
|
493
493
|
end
|
494
494
|
|
495
|
+
# Error details in public error message for DataprocMetastore.QueryMetadata.
|
496
|
+
class ErrorDetails
|
497
|
+
include Google::Apis::Core::Hashable
|
498
|
+
|
499
|
+
# Additional structured details about this error.Keys define the failure items.
|
500
|
+
# Value describes the exception or details of the item.
|
501
|
+
# Corresponds to the JSON property `details`
|
502
|
+
# @return [Hash<String,String>]
|
503
|
+
attr_accessor :details
|
504
|
+
|
505
|
+
def initialize(**args)
|
506
|
+
update!(**args)
|
507
|
+
end
|
508
|
+
|
509
|
+
# Update properties of this object
|
510
|
+
def update!(**args)
|
511
|
+
@details = args[:details] if args.key?(:details)
|
512
|
+
end
|
513
|
+
end
|
514
|
+
|
495
515
|
# Request message for DataprocMetastore.ExportMetadata.
|
496
516
|
class ExportMetadataRequest
|
497
517
|
include Google::Apis::Core::Hashable
|
@@ -982,7 +1002,7 @@ module Google
|
|
982
1002
|
end
|
983
1003
|
end
|
984
1004
|
|
985
|
-
# A resource that represents Google Cloud
|
1005
|
+
# A resource that represents a Google Cloud location.
|
986
1006
|
class Location
|
987
1007
|
include Google::Apis::Core::Hashable
|
988
1008
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MetastoreV1beta
|
18
18
|
# Version of the google-apis-metastore_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.46.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 = "20230425"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -112,6 +112,12 @@ module Google
|
|
112
112
|
include Google::Apis::Core::JsonObjectSupport
|
113
113
|
end
|
114
114
|
|
115
|
+
class ErrorDetails
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
115
121
|
class ExportMetadataRequest
|
116
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
123
|
|
@@ -477,6 +483,13 @@ module Google
|
|
477
483
|
end
|
478
484
|
end
|
479
485
|
|
486
|
+
class ErrorDetails
|
487
|
+
# @private
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
489
|
+
hash :details, as: 'details'
|
490
|
+
end
|
491
|
+
end
|
492
|
+
|
480
493
|
class ExportMetadataRequest
|
481
494
|
# @private
|
482
495
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-metastore_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.46.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-
|
11
|
+
date: 2023-04-30 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_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1beta/v0.46.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|