google-apis-networkconnectivity_v1 0.46.0 → 0.48.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3aff303236cc67f61b3eb13a670fae2cdd5685a33150bfd42c63686703a58718
4
- data.tar.gz: 637b0b3d23f70587f4fe79ec0ec4a76ec99c4992c5773f72e501d2c58a50c450
3
+ metadata.gz: 3fb67610a0aed6a56faa4f46105d0d1f5836503aaf5c9aea227cbb21641dd1c9
4
+ data.tar.gz: 1f96f8df0fdc4b98dd500689ffb0548900cc73ddc618767c2b962cc4a81b06a1
5
5
  SHA512:
6
- metadata.gz: bdb0717973b594119258878ad3b333b81ff8e7ef45d7757239bc448515293da8d47fa90688b290bd35db8e6fffbc65a60f621a165a3558754a08e3512c2c762d
7
- data.tar.gz: 8264e3f6ef88ba69bb317b1fdb84c336548c65c9e809c5c8000bfecb82dfdf353fd9451d1abbbce9f76301660daef29ce5025cf4042a2e1517eeaa6e37cfc5b7
6
+ metadata.gz: 5c23bab5ab57ba1840116e1cae1160ab71d91163e8d90e9daa2a36794620fa163696bf4e633faded0103a6c02cce34be1667ca7d4465f9c6aa9d1eae1f35b19f
7
+ data.tar.gz: ec886a12830be9c1a6079ec67c592ceeaa373d791a7d60daada4e46dd724e70fbabce8d7cc94a260d2ac6c7a712ad5c93c99ceeb8b54323ad3a6daccd3350007
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-networkconnectivity_v1
2
2
 
3
+ ### v0.48.0 (2024-09-29)
4
+
5
+ * Regenerated from discovery document revision 20240923
6
+
7
+ ### v0.47.0 (2024-09-22)
8
+
9
+ * Regenerated from discovery document revision 20240911
10
+
3
11
  ### v0.46.0 (2024-08-18)
4
12
 
5
13
  * Regenerated from discovery document revision 20240807
@@ -306,11 +306,17 @@ module Google
306
306
  # @return [String]
307
307
  attr_accessor :network
308
308
 
309
- # Immutable. An immutable identifier for the producer instance.
309
+ # Immutable. Deprecated. Use producer_instance_metadata instead. An immutable
310
+ # identifier for the producer instance.
310
311
  # Corresponds to the JSON property `producerInstanceId`
311
312
  # @return [String]
312
313
  attr_accessor :producer_instance_id
313
314
 
315
+ # Immutable. An immutable map for the producer instance metadata.
316
+ # Corresponds to the JSON property `producerInstanceMetadata`
317
+ # @return [Hash<String,String>]
318
+ attr_accessor :producer_instance_metadata
319
+
314
320
  # The consumer project where PSC connections are allowed to be created in.
315
321
  # Corresponds to the JSON property `project`
316
322
  # @return [String]
@@ -339,6 +345,7 @@ module Google
339
345
  @disable_global_access = args[:disable_global_access] if args.key?(:disable_global_access)
340
346
  @network = args[:network] if args.key?(:network)
341
347
  @producer_instance_id = args[:producer_instance_id] if args.key?(:producer_instance_id)
348
+ @producer_instance_metadata = args[:producer_instance_metadata] if args.key?(:producer_instance_metadata)
342
349
  @project = args[:project] if args.key?(:project)
343
350
  @service_attachment_ip_address_map = args[:service_attachment_ip_address_map] if args.key?(:service_attachment_ip_address_map)
344
351
  @state = args[:state] if args.key?(:state)
@@ -402,11 +409,17 @@ module Google
402
409
  # @return [String]
403
410
  attr_accessor :network
404
411
 
405
- # Immutable. An immutable identifier for the producer instance.
412
+ # Immutable. Deprecated. Use producer_instance_metadata instead. An immutable
413
+ # identifier for the producer instance.
406
414
  # Corresponds to the JSON property `producerInstanceId`
407
415
  # @return [String]
408
416
  attr_accessor :producer_instance_id
409
417
 
418
+ # Immutable. An immutable map for the producer instance metadata.
419
+ # Corresponds to the JSON property `producerInstanceMetadata`
420
+ # @return [Hash<String,String>]
421
+ attr_accessor :producer_instance_metadata
422
+
410
423
  # The consumer project whose PSC forwarding rule is connected to the service
411
424
  # attachments in this service connection map.
412
425
  # Corresponds to the JSON property `project`
@@ -449,6 +462,7 @@ module Google
449
462
  @ip = args[:ip] if args.key?(:ip)
450
463
  @network = args[:network] if args.key?(:network)
451
464
  @producer_instance_id = args[:producer_instance_id] if args.key?(:producer_instance_id)
465
+ @producer_instance_metadata = args[:producer_instance_metadata] if args.key?(:producer_instance_metadata)
452
466
  @project = args[:project] if args.key?(:project)
453
467
  @psc_connection_id = args[:psc_connection_id] if args.key?(:psc_connection_id)
454
468
  @selected_subnetwork = args[:selected_subnetwork] if args.key?(:selected_subnetwork)
@@ -994,7 +1008,9 @@ module Google
994
1008
  # @return [String]
995
1009
  attr_accessor :description
996
1010
 
997
- # The IP range that this internal range defines.
1011
+ # The IP range that this internal range defines. NOTE: IPv6 ranges are limited
1012
+ # to usage=EXTERNAL_TO_VPC and peering=FOR_SELF. NOTE: For IPv6 Ranges this
1013
+ # field is compulsory, i.e. the address range must be specified explicitly.
998
1014
  # Corresponds to the JSON property `ipCidrRange`
999
1015
  # @return [String]
1000
1016
  attr_accessor :ip_cidr_range
@@ -1004,6 +1020,11 @@ module Google
1004
1020
  # @return [Hash<String,String>]
1005
1021
  attr_accessor :labels
1006
1022
 
1023
+ # Specification for migration with source and target resource names.
1024
+ # Corresponds to the JSON property `migration`
1025
+ # @return [Google::Apis::NetworkconnectivityV1::Migration]
1026
+ attr_accessor :migration
1027
+
1007
1028
  # Immutable. The name of an internal range. Format: projects/`project`/locations/
1008
1029
  # `location`/internalRanges/`internal_range` See: https://google.aip.dev/122#
1009
1030
  # fields-representing-resource-names
@@ -1031,10 +1052,13 @@ module Google
1031
1052
  # @return [String]
1032
1053
  attr_accessor :peering
1033
1054
 
1034
- # An alternate to ip_cidr_range. Can be set when trying to create a reservation
1035
- # that automatically finds a free range of the given size. If both ip_cidr_range
1036
- # and prefix_length are set, there is an error if the range sizes do not match.
1037
- # Can also be used during updates to change the range size.
1055
+ # An alternate to ip_cidr_range. Can be set when trying to create an IPv4
1056
+ # reservation that automatically finds a free range of the given size. If both
1057
+ # ip_cidr_range and prefix_length are set, there is an error if the range sizes
1058
+ # do not match. Can also be used during updates to change the range size. NOTE:
1059
+ # For IPv6 this field only works if ip_cidr_range is set as well, and both
1060
+ # fields must match. In other words, with IPv6 this field only works as a
1061
+ # redundant parameter.
1038
1062
  # Corresponds to the JSON property `prefixLength`
1039
1063
  # @return [Fixnum]
1040
1064
  attr_accessor :prefix_length
@@ -1077,6 +1101,7 @@ module Google
1077
1101
  @description = args[:description] if args.key?(:description)
1078
1102
  @ip_cidr_range = args[:ip_cidr_range] if args.key?(:ip_cidr_range)
1079
1103
  @labels = args[:labels] if args.key?(:labels)
1104
+ @migration = args[:migration] if args.key?(:migration)
1080
1105
  @name = args[:name] if args.key?(:name)
1081
1106
  @network = args[:network] if args.key?(:network)
1082
1107
  @overlaps = args[:overlaps] if args.key?(:overlaps)
@@ -1096,8 +1121,8 @@ module Google
1096
1121
  class LinkedInterconnectAttachments
1097
1122
  include Google::Apis::Core::Hashable
1098
1123
 
1099
- # Optional. IP ranges allowed to be included during import from hub.(does not
1100
- # control transit connectivity) The only allowed value for now is "
1124
+ # Optional. IP ranges allowed to be included during import from hub (does not
1125
+ # control transit connectivity). The only allowed value for now is "
1101
1126
  # ALL_IPV4_RANGES".
1102
1127
  # Corresponds to the JSON property `includeImportRanges`
1103
1128
  # @return [Array<String>]
@@ -1135,6 +1160,52 @@ module Google
1135
1160
  end
1136
1161
  end
1137
1162
 
1163
+ # Next ID: 7
1164
+ class LinkedProducerVpcNetwork
1165
+ include Google::Apis::Core::Hashable
1166
+
1167
+ # Optional. IP ranges encompassing the subnets to be excluded from peering.
1168
+ # Corresponds to the JSON property `excludeExportRanges`
1169
+ # @return [Array<String>]
1170
+ attr_accessor :exclude_export_ranges
1171
+
1172
+ # Immutable. The URI of the Service Consumer VPC that the Producer VPC is peered
1173
+ # with.
1174
+ # Corresponds to the JSON property `network`
1175
+ # @return [String]
1176
+ attr_accessor :network
1177
+
1178
+ # Immutable. The name of the VPC peering between the Service Consumer VPC and
1179
+ # the Producer VPC (defined in the Tenant project) which is added to the NCC hub.
1180
+ # This peering must be in ACTIVE state.
1181
+ # Corresponds to the JSON property `peering`
1182
+ # @return [String]
1183
+ attr_accessor :peering
1184
+
1185
+ # Output only. The URI of the Producer VPC.
1186
+ # Corresponds to the JSON property `producerNetwork`
1187
+ # @return [String]
1188
+ attr_accessor :producer_network
1189
+
1190
+ # Output only. The Service Consumer Network spoke.
1191
+ # Corresponds to the JSON property `serviceConsumerVpcSpoke`
1192
+ # @return [String]
1193
+ attr_accessor :service_consumer_vpc_spoke
1194
+
1195
+ def initialize(**args)
1196
+ update!(**args)
1197
+ end
1198
+
1199
+ # Update properties of this object
1200
+ def update!(**args)
1201
+ @exclude_export_ranges = args[:exclude_export_ranges] if args.key?(:exclude_export_ranges)
1202
+ @network = args[:network] if args.key?(:network)
1203
+ @peering = args[:peering] if args.key?(:peering)
1204
+ @producer_network = args[:producer_network] if args.key?(:producer_network)
1205
+ @service_consumer_vpc_spoke = args[:service_consumer_vpc_spoke] if args.key?(:service_consumer_vpc_spoke)
1206
+ end
1207
+ end
1208
+
1138
1209
  # A collection of router appliance instances. If you configure multiple router
1139
1210
  # appliance instances to receive data from the same set of sites outside of
1140
1211
  # Google Cloud, we recommend that you associate those instances with the same
@@ -1142,8 +1213,8 @@ module Google
1142
1213
  class LinkedRouterApplianceInstances
1143
1214
  include Google::Apis::Core::Hashable
1144
1215
 
1145
- # Optional. IP ranges allowed to be included during import from hub.(does not
1146
- # control transit connectivity) The only allowed value for now is "
1216
+ # Optional. IP ranges allowed to be included during import from hub (does not
1217
+ # control transit connectivity). The only allowed value for now is "
1147
1218
  # ALL_IPV4_RANGES".
1148
1219
  # Corresponds to the JSON property `includeImportRanges`
1149
1220
  # @return [Array<String>]
@@ -1228,8 +1299,8 @@ module Google
1228
1299
  class LinkedVpnTunnels
1229
1300
  include Google::Apis::Core::Hashable
1230
1301
 
1231
- # Optional. IP ranges allowed to be included during import from hub.(does not
1232
- # control transit connectivity) The only allowed value for now is "
1302
+ # Optional. IP ranges allowed to be included during import from hub (does not
1303
+ # control transit connectivity). The only allowed value for now is "
1233
1304
  # ALL_IPV4_RANGES".
1234
1305
  # Corresponds to the JSON property `includeImportRanges`
1235
1306
  # @return [Array<String>]
@@ -1781,6 +1852,36 @@ module Google
1781
1852
  end
1782
1853
  end
1783
1854
 
1855
+ # Specification for migration with source and target resource names.
1856
+ class Migration
1857
+ include Google::Apis::Core::Hashable
1858
+
1859
+ # Immutable. Resource path as an URI of the source resource, for example a
1860
+ # subnet. The project for the source resource should match the project for the
1861
+ # InternalRange. An example: /projects/`project`/regions/`region`/subnetworks/`
1862
+ # subnet`
1863
+ # Corresponds to the JSON property `source`
1864
+ # @return [String]
1865
+ attr_accessor :source
1866
+
1867
+ # Immutable. Resource path of the target resource. The target project can be
1868
+ # different, as in the cases when migrating to peer networks. The resource For
1869
+ # example: /projects/`project`/regions/`region`/subnetworks/`subnet`
1870
+ # Corresponds to the JSON property `target`
1871
+ # @return [String]
1872
+ attr_accessor :target
1873
+
1874
+ def initialize(**args)
1875
+ update!(**args)
1876
+ end
1877
+
1878
+ # Update properties of this object
1879
+ def update!(**args)
1880
+ @source = args[:source] if args.key?(:source)
1881
+ @target = args[:target] if args.key?(:target)
1882
+ end
1883
+ end
1884
+
1784
1885
  # A route next hop that leads to an interconnect attachment resource.
1785
1886
  class NextHopInterconnectAttachment
1786
1887
  include Google::Apis::Core::Hashable
@@ -2301,11 +2402,17 @@ module Google
2301
2402
  # @return [String]
2302
2403
  attr_accessor :gce_operation
2303
2404
 
2304
- # Immutable. An immutable identifier for the producer instance.
2405
+ # Immutable. Deprecated. Use producer_instance_metadata instead. An immutable
2406
+ # identifier for the producer instance.
2305
2407
  # Corresponds to the JSON property `producerInstanceId`
2306
2408
  # @return [String]
2307
2409
  attr_accessor :producer_instance_id
2308
2410
 
2411
+ # Immutable. An immutable map for the producer instance metadata.
2412
+ # Corresponds to the JSON property `producerInstanceMetadata`
2413
+ # @return [Hash<String,String>]
2414
+ attr_accessor :producer_instance_metadata
2415
+
2309
2416
  # The PSC connection id of the PSC forwarding rule.
2310
2417
  # Corresponds to the JSON property `pscConnectionId`
2311
2418
  # @return [String]
@@ -2317,6 +2424,13 @@ module Google
2317
2424
  # @return [String]
2318
2425
  attr_accessor :selected_subnetwork
2319
2426
 
2427
+ # Output only. [Output only] The service class associated with this PSC
2428
+ # Connection. The value is derived from the SCPolicy and matches the service
2429
+ # class name provided by the customer.
2430
+ # Corresponds to the JSON property `serviceClass`
2431
+ # @return [String]
2432
+ attr_accessor :service_class
2433
+
2320
2434
  # State of the PSC Connection
2321
2435
  # Corresponds to the JSON property `state`
2322
2436
  # @return [String]
@@ -2336,8 +2450,10 @@ module Google
2336
2450
  @error_type = args[:error_type] if args.key?(:error_type)
2337
2451
  @gce_operation = args[:gce_operation] if args.key?(:gce_operation)
2338
2452
  @producer_instance_id = args[:producer_instance_id] if args.key?(:producer_instance_id)
2453
+ @producer_instance_metadata = args[:producer_instance_metadata] if args.key?(:producer_instance_metadata)
2339
2454
  @psc_connection_id = args[:psc_connection_id] if args.key?(:psc_connection_id)
2340
2455
  @selected_subnetwork = args[:selected_subnetwork] if args.key?(:selected_subnetwork)
2456
+ @service_class = args[:service_class] if args.key?(:service_class)
2341
2457
  @state = args[:state] if args.key?(:state)
2342
2458
  end
2343
2459
  end
@@ -2908,7 +3024,7 @@ module Google
2908
3024
  class ServiceConnectionPolicy
2909
3025
  include Google::Apis::Core::Hashable
2910
3026
 
2911
- # Output only. Time when the ServiceConnectionMap was created.
3027
+ # Output only. Time when the ServiceConnectionPolicy was created.
2912
3028
  # Corresponds to the JSON property `createTime`
2913
3029
  # @return [String]
2914
3030
  attr_accessor :create_time
@@ -2968,7 +3084,7 @@ module Google
2968
3084
  # @return [String]
2969
3085
  attr_accessor :service_class
2970
3086
 
2971
- # Output only. Time when the ServiceConnectionMap was updated.
3087
+ # Output only. Time when the ServiceConnectionPolicy was updated.
2972
3088
  # Corresponds to the JSON property `updateTime`
2973
3089
  # @return [String]
2974
3090
  attr_accessor :update_time
@@ -3160,6 +3276,11 @@ module Google
3160
3276
  # @return [Google::Apis::NetworkconnectivityV1::LinkedInterconnectAttachments]
3161
3277
  attr_accessor :linked_interconnect_attachments
3162
3278
 
3279
+ # Next ID: 7
3280
+ # Corresponds to the JSON property `linkedProducerVpcNetwork`
3281
+ # @return [Google::Apis::NetworkconnectivityV1::LinkedProducerVpcNetwork]
3282
+ attr_accessor :linked_producer_vpc_network
3283
+
3163
3284
  # A collection of router appliance instances. If you configure multiple router
3164
3285
  # appliance instances to receive data from the same set of sites outside of
3165
3286
  # Google Cloud, we recommend that you associate those instances with the same
@@ -3228,6 +3349,7 @@ module Google
3228
3349
  @hub = args[:hub] if args.key?(:hub)
3229
3350
  @labels = args[:labels] if args.key?(:labels)
3230
3351
  @linked_interconnect_attachments = args[:linked_interconnect_attachments] if args.key?(:linked_interconnect_attachments)
3352
+ @linked_producer_vpc_network = args[:linked_producer_vpc_network] if args.key?(:linked_producer_vpc_network)
3231
3353
  @linked_router_appliance_instances = args[:linked_router_appliance_instances] if args.key?(:linked_router_appliance_instances)
3232
3354
  @linked_vpc_network = args[:linked_vpc_network] if args.key?(:linked_vpc_network)
3233
3355
  @linked_vpn_tunnels = args[:linked_vpn_tunnels] if args.key?(:linked_vpn_tunnels)
@@ -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.46.0"
19
+ GEM_VERSION = "0.48.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240807"
25
+ REVISION = "20240923"
26
26
  end
27
27
  end
28
28
  end
@@ -148,6 +148,12 @@ module Google
148
148
  include Google::Apis::Core::JsonObjectSupport
149
149
  end
150
150
 
151
+ class LinkedProducerVpcNetwork
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
151
157
  class LinkedRouterApplianceInstances
152
158
  class Representation < Google::Apis::Core::JsonRepresentation; end
153
159
 
@@ -262,6 +268,12 @@ module Google
262
268
  include Google::Apis::Core::JsonObjectSupport
263
269
  end
264
270
 
271
+ class Migration
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
265
277
  class NextHopInterconnectAttachment
266
278
  class Representation < Google::Apis::Core::JsonRepresentation; end
267
279
 
@@ -511,6 +523,7 @@ module Google
511
523
  property :disable_global_access, as: 'disableGlobalAccess'
512
524
  property :network, as: 'network'
513
525
  property :producer_instance_id, as: 'producerInstanceId'
526
+ hash :producer_instance_metadata, as: 'producerInstanceMetadata'
514
527
  property :project, as: 'project'
515
528
  hash :service_attachment_ip_address_map, as: 'serviceAttachmentIpAddressMap'
516
529
  property :state, as: 'state'
@@ -530,6 +543,7 @@ module Google
530
543
  property :ip, as: 'ip'
531
544
  property :network, as: 'network'
532
545
  property :producer_instance_id, as: 'producerInstanceId'
546
+ hash :producer_instance_metadata, as: 'producerInstanceMetadata'
533
547
  property :project, as: 'project'
534
548
  property :psc_connection_id, as: 'pscConnectionId'
535
549
  property :selected_subnetwork, as: 'selectedSubnetwork'
@@ -660,6 +674,8 @@ module Google
660
674
  property :description, as: 'description'
661
675
  property :ip_cidr_range, as: 'ipCidrRange'
662
676
  hash :labels, as: 'labels'
677
+ property :migration, as: 'migration', class: Google::Apis::NetworkconnectivityV1::Migration, decorator: Google::Apis::NetworkconnectivityV1::Migration::Representation
678
+
663
679
  property :name, as: 'name'
664
680
  property :network, as: 'network'
665
681
  collection :overlaps, as: 'overlaps'
@@ -682,6 +698,17 @@ module Google
682
698
  end
683
699
  end
684
700
 
701
+ class LinkedProducerVpcNetwork
702
+ # @private
703
+ class Representation < Google::Apis::Core::JsonRepresentation
704
+ collection :exclude_export_ranges, as: 'excludeExportRanges'
705
+ property :network, as: 'network'
706
+ property :peering, as: 'peering'
707
+ property :producer_network, as: 'producerNetwork'
708
+ property :service_consumer_vpc_spoke, as: 'serviceConsumerVpcSpoke'
709
+ end
710
+ end
711
+
685
712
  class LinkedRouterApplianceInstances
686
713
  # @private
687
714
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -870,6 +897,14 @@ module Google
870
897
  end
871
898
  end
872
899
 
900
+ class Migration
901
+ # @private
902
+ class Representation < Google::Apis::Core::JsonRepresentation
903
+ property :source, as: 'source'
904
+ property :target, as: 'target'
905
+ end
906
+ end
907
+
873
908
  class NextHopInterconnectAttachment
874
909
  # @private
875
910
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -984,8 +1019,10 @@ module Google
984
1019
  property :error_type, as: 'errorType'
985
1020
  property :gce_operation, as: 'gceOperation'
986
1021
  property :producer_instance_id, as: 'producerInstanceId'
1022
+ hash :producer_instance_metadata, as: 'producerInstanceMetadata'
987
1023
  property :psc_connection_id, as: 'pscConnectionId'
988
1024
  property :selected_subnetwork, as: 'selectedSubnetwork'
1025
+ property :service_class, as: 'serviceClass'
989
1026
  property :state, as: 'state'
990
1027
  end
991
1028
  end
@@ -1168,6 +1205,8 @@ module Google
1168
1205
  hash :labels, as: 'labels'
1169
1206
  property :linked_interconnect_attachments, as: 'linkedInterconnectAttachments', class: Google::Apis::NetworkconnectivityV1::LinkedInterconnectAttachments, decorator: Google::Apis::NetworkconnectivityV1::LinkedInterconnectAttachments::Representation
1170
1207
 
1208
+ property :linked_producer_vpc_network, as: 'linkedProducerVpcNetwork', class: Google::Apis::NetworkconnectivityV1::LinkedProducerVpcNetwork, decorator: Google::Apis::NetworkconnectivityV1::LinkedProducerVpcNetwork::Representation
1209
+
1171
1210
  property :linked_router_appliance_instances, as: 'linkedRouterApplianceInstances', class: Google::Apis::NetworkconnectivityV1::LinkedRouterApplianceInstances, decorator: Google::Apis::NetworkconnectivityV1::LinkedRouterApplianceInstances::Representation
1172
1211
 
1173
1212
  property :linked_vpc_network, as: 'linkedVpcNetwork', class: Google::Apis::NetworkconnectivityV1::LinkedVpcNetwork, decorator: Google::Apis::NetworkconnectivityV1::LinkedVpcNetwork::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkconnectivity_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.0
4
+ version: 0.48.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-18 00:00:00.000000000 Z
11
+ date: 2024-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.46.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.48.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1
63
63
  post_install_message:
64
64
  rdoc_options: []