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: f1d727e6cb4a9768300586b2c0b33ec6dace92848b7be8326abc2d08bc309c2d
4
- data.tar.gz: 432d2c67ab9ea2d993c0d56420c4957a0675ae6e5ff4f0ac564c6138c68b49f6
3
+ metadata.gz: 9f9b622f725d33e2ee40de543fca43a3c3e6015ffa2c567438f22ad535a46834
4
+ data.tar.gz: f59e0e705c12f81789c33740db4c45567d92d39020322646ccf8fe7257232c37
5
5
  SHA512:
6
- metadata.gz: d70a8c5f0bb2ed0f7cae56a57acdc552de8105e5eca3cc10f5cbdea612f95721440eff49a0122e14c102bc194c41ba03c97d3225031bc7e3528df2099951cf47
7
- data.tar.gz: e544ce6f22f3ed93aff1e38a76a0eba26da5fb0455f80b7129b57ff4b8281d05b95a2a95cf77dfda1ea9f21e77c9548762b18611d6b29057a7314622afa53594
6
+ metadata.gz: b15bc701a8953b59e5b482c5706f0e7359c75d4fd5c8b1b8402856c298a688fc351578c56e4509e2d33c67147dfcda6cbfc756c8f005adc730b0af77d6ffec0e
7
+ data.tar.gz: b7107b76aa87996fc21299cc732bd1abde090e6de31a1d0c737ff26820b09e1cec5df41ef438e132149d07dd85cda3bde1eb08a53549cc665f2a50b952b383e3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkmanagement_v1
2
2
 
3
+ ### v0.42.0 (2024-04-28)
4
+
5
+ * Regenerated from discovery document revision 20240417
6
+
3
7
  ### v0.41.0 (2024-03-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20240306
@@ -504,7 +504,7 @@ module Google
504
504
  # @return [Hash<String,String>]
505
505
  attr_accessor :labels
506
506
 
507
- # Required. Unique name of the resource using the form: `projects/`project_id`/
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.41.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 = "20240306"
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 for more
344
- # details.
343
+ # of `AMBIGUOUS`. See the documentation in `ConnectivityTest` for more details.
345
344
  # @param [String] name
346
- # Required. Unique name of the resource using the form: `projects/`project_id`/
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.41.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-03-17 00:00:00.000000000 Z
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.41.0
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: []