google-apis-beyondcorp_v1 0.11.0 → 0.13.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -40,30 +40,6 @@ module Google
40
40
  include Google::Apis::Core::JsonObjectSupport
41
41
  end
42
42
 
43
- class ClientConnectorService
44
- class Representation < Google::Apis::Core::JsonRepresentation; end
45
-
46
- include Google::Apis::Core::JsonObjectSupport
47
- end
48
-
49
- class ClientConnectorServiceOperationMetadata
50
- class Representation < Google::Apis::Core::JsonRepresentation; end
51
-
52
- include Google::Apis::Core::JsonObjectSupport
53
- end
54
-
55
- class ClientGateway
56
- class Representation < Google::Apis::Core::JsonRepresentation; end
57
-
58
- include Google::Apis::Core::JsonObjectSupport
59
- end
60
-
61
- class ClientGatewayOperationMetadata
62
- class Representation < Google::Apis::Core::JsonRepresentation; end
63
-
64
- include Google::Apis::Core::JsonObjectSupport
65
- end
66
-
67
43
  class CloudSecurityZerotrustApplinkAppConnectorProtoConnectionConfig
68
44
  class Representation < Google::Apis::Core::JsonRepresentation; end
69
45
 
@@ -88,24 +64,6 @@ module Google
88
64
  include Google::Apis::Core::JsonObjectSupport
89
65
  end
90
66
 
91
- class Config
92
- class Representation < Google::Apis::Core::JsonRepresentation; end
93
-
94
- include Google::Apis::Core::JsonObjectSupport
95
- end
96
-
97
- class DestinationRoute
98
- class Representation < Google::Apis::Core::JsonRepresentation; end
99
-
100
- include Google::Apis::Core::JsonObjectSupport
101
- end
102
-
103
- class Egress
104
- class Representation < Google::Apis::Core::JsonRepresentation; end
105
-
106
- include Google::Apis::Core::JsonObjectSupport
107
- end
108
-
109
67
  class Empty
110
68
  class Representation < Google::Apis::Core::JsonRepresentation; end
111
69
 
@@ -388,36 +346,12 @@ module Google
388
346
  include Google::Apis::Core::JsonObjectSupport
389
347
  end
390
348
 
391
- class Ingress
392
- class Representation < Google::Apis::Core::JsonRepresentation; end
393
-
394
- include Google::Apis::Core::JsonObjectSupport
395
- end
396
-
397
349
  class ListAppGatewaysResponse
398
350
  class Representation < Google::Apis::Core::JsonRepresentation; end
399
351
 
400
352
  include Google::Apis::Core::JsonObjectSupport
401
353
  end
402
354
 
403
- class ListClientConnectorServicesResponse
404
- class Representation < Google::Apis::Core::JsonRepresentation; end
405
-
406
- include Google::Apis::Core::JsonObjectSupport
407
- end
408
-
409
- class ListClientGatewaysResponse
410
- class Representation < Google::Apis::Core::JsonRepresentation; end
411
-
412
- include Google::Apis::Core::JsonObjectSupport
413
- end
414
-
415
- class PeeredVpc
416
- class Representation < Google::Apis::Core::JsonRepresentation; end
417
-
418
- include Google::Apis::Core::JsonObjectSupport
419
- end
420
-
421
355
  class Tunnelv1ProtoTunnelerError
422
356
  class Representation < Google::Apis::Core::JsonRepresentation; end
423
357
 
@@ -469,59 +403,6 @@ module Google
469
403
  end
470
404
  end
471
405
 
472
- class ClientConnectorService
473
- # @private
474
- class Representation < Google::Apis::Core::JsonRepresentation
475
- property :create_time, as: 'createTime'
476
- property :display_name, as: 'displayName'
477
- property :egress, as: 'egress', class: Google::Apis::BeyondcorpV1::Egress, decorator: Google::Apis::BeyondcorpV1::Egress::Representation
478
-
479
- property :ingress, as: 'ingress', class: Google::Apis::BeyondcorpV1::Ingress, decorator: Google::Apis::BeyondcorpV1::Ingress::Representation
480
-
481
- property :name, as: 'name'
482
- property :state, as: 'state'
483
- property :update_time, as: 'updateTime'
484
- end
485
- end
486
-
487
- class ClientConnectorServiceOperationMetadata
488
- # @private
489
- class Representation < Google::Apis::Core::JsonRepresentation
490
- property :api_version, as: 'apiVersion'
491
- property :create_time, as: 'createTime'
492
- property :end_time, as: 'endTime'
493
- property :requested_cancellation, as: 'requestedCancellation'
494
- property :status_message, as: 'statusMessage'
495
- property :target, as: 'target'
496
- property :verb, as: 'verb'
497
- end
498
- end
499
-
500
- class ClientGateway
501
- # @private
502
- class Representation < Google::Apis::Core::JsonRepresentation
503
- property :client_connector_service, as: 'clientConnectorService'
504
- property :create_time, as: 'createTime'
505
- property :id, as: 'id'
506
- property :name, as: 'name'
507
- property :state, as: 'state'
508
- property :update_time, as: 'updateTime'
509
- end
510
- end
511
-
512
- class ClientGatewayOperationMetadata
513
- # @private
514
- class Representation < Google::Apis::Core::JsonRepresentation
515
- property :api_version, as: 'apiVersion'
516
- property :create_time, as: 'createTime'
517
- property :end_time, as: 'endTime'
518
- property :requested_cancellation, as: 'requestedCancellation'
519
- property :status_message, as: 'statusMessage'
520
- property :target, as: 'target'
521
- property :verb, as: 'verb'
522
- end
523
- end
524
-
525
406
  class CloudSecurityZerotrustApplinkAppConnectorProtoConnectionConfig
526
407
  # @private
527
408
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -560,31 +441,6 @@ module Google
560
441
  end
561
442
  end
562
443
 
563
- class Config
564
- # @private
565
- class Representation < Google::Apis::Core::JsonRepresentation
566
- collection :destination_routes, as: 'destinationRoutes', class: Google::Apis::BeyondcorpV1::DestinationRoute, decorator: Google::Apis::BeyondcorpV1::DestinationRoute::Representation
567
-
568
- property :transport_protocol, as: 'transportProtocol'
569
- end
570
- end
571
-
572
- class DestinationRoute
573
- # @private
574
- class Representation < Google::Apis::Core::JsonRepresentation
575
- property :address, as: 'address'
576
- property :netmask, as: 'netmask'
577
- end
578
- end
579
-
580
- class Egress
581
- # @private
582
- class Representation < Google::Apis::Core::JsonRepresentation
583
- property :peered_vpc, as: 'peeredVpc', class: Google::Apis::BeyondcorpV1::PeeredVpc, decorator: Google::Apis::BeyondcorpV1::PeeredVpc::Representation
584
-
585
- end
586
- end
587
-
588
444
  class Empty
589
445
  # @private
590
446
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1058,14 +914,6 @@ module Google
1058
914
  end
1059
915
  end
1060
916
 
1061
- class Ingress
1062
- # @private
1063
- class Representation < Google::Apis::Core::JsonRepresentation
1064
- property :config, as: 'config', class: Google::Apis::BeyondcorpV1::Config, decorator: Google::Apis::BeyondcorpV1::Config::Representation
1065
-
1066
- end
1067
- end
1068
-
1069
917
  class ListAppGatewaysResponse
1070
918
  # @private
1071
919
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1076,33 +924,6 @@ module Google
1076
924
  end
1077
925
  end
1078
926
 
1079
- class ListClientConnectorServicesResponse
1080
- # @private
1081
- class Representation < Google::Apis::Core::JsonRepresentation
1082
- collection :client_connector_services, as: 'clientConnectorServices', class: Google::Apis::BeyondcorpV1::ClientConnectorService, decorator: Google::Apis::BeyondcorpV1::ClientConnectorService::Representation
1083
-
1084
- property :next_page_token, as: 'nextPageToken'
1085
- collection :unreachable, as: 'unreachable'
1086
- end
1087
- end
1088
-
1089
- class ListClientGatewaysResponse
1090
- # @private
1091
- class Representation < Google::Apis::Core::JsonRepresentation
1092
- collection :client_gateways, as: 'clientGateways', class: Google::Apis::BeyondcorpV1::ClientGateway, decorator: Google::Apis::BeyondcorpV1::ClientGateway::Representation
1093
-
1094
- property :next_page_token, as: 'nextPageToken'
1095
- collection :unreachable, as: 'unreachable'
1096
- end
1097
- end
1098
-
1099
- class PeeredVpc
1100
- # @private
1101
- class Representation < Google::Apis::Core::JsonRepresentation
1102
- property :network_vpc, as: 'networkVpc'
1103
- end
1104
- end
1105
-
1106
927
  class Tunnelv1ProtoTunnelerError
1107
928
  # @private
1108
929
  class Representation < Google::Apis::Core::JsonRepresentation