Skip to content

Commit b84cdd8

Browse files
Google APIscopybara-github
authored andcommitted
docs: update several comments
PiperOrigin-RevId: 460906639
1 parent 3f2a998 commit b84cdd8

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

google/cloud/networkmanagement/v1beta1/reachability.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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";
1717
package google.cloud.networkmanagement.v1beta1;
1818

1919
import "google/api/annotations.proto";
20+
import "google/api/client.proto";
2021
import "google/api/field_behavior.proto";
2122
import "google/api/resource.proto";
2223
import "google/cloud/networkmanagement/v1beta1/connectivity_test.proto";
2324
import "google/longrunning/operations.proto";
2425
import "google/protobuf/field_mask.proto";
2526
import "google/protobuf/timestamp.proto";
26-
import "google/api/client.proto";
2727

2828
option csharp_namespace = "Google.Cloud.NetworkManagement.V1Beta1";
2929
option go_package = "google.golang.org/genproto/googleapis/cloud/networkmanagement/v1beta1;networkmanagement";

google/cloud/networkmanagement/v1beta1/trace.proto

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)