google-apis-networkmanagement_v1beta1 0.43.0 → 0.44.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: f6d7c72f4606f9e6c7a6ec94af78ffcd768750fa1c7d5b2059f6dae1d1a30048
|
|
4
|
+
data.tar.gz: f9d509ca60640a487d1b1bad0670e50ed9b0ba957a5626c1462482473fafd1fd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b28dd9761fdbe526c7ecb3cd326dab6621c3d0e3feb31222eaef6db938da3a6176064fd7ddaadc7ec88c8c7a955b1711f7275b77e7a21c59c5274641eb04430
|
|
7
|
+
data.tar.gz: c229a9b8e6334f60f8204722b6ec2a67bde0ff0458f0dfaabeb0767ae21d6b4df9d1ccb5f3884e1f4ccf1931ded24d77a0c8e3637bef33bf8014099cf8bc18e6
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|