google-cloud-edge_network-v1 2.0.1 → 2.0.2

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: 332b3ca15215a9cd8f84b44309a0e075129c8bae226996a6729f82487f7fd3ca
4
- data.tar.gz: 665f2493dea362098ad17f28d4d58ac7fa82ec76f89809475e905e0bb6f27d52
3
+ metadata.gz: 3e51d1ee20f270d332fc081228084516883c6774c3d53430ff24c349deff900c
4
+ data.tar.gz: 7f3510d7a58b8bfb89579af06e2beb033b7cd20c26a201681fcc0c4f936c4ecd
5
5
  SHA512:
6
- metadata.gz: c7390877af65bc3fc619db4ff35434eb921581616a2294fe5b39a03116d3071866d338d5d915f39927cccc262e0653beaae601f728b1116669f8a66725cf0c1e
7
- data.tar.gz: fdf82bf847927b1e997979d76703715ac00a28c4a39019fd7653771592fc0f9b4ff64f4f233e921ba0ecd4c8173ac3a88f73ee3b0c754ad1e03d0fd16014b025
6
+ metadata.gz: 13c0113afcd7f1261dfa6abe896abec58ed9cdbe78214bacd33472632853712763ff7db418cd547824beaa6054c620de04a44a4b216896114b5332d7a2496a33
7
+ data.tar.gz: b6a2a461246f5fba6caaf5426160a8e2dc111c9aaacbfd2902f723381dc61ca5f6b3d54fc2c2d55de231b4710aa387d5887dac8476adfea1b46e37548e3b48b0
@@ -2978,8 +2978,8 @@ module Google
2978
2978
 
2979
2979
  config_attr :endpoint, nil, ::String, nil
2980
2980
  config_attr :credentials, nil do |value|
2981
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
2982
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
2981
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
2982
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
2983
2983
  allowed.any? { |klass| klass === value }
2984
2984
  end
2985
2985
  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
@@ -2777,7 +2777,7 @@ module Google
2777
2777
 
2778
2778
  config_attr :endpoint, nil, ::String, nil
2779
2779
  config_attr :credentials, nil do |value|
2780
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
2780
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
2781
2781
  allowed.any? { |klass| klass === value }
2782
2782
  end
2783
2783
  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 EdgeNetwork
23
23
  module V1
24
- VERSION = "2.0.1"
24
+ VERSION = "2.0.2"
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-edge_network-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-18 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
@@ -124,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
124
  - !ruby/object:Gem::Version
125
125
  version: '0'
126
126
  requirements: []
127
- rubygems_version: 3.6.5
127
+ rubygems_version: 3.6.8
128
128
  specification_version: 4
129
129
  summary: Network management API for Distributed Cloud Edge.
130
130
  test_files: []