google-apis-networkmanagement_v1 0.41.0 → 0.42.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9f9b622f725d33e2ee40de543fca43a3c3e6015ffa2c567438f22ad535a46834
|
|
4
|
+
data.tar.gz: f59e0e705c12f81789c33740db4c45567d92d39020322646ccf8fe7257232c37
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b15bc701a8953b59e5b482c5706f0e7359c75d4fd5c8b1b8402856c298a688fc351578c56e4509e2d33c67147dfcda6cbfc756c8f005adc730b0af77d6ffec0e
|
|
7
|
+
data.tar.gz: b7107b76aa87996fc21299cc732bd1abde090e6de31a1d0c737ff26820b09e1cec5df41ef438e132149d07dd85cda3bde1eb08a53549cc665f2a50b952b383e3
|
data/CHANGELOG.md
CHANGED
|
@@ -504,7 +504,7 @@ module Google
|
|
|
504
504
|
# @return [Hash<String,String>]
|
|
505
505
|
attr_accessor :labels
|
|
506
506
|
|
|
507
|
-
#
|
|
507
|
+
# Identifier. Unique name of the resource using the form: `projects/`project_id`/
|
|
508
508
|
# locations/global/connectivityTests/`test_id``
|
|
509
509
|
# Corresponds to the JSON property `name`
|
|
510
510
|
# @return [String]
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module NetworkmanagementV1
|
|
18
18
|
# Version of the google-apis-networkmanagement_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.42.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240417"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -340,10 +340,9 @@ module Google
|
|
|
340
340
|
# permissions to the network configurations of listed projects), then the
|
|
341
341
|
# reachability result returns a value of UNKNOWN. If the endpoint specifications
|
|
342
342
|
# in `ConnectivityTest` are incomplete, the reachability result returns a value
|
|
343
|
-
# of `AMBIGUOUS`. See the documentation in `ConnectivityTest` for
|
|
344
|
-
# details.
|
|
343
|
+
# of `AMBIGUOUS`. See the documentation in `ConnectivityTest` for more details.
|
|
345
344
|
# @param [String] name
|
|
346
|
-
#
|
|
345
|
+
# Identifier. Unique name of the resource using the form: `projects/`project_id`/
|
|
347
346
|
# locations/global/connectivityTests/`test_id``
|
|
348
347
|
# @param [Google::Apis::NetworkmanagementV1::ConnectivityTest] connectivity_test_object
|
|
349
348
|
# @param [String] update_mask
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-networkmanagement_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.42.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-04-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.42.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|