google-apis-metastore_v1alpha 0.70.0 → 0.72.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: 9c413a39209cf3c56a7eed862404dabea2b08f32d64383ea6eb1426f6e203873
|
4
|
+
data.tar.gz: db042e4b143189c165b404bd7c3efa0598644c90d5fbd7f3860ea9c3313dc9da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2639872ed2f576161942a0139bb3fc2ae15ebf98b5fba46177ce65b683c6c59f6d5869d7da6a3b2aa58d915f2583f63f2323ec3bd6762650ae9a9b1109ab8a04
|
7
|
+
data.tar.gz: 36d2a19f9e2da13ae25eb16154b2101631f674b7a008ea9aa450490d96094005565399ba845d69d4827a658d2bb00e79ee5308ad1471a89a7fedf649f0e77cb7
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-metastore_v1alpha
|
2
2
|
|
3
|
+
### v0.72.0 (2025-06-29)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250622
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
8
|
+
### v0.71.0 (2025-05-21)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20250514
|
11
|
+
|
3
12
|
### v0.70.0 (2025-05-04)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.17.0
|
@@ -1066,6 +1066,13 @@ module Google
|
|
1066
1066
|
# @return [String]
|
1067
1067
|
attr_accessor :state_message
|
1068
1068
|
|
1069
|
+
# Optional. Input only. Immutable. Tag keys/values directly bound to this
|
1070
|
+
# resource. For example: "123/environment": "production", "123/costCenter": "
|
1071
|
+
# marketing"
|
1072
|
+
# Corresponds to the JSON property `tags`
|
1073
|
+
# @return [Hash<String,String>]
|
1074
|
+
attr_accessor :tags
|
1075
|
+
|
1069
1076
|
# Output only. The globally unique resource identifier of the metastore
|
1070
1077
|
# federation.
|
1071
1078
|
# Corresponds to the JSON property `uid`
|
@@ -1096,6 +1103,7 @@ module Google
|
|
1096
1103
|
@name = args[:name] if args.key?(:name)
|
1097
1104
|
@state = args[:state] if args.key?(:state)
|
1098
1105
|
@state_message = args[:state_message] if args.key?(:state_message)
|
1106
|
+
@tags = args[:tags] if args.key?(:tags)
|
1099
1107
|
@uid = args[:uid] if args.key?(:uid)
|
1100
1108
|
@update_time = args[:update_time] if args.key?(:update_time)
|
1101
1109
|
@version = args[:version] if args.key?(:version)
|
@@ -1621,6 +1629,27 @@ module Google
|
|
1621
1629
|
end
|
1622
1630
|
end
|
1623
1631
|
|
1632
|
+
# This is proto2's version of MessageSet.DEPRECATED: DO NOT USE FOR NEW FIELDS.
|
1633
|
+
# If you are using editions or proto2, please make your own extendable messages
|
1634
|
+
# for your use case. If you are using proto3, please use Any instead.MessageSet
|
1635
|
+
# was the implementation of extensions for proto1. When proto2 was introduced,
|
1636
|
+
# extensions were implemented as a first-class feature. This schema for
|
1637
|
+
# MessageSet was meant to be a "bridge" solution to migrate MessageSet-bearing
|
1638
|
+
# messages from proto1 to proto2.This schema has been open-sourced only to
|
1639
|
+
# facilitate the migration of Google products with MessageSet-bearing messages
|
1640
|
+
# to open-source environments.
|
1641
|
+
class MessageSet
|
1642
|
+
include Google::Apis::Core::Hashable
|
1643
|
+
|
1644
|
+
def initialize(**args)
|
1645
|
+
update!(**args)
|
1646
|
+
end
|
1647
|
+
|
1648
|
+
# Update properties of this object
|
1649
|
+
def update!(**args)
|
1650
|
+
end
|
1651
|
+
end
|
1652
|
+
|
1624
1653
|
# The details of a metadata export operation.
|
1625
1654
|
class MetadataExport
|
1626
1655
|
include Google::Apis::Core::Hashable
|
@@ -2630,6 +2659,13 @@ module Google
|
|
2630
2659
|
# @return [String]
|
2631
2660
|
attr_accessor :state_message
|
2632
2661
|
|
2662
|
+
# Optional. Input only. Immutable. Tag keys/values directly bound to this
|
2663
|
+
# resource. For example: "123/environment": "production", "123/costCenter": "
|
2664
|
+
# marketing"
|
2665
|
+
# Corresponds to the JSON property `tags`
|
2666
|
+
# @return [Hash<String,String>]
|
2667
|
+
attr_accessor :tags
|
2668
|
+
|
2633
2669
|
# Telemetry Configuration for the Dataproc Metastore service.
|
2634
2670
|
# Corresponds to the JSON property `telemetryConfig`
|
2635
2671
|
# @return [Google::Apis::MetastoreV1alpha::TelemetryConfig]
|
@@ -2677,6 +2713,7 @@ module Google
|
|
2677
2713
|
@scheduled_backup = args[:scheduled_backup] if args.key?(:scheduled_backup)
|
2678
2714
|
@state = args[:state] if args.key?(:state)
|
2679
2715
|
@state_message = args[:state_message] if args.key?(:state_message)
|
2716
|
+
@tags = args[:tags] if args.key?(:tags)
|
2680
2717
|
@telemetry_config = args[:telemetry_config] if args.key?(:telemetry_config)
|
2681
2718
|
@tier = args[:tier] if args.key?(:tier)
|
2682
2719
|
@uid = args[:uid] if args.key?(:uid)
|
@@ -2808,6 +2845,64 @@ module Google
|
|
2808
2845
|
end
|
2809
2846
|
end
|
2810
2847
|
|
2848
|
+
# Wire-format for a Status object
|
2849
|
+
class StatusProto
|
2850
|
+
include Google::Apis::Core::Hashable
|
2851
|
+
|
2852
|
+
# copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional
|
2853
|
+
# int32 canonical_code = 6;
|
2854
|
+
# Corresponds to the JSON property `canonicalCode`
|
2855
|
+
# @return [Fixnum]
|
2856
|
+
attr_accessor :canonical_code
|
2857
|
+
|
2858
|
+
# Numeric code drawn from the space specified below. Often, this is the
|
2859
|
+
# canonical error space, and code is drawn from google3/util/task/codes.proto
|
2860
|
+
# copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional
|
2861
|
+
# int32 code = 1;
|
2862
|
+
# Corresponds to the JSON property `code`
|
2863
|
+
# @return [Fixnum]
|
2864
|
+
attr_accessor :code
|
2865
|
+
|
2866
|
+
# Detail message copybara:strip_begin(b/383363683) copybara:
|
2867
|
+
# strip_end_and_replace optional string message = 3;
|
2868
|
+
# Corresponds to the JSON property `message`
|
2869
|
+
# @return [String]
|
2870
|
+
attr_accessor :message
|
2871
|
+
|
2872
|
+
# This is proto2's version of MessageSet.DEPRECATED: DO NOT USE FOR NEW FIELDS.
|
2873
|
+
# If you are using editions or proto2, please make your own extendable messages
|
2874
|
+
# for your use case. If you are using proto3, please use Any instead.MessageSet
|
2875
|
+
# was the implementation of extensions for proto1. When proto2 was introduced,
|
2876
|
+
# extensions were implemented as a first-class feature. This schema for
|
2877
|
+
# MessageSet was meant to be a "bridge" solution to migrate MessageSet-bearing
|
2878
|
+
# messages from proto1 to proto2.This schema has been open-sourced only to
|
2879
|
+
# facilitate the migration of Google products with MessageSet-bearing messages
|
2880
|
+
# to open-source environments.
|
2881
|
+
# Corresponds to the JSON property `messageSet`
|
2882
|
+
# @return [Google::Apis::MetastoreV1alpha::MessageSet]
|
2883
|
+
attr_accessor :message_set
|
2884
|
+
|
2885
|
+
# copybara:strip_begin(b/383363683) Space to which this status belongs copybara:
|
2886
|
+
# strip_end_and_replace optional string space = 2; // Space to which this status
|
2887
|
+
# belongs
|
2888
|
+
# Corresponds to the JSON property `space`
|
2889
|
+
# @return [String]
|
2890
|
+
attr_accessor :space
|
2891
|
+
|
2892
|
+
def initialize(**args)
|
2893
|
+
update!(**args)
|
2894
|
+
end
|
2895
|
+
|
2896
|
+
# Update properties of this object
|
2897
|
+
def update!(**args)
|
2898
|
+
@canonical_code = args[:canonical_code] if args.key?(:canonical_code)
|
2899
|
+
@code = args[:code] if args.key?(:code)
|
2900
|
+
@message = args[:message] if args.key?(:message)
|
2901
|
+
@message_set = args[:message_set] if args.key?(:message_set)
|
2902
|
+
@space = args[:space] if args.key?(:space)
|
2903
|
+
end
|
2904
|
+
end
|
2905
|
+
|
2811
2906
|
# Telemetry Configuration for the Dataproc Metastore service.
|
2812
2907
|
class TelemetryConfig
|
2813
2908
|
include Google::Apis::Core::Hashable
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.72.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
|
@@ -298,6 +298,12 @@ module Google
|
|
298
298
|
include Google::Apis::Core::JsonObjectSupport
|
299
299
|
end
|
300
300
|
|
301
|
+
class MessageSet
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
301
307
|
class MetadataExport
|
302
308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
309
|
|
@@ -460,6 +466,12 @@ module Google
|
|
460
466
|
include Google::Apis::Core::JsonObjectSupport
|
461
467
|
end
|
462
468
|
|
469
|
+
class StatusProto
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
463
475
|
class TelemetryConfig
|
464
476
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
477
|
|
@@ -741,6 +753,7 @@ module Google
|
|
741
753
|
property :name, as: 'name'
|
742
754
|
property :state, as: 'state'
|
743
755
|
property :state_message, as: 'stateMessage'
|
756
|
+
hash :tags, as: 'tags'
|
744
757
|
property :uid, as: 'uid'
|
745
758
|
property :update_time, as: 'updateTime'
|
746
759
|
property :version, as: 'version'
|
@@ -902,6 +915,12 @@ module Google
|
|
902
915
|
end
|
903
916
|
end
|
904
917
|
|
918
|
+
class MessageSet
|
919
|
+
# @private
|
920
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
921
|
+
end
|
922
|
+
end
|
923
|
+
|
905
924
|
class MetadataExport
|
906
925
|
# @private
|
907
926
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1163,6 +1182,7 @@ module Google
|
|
1163
1182
|
|
1164
1183
|
property :state, as: 'state'
|
1165
1184
|
property :state_message, as: 'stateMessage'
|
1185
|
+
hash :tags, as: 'tags'
|
1166
1186
|
property :telemetry_config, as: 'telemetryConfig', class: Google::Apis::MetastoreV1alpha::TelemetryConfig, decorator: Google::Apis::MetastoreV1alpha::TelemetryConfig::Representation
|
1167
1187
|
|
1168
1188
|
property :tier, as: 'tier'
|
@@ -1198,6 +1218,18 @@ module Google
|
|
1198
1218
|
end
|
1199
1219
|
end
|
1200
1220
|
|
1221
|
+
class StatusProto
|
1222
|
+
# @private
|
1223
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1224
|
+
property :canonical_code, as: 'canonicalCode'
|
1225
|
+
property :code, as: 'code'
|
1226
|
+
property :message, as: 'message'
|
1227
|
+
property :message_set, as: 'messageSet', class: Google::Apis::MetastoreV1alpha::MessageSet, decorator: Google::Apis::MetastoreV1alpha::MessageSet::Representation
|
1228
|
+
|
1229
|
+
property :space, as: 'space'
|
1230
|
+
end
|
1231
|
+
end
|
1232
|
+
|
1201
1233
|
class TelemetryConfig
|
1202
1234
|
# @private
|
1203
1235
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-metastore_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.72.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_v1alpha/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1alpha/v0.72.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1alpha
|
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 V1alpha
|
79
79
|
test_files: []
|