google-cloud-bigtable-admin-v2 0.16.0 → 0.16.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/bigtable/admin/v2/bigtable_instance_admin/client.rb +4 -2
- data/lib/google/cloud/bigtable/admin/v2/bigtable_instance_admin/operations.rb +3 -1
- data/lib/google/cloud/bigtable/admin/v2/bigtable_table_admin/client.rb +4 -2
- data/lib/google/cloud/bigtable/admin/v2/bigtable_table_admin/operations.rb +3 -1
- data/lib/google/cloud/bigtable/admin/v2/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bc58b3984e55da70708b13e7ab4ee8359f4a8cd37930b71246c07db6179fea27
|
4
|
+
data.tar.gz: d11d3c310b14731f83c1c3273a7827aaf2f3ef80212ddb3eaac001795586a098
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 95f669a22dbc2504eae1b60380fba64520856d328820042bf87957c19b9b9c1712e8b917a4a79cd0f872ada744f99f13014539564ec218326983bf8510f82954
|
7
|
+
data.tar.gz: 3d02d59b93a72128122aba9c7c107398efd1784a84ab1d2fb75d8f6a372ab81794ff675a61284087e3d60a7221f0ccf5f6988d34edb35c5ea23a93b1beb8ed90
|
@@ -205,7 +205,7 @@ module Google
|
|
205
205
|
credentials = @config.credentials
|
206
206
|
# Use self-signed JWT if the endpoint is unchanged from default,
|
207
207
|
# but only if the default endpoint does not have a region prefix.
|
208
|
-
enable_self_signed_jwt = @config.endpoint ==
|
208
|
+
enable_self_signed_jwt = @config.endpoint == Configuration::DEFAULT_ENDPOINT &&
|
209
209
|
!@config.endpoint.split(".").first.include?("-")
|
210
210
|
credentials ||= Credentials.default scope: @config.scope,
|
211
211
|
enable_self_signed_jwt: enable_self_signed_jwt
|
@@ -2357,7 +2357,9 @@ module Google
|
|
2357
2357
|
class Configuration
|
2358
2358
|
extend ::Gapic::Config
|
2359
2359
|
|
2360
|
-
|
2360
|
+
DEFAULT_ENDPOINT = "bigtableadmin.googleapis.com"
|
2361
|
+
|
2362
|
+
config_attr :endpoint, DEFAULT_ENDPOINT, ::String
|
2361
2363
|
config_attr :credentials, nil do |value|
|
2362
2364
|
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
2363
2365
|
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
@@ -665,7 +665,9 @@ module Google
|
|
665
665
|
class Configuration
|
666
666
|
extend ::Gapic::Config
|
667
667
|
|
668
|
-
|
668
|
+
DEFAULT_ENDPOINT = "bigtableadmin.googleapis.com"
|
669
|
+
|
670
|
+
config_attr :endpoint, DEFAULT_ENDPOINT, ::String
|
669
671
|
config_attr :credentials, nil do |value|
|
670
672
|
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
671
673
|
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
@@ -198,7 +198,7 @@ module Google
|
|
198
198
|
credentials = @config.credentials
|
199
199
|
# Use self-signed JWT if the endpoint is unchanged from default,
|
200
200
|
# but only if the default endpoint does not have a region prefix.
|
201
|
-
enable_self_signed_jwt = @config.endpoint ==
|
201
|
+
enable_self_signed_jwt = @config.endpoint == Configuration::DEFAULT_ENDPOINT &&
|
202
202
|
!@config.endpoint.split(".").first.include?("-")
|
203
203
|
credentials ||= Credentials.default scope: @config.scope,
|
204
204
|
enable_self_signed_jwt: enable_self_signed_jwt
|
@@ -2723,7 +2723,9 @@ module Google
|
|
2723
2723
|
class Configuration
|
2724
2724
|
extend ::Gapic::Config
|
2725
2725
|
|
2726
|
-
|
2726
|
+
DEFAULT_ENDPOINT = "bigtableadmin.googleapis.com"
|
2727
|
+
|
2728
|
+
config_attr :endpoint, DEFAULT_ENDPOINT, ::String
|
2727
2729
|
config_attr :credentials, nil do |value|
|
2728
2730
|
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
2729
2731
|
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
@@ -665,7 +665,9 @@ module Google
|
|
665
665
|
class Configuration
|
666
666
|
extend ::Gapic::Config
|
667
667
|
|
668
|
-
|
668
|
+
DEFAULT_ENDPOINT = "bigtableadmin.googleapis.com"
|
669
|
+
|
670
|
+
config_attr :endpoint, DEFAULT_ENDPOINT, ::String
|
669
671
|
config_attr :credentials, nil do |value|
|
670
672
|
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
671
673
|
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-bigtable-admin-v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.16.
|
4
|
+
version: 0.16.1
|
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-
|
11
|
+
date: 2023-06-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.19.
|
19
|
+
version: 0.19.1
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.19.
|
29
|
+
version: 0.19.1
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|