google-apis-beyondcorp_v1alpha 0.21.0 → 0.23.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -46,30 +46,6 @@ module Google
46
46
  include Google::Apis::Core::JsonObjectSupport
47
47
  end
48
48
 
49
- class ClientConnectorService
50
- class Representation < Google::Apis::Core::JsonRepresentation; end
51
-
52
- include Google::Apis::Core::JsonObjectSupport
53
- end
54
-
55
- class ClientConnectorServiceOperationMetadata
56
- class Representation < Google::Apis::Core::JsonRepresentation; end
57
-
58
- include Google::Apis::Core::JsonObjectSupport
59
- end
60
-
61
- class ClientGateway
62
- class Representation < Google::Apis::Core::JsonRepresentation; end
63
-
64
- include Google::Apis::Core::JsonObjectSupport
65
- end
66
-
67
- class ClientGatewayOperationMetadata
68
- class Representation < Google::Apis::Core::JsonRepresentation; end
69
-
70
- include Google::Apis::Core::JsonObjectSupport
71
- end
72
-
73
49
  class CloudPubSubNotificationConfig
74
50
  class Representation < Google::Apis::Core::JsonRepresentation; end
75
51
 
@@ -100,12 +76,6 @@ module Google
100
76
  include Google::Apis::Core::JsonObjectSupport
101
77
  end
102
78
 
103
- class Config
104
- class Representation < Google::Apis::Core::JsonRepresentation; end
105
-
106
- include Google::Apis::Core::JsonObjectSupport
107
- end
108
-
109
79
  class Connection
110
80
  class Representation < Google::Apis::Core::JsonRepresentation; end
111
81
 
@@ -148,18 +118,6 @@ module Google
148
118
  include Google::Apis::Core::JsonObjectSupport
149
119
  end
150
120
 
151
- class DestinationRoute
152
- class Representation < Google::Apis::Core::JsonRepresentation; end
153
-
154
- include Google::Apis::Core::JsonObjectSupport
155
- end
156
-
157
- class Egress
158
- class Representation < Google::Apis::Core::JsonRepresentation; end
159
-
160
- include Google::Apis::Core::JsonObjectSupport
161
- end
162
-
163
121
  class Empty
164
122
  class Representation < Google::Apis::Core::JsonRepresentation; end
165
123
 
@@ -352,6 +310,12 @@ module Google
352
310
  include Google::Apis::Core::JsonObjectSupport
353
311
  end
354
312
 
313
+ class GoogleCloudBeyondcorpPartnerservicesV1alphaListProxyConfigsResponse
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
355
319
  class GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadata
356
320
  class Representation < Google::Apis::Core::JsonRepresentation; end
357
321
 
@@ -562,30 +526,12 @@ module Google
562
526
  include Google::Apis::Core::JsonObjectSupport
563
527
  end
564
528
 
565
- class Ingress
566
- class Representation < Google::Apis::Core::JsonRepresentation; end
567
-
568
- include Google::Apis::Core::JsonObjectSupport
569
- end
570
-
571
529
  class ListAppGatewaysResponse
572
530
  class Representation < Google::Apis::Core::JsonRepresentation; end
573
531
 
574
532
  include Google::Apis::Core::JsonObjectSupport
575
533
  end
576
534
 
577
- class ListClientConnectorServicesResponse
578
- class Representation < Google::Apis::Core::JsonRepresentation; end
579
-
580
- include Google::Apis::Core::JsonObjectSupport
581
- end
582
-
583
- class ListClientGatewaysResponse
584
- class Representation < Google::Apis::Core::JsonRepresentation; end
585
-
586
- include Google::Apis::Core::JsonObjectSupport
587
- end
588
-
589
535
  class ListConnectionsResponse
590
536
  class Representation < Google::Apis::Core::JsonRepresentation; end
591
537
 
@@ -604,12 +550,6 @@ module Google
604
550
  include Google::Apis::Core::JsonObjectSupport
605
551
  end
606
552
 
607
- class PeeredVpc
608
- class Representation < Google::Apis::Core::JsonRepresentation; end
609
-
610
- include Google::Apis::Core::JsonObjectSupport
611
- end
612
-
613
553
  class PrincipalInfo
614
554
  class Representation < Google::Apis::Core::JsonRepresentation; end
615
555
 
@@ -711,59 +651,6 @@ module Google
711
651
  end
712
652
  end
713
653
 
714
- class ClientConnectorService
715
- # @private
716
- class Representation < Google::Apis::Core::JsonRepresentation
717
- property :create_time, as: 'createTime'
718
- property :display_name, as: 'displayName'
719
- property :egress, as: 'egress', class: Google::Apis::BeyondcorpV1alpha::Egress, decorator: Google::Apis::BeyondcorpV1alpha::Egress::Representation
720
-
721
- property :ingress, as: 'ingress', class: Google::Apis::BeyondcorpV1alpha::Ingress, decorator: Google::Apis::BeyondcorpV1alpha::Ingress::Representation
722
-
723
- property :name, as: 'name'
724
- property :state, as: 'state'
725
- property :update_time, as: 'updateTime'
726
- end
727
- end
728
-
729
- class ClientConnectorServiceOperationMetadata
730
- # @private
731
- class Representation < Google::Apis::Core::JsonRepresentation
732
- property :api_version, as: 'apiVersion'
733
- property :create_time, as: 'createTime'
734
- property :end_time, as: 'endTime'
735
- property :requested_cancellation, as: 'requestedCancellation'
736
- property :status_message, as: 'statusMessage'
737
- property :target, as: 'target'
738
- property :verb, as: 'verb'
739
- end
740
- end
741
-
742
- class ClientGateway
743
- # @private
744
- class Representation < Google::Apis::Core::JsonRepresentation
745
- property :client_connector_service, as: 'clientConnectorService'
746
- property :create_time, as: 'createTime'
747
- property :id, as: 'id'
748
- property :name, as: 'name'
749
- property :state, as: 'state'
750
- property :update_time, as: 'updateTime'
751
- end
752
- end
753
-
754
- class ClientGatewayOperationMetadata
755
- # @private
756
- class Representation < Google::Apis::Core::JsonRepresentation
757
- property :api_version, as: 'apiVersion'
758
- property :create_time, as: 'createTime'
759
- property :end_time, as: 'endTime'
760
- property :requested_cancellation, as: 'requestedCancellation'
761
- property :status_message, as: 'statusMessage'
762
- property :target, as: 'target'
763
- property :verb, as: 'verb'
764
- end
765
- end
766
-
767
654
  class CloudPubSubNotificationConfig
768
655
  # @private
769
656
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -809,15 +696,6 @@ module Google
809
696
  end
810
697
  end
811
698
 
812
- class Config
813
- # @private
814
- class Representation < Google::Apis::Core::JsonRepresentation
815
- collection :destination_routes, as: 'destinationRoutes', class: Google::Apis::BeyondcorpV1alpha::DestinationRoute, decorator: Google::Apis::BeyondcorpV1alpha::DestinationRoute::Representation
816
-
817
- property :transport_protocol, as: 'transportProtocol'
818
- end
819
- end
820
-
821
699
  class Connection
822
700
  # @private
823
701
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -911,22 +789,6 @@ module Google
911
789
  end
912
790
  end
913
791
 
914
- class DestinationRoute
915
- # @private
916
- class Representation < Google::Apis::Core::JsonRepresentation
917
- property :address, as: 'address'
918
- property :netmask, as: 'netmask'
919
- end
920
- end
921
-
922
- class Egress
923
- # @private
924
- class Representation < Google::Apis::Core::JsonRepresentation
925
- property :peered_vpc, as: 'peeredVpc', class: Google::Apis::BeyondcorpV1alpha::PeeredVpc, decorator: Google::Apis::BeyondcorpV1alpha::PeeredVpc::Representation
926
-
927
- end
928
- end
929
-
930
792
  class Empty
931
793
  # @private
932
794
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1243,16 +1105,23 @@ module Google
1243
1105
  class GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse
1244
1106
  # @private
1245
1107
  class Representation < Google::Apis::Core::JsonRepresentation
1246
- property :next_page_token, as: 'nextPageToken'
1247
1108
  collection :partner_tenants, as: 'partnerTenants', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant::Representation
1248
1109
 
1249
- collection :unreachable, as: 'unreachable'
1110
+ end
1111
+ end
1112
+
1113
+ class GoogleCloudBeyondcorpPartnerservicesV1alphaListProxyConfigsResponse
1114
+ # @private
1115
+ class Representation < Google::Apis::Core::JsonRepresentation
1116
+ collection :proxy_configs, as: 'proxyConfigs', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig::Representation
1117
+
1250
1118
  end
1251
1119
  end
1252
1120
 
1253
1121
  class GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadata
1254
1122
  # @private
1255
1123
  class Representation < Google::Apis::Core::JsonRepresentation
1124
+ property :internal_tenant_id, as: 'internalTenantId'
1256
1125
  property :partner_tenant_id, as: 'partnerTenantId'
1257
1126
  end
1258
1127
  end
@@ -1609,14 +1478,6 @@ module Google
1609
1478
  end
1610
1479
  end
1611
1480
 
1612
- class Ingress
1613
- # @private
1614
- class Representation < Google::Apis::Core::JsonRepresentation
1615
- property :config, as: 'config', class: Google::Apis::BeyondcorpV1alpha::Config, decorator: Google::Apis::BeyondcorpV1alpha::Config::Representation
1616
-
1617
- end
1618
- end
1619
-
1620
1481
  class ListAppGatewaysResponse
1621
1482
  # @private
1622
1483
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1627,26 +1488,6 @@ module Google
1627
1488
  end
1628
1489
  end
1629
1490
 
1630
- class ListClientConnectorServicesResponse
1631
- # @private
1632
- class Representation < Google::Apis::Core::JsonRepresentation
1633
- collection :client_connector_services, as: 'clientConnectorServices', class: Google::Apis::BeyondcorpV1alpha::ClientConnectorService, decorator: Google::Apis::BeyondcorpV1alpha::ClientConnectorService::Representation
1634
-
1635
- property :next_page_token, as: 'nextPageToken'
1636
- collection :unreachable, as: 'unreachable'
1637
- end
1638
- end
1639
-
1640
- class ListClientGatewaysResponse
1641
- # @private
1642
- class Representation < Google::Apis::Core::JsonRepresentation
1643
- collection :client_gateways, as: 'clientGateways', class: Google::Apis::BeyondcorpV1alpha::ClientGateway, decorator: Google::Apis::BeyondcorpV1alpha::ClientGateway::Representation
1644
-
1645
- property :next_page_token, as: 'nextPageToken'
1646
- collection :unreachable, as: 'unreachable'
1647
- end
1648
- end
1649
-
1650
1491
  class ListConnectionsResponse
1651
1492
  # @private
1652
1493
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1675,13 +1516,6 @@ module Google
1675
1516
  end
1676
1517
  end
1677
1518
 
1678
- class PeeredVpc
1679
- # @private
1680
- class Representation < Google::Apis::Core::JsonRepresentation
1681
- property :network_vpc, as: 'networkVpc'
1682
- end
1683
- end
1684
-
1685
1519
  class PrincipalInfo
1686
1520
  # @private
1687
1521
  class Representation < Google::Apis::Core::JsonRepresentation