google-apis-networkconnectivity_v1 0.61.0 → 0.63.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.
@@ -82,6 +82,18 @@ module Google
82
82
  include Google::Apis::Core::JsonObjectSupport
83
83
  end
84
84
 
85
+ class Destination
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class DestinationEndpoint
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
85
97
  class Empty
86
98
  class Representation < Google::Apis::Core::JsonRepresentation; end
87
99
 
@@ -190,6 +202,12 @@ module Google
190
202
  include Google::Apis::Core::JsonObjectSupport
191
203
  end
192
204
 
205
+ class ListDestinationsResponse
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
193
211
  class ListGroupsResponse
194
212
  class Representation < Google::Apis::Core::JsonRepresentation; end
195
213
 
@@ -220,6 +238,18 @@ module Google
220
238
  include Google::Apis::Core::JsonObjectSupport
221
239
  end
222
240
 
241
+ class ListMulticloudDataTransferConfigsResponse
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class ListMulticloudDataTransferSupportedServicesResponse
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
223
253
  class ListPolicyBasedRoutesResponse
224
254
  class Representation < Google::Apis::Core::JsonRepresentation; end
225
255
 
@@ -292,6 +322,18 @@ module Google
292
322
  include Google::Apis::Core::JsonObjectSupport
293
323
  end
294
324
 
325
+ class MulticloudDataTransferConfig
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class MulticloudDataTransferSupportedService
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
295
337
  class NextHopInterconnectAttachment
296
338
  class Representation < Google::Apis::Core::JsonRepresentation; end
297
339
 
@@ -424,6 +466,12 @@ module Google
424
466
  include Google::Apis::Core::JsonObjectSupport
425
467
  end
426
468
 
469
+ class ServiceConfig
470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
471
+
472
+ include Google::Apis::Core::JsonObjectSupport
473
+ end
474
+
427
475
  class ServiceConnectionMap
428
476
  class Representation < Google::Apis::Core::JsonRepresentation; end
429
477
 
@@ -478,12 +526,24 @@ module Google
478
526
  include Google::Apis::Core::JsonObjectSupport
479
527
  end
480
528
 
529
+ class StateMetadata
530
+ class Representation < Google::Apis::Core::JsonRepresentation; end
531
+
532
+ include Google::Apis::Core::JsonObjectSupport
533
+ end
534
+
481
535
  class StateReason
482
536
  class Representation < Google::Apis::Core::JsonRepresentation; end
483
537
 
484
538
  include Google::Apis::Core::JsonObjectSupport
485
539
  end
486
540
 
541
+ class StateTimeline
542
+ class Representation < Google::Apis::Core::JsonRepresentation; end
543
+
544
+ include Google::Apis::Core::JsonObjectSupport
545
+ end
546
+
487
547
  class TestIamPermissionsRequest
488
548
  class Representation < Google::Apis::Core::JsonRepresentation; end
489
549
 
@@ -613,6 +673,34 @@ module Google
613
673
  end
614
674
  end
615
675
 
676
+ class Destination
677
+ # @private
678
+ class Representation < Google::Apis::Core::JsonRepresentation
679
+ property :create_time, as: 'createTime'
680
+ property :description, as: 'description'
681
+ collection :endpoints, as: 'endpoints', class: Google::Apis::NetworkconnectivityV1::DestinationEndpoint, decorator: Google::Apis::NetworkconnectivityV1::DestinationEndpoint::Representation
682
+
683
+ property :etag, as: 'etag'
684
+ property :ip_prefix, as: 'ipPrefix'
685
+ hash :labels, as: 'labels'
686
+ property :name, as: 'name'
687
+ property :state_timeline, as: 'stateTimeline', class: Google::Apis::NetworkconnectivityV1::StateTimeline, decorator: Google::Apis::NetworkconnectivityV1::StateTimeline::Representation
688
+
689
+ property :uid, as: 'uid'
690
+ property :update_time, as: 'updateTime'
691
+ end
692
+ end
693
+
694
+ class DestinationEndpoint
695
+ # @private
696
+ class Representation < Google::Apis::Core::JsonRepresentation
697
+ property :asn, :numeric_string => true, as: 'asn'
698
+ property :csp, as: 'csp'
699
+ property :state, as: 'state'
700
+ property :update_time, as: 'updateTime'
701
+ end
702
+ end
703
+
616
704
  class Empty
617
705
  # @private
618
706
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -820,6 +908,16 @@ module Google
820
908
  end
821
909
  end
822
910
 
911
+ class ListDestinationsResponse
912
+ # @private
913
+ class Representation < Google::Apis::Core::JsonRepresentation
914
+ collection :destinations, as: 'destinations', class: Google::Apis::NetworkconnectivityV1::Destination, decorator: Google::Apis::NetworkconnectivityV1::Destination::Representation
915
+
916
+ property :next_page_token, as: 'nextPageToken'
917
+ collection :unreachable, as: 'unreachable'
918
+ end
919
+ end
920
+
823
921
  class ListGroupsResponse
824
922
  # @private
825
923
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -869,6 +967,25 @@ module Google
869
967
  end
870
968
  end
871
969
 
970
+ class ListMulticloudDataTransferConfigsResponse
971
+ # @private
972
+ class Representation < Google::Apis::Core::JsonRepresentation
973
+ collection :multicloud_data_transfer_configs, as: 'multicloudDataTransferConfigs', class: Google::Apis::NetworkconnectivityV1::MulticloudDataTransferConfig, decorator: Google::Apis::NetworkconnectivityV1::MulticloudDataTransferConfig::Representation
974
+
975
+ property :next_page_token, as: 'nextPageToken'
976
+ collection :unreachable, as: 'unreachable'
977
+ end
978
+ end
979
+
980
+ class ListMulticloudDataTransferSupportedServicesResponse
981
+ # @private
982
+ class Representation < Google::Apis::Core::JsonRepresentation
983
+ collection :multicloud_data_transfer_supported_services, as: 'multicloudDataTransferSupportedServices', class: Google::Apis::NetworkconnectivityV1::MulticloudDataTransferSupportedService, decorator: Google::Apis::NetworkconnectivityV1::MulticloudDataTransferSupportedService::Representation
984
+
985
+ property :next_page_token, as: 'nextPageToken'
986
+ end
987
+ end
988
+
872
989
  class ListPolicyBasedRoutesResponse
873
990
  # @private
874
991
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -985,6 +1102,32 @@ module Google
985
1102
  end
986
1103
  end
987
1104
 
1105
+ class MulticloudDataTransferConfig
1106
+ # @private
1107
+ class Representation < Google::Apis::Core::JsonRepresentation
1108
+ property :create_time, as: 'createTime'
1109
+ property :description, as: 'description'
1110
+ property :destinations_active_count, as: 'destinationsActiveCount'
1111
+ property :destinations_count, as: 'destinationsCount'
1112
+ property :etag, as: 'etag'
1113
+ hash :labels, as: 'labels'
1114
+ property :name, as: 'name'
1115
+ hash :services, as: 'services', class: Google::Apis::NetworkconnectivityV1::StateTimeline, decorator: Google::Apis::NetworkconnectivityV1::StateTimeline::Representation
1116
+
1117
+ property :uid, as: 'uid'
1118
+ property :update_time, as: 'updateTime'
1119
+ end
1120
+ end
1121
+
1122
+ class MulticloudDataTransferSupportedService
1123
+ # @private
1124
+ class Representation < Google::Apis::Core::JsonRepresentation
1125
+ property :name, as: 'name'
1126
+ collection :service_configs, as: 'serviceConfigs', class: Google::Apis::NetworkconnectivityV1::ServiceConfig, decorator: Google::Apis::NetworkconnectivityV1::ServiceConfig::Representation
1127
+
1128
+ end
1129
+ end
1130
+
988
1131
  class NextHopInterconnectAttachment
989
1132
  # @private
990
1133
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1253,6 +1396,14 @@ module Google
1253
1396
  end
1254
1397
  end
1255
1398
 
1399
+ class ServiceConfig
1400
+ # @private
1401
+ class Representation < Google::Apis::Core::JsonRepresentation
1402
+ property :eligibility_criteria, as: 'eligibilityCriteria'
1403
+ property :support_end_time, as: 'supportEndTime'
1404
+ end
1405
+ end
1406
+
1256
1407
  class ServiceConnectionMap
1257
1408
  # @private
1258
1409
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1384,6 +1535,14 @@ module Google
1384
1535
  end
1385
1536
  end
1386
1537
 
1538
+ class StateMetadata
1539
+ # @private
1540
+ class Representation < Google::Apis::Core::JsonRepresentation
1541
+ property :effective_time, as: 'effectiveTime'
1542
+ property :state, as: 'state'
1543
+ end
1544
+ end
1545
+
1387
1546
  class StateReason
1388
1547
  # @private
1389
1548
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1393,6 +1552,14 @@ module Google
1393
1552
  end
1394
1553
  end
1395
1554
 
1555
+ class StateTimeline
1556
+ # @private
1557
+ class Representation < Google::Apis::Core::JsonRepresentation
1558
+ collection :states, as: 'states', class: Google::Apis::NetworkconnectivityV1::StateMetadata, decorator: Google::Apis::NetworkconnectivityV1::StateMetadata::Representation
1559
+
1560
+ end
1561
+ end
1562
+
1396
1563
  class TestIamPermissionsRequest
1397
1564
  # @private
1398
1565
  class Representation < Google::Apis::Core::JsonRepresentation