google-cloud-build-v1 1.5.0 → 1.5.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: 9a096f3239eb37e151c38d6dd2a28c35af3de1397f184c8c316c0f01fba18a6e
4
- data.tar.gz: d3f618d4d903be8172e277b4c2f51b6fad555913f0ba087907518bd6230fac76
3
+ metadata.gz: 226e37424e44dadc6c05b669e520f83ed99db855fe6cc42bb72b2fd99f40ede1
4
+ data.tar.gz: e1dee05a1b5ae681672b1d3805dc7e30c9e8812de6a40d8db2f399438b172fba
5
5
  SHA512:
6
- metadata.gz: 0b29259d9b1416df9bfd721903de47101febe5a83273fc8fd1eca909824f34e66c9fcd57434b399d5621e96301f755e4a2926fd2c44c659daeb988e9a7cd376b
7
- data.tar.gz: 8d919e820ba558c39fc58cc1203efd5f53ce96f627542c98b5188a542b3459362bfe78b90bc25bdce50ec6ef294f143703f8482db2c5cdcacb717b4803da3db7
6
+ metadata.gz: 4a4c384afdbdb9038ce0e85fa6582616795c12e757a964f13239071d2e87aeafde97c4cb16b28e93624fb814b91a509bc9d5bf9931d416006334573be6b2a610
7
+ data.tar.gz: c3b1bc30f2b5c01db9bb36b64ac2ad6fd81b97ceee2fed387c13992cb33c9eb8e3541e069d47e578d4e15e58c5ad19daf65a0e88e277111363c1e58b144db137
@@ -2211,8 +2211,8 @@ module Google
2211
2211
 
2212
2212
  config_attr :endpoint, nil, ::String, nil
2213
2213
  config_attr :credentials, nil do |value|
2214
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
2215
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
2214
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
2215
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
2216
2216
  allowed.any? { |klass| klass === value }
2217
2217
  end
2218
2218
  config_attr :scope, nil, ::String, ::Array, nil
@@ -701,8 +701,8 @@ module Google
701
701
 
702
702
  config_attr :endpoint, nil, ::String, nil
703
703
  config_attr :credentials, nil do |value|
704
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
705
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
704
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
705
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
706
706
  allowed.any? { |klass| klass === value }
707
707
  end
708
708
  config_attr :scope, nil, ::String, ::Array, nil
@@ -2015,7 +2015,7 @@ module Google
2015
2015
 
2016
2016
  config_attr :endpoint, nil, ::String, nil
2017
2017
  config_attr :credentials, nil do |value|
2018
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
2018
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
2019
2019
  allowed.any? { |klass| klass === value }
2020
2020
  end
2021
2021
  config_attr :scope, nil, ::String, ::Array, nil
@@ -556,7 +556,7 @@ module Google
556
556
 
557
557
  config_attr :endpoint, nil, ::String, nil
558
558
  config_attr :credentials, nil do |value|
559
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
559
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
560
560
  allowed.any? { |klass| klass === value }
561
561
  end
562
562
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Build
23
23
  module V1
24
- VERSION = "1.5.0"
24
+ VERSION = "1.5.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-build-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-13 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
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  - !ruby/object:Gem::Version
107
107
  version: '0'
108
108
  requirements: []
109
- rubygems_version: 3.6.3
109
+ rubygems_version: 3.6.8
110
110
  specification_version: 4
111
111
  summary: Creates and manages builds on Google Cloud Platform.
112
112
  test_files: []