google-cloud-bigquery-storage-v1 0.19.0 → 0.19.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c4c9bcc1e1fe81fdef41b45abc97c9053fa02aea537ba4c9ba0b0d61f723b247
4
- data.tar.gz: 72289a2d70d6fc3cfa72c81608bca2a9ac980fd1dcd8d3dc925b507c15ac6149
3
+ metadata.gz: d7f29fc9be5605c0f9372b71f0790c3c8989dbc828e06c53ce60cb49db3fa4cc
4
+ data.tar.gz: d002f50749a976e66776e10b46d98f18949e8d743a6c3e4c6e4d6d495240442b
5
5
  SHA512:
6
- metadata.gz: e36bc4746d852ba254c2f2060b5961252014ecb7d4def6d9270508b7a21ac0a7752416f39bef354f63ba92ca029e39b1f83d2628e480d4afc77f69088efdef11
7
- data.tar.gz: e067cd9a227b539803d7d40b803c65f793812b049d0f7397314967c54bcdec53a03c0eadbd5b88f797346d4ef4b30c2afe2ea6178ee355b18318aa2c5d3921a0
6
+ metadata.gz: 14703258c674b429f46e5205d7ad2e911e8ca383db23a29ac4f8c2a331c87daf1244c38c36340db9463dad4b4c99cb0127f86f97d8fc5a488c0a85bc92ce5a60
7
+ data.tar.gz: c66d3952c0d03f65719c65a06f547268a2696a74a16f9f5c13e9d6c0d992fd5dc322d452ccf915ee3ef6d8c915c048ff6c1181711cf02cf0889ca6e1167e524c
@@ -141,7 +141,7 @@ module Google
141
141
  credentials = @config.credentials
142
142
  # Use self-signed JWT if the endpoint is unchanged from default,
143
143
  # but only if the default endpoint does not have a region prefix.
144
- enable_self_signed_jwt = @config.endpoint == Client.configure.endpoint &&
144
+ enable_self_signed_jwt = @config.endpoint == Configuration::DEFAULT_ENDPOINT &&
145
145
  !@config.endpoint.split(".").first.include?("-")
146
146
  credentials ||= Credentials.default scope: @config.scope,
147
147
  enable_self_signed_jwt: enable_self_signed_jwt
@@ -572,7 +572,9 @@ module Google
572
572
  class Configuration
573
573
  extend ::Gapic::Config
574
574
 
575
- config_attr :endpoint, "bigquerystorage.googleapis.com", ::String
575
+ DEFAULT_ENDPOINT = "bigquerystorage.googleapis.com"
576
+
577
+ config_attr :endpoint, DEFAULT_ENDPOINT, ::String
576
578
  config_attr :credentials, nil do |value|
577
579
  allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
578
580
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
@@ -159,7 +159,7 @@ module Google
159
159
  credentials = @config.credentials
160
160
  # Use self-signed JWT if the endpoint is unchanged from default,
161
161
  # but only if the default endpoint does not have a region prefix.
162
- enable_self_signed_jwt = @config.endpoint == Client.configure.endpoint &&
162
+ enable_self_signed_jwt = @config.endpoint == Configuration::DEFAULT_ENDPOINT &&
163
163
  !@config.endpoint.split(".").first.include?("-")
164
164
  credentials ||= Credentials.default scope: @config.scope,
165
165
  enable_self_signed_jwt: enable_self_signed_jwt
@@ -827,7 +827,9 @@ module Google
827
827
  class Configuration
828
828
  extend ::Gapic::Config
829
829
 
830
- config_attr :endpoint, "bigquerystorage.googleapis.com", ::String
830
+ DEFAULT_ENDPOINT = "bigquerystorage.googleapis.com"
831
+
832
+ config_attr :endpoint, DEFAULT_ENDPOINT, ::String
831
833
  config_attr :credentials, nil do |value|
832
834
  allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
833
835
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module Storage
24
24
  module V1
25
- VERSION = "0.19.0"
25
+ VERSION = "0.19.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-bigquery-storage-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.19.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