@@ -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.
0 commit comments