Skip to content

Commit

Permalink
chore: [google-cloud-network-management] deprecate legacy fields rela…
Browse files Browse the repository at this point in the history
…ted 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>
  • Loading branch information
3 people committed Mar 22, 2024
1 parent 62628c4 commit f21d210
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.15.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.15.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,8 @@ class Endpoint(proto.Message):
Attributes:
ip_address (str):
The IP address of the endpoint, which can be an external or
internal IP. An IPv6 address is only allowed when the test's
destination is a `global load balancer
VIP <https://cloud.google.com/load-balancing/docs/load-balancing-overview>`__.
The IP address of the endpoint, which can be
an external or internal IP.
port (int):
The IP protocol port of the endpoint.
Only applicable when protocol is TCP or UDP.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,9 @@ class Step(proto.Message):
This field is a member of `oneof`_ ``step_info``.
load_balancer (google.cloud.network_management_v1.types.LoadBalancerInfo):
Display information of the load balancers.
Display information of the load balancers. Deprecated in
favor of the ``load_balancer_backend_info`` field, not used
in new tests.
This field is a member of `oneof`_ ``step_info``.
network (google.cloud.network_management_v1.types.NetworkInfo):
Expand Down Expand Up @@ -1138,7 +1140,9 @@ class LoadBalancerInfo(proto.Message):
Type of the load balancer.
health_check_uri (str):
URI of the health check for the load
balancer.
balancer. Deprecated and no longer populated as
different load balancer backends might have
different health checks.
backends (MutableSequence[google.cloud.network_management_v1.types.LoadBalancerBackend]):
Information for the loadbalancer backends.
backend_type (google.cloud.network_management_v1.types.LoadBalancerInfo.BackendType):
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.15.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit f21d210

Please sign in to comment.