google-cloud-bigtable-admin-v2 0.16.0 → 0.16.1

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: 37d1a2934ef4460c68c4a7b39343cc6ca45ab7b8bdbb4263fb14eb52f79bc219
4
- data.tar.gz: a71bf26e6249378a02066785a3b6893a0c037e36d2a47034da809444079447c2
3
+ metadata.gz: bc58b3984e55da70708b13e7ab4ee8359f4a8cd37930b71246c07db6179fea27
4
+ data.tar.gz: d11d3c310b14731f83c1c3273a7827aaf2f3ef80212ddb3eaac001795586a098
5
5
  SHA512:
6
- metadata.gz: 198645389dd9b851a4ce2137179d915e88f140717478a3e917c654c0c95939e43b203874b058f5261433237d8aef2e0eb65d4b4f67a83483046370430a69e0ec
7
- data.tar.gz: 5c26973ededc9d89ee4c27383f08a4571bdc37794b68240f137b99d45bbcd0ec83105ee1c862dfb9e9d3abaa8317f984cd2fb5d985ff499c540cd3a5004b01cc
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 == Client.configure.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
- config_attr :endpoint, "bigtableadmin.googleapis.com", ::String
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
- config_attr :endpoint, "bigtableadmin.googleapis.com", ::String
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 == Client.configure.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
- config_attr :endpoint, "bigtableadmin.googleapis.com", ::String
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
- config_attr :endpoint, "bigtableadmin.googleapis.com", ::String
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
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigtable
23
23
  module Admin
24
24
  module V2
25
- VERSION = "0.16.0"
25
+ VERSION = "0.16.1"
26
26
  end
27
27
  end
28
28
  end
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.0
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-05-31 00:00:00.000000000 Z
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.0
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.0
29
+ version: 0.19.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a