google-apis-metastore_v1alpha 0.44.0 → 0.45.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: 0e3619d3cb056d6eeab0484420f9968e510285bf3e246b40bb7a5241ab8f0bde
4
- data.tar.gz: 3e14b261b14663ffa2486bc5c353ddcd62b3dbf0f7cb7fdb5f47f85023506bbc
3
+ metadata.gz: ab3da8620dc89c721087cf94ba8004f43a0e1c5b5319a467f9deef5e7aa76f68
4
+ data.tar.gz: ab88a2d817d91fa3796da43160b8a196542b42377f578576b4e6fa9ef3b581d5
5
5
  SHA512:
6
- metadata.gz: a2ec386deedd27a2fe8a86555a7edd85c81f5e0d0c5681cc37a6b70624f972e6681267377eb3ab36d5c10672dbaea5e64e3d028530e20ba4b687f6fbef7c86e5
7
- data.tar.gz: c035e78235e57f330b70855834d8ee5e13fc7424e6957366a43c59802d284188de662ee201062adfe6c50c536a86f12ce3d0f9e5bc78c373895f6a99b221fbe7
6
+ metadata.gz: c5f95af48b978ac819fc6f6548f019bde62f238cd466e18492f4fe7db90d507a497d6e368e2a724b5dffab92e6ff9d00af893a6f3a80ac03c5aa5f4cfc2cd624
7
+ data.tar.gz: ae6c4a6391cbd0bf206162fe91ea61efc92455596218389ca890181658bfd931c7b852c6038a70d3ab4c6cf753295941079d17942be51c456c0ce16c4bd6839d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-metastore_v1alpha
2
2
 
3
+ ### v0.45.0 (2023-04-30)
4
+
5
+ * Regenerated from discovery document revision 20230425
6
+
3
7
  ### v0.44.0 (2023-03-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230317
@@ -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 Platform location.
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 MetastoreV1alpha
18
18
  # Version of the google-apis-metastore_v1alpha gem
19
- GEM_VERSION = "0.44.0"
19
+ GEM_VERSION = "0.45.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 = "20230317"
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_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.44.0
4
+ version: 0.45.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-04-02 00:00:00.000000000 Z
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_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1alpha/v0.44.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1alpha/v0.45.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []