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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d7f29fc9be5605c0f9372b71f0790c3c8989dbc828e06c53ce60cb49db3fa4cc
|
4
|
+
data.tar.gz: d002f50749a976e66776e10b46d98f18949e8d743a6c3e4c6e4d6d495240442b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 ==
|
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
|
-
|
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 ==
|
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
|
-
|
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
|
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.
|
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-
|
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
|