diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7840fde..24d5689 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.8.1" + ".": "1.8.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6829259..08fcaf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.2](https://github.com/googleapis/python-network-management/compare/v1.8.1...v1.8.2) (2023-04-18) + + +### Documentation + +* Update comments in Connectivity Test protos ([#182](https://github.com/googleapis/python-network-management/issues/182)) ([f570808](https://github.com/googleapis/python-network-management/commit/f570808c03887e60e07064cf7acc482bd73d40ba)) + ## [1.8.1](https://github.com/googleapis/python-network-management/compare/v1.8.0...v1.8.1) (2023-03-23) diff --git a/google/cloud/network_management/gapic_version.py b/google/cloud/network_management/gapic_version.py index 90e0293..9a1b07e 100644 --- a/google/cloud/network_management/gapic_version.py +++ b/google/cloud/network_management/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.8.1" # {x-release-please-version} +__version__ = "1.8.2" # {x-release-please-version} diff --git a/google/cloud/network_management_v1/gapic_version.py b/google/cloud/network_management_v1/gapic_version.py index 90e0293..9a1b07e 100644 --- a/google/cloud/network_management_v1/gapic_version.py +++ b/google/cloud/network_management_v1/gapic_version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "1.8.1" # {x-release-please-version} +__version__ = "1.8.2" # {x-release-please-version} diff --git a/google/cloud/network_management_v1/types/connectivity_test.py b/google/cloud/network_management_v1/types/connectivity_test.py index 98edc59..0ad82ac 100644 --- a/google/cloud/network_management_v1/types/connectivity_test.py +++ b/google/cloud/network_management_v1/types/connectivity_test.py @@ -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 @@ -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 diff --git a/samples/generated_samples/snippet_metadata_google.cloud.networkmanagement.v1.json b/samples/generated_samples/snippet_metadata_google.cloud.networkmanagement.v1.json index b2e9c6f..4ffa40d 100644 --- a/samples/generated_samples/snippet_metadata_google.cloud.networkmanagement.v1.json +++ b/samples/generated_samples/snippet_metadata_google.cloud.networkmanagement.v1.json @@ -8,7 +8,7 @@ ], "language": "PYTHON", "name": "google-cloud-network-management", - "version": "1.8.1" + "version": "1.8.2" }, "snippets": [ {