Skip to content

Commit 2c223d1

Browse files
feat: Automated regeneration of networkconnectivity v1 client (googleapis#21854)
Auto-created at 2025-02-26 21:09:24 +0000 using the toys pull request generator.
1 parent 1d6b744 commit 2c223d1

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

generated/google-apis-networkconnectivity_v1/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release history for google-apis-networkconnectivity_v1
22

3-
### v0.53.0 (2025-01-19)
3+
### v0.53.0 (2025-02-26)
44

5-
* Regenerated from discovery document revision 20250110
5+
* Regenerated from discovery document revision 20250219
66

77
### v0.52.0 (2025-01-12)
88

generated/google-apis-networkconnectivity_v1/lib/google/apis/networkconnectivity_v1/classes.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -884,10 +884,10 @@ class Hub
884884
# @return [String]
885885
attr_accessor :description
886886

887-
# Optional. Whether Private Service Connect transitivity is enabled for the hub.
888-
# If true, Private Service Connect endpoints in VPC spokes attached to the hub
889-
# are made accessible to other VPC spokes attached to the hub. The default value
890-
# is false.
887+
# Optional. Whether Private Service Connect connection propagation is enabled
888+
# for the hub. If true, Private Service Connect endpoints in VPC spokes attached
889+
# to the hub are made accessible to other VPC spokes attached to the hub. The
890+
# default value is false.
891891
# Corresponds to the JSON property `exportPsc`
892892
# @return [Boolean]
893893
attr_accessor :export_psc
@@ -1923,8 +1923,8 @@ class Migration
19231923
attr_accessor :source
19241924

19251925
# Immutable. Resource path of the target resource. The target project can be
1926-
# different, as in the cases when migrating to peer networks. The resource For
1927-
# example: /projects/`project`/regions/`region`/subnetworks/`subnet`
1926+
# different, as in the cases when migrating to peer networks. For example: /
1927+
# projects/`project`/regions/`region`/subnetworks/`subnet`
19281928
# Corresponds to the JSON property `target`
19291929
# @return [String]
19301930
attr_accessor :target

generated/google-apis-networkconnectivity_v1/lib/google/apis/networkconnectivity_v1/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module NetworkconnectivityV1
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250110"
25+
REVISION = "20250219"
2626
end
2727
end
2828
end

generated/google-apis-networkconnectivity_v1/lib/google/apis/networkconnectivity_v1/service.rb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,13 @@ def list_project_location_global_hub_route_table_routes(parent, filter: nil, ord
10461046
# Required. The parent resource's name of the PolicyBasedRoute.
10471047
# @param [Google::Apis::NetworkconnectivityV1::PolicyBasedRoute] policy_based_route_object
10481048
# @param [String] policy_based_route_id
1049-
# Required. Unique id for the policy-based route to create.
1049+
# Required. Unique id for the policy-based route to create. Provided by the
1050+
# client when the resource is created. The name must comply with https://google.
1051+
# aip.dev/122#resource-id-segments. Specifically, the name must be 1-63
1052+
# characters long and match the regular expression [a-z]([a-z0-9-]*[a-z0-9])?.
1053+
# The first character must be a lowercase letter, and all following characters (
1054+
# except for the last character) must be a dash, lowercase letter, or digit. The
1055+
# last character must be a lowercase letter or digit.
10501056
# @param [String] request_id
10511057
# Optional. An optional request ID to identify requests. Specify a unique
10521058
# request ID so that if you must retry your request, the server knows to ignore

0 commit comments

Comments
 (0)