google-cloud-network_management-v1 2.1.0 → 2.2.0

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: e632d80ac6503a1c9cdbb46502dcfb5b06b861fc758e6c48b05b3ce95d2d929f
4
- data.tar.gz: 6969d81e2ae6b66735eee2814d99075a7f6f152ffa4a4ced00b60f16c1d57a56
3
+ metadata.gz: 32c372defdeffd2ff85bc1426a3b2e7a9c05498b638d425be32df41c0072c098
4
+ data.tar.gz: 8f15b57537b24afcd643e5156e575bcb3b5512ec1dee106bfa88f3eeeb5952dd
5
5
  SHA512:
6
- metadata.gz: 444a73789c5e0f81905b8baaeea0a47fa17212b9ec33328d5a6331b267ac20881d05889165e230aa39122a121c8e3dc1e82985cd940d92e9fc4a58ff9a46300b
7
- data.tar.gz: d9e3410f586b3c569d124d96f4c3a9d9817efe04605de5f18a98af5929913d7bbc02a6473e3d06d1af60b93b02b5649b29a3bb547e496beecbfd5ced92abf8a7
6
+ metadata.gz: 92c39a065aba13b0e1ece4e96c7255865425497bf1ebf69e2ce308f09cd767d69139394fd91d0a602fe2aac97f9d447c3dad39a0026585ccf5cc193b831ae8b2
7
+ data.tar.gz: 8589921401f16e9d3a6a712cf0f586e28c95783a33258581f2433c182e74357a276d44a6a4656b4a94bb2e27ed5e6c5793d3fca861a42730428f72580287899b
@@ -975,8 +975,8 @@ module Google
975
975
 
976
976
  config_attr :endpoint, nil, ::String, nil
977
977
  config_attr :credentials, nil do |value|
978
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
979
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
978
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
979
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
980
980
  allowed.any? { |klass| klass === value }
981
981
  end
982
982
  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
@@ -919,7 +919,7 @@ module Google
919
919
 
920
920
  config_attr :endpoint, nil, ::String, nil
921
921
  config_attr :credentials, nil do |value|
922
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
922
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
923
923
  allowed.any? { |klass| klass === value }
924
924
  end
925
925
  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 NetworkManagement
23
23
  module V1
24
- VERSION = "2.1.0"
24
+ VERSION = "2.2.0"
25
25
  end
26
26
  end
27
27
  end
@@ -844,8 +844,8 @@ module Google
844
844
 
845
845
  config_attr :endpoint, nil, ::String, nil
846
846
  config_attr :credentials, nil do |value|
847
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
848
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
847
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
848
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
849
849
  allowed.any? { |klass| klass === value }
850
850
  end
851
851
  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
@@ -795,7 +795,7 @@ module Google
795
795
 
796
796
  config_attr :endpoint, nil, ::String, nil
797
797
  config_attr :credentials, nil do |value|
798
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
798
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
799
799
  allowed.any? { |klass| klass === value }
800
800
  end
801
801
  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
metadata CHANGED
@@ -1,34 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-network_management-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-21 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
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: 0.25.0
19
- - - "<"
16
+ - - "~>"
20
17
  - !ruby/object:Gem::Version
21
- version: 2.a
18
+ version: '1.0'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
25
22
  requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- version: 0.25.0
29
- - - "<"
23
+ - - "~>"
30
24
  - !ruby/object:Gem::Version
31
- version: 2.a
25
+ version: '1.0'
32
26
  - !ruby/object:Gem::Dependency
33
27
  name: google-cloud-errors
34
28
  requirement: !ruby/object:Gem::Requirement
@@ -47,42 +41,30 @@ dependencies:
47
41
  name: google-cloud-location
48
42
  requirement: !ruby/object:Gem::Requirement
49
43
  requirements:
50
- - - ">="
51
- - !ruby/object:Gem::Version
52
- version: '0.7'
53
- - - "<"
44
+ - - "~>"
54
45
  - !ruby/object:Gem::Version
55
- version: 2.a
46
+ version: '1.0'
56
47
  type: :runtime
57
48
  prerelease: false
58
49
  version_requirements: !ruby/object:Gem::Requirement
59
50
  requirements:
60
- - - ">="
61
- - !ruby/object:Gem::Version
62
- version: '0.7'
63
- - - "<"
51
+ - - "~>"
64
52
  - !ruby/object:Gem::Version
65
- version: 2.a
53
+ version: '1.0'
66
54
  - !ruby/object:Gem::Dependency
67
55
  name: google-iam-v1
68
56
  requirement: !ruby/object:Gem::Requirement
69
57
  requirements:
70
- - - ">="
71
- - !ruby/object:Gem::Version
72
- version: '0.7'
73
- - - "<"
58
+ - - "~>"
74
59
  - !ruby/object:Gem::Version
75
- version: 2.a
60
+ version: '1.3'
76
61
  type: :runtime
77
62
  prerelease: false
78
63
  version_requirements: !ruby/object:Gem::Requirement
79
64
  requirements:
80
- - - ">="
81
- - !ruby/object:Gem::Version
82
- version: '0.7'
83
- - - "<"
65
+ - - "~>"
84
66
  - !ruby/object:Gem::Version
85
- version: 2.a
67
+ version: '1.3'
86
68
  description: The Network Management API provides a collection of network performance
87
69
  monitoring and diagnostic capabilities. Note that google-cloud-network_management-v1
88
70
  is a version-specific client library. For most uses, we recommend installing the
@@ -157,14 +139,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
157
139
  requirements:
158
140
  - - ">="
159
141
  - !ruby/object:Gem::Version
160
- version: '3.0'
142
+ version: '3.1'
161
143
  required_rubygems_version: !ruby/object:Gem::Requirement
162
144
  requirements:
163
145
  - - ">="
164
146
  - !ruby/object:Gem::Version
165
147
  version: '0'
166
148
  requirements: []
167
- rubygems_version: 3.6.5
149
+ rubygems_version: 3.6.8
168
150
  specification_version: 4
169
151
  summary: The Network Management API provides a collection of network performance monitoring
170
152
  and diagnostic capabilities.