google-apis-metastore_v1alpha 0.43.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: 596be41e2b2f81b87ed221cfb5fe2afe8e4a9cc31b5cc9f09ac477e737fe8874
4
- data.tar.gz: e34b677ce9a35689dd1f4ee4ed2bec5fb519a69c6584d5dda83e7ad4cd033f64
3
+ metadata.gz: ab3da8620dc89c721087cf94ba8004f43a0e1c5b5319a467f9deef5e7aa76f68
4
+ data.tar.gz: ab88a2d817d91fa3796da43160b8a196542b42377f578576b4e6fa9ef3b581d5
5
5
  SHA512:
6
- metadata.gz: a12da068c31da88318862f226d095cac96f3a1bfbb124de54350cbfba7cfab30041bc3b4133a4f25090bd8c5d7461c7314be97724f0cabd3e4597afc8734abb2
7
- data.tar.gz: 4ec595f7db0b2c04f195e42b9e46f36e93677d938011f021934eef064b6acecec7730f7ce86311ce3b756e687830fe064b75f65f8c0c5908c641362f7c7dd7e2
6
+ metadata.gz: c5f95af48b978ac819fc6f6548f019bde62f238cd466e18492f4fe7db90d507a497d6e368e2a724b5dffab92e6ff9d00af893a6f3a80ac03c5aa5f4cfc2cd624
7
+ data.tar.gz: ae6c4a6391cbd0bf206162fe91ea61efc92455596218389ca890181658bfd931c7b852c6038a70d3ab4c6cf753295941079d17942be51c456c0ce16c4bd6839d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.44.0 (2023-03-26)
8
+
9
+ * Regenerated from discovery document revision 20230317
10
+
3
11
  ### v0.43.0 (2023-03-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20230313
@@ -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
 
@@ -1284,6 +1304,13 @@ module Google
1284
1304
  # @return [Array<Google::Apis::MetastoreV1alpha::Consumer>]
1285
1305
  attr_accessor :consumers
1286
1306
 
1307
+ # Enables custom routes to be imported and exported for the Dataproc Metastore
1308
+ # service's peered VPC network.
1309
+ # Corresponds to the JSON property `customRoutesEnabled`
1310
+ # @return [Boolean]
1311
+ attr_accessor :custom_routes_enabled
1312
+ alias_method :custom_routes_enabled?, :custom_routes_enabled
1313
+
1287
1314
  def initialize(**args)
1288
1315
  update!(**args)
1289
1316
  end
@@ -1291,6 +1318,7 @@ module Google
1291
1318
  # Update properties of this object
1292
1319
  def update!(**args)
1293
1320
  @consumers = args[:consumers] if args.key?(:consumers)
1321
+ @custom_routes_enabled = args[:custom_routes_enabled] if args.key?(:custom_routes_enabled)
1294
1322
  end
1295
1323
  end
1296
1324
 
@@ -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.43.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 = "20230313"
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
@@ -701,6 +714,7 @@ module Google
701
714
  class Representation < Google::Apis::Core::JsonRepresentation
702
715
  collection :consumers, as: 'consumers', class: Google::Apis::MetastoreV1alpha::Consumer, decorator: Google::Apis::MetastoreV1alpha::Consumer::Representation
703
716
 
717
+ property :custom_routes_enabled, as: 'customRoutesEnabled'
704
718
  end
705
719
  end
706
720
 
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.43.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-03-19 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.43.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: []