google-cloud-network_management-v1 0.3.0 → 0.4.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: 3b4db0506c991e596ab80d92a0bb40120ce8461ca3e6daab830ca852dbbbd8ed
4
- data.tar.gz: 534423005ef30fd53302a79f02e61e3553ea510c633fac0c89e59a638cc17d4a
3
+ metadata.gz: 92cfa7cf7dec8c8909c506f7c85bfd36bf9181860f726871d265699adae4b775
4
+ data.tar.gz: a3d0bc9d429359dbb7afcd6e61398f1dea38ebd231e6535449a73e28f92be336
5
5
  SHA512:
6
- metadata.gz: 3689dba411d864dc8b4fd0cbeda8a4dd56b59709a8b649ab8a751e2246010b4f647fa096ba35bd8d7459e2add72bcf4f16c12b401fe2661f01e5ae69e695788b
7
- data.tar.gz: 232356bf45410555c8a870a6bb15e2fce4f79353d6d25e2a3c39cb9edcb9639402326ceb939710e09e3f44b32616e01858e0d9beb8810552be5b90fe40796a72
6
+ metadata.gz: 848fd7afff40b64f5d6eb5733b35cb7367e225eb16aad23a3a34f2585eea14b8a1aef3ec0cf7cba27fe6d44e155fe3cc7b300e644654ea6727e5af1b155e8edc
7
+ data.tar.gz: 88d654ed9bafba5f126fbb84fc669723be307dd2f326d6133dcfa8577b0189d6befe548d0037b4f93641a08cb2692948eae6adea355544ca5d42407daf9506d7
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module NetworkManagement
23
23
  module V1
24
- VERSION = "0.3.0"
24
+ VERSION = "0.4.0"
25
25
  end
26
26
  end
27
27
  end
@@ -6,6 +6,7 @@ require 'google/protobuf'
6
6
  require 'google/api/annotations_pb'
7
7
  require 'google/api/client_pb'
8
8
  require 'google/api/field_behavior_pb'
9
+ require 'google/api/resource_pb'
9
10
  require 'google/cloud/networkmanagement/v1/connectivity_test_pb'
10
11
  require 'google/longrunning/operations_pb'
11
12
  require 'google/protobuf/field_mask_pb'
@@ -122,6 +122,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
122
122
  value :NEXT_HOP_INTERNET_GATEWAY, 8
123
123
  value :NEXT_HOP_BLACKHOLE, 9
124
124
  value :NEXT_HOP_ILB, 10
125
+ value :NEXT_HOP_ROUTER_APPLIANCE, 11
125
126
  end
126
127
  add_message "google.cloud.networkmanagement.v1.ForwardingRuleInfo" do
127
128
  optional :display_name, :string, 1
@@ -244,6 +245,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
244
245
  value :MISMATCHED_SOURCE_NETWORK, 12
245
246
  value :DESTINATION_ENDPOINT_NOT_FOUND, 13
246
247
  value :MISMATCHED_DESTINATION_NETWORK, 14
248
+ value :UNSUPPORTED, 15
247
249
  end
248
250
  add_message "google.cloud.networkmanagement.v1.DropInfo" do
249
251
  optional :cause, :enum, 1, "google.cloud.networkmanagement.v1.DropInfo.Cause"
@@ -408,6 +408,11 @@ module Google
408
408
 
409
409
  # Next hop is the forwarding rule of an Internal Load Balancer.
410
410
  NEXT_HOP_ILB = 10
411
+
412
+ # Next hop is a
413
+ # [router appliance
414
+ # instance](https://cloud.google.com/network-connectivity/docs/network-connectivity-center/concepts/ra-overview).
415
+ NEXT_HOP_ROUTER_APPLIANCE = 11
411
416
  end
412
417
  end
413
418
 
@@ -780,6 +785,9 @@ module Google
780
785
  # Aborted because the destination network does not match the destination
781
786
  # endpoint.
782
787
  MISMATCHED_DESTINATION_NETWORK = 14
788
+
789
+ # Aborted because the test scenario is not supported.
790
+ UNSUPPORTED = 15
783
791
  end
784
792
  end
785
793
 
@@ -832,9 +840,7 @@ module Google
832
840
 
833
841
  # Instance with only an internal IP address tries to access external hosts,
834
842
  # but Cloud NAT is not enabled in the subnet, unless special configurations
835
- # on a VM allow this connection. For more details, see [Special
836
- # configurations for VM
837
- # instances](https://cloud.google.com/vpc/docs/special-configurations).
843
+ # on a VM allow this connection.
838
844
  NO_EXTERNAL_ADDRESS = 9
839
845
 
840
846
  # Destination internal address cannot be resolved to a known target. If
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-network_management-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.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: 2022-07-05 00:00:00.000000000 Z
11
+ date: 2022-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common