Skip to content

Commit 3db4aa0

Browse files
docs: Update comments in Connectivity Test protos (#182)
* docs: Update comments in Connectivity Test protos PiperOrigin-RevId: 525049130 Source-Link: googleapis/googleapis@7b605f6 Source-Link: googleapis/googleapis-gen@d1c83de Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDFjODNkZTI5MGNiYmQzNmU5Y2UzOTA5NDhjNWJkYTRhMWY3Y2RjZSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent ff290cb commit 3db4aa0

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

packages/google-cloud-network-management/google/cloud/network_management_v1/types/connectivity_test.py

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ class Endpoint(proto.Message):
205205
you provide a VM instance or network URI.
206206
The following are two cases where you must
207207
provide the project ID: 1. Only the IP address
208-
is specified, and the IP address is within a GCP
209-
project.
208+
is specified, and the IP address is within a
209+
Google Cloud project.
210210
2. When you are using Shared VPC and the IP
211211
address that you provide is from the service
212212
project. In this case, the network that the IP
@@ -222,14 +222,13 @@ class NetworkType(proto.Enum):
222222
NETWORK_TYPE_UNSPECIFIED (0):
223223
Default type if unspecified.
224224
GCP_NETWORK (1):
225-
A network hosted within Google Cloud
226-
Platform. To receive more detailed output,
227-
specify the URI for the source or destination
228-
network.
225+
A network hosted within Google Cloud.
226+
To receive more detailed output, specify the URI
227+
for the source or destination network.
229228
NON_GCP_NETWORK (2):
230-
A network hosted outside of Google Cloud
231-
Platform. This can be an on-premises network, or
232-
a network hosted by another cloud provider.
229+
A network hosted outside of Google Cloud.
230+
This can be an on-premises network, or a network
231+
hosted by another cloud provider.
233232
"""
234233
NETWORK_TYPE_UNSPECIFIED = 0
235234
GCP_NETWORK = 1

packages/google-cloud-network-management/samples/generated_samples/snippet_metadata_google.cloud.networkmanagement.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-network-management",
11-
"version": "1.8.1"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)