Skip to content

Commit 7b605f6

Browse files
Google APIscopybara-github
authored andcommitted
docs: Update comments in Connectivity Test protos
PiperOrigin-RevId: 525049130
1 parent e9f0700 commit 7b605f6

2 files changed

Lines changed: 14 additions & 11 deletions

File tree

google/cloud/networkmanagement/v1/connectivity_test.proto

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,18 @@ message ConnectivityTest {
103103
map<string, string> labels = 8;
104104

105105
// Output only. The time the test was created.
106-
google.protobuf.Timestamp create_time = 10 [(google.api.field_behavior) = OUTPUT_ONLY];
106+
google.protobuf.Timestamp create_time = 10
107+
[(google.api.field_behavior) = OUTPUT_ONLY];
107108

108109
// Output only. The time the test's configuration was updated.
109-
google.protobuf.Timestamp update_time = 11 [(google.api.field_behavior) = OUTPUT_ONLY];
110+
google.protobuf.Timestamp update_time = 11
111+
[(google.api.field_behavior) = OUTPUT_ONLY];
110112

111113
// Output only. The reachability details of this test from the latest run.
112114
// The details are updated when creating a new test, updating an
113115
// existing test, or triggering a one-time rerun of an existing test.
114-
ReachabilityDetails reachability_details = 12 [(google.api.field_behavior) = OUTPUT_ONLY];
116+
ReachabilityDetails reachability_details = 12
117+
[(google.api.field_behavior) = OUTPUT_ONLY];
115118
}
116119

117120
// Source or destination of the Connectivity Test.
@@ -122,12 +125,12 @@ message Endpoint {
122125
// Default type if unspecified.
123126
NETWORK_TYPE_UNSPECIFIED = 0;
124127

125-
// A network hosted within Google Cloud Platform.
128+
// A network hosted within Google Cloud.
126129
// To receive more detailed output, specify the URI for the source or
127130
// destination network.
128131
GCP_NETWORK = 1;
129132

130-
// A network hosted outside of Google Cloud Platform.
133+
// A network hosted outside of Google Cloud.
131134
// This can be an on-premises network, or a network hosted by another cloud
132135
// provider.
133136
NON_GCP_NETWORK = 2;
@@ -164,8 +167,8 @@ message Endpoint {
164167
// The Project ID can be derived from the URI if you provide a VM instance or
165168
// network URI.
166169
// The following are two cases where you must provide the project ID:
167-
// 1. Only the IP address is specified, and the IP address is within a GCP
168-
// project.
170+
// 1. Only the IP address is specified, and the IP address is within a Google
171+
// Cloud project.
169172
// 2. When you are using Shared VPC and the IP address that you provide is
170173
// from the service project. In this case, the network that the IP address
171174
// resides in is defined in the host project.

google/cloud/networkmanagement/v1beta1/connectivity_test.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,12 @@ message Endpoint {
132132
// Default type if unspecified.
133133
NETWORK_TYPE_UNSPECIFIED = 0;
134134

135-
// A network hosted within Google Cloud Platform.
135+
// A network hosted within Google Cloud.
136136
// To receive more detailed output, specify the URI for the source or
137137
// destination network.
138138
GCP_NETWORK = 1;
139139

140-
// A network hosted outside of Google Cloud Platform.
140+
// A network hosted outside of Google Cloud.
141141
// This can be an on-premises network, or a network hosted by another cloud
142142
// provider.
143143
NON_GCP_NETWORK = 2;
@@ -184,8 +184,8 @@ message Endpoint {
184184
// The Project ID can be derived from the URI if you provide a VM instance or
185185
// network URI.
186186
// The following are two cases where you must provide the project ID:
187-
// 1. Only the IP address is specified, and the IP address is within a GCP
188-
// project.
187+
// 1. Only the IP address is specified, and the IP address is within a Google
188+
// Cloud project.
189189
// 2. When you are using Shared VPC and the IP address that you provide is
190190
// from the service project. In this case, the network that the IP address
191191
// resides in is defined in the host project.

0 commit comments

Comments
 (0)