File tree Expand file tree Collapse file tree
google/cloud/networkmanagement/v1beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- // Copyright 2021 Google LLC
1+ // Copyright 2022 Google LLC
22//
33// Licensed under the Apache License, Version 2.0 (the "License");
44// you may not use this file except in compliance with the License.
@@ -17,13 +17,13 @@ syntax = "proto3";
1717package google.cloud.networkmanagement.v1beta1 ;
1818
1919import "google/api/annotations.proto" ;
20+ import "google/api/client.proto" ;
2021import "google/api/field_behavior.proto" ;
2122import "google/api/resource.proto" ;
2223import "google/cloud/networkmanagement/v1beta1/connectivity_test.proto" ;
2324import "google/longrunning/operations.proto" ;
2425import "google/protobuf/field_mask.proto" ;
2526import "google/protobuf/timestamp.proto" ;
26- import "google/api/client.proto" ;
2727
2828option csharp_namespace = "Google.Cloud.NetworkManagement.V1Beta1" ;
2929option go_package = "google.golang.org/genproto/googleapis/cloud/networkmanagement/v1beta1;networkmanagement" ;
Original file line number Diff line number Diff line change @@ -771,7 +771,7 @@ message DropInfo {
771771 // as test input.
772772 UNKNOWN_EXTERNAL_ADDRESS = 1 ;
773773
774- // a Compute Engine instance can only send or receive a packet with a
774+ // A Compute Engine instance can only send or receive a packet with a
775775 // foreign IP address if ip_forward is enabled.
776776 FOREIGN_IP_DISALLOWED = 2 ;
777777
@@ -799,9 +799,7 @@ message DropInfo {
799799
800800 // Instance with only an internal IP address tries to access external hosts,
801801 // but Cloud NAT is not enabled in the subnet, unless special configurations
802- // on a VM allow this connection. For more details, see [Special
803- // configurations for VM
804- // instances](https://cloud.google.com/vpc/docs/special-configurations).
802+ // on a VM allow this connection.
805803 NO_EXTERNAL_ADDRESS = 9 ;
806804
807805 // Destination internal address cannot be resolved to a known target. If
You can’t perform that action at this time.
0 commit comments