Skip to content

Commit

Permalink
docs: Update comments in Connectivity Test protos (#182)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Apr 18, 2023
1 parent ff290cb commit 3db4aa0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ class Endpoint(proto.Message):
you provide a VM instance or network URI.
The following are two cases where you must
provide the project ID: 1. Only the IP address
is specified, and the IP address is within a GCP
project.
is specified, and the IP address is within a
Google Cloud project.
2. When you are using Shared VPC and the IP
address that you provide is from the service
project. In this case, the network that the IP
Expand All @@ -222,14 +222,13 @@ class NetworkType(proto.Enum):
NETWORK_TYPE_UNSPECIFIED (0):
Default type if unspecified.
GCP_NETWORK (1):
A network hosted within Google Cloud
Platform. To receive more detailed output,
specify the URI for the source or destination
network.
A network hosted within Google Cloud.
To receive more detailed output, specify the URI
for the source or destination network.
NON_GCP_NETWORK (2):
A network hosted outside of Google Cloud
Platform. This can be an on-premises network, or
a network hosted by another cloud provider.
A network hosted outside of Google Cloud.
This can be an on-premises network, or a network
hosted by another cloud provider.
"""
NETWORK_TYPE_UNSPECIFIED = 0
GCP_NETWORK = 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-network-management",
"version": "1.8.1"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 3db4aa0

Please sign in to comment.