google-apis-networkconnectivity_v1 0.59.0 → 0.60.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47370fa525e81751587d5046b16b1db4fd611fa8695deabda30680472f8dae16
|
4
|
+
data.tar.gz: 98d0b2f71496e1f28825f8abb551d9a62d0d39610f727d7d995486cf52395271
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7de6fba3c799385e85244bbecece7d4c9a3d9d1da5a870eea6a008ab99fd21473706529a1d326cf548f4a824d3b6437a44655387610207a1b0a8229378dece2a
|
7
|
+
data.tar.gz: 322800d86223de3c52fb1158844da9395bcab6da94b33c9861b3686f27a4706f7cb5fc3b6477920f59fe6dc92d9c2acac3d9b2528bc5f7075ad8d2d604a3ffea
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-networkconnectivity_v1
|
2
2
|
|
3
|
+
### v0.60.0 (2025-06-01)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250527
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.59.0 (2025-05-18)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20250512
|
@@ -1001,9 +1001,9 @@ module Google
|
|
1001
1001
|
# @return [Array<String>]
|
1002
1002
|
attr_accessor :route_tables
|
1003
1003
|
|
1004
|
-
# The VPC networks associated with this hub's spokes. This field is
|
1005
|
-
# Network Connectivity Center automatically populates it based on the
|
1006
|
-
# spokes attached to the hub.
|
1004
|
+
# Output only. The VPC networks associated with this hub's spokes. This field is
|
1005
|
+
# read-only. Network Connectivity Center automatically populates it based on the
|
1006
|
+
# set of spokes attached to the hub.
|
1007
1007
|
# Corresponds to the JSON property `routingVpcs`
|
1008
1008
|
# @return [Array<Google::Apis::NetworkconnectivityV1::RoutingVpc>]
|
1009
1009
|
attr_accessor :routing_vpcs
|
@@ -1129,7 +1129,7 @@ module Google
|
|
1129
1129
|
# @return [String]
|
1130
1130
|
attr_accessor :create_time
|
1131
1131
|
|
1132
|
-
# A description of this resource.
|
1132
|
+
# Optional. A description of this resource.
|
1133
1133
|
# Corresponds to the JSON property `description`
|
1134
1134
|
# @return [String]
|
1135
1135
|
attr_accessor :description
|
@@ -1148,9 +1148,9 @@ module Google
|
|
1148
1148
|
attr_accessor :immutable
|
1149
1149
|
alias_method :immutable?, :immutable
|
1150
1150
|
|
1151
|
-
# The IP range that this internal range defines. NOTE: IPv6 ranges are
|
1152
|
-
# to usage=EXTERNAL_TO_VPC and peering=FOR_SELF. NOTE: For IPv6 Ranges
|
1153
|
-
# field is compulsory, i.e. the address range must be specified explicitly.
|
1151
|
+
# Optional. The IP range that this internal range defines. NOTE: IPv6 ranges are
|
1152
|
+
# limited to usage=EXTERNAL_TO_VPC and peering=FOR_SELF. NOTE: For IPv6 Ranges
|
1153
|
+
# this field is compulsory, i.e. the address range must be specified explicitly.
|
1154
1154
|
# Corresponds to the JSON property `ipCidrRange`
|
1155
1155
|
# @return [String]
|
1156
1156
|
attr_accessor :ip_cidr_range
|
@@ -1165,18 +1165,19 @@ module Google
|
|
1165
1165
|
# @return [Google::Apis::NetworkconnectivityV1::Migration]
|
1166
1166
|
attr_accessor :migration
|
1167
1167
|
|
1168
|
-
#
|
1169
|
-
#
|
1170
|
-
# fields-representing-resource-names
|
1168
|
+
# Identifier. The name of an internal range. Format: projects/`project`/
|
1169
|
+
# locations/`location`/internalRanges/`internal_range` See: https://google.aip.
|
1170
|
+
# dev/122#fields-representing-resource-names
|
1171
1171
|
# Corresponds to the JSON property `name`
|
1172
1172
|
# @return [String]
|
1173
1173
|
attr_accessor :name
|
1174
1174
|
|
1175
|
-
# The URL or resource ID of the network in which to reserve the
|
1176
|
-
# The network cannot be deleted if there are any reserved
|
1177
|
-
# referring to it. Legacy networks are not supported. For
|
1178
|
-
# googleapis.com/compute/v1/projects/`project`/locations/
|
1179
|
-
# network` projects/`project`/locations/global/networks/`
|
1175
|
+
# Immutable. The URL or resource ID of the network in which to reserve the
|
1176
|
+
# internal range. The network cannot be deleted if there are any reserved
|
1177
|
+
# internal ranges referring to it. Legacy networks are not supported. For
|
1178
|
+
# example: https://www.googleapis.com/compute/v1/projects/`project`/locations/
|
1179
|
+
# global/networks/`network` projects/`project`/locations/global/networks/`
|
1180
|
+
# network` `network`
|
1180
1181
|
# Corresponds to the JSON property `network`
|
1181
1182
|
# @return [String]
|
1182
1183
|
attr_accessor :network
|
@@ -1187,16 +1188,16 @@ module Google
|
|
1187
1188
|
# @return [Array<String>]
|
1188
1189
|
attr_accessor :overlaps
|
1189
1190
|
|
1190
|
-
# The type of peering set for this internal range.
|
1191
|
+
# Optional. The type of peering set for this internal range.
|
1191
1192
|
# Corresponds to the JSON property `peering`
|
1192
1193
|
# @return [String]
|
1193
1194
|
attr_accessor :peering
|
1194
1195
|
|
1195
|
-
# An alternate to ip_cidr_range. Can be set when trying to create an
|
1196
|
-
# reservation that automatically finds a free range of the given size. If
|
1197
|
-
# ip_cidr_range and prefix_length are set, there is an error if the range
|
1198
|
-
# do not match. Can also be used during updates to change the range size.
|
1199
|
-
# For IPv6 this field only works if ip_cidr_range is set as well, and both
|
1196
|
+
# Optional. An alternate to ip_cidr_range. Can be set when trying to create an
|
1197
|
+
# IPv4 reservation that automatically finds a free range of the given size. If
|
1198
|
+
# both ip_cidr_range and prefix_length are set, there is an error if the range
|
1199
|
+
# sizes do not match. Can also be used during updates to change the range size.
|
1200
|
+
# NOTE: For IPv6 this field only works if ip_cidr_range is set as well, and both
|
1200
1201
|
# fields must match. In other words, with IPv6 this field only works as a
|
1201
1202
|
# redundant parameter.
|
1202
1203
|
# Corresponds to the JSON property `prefixLength`
|
@@ -1216,7 +1217,7 @@ module Google
|
|
1216
1217
|
# @return [String]
|
1217
1218
|
attr_accessor :update_time
|
1218
1219
|
|
1219
|
-
# The type of usage set for this InternalRange.
|
1220
|
+
# Optional. The type of usage set for this InternalRange.
|
1220
1221
|
# Corresponds to the JSON property `usage`
|
1221
1222
|
# @return [String]
|
1222
1223
|
attr_accessor :usage
|
@@ -1341,8 +1342,8 @@ module Google
|
|
1341
1342
|
# @return [Array<String>]
|
1342
1343
|
attr_accessor :proposed_exclude_export_ranges
|
1343
1344
|
|
1344
|
-
#
|
1345
|
-
# s approval.
|
1345
|
+
# Output only. The proposed include export IP ranges waiting for hub
|
1346
|
+
# administration's approval.
|
1346
1347
|
# Corresponds to the JSON property `proposedIncludeExportRanges`
|
1347
1348
|
# @return [Array<String>]
|
1348
1349
|
attr_accessor :proposed_include_export_ranges
|
@@ -1447,8 +1448,8 @@ module Google
|
|
1447
1448
|
# @return [Array<String>]
|
1448
1449
|
attr_accessor :proposed_exclude_export_ranges
|
1449
1450
|
|
1450
|
-
#
|
1451
|
-
# s approval.
|
1451
|
+
# Output only. The proposed include export IP ranges waiting for hub
|
1452
|
+
# administration's approval.
|
1452
1453
|
# Corresponds to the JSON property `proposedIncludeExportRanges`
|
1453
1454
|
# @return [Array<String>]
|
1454
1455
|
attr_accessor :proposed_include_export_ranges
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworkconnectivityV1
|
18
18
|
# Version of the google-apis-networkconnectivity_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.60.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250527"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1611,9 +1611,9 @@ module Google
|
|
1611
1611
|
|
1612
1612
|
# Updates the parameters of a single internal range.
|
1613
1613
|
# @param [String] name
|
1614
|
-
#
|
1615
|
-
#
|
1616
|
-
# fields-representing-resource-names
|
1614
|
+
# Identifier. The name of an internal range. Format: projects/`project`/
|
1615
|
+
# locations/`location`/internalRanges/`internal_range` See: https://google.aip.
|
1616
|
+
# dev/122#fields-representing-resource-names
|
1617
1617
|
# @param [Google::Apis::NetworkconnectivityV1::InternalRange] internal_range_object
|
1618
1618
|
# @param [String] request_id
|
1619
1619
|
# Optional. An optional request ID to identify requests. Specify a unique
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-networkconnectivity_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.60.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.60.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Network Connectivity API V1
|
79
79
|
test_files: []
|