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: 9474a7a9970a30fc0892b036df937f84e61693d38b7c3f2218cc4d74aaf55295
4
- data.tar.gz: d27720851fb8281216cb3b6ea5ba6ec346ad90658e1e808b634e93bed2652404
3
+ metadata.gz: b6a31d33d60b81aec2c2ecf87b3e103c41abb06f411e2b45a032c0b9dc224627
4
+ data.tar.gz: a57716a2e47ab107ce73201c330f30a173960a38147f009eec5b6cb992c5512c
5
5
  SHA512:
6
- metadata.gz: 959adfb4d8eb037b4fa835a6ab21c0504b39f303a6e46a0c75ed66ce4c66ae697f7238884eeac8f4c2f3e05290b92520ba6c1ef73e334a97fc5f643291ba2105
7
- data.tar.gz: dd56d20d84b4d335a7c70f86c8aabbb3228e499b5ae41fa6ef771b3328d144d5fc7170baa40b24acb81fb9f890187807278270f7c3151bf0d63a99506635c249
6
+ metadata.gz: 999a2f2821a7b9cfc6b51fdbf0884a0988543564992b27b1d4ac0a867c0b4f63fcd15ae4f6797888baa87d4d02c01d484f139127fb807cb6d59b7fbb8efb536a
7
+ data.tar.gz: b6c7d745e5d7e7f77004aca5e6fea411957110828b346d318f5a1db5d5491512269c51bc7392aa3bcf22422af9b50929597ee496427fcbfc31e9cd35cf288818
@@ -22,7 +22,7 @@ module Google
22
22
  module Video
23
23
  module Stitcher
24
24
  module V1
25
- VERSION = "0.6.0"
25
+ VERSION = "0.6.1"
26
26
  end
27
27
  end
28
28
  end
@@ -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 == Client.configure.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
- config_attr :endpoint, "videostitcher.googleapis.com", ::String
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
- config_attr :endpoint, "videostitcher.googleapis.com", ::String
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.0
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-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