google-apis-beyondcorp_v1alpha 0.22.0 → 0.24.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.
@@ -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
 
@@ -346,6 +304,12 @@ module Google
346
304
  include Google::Apis::Core::JsonObjectSupport
347
305
  end
348
306
 
307
+ class GoogleCloudBeyondcorpPartnerservicesV1alphaListBrowserDlpRulesResponse
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
349
313
  class GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse
350
314
  class Representation < Google::Apis::Core::JsonRepresentation; end
351
315
 
@@ -568,30 +532,12 @@ module Google
568
532
  include Google::Apis::Core::JsonObjectSupport
569
533
  end
570
534
 
571
- class Ingress
572
- class Representation < Google::Apis::Core::JsonRepresentation; end
573
-
574
- include Google::Apis::Core::JsonObjectSupport
575
- end
576
-
577
535
  class ListAppGatewaysResponse
578
536
  class Representation < Google::Apis::Core::JsonRepresentation; end
579
537
 
580
538
  include Google::Apis::Core::JsonObjectSupport
581
539
  end
582
540
 
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
541
  class ListConnectionsResponse
596
542
  class Representation < Google::Apis::Core::JsonRepresentation; end
597
543
 
@@ -610,12 +556,6 @@ module Google
610
556
  include Google::Apis::Core::JsonObjectSupport
611
557
  end
612
558
 
613
- class PeeredVpc
614
- class Representation < Google::Apis::Core::JsonRepresentation; end
615
-
616
- include Google::Apis::Core::JsonObjectSupport
617
- end
618
-
619
559
  class PrincipalInfo
620
560
  class Representation < Google::Apis::Core::JsonRepresentation; end
621
561
 
@@ -717,59 +657,6 @@ module Google
717
657
  end
718
658
  end
719
659
 
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
660
  class CloudPubSubNotificationConfig
774
661
  # @private
775
662
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -815,15 +702,6 @@ module Google
815
702
  end
816
703
  end
817
704
 
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
705
  class Connection
828
706
  # @private
829
707
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -917,22 +795,6 @@ module Google
917
795
  end
918
796
  end
919
797
 
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
798
  class Empty
937
799
  # @private
938
800
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1246,6 +1108,14 @@ module Google
1246
1108
  end
1247
1109
  end
1248
1110
 
1111
+ class GoogleCloudBeyondcorpPartnerservicesV1alphaListBrowserDlpRulesResponse
1112
+ # @private
1113
+ class Representation < Google::Apis::Core::JsonRepresentation
1114
+ collection :browser_dlp_rules, as: 'browserDlpRules', class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule, decorator: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule::Representation
1115
+
1116
+ end
1117
+ end
1118
+
1249
1119
  class GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse
1250
1120
  # @private
1251
1121
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1265,6 +1135,7 @@ module Google
1265
1135
  class GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadata
1266
1136
  # @private
1267
1137
  class Representation < Google::Apis::Core::JsonRepresentation
1138
+ property :internal_tenant_id, as: 'internalTenantId'
1268
1139
  property :partner_tenant_id, as: 'partnerTenantId'
1269
1140
  end
1270
1141
  end
@@ -1621,14 +1492,6 @@ module Google
1621
1492
  end
1622
1493
  end
1623
1494
 
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
1495
  class ListAppGatewaysResponse
1633
1496
  # @private
1634
1497
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1639,26 +1502,6 @@ module Google
1639
1502
  end
1640
1503
  end
1641
1504
 
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
1505
  class ListConnectionsResponse
1663
1506
  # @private
1664
1507
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1687,13 +1530,6 @@ module Google
1687
1530
  end
1688
1531
  end
1689
1532
 
1690
- class PeeredVpc
1691
- # @private
1692
- class Representation < Google::Apis::Core::JsonRepresentation
1693
- property :network_vpc, as: 'networkVpc'
1694
- end
1695
- end
1696
-
1697
1533
  class PrincipalInfo
1698
1534
  # @private
1699
1535
  class Representation < Google::Apis::Core::JsonRepresentation