google-cloud-video-stitcher-v1 0.6.0 → 0.6.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b6a31d33d60b81aec2c2ecf87b3e103c41abb06f411e2b45a032c0b9dc224627
|
|
4
|
+
data.tar.gz: a57716a2e47ab107ce73201c330f30a173960a38147f009eec5b6cb992c5512c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 999a2f2821a7b9cfc6b51fdbf0884a0988543564992b27b1d4ac0a867c0b4f63fcd15ae4f6797888baa87d4d02c01d484f139127fb807cb6d59b7fbb8efb536a
|
|
7
|
+
data.tar.gz: b6c7d745e5d7e7f77004aca5e6fea411957110828b346d318f5a1db5d5491512269c51bc7392aa3bcf22422af9b50929597ee496427fcbfc31e9cd35cf288818
|
|
@@ -173,7 +173,7 @@ module Google
|
|
|
173
173
|
credentials = @config.credentials
|
|
174
174
|
# Use self-signed JWT if the endpoint is unchanged from default,
|
|
175
175
|
# but only if the default endpoint does not have a region prefix.
|
|
176
|
-
enable_self_signed_jwt = @config.endpoint ==
|
|
176
|
+
enable_self_signed_jwt = @config.endpoint == Configuration::DEFAULT_ENDPOINT &&
|
|
177
177
|
!@config.endpoint.split(".").first.include?("-")
|
|
178
178
|
credentials ||= Credentials.default scope: @config.scope,
|
|
179
179
|
enable_self_signed_jwt: enable_self_signed_jwt
|
|
@@ -2554,7 +2554,9 @@ module Google
|
|
|
2554
2554
|
class Configuration
|
|
2555
2555
|
extend ::Gapic::Config
|
|
2556
2556
|
|
|
2557
|
-
|
|
2557
|
+
DEFAULT_ENDPOINT = "videostitcher.googleapis.com"
|
|
2558
|
+
|
|
2559
|
+
config_attr :endpoint, DEFAULT_ENDPOINT, ::String
|
|
2558
2560
|
config_attr :credentials, nil do |value|
|
|
2559
2561
|
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
2560
2562
|
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 = "videostitcher.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-video-stitcher-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.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
|