google-cloud-video-stitcher-v1 1.2.0 → 1.2.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: ff70f27ad3b342e6cf1d416c105e6cbf5a9e098d34c1c87f7dab60907d4b5002
4
- data.tar.gz: a3652d29f296a1acb89163bb1865caf23be8408ed335d76aef304454abb41ac3
3
+ metadata.gz: 1db2a261b1478ba154bc1a6bcd5a7791a7b359be8475d572d5a10b3675653969
4
+ data.tar.gz: ad5522121db3645a2ad0dc93ef7a20ad45ee947c0d28f0b4897154f506a42719
5
5
  SHA512:
6
- metadata.gz: 7ad89222a9d089b18244d07851cad1d6ff4547c5cd7684d1eba415812c2594fbdc83f3805e5e5b4a88f3c46874c5dd4f12ea17e50dfdc6abfeeb5f8d7564d41a
7
- data.tar.gz: 7bfee46701784c49425065d7943cbc08109480e4e95f36f9c10e539736c6bec58ecd1752c7bf64ff545304d43aeeb049d7b0e058c04432e5d220b422e248397e
6
+ metadata.gz: 220fd421ecbf40ad71abaf07a308e9bbbec75733764c2a34a0e14b54e24d1a1011d3479d7b9292835d38771854774a9d31d396f411095e3b7c6a94943a090c39
7
+ data.tar.gz: a2a5d50b5c887f062c93d7c8ad7d03c0d14a0ddaa7197ff713292e6e20afd64edd99037b4984211abdc2e6b36c4e721a760f4211cdff17218f28a9f482c86655
@@ -22,7 +22,7 @@ module Google
22
22
  module Video
23
23
  module Stitcher
24
24
  module V1
25
- VERSION = "1.2.0"
25
+ VERSION = "1.2.1"
26
26
  end
27
27
  end
28
28
  end
@@ -3240,8 +3240,8 @@ module Google
3240
3240
 
3241
3241
  config_attr :endpoint, nil, ::String, nil
3242
3242
  config_attr :credentials, nil do |value|
3243
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
3244
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
3243
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
3244
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
3245
3245
  allowed.any? { |klass| klass === value }
3246
3246
  end
3247
3247
  config_attr :scope, nil, ::String, ::Array, nil
@@ -702,8 +702,8 @@ module Google
702
702
 
703
703
  config_attr :endpoint, nil, ::String, nil
704
704
  config_attr :credentials, nil do |value|
705
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
706
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
705
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
706
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
707
707
  allowed.any? { |klass| klass === value }
708
708
  end
709
709
  config_attr :scope, nil, ::String, ::Array, nil
@@ -221,6 +221,12 @@ module Google
221
221
  # Pythonic which are included in `protobuf>=5.29.x`. This feature will be
222
222
  # enabled by default 1 month after launching the feature in preview
223
223
  # packages.
224
+ # @!attribute [rw] unversioned_package_disabled
225
+ # @return [::Boolean]
226
+ # Disables generation of an unversioned Python package for this client
227
+ # library. This means that the module names will need to be versioned in
228
+ # import statements. For example `import google.cloud.library_v2` instead
229
+ # of `import google.cloud.library`.
224
230
  class ExperimentalFeatures
225
231
  include ::Google::Protobuf::MessageExts
226
232
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -409,6 +415,14 @@ module Google
409
415
  # @return [::Array<::String>]
410
416
  # An allowlist of the fully qualified names of RPCs that should be included
411
417
  # on public client surfaces.
418
+ # @!attribute [rw] generate_omitted_as_internal
419
+ # @return [::Boolean]
420
+ # Setting this to true indicates to the client generators that methods
421
+ # that would be excluded from the generation should instead be generated
422
+ # in a way that indicates these methods should not be consumed by
423
+ # end users. How this is expressed is up to individual language
424
+ # implementations to decide. Some examples may be: added annotations,
425
+ # obfuscated identifiers, or other language idiomatic patterns.
412
426
  class SelectiveGapicGeneration
413
427
  include ::Google::Protobuf::MessageExts
414
428
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-video-stitcher-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
121
  - !ruby/object:Gem::Version
122
122
  version: '0'
123
123
  requirements: []
124
- rubygems_version: 3.6.2
124
+ rubygems_version: 3.6.8
125
125
  specification_version: 4
126
126
  summary: API Client library for the Video Stitcher V1 API
127
127
  test_files: []