google-apis-networkmanagement_v1 0.40.0 → 0.42.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: e5e955a3bc71063a064ae69ec698df7b132d447720e8d23682c942fbc025d7c8
4
- data.tar.gz: 94cb9d2d1cbf9d36804c3fbf455bf1aa19962b0545f7b745353c031dfe9905da
3
+ metadata.gz: 9f9b622f725d33e2ee40de543fca43a3c3e6015ffa2c567438f22ad535a46834
4
+ data.tar.gz: f59e0e705c12f81789c33740db4c45567d92d39020322646ccf8fe7257232c37
5
5
  SHA512:
6
- metadata.gz: b09e87de360b808fafd244f61b60fef159ca3487fdcfde63b76df0c57df585819b53f0667f54a472e68171d78af336ff4731d54c6e647cbab0ec199cd614715c
7
- data.tar.gz: 17cd18d755307ba7911f5cc8c14d91c24105dafc7b5590be30bd03d1d5e1d3d86fba141f35952652a6dbc61d889481d04d0c9b6a591b80ed4ace194a54848ff4
6
+ metadata.gz: b15bc701a8953b59e5b482c5706f0e7359c75d4fd5c8b1b8402856c298a688fc351578c56e4509e2d33c67147dfcda6cbfc756c8f005adc730b0af77d6ffec0e
7
+ data.tar.gz: b7107b76aa87996fc21299cc732bd1abde090e6de31a1d0c737ff26820b09e1cec5df41ef438e132149d07dd85cda3bde1eb08a53549cc665f2a50b952b383e3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.41.0 (2024-03-17)
8
+
9
+ * Regenerated from discovery document revision 20240306
10
+
3
11
  ### v0.40.0 (2024-03-03)
4
12
 
5
13
  * Regenerated from discovery document revision 20240221
@@ -471,6 +471,13 @@ module Google
471
471
  class ConnectivityTest
472
472
  include Google::Apis::Core::Hashable
473
473
 
474
+ # Whether the test should skip firewall checking. If not provided, we assume
475
+ # false.
476
+ # Corresponds to the JSON property `bypassFirewallChecks`
477
+ # @return [Boolean]
478
+ attr_accessor :bypass_firewall_checks
479
+ alias_method :bypass_firewall_checks?, :bypass_firewall_checks
480
+
474
481
  # Output only. The time the test was created.
475
482
  # Corresponds to the JSON property `createTime`
476
483
  # @return [String]
@@ -497,7 +504,7 @@ module Google
497
504
  # @return [Hash<String,String>]
498
505
  attr_accessor :labels
499
506
 
500
- # 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`/
501
508
  # locations/global/connectivityTests/`test_id``
502
509
  # Corresponds to the JSON property `name`
503
510
  # @return [String]
@@ -540,6 +547,7 @@ module Google
540
547
 
541
548
  # Update properties of this object
542
549
  def update!(**args)
550
+ @bypass_firewall_checks = args[:bypass_firewall_checks] if args.key?(:bypass_firewall_checks)
543
551
  @create_time = args[:create_time] if args.key?(:create_time)
544
552
  @description = args[:description] if args.key?(:description)
545
553
  @destination = args[:destination] if args.key?(:destination)
@@ -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.40.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 = "20240221"
25
+ REVISION = "20240417"
26
26
  end
27
27
  end
28
28
  end
@@ -461,6 +461,7 @@ module Google
461
461
  class ConnectivityTest
462
462
  # @private
463
463
  class Representation < Google::Apis::Core::JsonRepresentation
464
+ property :bypass_firewall_checks, as: 'bypassFirewallChecks'
464
465
  property :create_time, as: 'createTime'
465
466
  property :description, as: 'description'
466
467
  property :destination, as: 'destination', class: Google::Apis::NetworkmanagementV1::Endpoint, decorator: Google::Apis::NetworkmanagementV1::Endpoint::Representation
@@ -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.40.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-03 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.40.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: []