google-cloud-metastore-v1beta 0.14.0 → 0.15.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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/metastore/v1beta/dataproc_metastore/client.rb +7 -0
- data/lib/google/cloud/metastore/v1beta/dataproc_metastore/operations.rb +7 -0
- data/lib/google/cloud/metastore/v1beta/dataproc_metastore/rest/client.rb +7 -0
- data/lib/google/cloud/metastore/v1beta/dataproc_metastore/rest/operations.rb +7 -0
- data/lib/google/cloud/metastore/v1beta/dataproc_metastore_federation/client.rb +7 -0
- data/lib/google/cloud/metastore/v1beta/dataproc_metastore_federation/operations.rb +7 -0
- data/lib/google/cloud/metastore/v1beta/dataproc_metastore_federation/rest/client.rb +7 -0
- data/lib/google/cloud/metastore/v1beta/dataproc_metastore_federation/rest/operations.rb +7 -0
- data/lib/google/cloud/metastore/v1beta/version.rb +1 -1
- data/proto_docs/google/cloud/metastore/v1beta/metastore.rb +4 -0
- data/proto_docs/google/longrunning/operations.rb +4 -0
- metadata +6 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3b1b02cb57341f17d61a337203d061eb767218515cfc726885c2d0010aaee1c1
|
|
4
|
+
data.tar.gz: 2805557adbcc9c49e5f15d02b8f164a2f5b445631c8f01c710d66f51a3e6a69a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a92345332832c667e1a086f7158ce4e4cee4ac42eaffcf9962d34e36daf9e538384a95e1021aa93331b6efff28a3ee8f4b3f65ce3d164c25e8b4524e9c2974bc
|
|
7
|
+
data.tar.gz: dda34536fa77261b90cd0bd4c1c087dc4acb180594cf66e77d025cf0ce520337e899fc3c9a866d483ff225f140d4582e6ed34a6edcb4aac7f054cb2e140959c4
|
data/README.md
CHANGED
|
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
|
86
86
|
|
|
87
87
|
## Supported Ruby Versions
|
|
88
88
|
|
|
89
|
-
This library is supported on Ruby
|
|
89
|
+
This library is supported on Ruby 3.0+.
|
|
90
90
|
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -2374,6 +2374,13 @@ module Google
|
|
|
2374
2374
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
2375
2375
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
2376
2376
|
# * (`nil`) indicating no credentials
|
|
2377
|
+
#
|
|
2378
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
2379
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
2380
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
2381
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
2382
|
+
# For more information, refer to [Validate credential configurations from external
|
|
2383
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
2377
2384
|
# @return [::Object]
|
|
2378
2385
|
# @!attribute [rw] scope
|
|
2379
2386
|
# The OAuth scopes
|
|
@@ -640,6 +640,13 @@ module Google
|
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
642
642
|
# * (`nil`) indicating no credentials
|
|
643
|
+
#
|
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
643
650
|
# @return [::Object]
|
|
644
651
|
# @!attribute [rw] scope
|
|
645
652
|
# The OAuth scopes
|
|
@@ -2228,6 +2228,13 @@ module Google
|
|
|
2228
2228
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
2229
2229
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
2230
2230
|
# * (`nil`) indicating no credentials
|
|
2231
|
+
#
|
|
2232
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
2233
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
2234
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
2235
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
2236
|
+
# For more information, refer to [Validate credential configurations from external
|
|
2237
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
2231
2238
|
# @return [::Object]
|
|
2232
2239
|
# @!attribute [rw] scope
|
|
2233
2240
|
# The OAuth scopes
|
|
@@ -502,6 +502,13 @@ module Google
|
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
504
504
|
# * (`nil`) indicating no credentials
|
|
505
|
+
#
|
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
505
512
|
# @return [::Object]
|
|
506
513
|
# @!attribute [rw] scope
|
|
507
514
|
# The OAuth scopes
|
|
@@ -833,6 +833,13 @@ module Google
|
|
|
833
833
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
834
834
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
835
835
|
# * (`nil`) indicating no credentials
|
|
836
|
+
#
|
|
837
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
838
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
839
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
840
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
841
|
+
# For more information, refer to [Validate credential configurations from external
|
|
842
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
836
843
|
# @return [::Object]
|
|
837
844
|
# @!attribute [rw] scope
|
|
838
845
|
# The OAuth scopes
|
|
@@ -640,6 +640,13 @@ module Google
|
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
642
642
|
# * (`nil`) indicating no credentials
|
|
643
|
+
#
|
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
643
650
|
# @return [::Object]
|
|
644
651
|
# @!attribute [rw] scope
|
|
645
652
|
# The OAuth scopes
|
|
@@ -789,6 +789,13 @@ module Google
|
|
|
789
789
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
790
790
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
791
791
|
# * (`nil`) indicating no credentials
|
|
792
|
+
#
|
|
793
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
794
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
795
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
796
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
797
|
+
# For more information, refer to [Validate credential configurations from external
|
|
798
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
792
799
|
# @return [::Object]
|
|
793
800
|
# @!attribute [rw] scope
|
|
794
801
|
# The OAuth scopes
|
|
@@ -502,6 +502,13 @@ module Google
|
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
|
504
504
|
# * (`nil`) indicating no credentials
|
|
505
|
+
#
|
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
505
512
|
# @return [::Object]
|
|
506
513
|
# @!attribute [rw] scope
|
|
507
514
|
# The OAuth scopes
|
|
@@ -712,10 +712,14 @@ module Google
|
|
|
712
712
|
# @return [::Google::Cloud::Metastore::V1beta::ScalingConfig::InstanceSize]
|
|
713
713
|
# An enum of readable instance sizes, with each instance size mapping to a
|
|
714
714
|
# float value (e.g. InstanceSize.EXTRA_SMALL = scaling_factor(0.1))
|
|
715
|
+
#
|
|
716
|
+
# Note: The following fields are mutually exclusive: `instance_size`, `scaling_factor`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
715
717
|
# @!attribute [rw] scaling_factor
|
|
716
718
|
# @return [::Float]
|
|
717
719
|
# Scaling factor, increments of 0.1 for values less than 1.0, and
|
|
718
720
|
# increments of 1.0 for values greater than 1.0.
|
|
721
|
+
#
|
|
722
|
+
# Note: The following fields are mutually exclusive: `scaling_factor`, `instance_size`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
719
723
|
class ScalingConfig
|
|
720
724
|
include ::Google::Protobuf::MessageExts
|
|
721
725
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -40,6 +40,8 @@ module Google
|
|
|
40
40
|
# @!attribute [rw] error
|
|
41
41
|
# @return [::Google::Rpc::Status]
|
|
42
42
|
# The error result of the operation in case of failure or cancellation.
|
|
43
|
+
#
|
|
44
|
+
# Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
43
45
|
# @!attribute [rw] response
|
|
44
46
|
# @return [::Google::Protobuf::Any]
|
|
45
47
|
# The normal, successful response of the operation. If the original
|
|
@@ -50,6 +52,8 @@ module Google
|
|
|
50
52
|
# is the original method name. For example, if the original method name
|
|
51
53
|
# is `TakeSnapshot()`, the inferred response type is
|
|
52
54
|
# `TakeSnapshotResponse`.
|
|
55
|
+
#
|
|
56
|
+
# Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
53
57
|
class Operation
|
|
54
58
|
include ::Google::Protobuf::MessageExts
|
|
55
59
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-metastore-v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.15.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: gapic-common
|
|
@@ -16,7 +15,7 @@ dependencies:
|
|
|
16
15
|
requirements:
|
|
17
16
|
- - ">="
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
18
|
+
version: 0.25.0
|
|
20
19
|
- - "<"
|
|
21
20
|
- !ruby/object:Gem::Version
|
|
22
21
|
version: 2.a
|
|
@@ -26,7 +25,7 @@ dependencies:
|
|
|
26
25
|
requirements:
|
|
27
26
|
- - ">="
|
|
28
27
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.
|
|
28
|
+
version: 0.25.0
|
|
30
29
|
- - "<"
|
|
31
30
|
- !ruby/object:Gem::Version
|
|
32
31
|
version: 2.a
|
|
@@ -148,7 +147,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
|
148
147
|
licenses:
|
|
149
148
|
- Apache-2.0
|
|
150
149
|
metadata: {}
|
|
151
|
-
post_install_message:
|
|
152
150
|
rdoc_options: []
|
|
153
151
|
require_paths:
|
|
154
152
|
- lib
|
|
@@ -156,15 +154,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
156
154
|
requirements:
|
|
157
155
|
- - ">="
|
|
158
156
|
- !ruby/object:Gem::Version
|
|
159
|
-
version: '
|
|
157
|
+
version: '3.0'
|
|
160
158
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
161
159
|
requirements:
|
|
162
160
|
- - ">="
|
|
163
161
|
- !ruby/object:Gem::Version
|
|
164
162
|
version: '0'
|
|
165
163
|
requirements: []
|
|
166
|
-
rubygems_version: 3.
|
|
167
|
-
signing_key:
|
|
164
|
+
rubygems_version: 3.6.2
|
|
168
165
|
specification_version: 4
|
|
169
166
|
summary: The Dataproc Metastore API is used to manage the lifecycle and configuration
|
|
170
167
|
of metastore services.
|