google-apis-beyondcorp_v1alpha 0.22.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
 
@@ -568,30 +526,12 @@ module Google
568
526
  include Google::Apis::Core::JsonObjectSupport
569
527
  end
570
528
 
571
- class Ingress
572
- class Representation < Google::Apis::Core::JsonRepresentation; end
573
-
574
- include Google::Apis::Core::JsonObjectSupport
575
- end
576
-
577
529
  class ListAppGatewaysResponse
578
530
  class Representation < Google::Apis::Core::JsonRepresentation; end
579
531
 
580
532
  include Google::Apis::Core::JsonObjectSupport
581
533
  end
582
534
 
583
- class ListClientConnectorServicesResponse
584
- class Representation < Google::Apis::Core::JsonRepresentation; end
585
-
586
- include Google::Apis::Core::JsonObjectSupport
587
- end
588
-
589
- class ListClientGatewaysResponse
590
- class Representation < Google::Apis::Core::JsonRepresentation; end
591
-
592
- include Google::Apis::Core::JsonObjectSupport
593
- end
594
-
595
535
  class ListConnectionsResponse
596
536
  class Representation < Google::Apis::Core::JsonRepresentation; end
597
537
 
@@ -610,12 +550,6 @@ module Google
610
550
  include Google::Apis::Core::JsonObjectSupport
611
551
  end
612
552
 
613
- class PeeredVpc
614
- class Representation < Google::Apis::Core::JsonRepresentation; end
615
-
616
- include Google::Apis::Core::JsonObjectSupport
617
- end
618
-
619
553
  class PrincipalInfo
620
554
  class Representation < Google::Apis::Core::JsonRepresentation; end
621
555
 
@@ -717,59 +651,6 @@ module Google
717
651
  end
718
652
  end
719
653
 
720
- class ClientConnectorService
721
- # @private
722
- class Representation < Google::Apis::Core::JsonRepresentation
723
- property :create_time, as: 'createTime'
724
- property :display_name, as: 'displayName'
725
- property :egress, as: 'egress', class: Google::Apis::BeyondcorpV1alpha::Egress, decorator: Google::Apis::BeyondcorpV1alpha::Egress::Representation
726
-
727
- property :ingress, as: 'ingress', class: Google::Apis::BeyondcorpV1alpha::Ingress, decorator: Google::Apis::BeyondcorpV1alpha::Ingress::Representation
728
-
729
- property :name, as: 'name'
730
- property :state, as: 'state'
731
- property :update_time, as: 'updateTime'
732
- end
733
- end
734
-
735
- class ClientConnectorServiceOperationMetadata
736
- # @private
737
- class Representation < Google::Apis::Core::JsonRepresentation
738
- property :api_version, as: 'apiVersion'
739
- property :create_time, as: 'createTime'
740
- property :end_time, as: 'endTime'
741
- property :requested_cancellation, as: 'requestedCancellation'
742
- property :status_message, as: 'statusMessage'
743
- property :target, as: 'target'
744
- property :verb, as: 'verb'
745
- end
746
- end
747
-
748
- class ClientGateway
749
- # @private
750
- class Representation < Google::Apis::Core::JsonRepresentation
751
- property :client_connector_service, as: 'clientConnectorService'
752
- property :create_time, as: 'createTime'
753
- property :id, as: 'id'
754
- property :name, as: 'name'
755
- property :state, as: 'state'
756
- property :update_time, as: 'updateTime'
757
- end
758
- end
759
-
760
- class ClientGatewayOperationMetadata
761
- # @private
762
- class Representation < Google::Apis::Core::JsonRepresentation
763
- property :api_version, as: 'apiVersion'
764
- property :create_time, as: 'createTime'
765
- property :end_time, as: 'endTime'
766
- property :requested_cancellation, as: 'requestedCancellation'
767
- property :status_message, as: 'statusMessage'
768
- property :target, as: 'target'
769
- property :verb, as: 'verb'
770
- end
771
- end
772
-
773
654
  class CloudPubSubNotificationConfig
774
655
  # @private
775
656
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -815,15 +696,6 @@ module Google
815
696
  end
816
697
  end
817
698
 
818
- class Config
819
- # @private
820
- class Representation < Google::Apis::Core::JsonRepresentation
821
- collection :destination_routes, as: 'destinationRoutes', class: Google::Apis::BeyondcorpV1alpha::DestinationRoute, decorator: Google::Apis::BeyondcorpV1alpha::DestinationRoute::Representation
822
-
823
- property :transport_protocol, as: 'transportProtocol'
824
- end
825
- end
826
-
827
699
  class Connection
828
700
  # @private
829
701
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -917,22 +789,6 @@ module Google
917
789
  end
918
790
  end
919
791
 
920
- class DestinationRoute
921
- # @private
922
- class Representation < Google::Apis::Core::JsonRepresentation
923
- property :address, as: 'address'
924
- property :netmask, as: 'netmask'
925
- end
926
- end
927
-
928
- class Egress
929
- # @private
930
- class Representation < Google::Apis::Core::JsonRepresentation
931
- property :peered_vpc, as: 'peeredVpc', class: Google::Apis::BeyondcorpV1alpha::PeeredVpc, decorator: Google::Apis::BeyondcorpV1alpha::PeeredVpc::Representation
932
-
933
- end
934
- end
935
-
936
792
  class Empty
937
793
  # @private
938
794
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1265,6 +1121,7 @@ module Google
1265
1121
  class GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadata
1266
1122
  # @private
1267
1123
  class Representation < Google::Apis::Core::JsonRepresentation
1124
+ property :internal_tenant_id, as: 'internalTenantId'
1268
1125
  property :partner_tenant_id, as: 'partnerTenantId'
1269
1126
  end
1270
1127
  end
@@ -1621,14 +1478,6 @@ module Google
1621
1478
  end
1622
1479
  end
1623
1480
 
1624
- class Ingress
1625
- # @private
1626
- class Representation < Google::Apis::Core::JsonRepresentation
1627
- property :config, as: 'config', class: Google::Apis::BeyondcorpV1alpha::Config, decorator: Google::Apis::BeyondcorpV1alpha::Config::Representation
1628
-
1629
- end
1630
- end
1631
-
1632
1481
  class ListAppGatewaysResponse
1633
1482
  # @private
1634
1483
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1639,26 +1488,6 @@ module Google
1639
1488
  end
1640
1489
  end
1641
1490
 
1642
- class ListClientConnectorServicesResponse
1643
- # @private
1644
- class Representation < Google::Apis::Core::JsonRepresentation
1645
- collection :client_connector_services, as: 'clientConnectorServices', class: Google::Apis::BeyondcorpV1alpha::ClientConnectorService, decorator: Google::Apis::BeyondcorpV1alpha::ClientConnectorService::Representation
1646
-
1647
- property :next_page_token, as: 'nextPageToken'
1648
- collection :unreachable, as: 'unreachable'
1649
- end
1650
- end
1651
-
1652
- class ListClientGatewaysResponse
1653
- # @private
1654
- class Representation < Google::Apis::Core::JsonRepresentation
1655
- collection :client_gateways, as: 'clientGateways', class: Google::Apis::BeyondcorpV1alpha::ClientGateway, decorator: Google::Apis::BeyondcorpV1alpha::ClientGateway::Representation
1656
-
1657
- property :next_page_token, as: 'nextPageToken'
1658
- collection :unreachable, as: 'unreachable'
1659
- end
1660
- end
1661
-
1662
1491
  class ListConnectionsResponse
1663
1492
  # @private
1664
1493
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1687,13 +1516,6 @@ module Google
1687
1516
  end
1688
1517
  end
1689
1518
 
1690
- class PeeredVpc
1691
- # @private
1692
- class Representation < Google::Apis::Core::JsonRepresentation
1693
- property :network_vpc, as: 'networkVpc'
1694
- end
1695
- end
1696
-
1697
1519
  class PrincipalInfo
1698
1520
  # @private
1699
1521
  class Representation < Google::Apis::Core::JsonRepresentation