google-apis-metastore_v1 0.34.0 → 0.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 01a4e7799d4f01eb98b0dd6fe707f5ae4e22bab1f3d62fcd880087951f48f3da
|
4
|
+
data.tar.gz: a4ba161a22187263290a6bfb08eceeb135966a9c4bf9fdac741875e2cb716db8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 072b6c549a062350742089b9045ee57c9ba4571073fc41eb61344b6d86b4bd322f58ac5d9a78d6e4ccd3a73518fb2aaef98b8cc37c015e5d9e3a4ae007d4243d
|
7
|
+
data.tar.gz: 3a7ba9f6aabe4457a9c2496abc21199ef293211b1e243b9237f3843d83e87f9a32c84b54384bcd724166001b28e4ec7dfc68e4c70eac89b01893d355c55fa09d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-metastore_v1
|
2
2
|
|
3
|
+
### v0.36.0 (2025-06-29)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250622
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
8
|
+
### v0.35.0 (2025-05-21)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20250514
|
11
|
+
|
3
12
|
### v0.34.0 (2025-05-04)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.17.0
|
@@ -965,6 +965,13 @@ module Google
|
|
965
965
|
# @return [String]
|
966
966
|
attr_accessor :state_message
|
967
967
|
|
968
|
+
# Optional. Input only. Immutable. Tag keys/values directly bound to this
|
969
|
+
# resource. For example: "123/environment": "production", "123/costCenter": "
|
970
|
+
# marketing"
|
971
|
+
# Corresponds to the JSON property `tags`
|
972
|
+
# @return [Hash<String,String>]
|
973
|
+
attr_accessor :tags
|
974
|
+
|
968
975
|
# Output only. The globally unique resource identifier of the metastore
|
969
976
|
# federation.
|
970
977
|
# Corresponds to the JSON property `uid`
|
@@ -995,6 +1002,7 @@ module Google
|
|
995
1002
|
@name = args[:name] if args.key?(:name)
|
996
1003
|
@state = args[:state] if args.key?(:state)
|
997
1004
|
@state_message = args[:state_message] if args.key?(:state_message)
|
1005
|
+
@tags = args[:tags] if args.key?(:tags)
|
998
1006
|
@uid = args[:uid] if args.key?(:uid)
|
999
1007
|
@update_time = args[:update_time] if args.key?(:update_time)
|
1000
1008
|
@version = args[:version] if args.key?(:version)
|
@@ -1500,6 +1508,27 @@ module Google
|
|
1500
1508
|
end
|
1501
1509
|
end
|
1502
1510
|
|
1511
|
+
# This is proto2's version of MessageSet.DEPRECATED: DO NOT USE FOR NEW FIELDS.
|
1512
|
+
# If you are using editions or proto2, please make your own extendable messages
|
1513
|
+
# for your use case. If you are using proto3, please use Any instead.MessageSet
|
1514
|
+
# was the implementation of extensions for proto1. When proto2 was introduced,
|
1515
|
+
# extensions were implemented as a first-class feature. This schema for
|
1516
|
+
# MessageSet was meant to be a "bridge" solution to migrate MessageSet-bearing
|
1517
|
+
# messages from proto1 to proto2.This schema has been open-sourced only to
|
1518
|
+
# facilitate the migration of Google products with MessageSet-bearing messages
|
1519
|
+
# to open-source environments.
|
1520
|
+
class MessageSet
|
1521
|
+
include Google::Apis::Core::Hashable
|
1522
|
+
|
1523
|
+
def initialize(**args)
|
1524
|
+
update!(**args)
|
1525
|
+
end
|
1526
|
+
|
1527
|
+
# Update properties of this object
|
1528
|
+
def update!(**args)
|
1529
|
+
end
|
1530
|
+
end
|
1531
|
+
|
1503
1532
|
# The details of a metadata export operation.
|
1504
1533
|
class MetadataExport
|
1505
1534
|
include Google::Apis::Core::Hashable
|
@@ -2395,6 +2424,13 @@ module Google
|
|
2395
2424
|
# @return [String]
|
2396
2425
|
attr_accessor :state_message
|
2397
2426
|
|
2427
|
+
# Optional. Input only. Immutable. Tag keys/values directly bound to this
|
2428
|
+
# resource. For example: "123/environment": "production", "123/costCenter": "
|
2429
|
+
# marketing"
|
2430
|
+
# Corresponds to the JSON property `tags`
|
2431
|
+
# @return [Hash<String,String>]
|
2432
|
+
attr_accessor :tags
|
2433
|
+
|
2398
2434
|
# Telemetry Configuration for the Dataproc Metastore service.
|
2399
2435
|
# Corresponds to the JSON property `telemetryConfig`
|
2400
2436
|
# @return [Google::Apis::MetastoreV1::TelemetryConfig]
|
@@ -2441,6 +2477,7 @@ module Google
|
|
2441
2477
|
@scheduled_backup = args[:scheduled_backup] if args.key?(:scheduled_backup)
|
2442
2478
|
@state = args[:state] if args.key?(:state)
|
2443
2479
|
@state_message = args[:state_message] if args.key?(:state_message)
|
2480
|
+
@tags = args[:tags] if args.key?(:tags)
|
2444
2481
|
@telemetry_config = args[:telemetry_config] if args.key?(:telemetry_config)
|
2445
2482
|
@tier = args[:tier] if args.key?(:tier)
|
2446
2483
|
@uid = args[:uid] if args.key?(:uid)
|
@@ -2572,6 +2609,64 @@ module Google
|
|
2572
2609
|
end
|
2573
2610
|
end
|
2574
2611
|
|
2612
|
+
# Wire-format for a Status object
|
2613
|
+
class StatusProto
|
2614
|
+
include Google::Apis::Core::Hashable
|
2615
|
+
|
2616
|
+
# copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional
|
2617
|
+
# int32 canonical_code = 6;
|
2618
|
+
# Corresponds to the JSON property `canonicalCode`
|
2619
|
+
# @return [Fixnum]
|
2620
|
+
attr_accessor :canonical_code
|
2621
|
+
|
2622
|
+
# Numeric code drawn from the space specified below. Often, this is the
|
2623
|
+
# canonical error space, and code is drawn from google3/util/task/codes.proto
|
2624
|
+
# copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional
|
2625
|
+
# int32 code = 1;
|
2626
|
+
# Corresponds to the JSON property `code`
|
2627
|
+
# @return [Fixnum]
|
2628
|
+
attr_accessor :code
|
2629
|
+
|
2630
|
+
# Detail message copybara:strip_begin(b/383363683) copybara:
|
2631
|
+
# strip_end_and_replace optional string message = 3;
|
2632
|
+
# Corresponds to the JSON property `message`
|
2633
|
+
# @return [String]
|
2634
|
+
attr_accessor :message
|
2635
|
+
|
2636
|
+
# This is proto2's version of MessageSet.DEPRECATED: DO NOT USE FOR NEW FIELDS.
|
2637
|
+
# If you are using editions or proto2, please make your own extendable messages
|
2638
|
+
# for your use case. If you are using proto3, please use Any instead.MessageSet
|
2639
|
+
# was the implementation of extensions for proto1. When proto2 was introduced,
|
2640
|
+
# extensions were implemented as a first-class feature. This schema for
|
2641
|
+
# MessageSet was meant to be a "bridge" solution to migrate MessageSet-bearing
|
2642
|
+
# messages from proto1 to proto2.This schema has been open-sourced only to
|
2643
|
+
# facilitate the migration of Google products with MessageSet-bearing messages
|
2644
|
+
# to open-source environments.
|
2645
|
+
# Corresponds to the JSON property `messageSet`
|
2646
|
+
# @return [Google::Apis::MetastoreV1::MessageSet]
|
2647
|
+
attr_accessor :message_set
|
2648
|
+
|
2649
|
+
# copybara:strip_begin(b/383363683) Space to which this status belongs copybara:
|
2650
|
+
# strip_end_and_replace optional string space = 2; // Space to which this status
|
2651
|
+
# belongs
|
2652
|
+
# Corresponds to the JSON property `space`
|
2653
|
+
# @return [String]
|
2654
|
+
attr_accessor :space
|
2655
|
+
|
2656
|
+
def initialize(**args)
|
2657
|
+
update!(**args)
|
2658
|
+
end
|
2659
|
+
|
2660
|
+
# Update properties of this object
|
2661
|
+
def update!(**args)
|
2662
|
+
@canonical_code = args[:canonical_code] if args.key?(:canonical_code)
|
2663
|
+
@code = args[:code] if args.key?(:code)
|
2664
|
+
@message = args[:message] if args.key?(:message)
|
2665
|
+
@message_set = args[:message_set] if args.key?(:message_set)
|
2666
|
+
@space = args[:space] if args.key?(:space)
|
2667
|
+
end
|
2668
|
+
end
|
2669
|
+
|
2575
2670
|
# Telemetry Configuration for the Dataproc Metastore service.
|
2576
2671
|
class TelemetryConfig
|
2577
2672
|
include Google::Apis::Core::Hashable
|
@@ -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.36.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250622"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -268,6 +268,12 @@ module Google
|
|
268
268
|
include Google::Apis::Core::JsonObjectSupport
|
269
269
|
end
|
270
270
|
|
271
|
+
class MessageSet
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
271
277
|
class MetadataExport
|
272
278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
279
|
|
@@ -406,6 +412,12 @@ module Google
|
|
406
412
|
include Google::Apis::Core::JsonObjectSupport
|
407
413
|
end
|
408
414
|
|
415
|
+
class StatusProto
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
409
421
|
class TelemetryConfig
|
410
422
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
423
|
|
@@ -656,6 +668,7 @@ module Google
|
|
656
668
|
property :name, as: 'name'
|
657
669
|
property :state, as: 'state'
|
658
670
|
property :state_message, as: 'stateMessage'
|
671
|
+
hash :tags, as: 'tags'
|
659
672
|
property :uid, as: 'uid'
|
660
673
|
property :update_time, as: 'updateTime'
|
661
674
|
property :version, as: 'version'
|
@@ -810,6 +823,12 @@ module Google
|
|
810
823
|
end
|
811
824
|
end
|
812
825
|
|
826
|
+
class MessageSet
|
827
|
+
# @private
|
828
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
829
|
+
end
|
830
|
+
end
|
831
|
+
|
813
832
|
class MetadataExport
|
814
833
|
# @private
|
815
834
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1034,6 +1053,7 @@ module Google
|
|
1034
1053
|
|
1035
1054
|
property :state, as: 'state'
|
1036
1055
|
property :state_message, as: 'stateMessage'
|
1056
|
+
hash :tags, as: 'tags'
|
1037
1057
|
property :telemetry_config, as: 'telemetryConfig', class: Google::Apis::MetastoreV1::TelemetryConfig, decorator: Google::Apis::MetastoreV1::TelemetryConfig::Representation
|
1038
1058
|
|
1039
1059
|
property :tier, as: 'tier'
|
@@ -1069,6 +1089,18 @@ module Google
|
|
1069
1089
|
end
|
1070
1090
|
end
|
1071
1091
|
|
1092
|
+
class StatusProto
|
1093
|
+
# @private
|
1094
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1095
|
+
property :canonical_code, as: 'canonicalCode'
|
1096
|
+
property :code, as: 'code'
|
1097
|
+
property :message, as: 'message'
|
1098
|
+
property :message_set, as: 'messageSet', class: Google::Apis::MetastoreV1::MessageSet, decorator: Google::Apis::MetastoreV1::MessageSet::Representation
|
1099
|
+
|
1100
|
+
property :space, as: 'space'
|
1101
|
+
end
|
1102
|
+
end
|
1103
|
+
|
1072
1104
|
class TelemetryConfig
|
1073
1105
|
# @private
|
1074
1106
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.36.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1/v0.36.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Dataproc Metastore API V1
|
79
79
|
test_files: []
|