Skip to content

Commit 8abb626

Browse files
docs: Update comment for the region field in RouteInfo (googleapis#33822)
* docs: Update comment for the `region` field in `RouteInfo` PiperOrigin-RevId: 897473889 Source-Link: googleapis/googleapis@66fcc02 Source-Link: https://github.com/googleapis/googleapis-gen/commit/256ab1939eac0c1d605f3d34fd8457e4a30c753f Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLW5ldHdvcmtfbWFuYWdlbWVudC12MS8uT3dsQm90LnlhbWwiLCJoIjoiMjU2YWIxOTM5ZWFjMGMxZDYwNWYzZDM0ZmQ4NDU3ZTRhMzBjNzUzZiJ9 * 🦉 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 98264b3 commit 8abb626

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

  • google-cloud-network_management-v1/proto_docs/google

google-cloud-network_management-v1/proto_docs/google/api/client.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ module Api
3131
# @!attribute [rw] selective_gapic_generation
3232
# @return [::Google::Api::SelectiveGapicGeneration]
3333
# Configuration for which RPCs should be generated in the GAPIC client.
34+
#
35+
# Note: This field should not be used in most cases.
3436
class CommonLanguageSettings
3537
include ::Google::Protobuf::MessageExts
3638
extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -441,6 +443,8 @@ class LongRunning
441443

442444
# This message is used to configure the generation of a subset of the RPCs in
443445
# a service for client libraries.
446+
#
447+
# Note: This feature should not be used in most cases.
444448
# @!attribute [rw] methods
445449
# @return [::Array<::String>]
446450
# An allowlist of the fully qualified names of RPCs that should be included

google-cloud-network_management-v1/proto_docs/google/cloud/networkmanagement/v1/trace.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,9 @@ module TargetType
663663
# @return [::String]
664664
# Region of the route. DYNAMIC, PEERING_DYNAMIC, POLICY_BASED and ADVERTISED
665665
# routes only. If set for POLICY_BASED route, this is a region of VLAN
666-
# attachments for Cloud Interconnect the route applies to.
666+
# attachments for Cloud Interconnect the route applies to. If set to "all"
667+
# for POLICY_BASED route, the route applies to VLAN attachments of Cloud
668+
# Interconnect in all regions.
667669
# @!attribute [rw] dest_ip_range
668670
# @return [::String]
669671
# Destination IP range of the route.

0 commit comments

Comments
 (0)