google-apis-networkmanagement_v1beta1 0.43.0 → 0.44.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: 11b7de36b74a9024c3667101169287c7d4b22e245bf39c131d5b0d82378228c6
4
- data.tar.gz: 04ba24b7b631d15f457748d04c7fdb2b507a403d61dabecbbc66c5248ae998c5
3
+ metadata.gz: f6d7c72f4606f9e6c7a6ec94af78ffcd768750fa1c7d5b2059f6dae1d1a30048
4
+ data.tar.gz: f9d509ca60640a487d1b1bad0670e50ed9b0ba957a5626c1462482473fafd1fd
5
5
  SHA512:
6
- metadata.gz: a94130d448ccbc77e9f01f896320f4f060973eb7b2a3cd2883fe5a04d2088214e6b887826b800714a7a1177ad3abf07f8ce5880583646676bc482ee686cfeeab
7
- data.tar.gz: 41ac6e6a2ee561fafc8d5a4d20a41f753ec66041605d149a5ec99a6a1847bd83ed607d365cacd82f768aadf570d12b559d897f9c752fcfbed9441ee17090aa35
6
+ metadata.gz: 6b28dd9761fdbe526c7ecb3cd326dab6621c3d0e3feb31222eaef6db938da3a6176064fd7ddaadc7ec88c8c7a955b1711f7275b77e7a21c59c5274641eb04430
7
+ data.tar.gz: c229a9b8e6334f60f8204722b6ec2a67bde0ff0458f0dfaabeb0767ae21d6b4df9d1ccb5f3884e1f4ccf1931ded24d77a0c8e3637bef33bf8014099cf8bc18e6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkmanagement_v1beta1
2
2
 
3
+ ### v0.44.0 (2024-03-17)
4
+
5
+ * Regenerated from discovery document revision 20240306
6
+
3
7
  ### v0.43.0 (2024-03-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20240221
@@ -477,6 +477,13 @@ module Google
477
477
  class ConnectivityTest
478
478
  include Google::Apis::Core::Hashable
479
479
 
480
+ # Whether the test should skip firewall checking. If not provided, we assume
481
+ # false.
482
+ # Corresponds to the JSON property `bypassFirewallChecks`
483
+ # @return [Boolean]
484
+ attr_accessor :bypass_firewall_checks
485
+ alias_method :bypass_firewall_checks?, :bypass_firewall_checks
486
+
480
487
  # Output only. The time the test was created.
481
488
  # Corresponds to the JSON property `createTime`
482
489
  # @return [String]
@@ -546,6 +553,7 @@ module Google
546
553
 
547
554
  # Update properties of this object
548
555
  def update!(**args)
556
+ @bypass_firewall_checks = args[:bypass_firewall_checks] if args.key?(:bypass_firewall_checks)
549
557
  @create_time = args[:create_time] if args.key?(:create_time)
550
558
  @description = args[:description] if args.key?(:description)
551
559
  @destination = args[:destination] if args.key?(:destination)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkmanagementV1beta1
18
18
  # Version of the google-apis-networkmanagement_v1beta1 gem
19
- GEM_VERSION = "0.43.0"
19
+ GEM_VERSION = "0.44.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 = "20240221"
25
+ REVISION = "20240306"
26
26
  end
27
27
  end
28
28
  end
@@ -462,6 +462,7 @@ module Google
462
462
  class ConnectivityTest
463
463
  # @private
464
464
  class Representation < Google::Apis::Core::JsonRepresentation
465
+ property :bypass_firewall_checks, as: 'bypassFirewallChecks'
465
466
  property :create_time, as: 'createTime'
466
467
  property :description, as: 'description'
467
468
  property :destination, as: 'destination', class: Google::Apis::NetworkmanagementV1beta1::Endpoint, decorator: Google::Apis::NetworkmanagementV1beta1::Endpoint::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkmanagement_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.43.0
4
+ version: 0.44.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-03 00:00:00.000000000 Z
11
+ date: 2024-03-17 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.43.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.44.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []