google-apis-networkmanagement_v1 0.51.0 → 0.52.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 52daf8e55cf59e771ac88cacd1e5978f19ef3b767771759965edef32562e6e38
4
- data.tar.gz: 2f08d2903bf1134dd11c30a877c42e785163d52c0697d7af6bb0a2933c125841
3
+ metadata.gz: 9bb7a0495d41b90de7e71e154b6a3a5c79d8f19bb7a606f12e4eb25bb2c8ec9a
4
+ data.tar.gz: 764bfa956c72f65540d1f15933f39e9685557ec60aba5c3d9b0dfe10fcd0dc2a
5
5
  SHA512:
6
- metadata.gz: ff5e919388645164e86b671b97d297a11bb823d3c91bbafbe8935f3231e514d02899ecbe1d76b2aac7b39da1d4f3772d1b99b5089e61cdd214d06d183fb77598
7
- data.tar.gz: 7daf14779fd16dd0168a0cf8a0ad9543c6c64824b6546542c691fe538c83d4b61f5553431b98e4b8d430681f11e4970c2bc43546a49e700894100f93eb553ccc
6
+ metadata.gz: f5b7fa08d823803eb09d834516c9329274b039ab784d6131cdc53db6fde93324f64c9376bbad984bdbc1908b3dfe3fbb34be8e977a2392147ec120dfa0aef0a4
7
+ data.tar.gz: ab6efd8960244fbd0c21824cec149380c7e53f022d0364fffb51ab879783f10dfdd4022ff0bf1a547dd409a832b05d6ec838317074f9f517e987d851c60dd108
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkmanagement_v1
2
2
 
3
+ ### v0.52.0 (2024-12-08)
4
+
5
+ * Regenerated from discovery document revision 20241202
6
+
3
7
  ### v0.51.0 (2024-11-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20241106
@@ -531,6 +531,18 @@ module Google
531
531
  # @return [Array<String>]
532
532
  attr_accessor :related_projects
533
533
 
534
+ # Results of the configuration analysis from the last run of the test.
535
+ # Corresponds to the JSON property `returnReachabilityDetails`
536
+ # @return [Google::Apis::NetworkmanagementV1::ReachabilityDetails]
537
+ attr_accessor :return_reachability_details
538
+
539
+ # Whether run analysis for the return path from destination to source. Default
540
+ # value is false.
541
+ # Corresponds to the JSON property `roundTrip`
542
+ # @return [Boolean]
543
+ attr_accessor :round_trip
544
+ alias_method :round_trip?, :round_trip
545
+
534
546
  # Source or destination of the Connectivity Test.
535
547
  # Corresponds to the JSON property `source`
536
548
  # @return [Google::Apis::NetworkmanagementV1::Endpoint]
@@ -558,6 +570,8 @@ module Google
558
570
  @protocol = args[:protocol] if args.key?(:protocol)
559
571
  @reachability_details = args[:reachability_details] if args.key?(:reachability_details)
560
572
  @related_projects = args[:related_projects] if args.key?(:related_projects)
573
+ @return_reachability_details = args[:return_reachability_details] if args.key?(:return_reachability_details)
574
+ @round_trip = args[:round_trip] if args.key?(:round_trip)
561
575
  @source = args[:source] if args.key?(:source)
562
576
  @update_time = args[:update_time] if args.key?(:update_time)
563
577
  end
@@ -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.51.0"
19
+ GEM_VERSION = "0.52.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241106"
25
+ REVISION = "20241202"
26
26
  end
27
27
  end
28
28
  end
@@ -493,6 +493,9 @@ module Google
493
493
  property :reachability_details, as: 'reachabilityDetails', class: Google::Apis::NetworkmanagementV1::ReachabilityDetails, decorator: Google::Apis::NetworkmanagementV1::ReachabilityDetails::Representation
494
494
 
495
495
  collection :related_projects, as: 'relatedProjects'
496
+ property :return_reachability_details, as: 'returnReachabilityDetails', class: Google::Apis::NetworkmanagementV1::ReachabilityDetails, decorator: Google::Apis::NetworkmanagementV1::ReachabilityDetails::Representation
497
+
498
+ property :round_trip, as: 'roundTrip'
496
499
  property :source, as: 'source', class: Google::Apis::NetworkmanagementV1::Endpoint, decorator: Google::Apis::NetworkmanagementV1::Endpoint::Representation
497
500
 
498
501
  property :update_time, as: 'updateTime'
@@ -501,8 +501,8 @@ module Google
501
501
  # Clients can use Operations.GetOperation or other methods to check whether the
502
502
  # cancellation succeeded or whether the operation completed despite cancellation.
503
503
  # On successful cancellation, the operation is not deleted; instead, it becomes
504
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
505
- # corresponding to `Code.CANCELLED`.
504
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
505
+ # , corresponding to `Code.CANCELLED`.
506
506
  # @param [String] name
507
507
  # The name of the operation resource to be cancelled.
508
508
  # @param [Google::Apis::NetworkmanagementV1::CancelOperationRequest] cancel_operation_request_object
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.51.0
4
+ version: 0.52.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-12-04 00:00:00.000000000 Z
11
+ date: 2024-12-08 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.51.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.52.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.22
78
+ rubygems_version: 3.5.23
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Network Management API V1