Skip to content

Commit f21d210

Browse files
chore: [google-cloud-network-management] deprecate legacy fields related to load balancing (#12483)
- [ ] Regenerate this pull request now. BEGIN_COMMIT_OVERRIDE docs: deprecate legacy fields related to load balancing docs: update comments for fields related to load balancing END_COMMIT_OVERRIDE PiperOrigin-RevId: 618165773 Source-Link: googleapis/googleapis@2bc2029 Source-Link: googleapis/googleapis-gen@675cc52 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW5ldHdvcmstbWFuYWdlbWVudC8uT3dsQm90LnlhbWwiLCJoIjoiNjc1Y2M1MmQzNTZhMTRlNWE3OTgwNzgxMDBiMGViMmY3ZTFkNzlkYSJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 62628c4 commit f21d210

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

packages/google-cloud-network-management/google/cloud/network_management/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.15.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-network-management/google/cloud/network_management_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.15.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,8 @@ class Endpoint(proto.Message):
198198
199199
Attributes:
200200
ip_address (str):
201-
The IP address of the endpoint, which can be an external or
202-
internal IP. An IPv6 address is only allowed when the test's
203-
destination is a `global load balancer
204-
VIP <https://cloud.google.com/load-balancing/docs/load-balancing-overview>`__.
201+
The IP address of the endpoint, which can be
202+
an external or internal IP.
205203
port (int):
206204
The IP protocol port of the endpoint.
207205
Only applicable when protocol is TCP or UDP.

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,9 @@ class Step(proto.Message):
236236
237237
This field is a member of `oneof`_ ``step_info``.
238238
load_balancer (google.cloud.network_management_v1.types.LoadBalancerInfo):
239-
Display information of the load balancers.
239+
Display information of the load balancers. Deprecated in
240+
favor of the ``load_balancer_backend_info`` field, not used
241+
in new tests.
240242
241243
This field is a member of `oneof`_ ``step_info``.
242244
network (google.cloud.network_management_v1.types.NetworkInfo):
@@ -1138,7 +1140,9 @@ class LoadBalancerInfo(proto.Message):
11381140
Type of the load balancer.
11391141
health_check_uri (str):
11401142
URI of the health check for the load
1141-
balancer.
1143+
balancer. Deprecated and no longer populated as
1144+
different load balancer backends might have
1145+
different health checks.
11421146
backends (MutableSequence[google.cloud.network_management_v1.types.LoadBalancerBackend]):
11431147
Information for the loadbalancer backends.
11441148
backend_type (google.cloud.network_management_v1.types.LoadBalancerInfo.BackendType):

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.15.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)