google-apis-apigee_v1 0.100.0 → 0.102.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.
@@ -544,6 +544,18 @@ module Google
544
544
  include Google::Apis::Core::JsonObjectSupport
545
545
  end
546
546
 
547
+ class GoogleCloudApigeeV1DnsZone
548
+ class Representation < Google::Apis::Core::JsonRepresentation; end
549
+
550
+ include Google::Apis::Core::JsonObjectSupport
551
+ end
552
+
553
+ class GoogleCloudApigeeV1DnsZonePeeringConfig
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
547
559
  class GoogleCloudApigeeV1DocumentationFile
548
560
  class Representation < Google::Apis::Core::JsonRepresentation; end
549
561
 
@@ -910,6 +922,12 @@ module Google
910
922
  include Google::Apis::Core::JsonObjectSupport
911
923
  end
912
924
 
925
+ class GoogleCloudApigeeV1ListDnsZonesResponse
926
+ class Representation < Google::Apis::Core::JsonRepresentation; end
927
+
928
+ include Google::Apis::Core::JsonObjectSupport
929
+ end
930
+
913
931
  class GoogleCloudApigeeV1ListEndpointAttachmentsResponse
914
932
  class Representation < Google::Apis::Core::JsonRepresentation; end
915
933
 
@@ -1000,6 +1018,12 @@ module Google
1000
1018
  include Google::Apis::Core::JsonObjectSupport
1001
1019
  end
1002
1020
 
1021
+ class GoogleCloudApigeeV1ListSecurityMonitoringConditionsResponse
1022
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1023
+
1024
+ include Google::Apis::Core::JsonObjectSupport
1025
+ end
1026
+
1003
1027
  class GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse
1004
1028
  class Representation < Google::Apis::Core::JsonRepresentation; end
1005
1029
 
@@ -1030,6 +1054,12 @@ module Google
1030
1054
  include Google::Apis::Core::JsonObjectSupport
1031
1055
  end
1032
1056
 
1057
+ class GoogleCloudApigeeV1ListSpacesResponse
1058
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1059
+
1060
+ include Google::Apis::Core::JsonObjectSupport
1061
+ end
1062
+
1033
1063
  class GoogleCloudApigeeV1ListTraceConfigOverridesResponse
1034
1064
  class Representation < Google::Apis::Core::JsonRepresentation; end
1035
1065
 
@@ -1060,6 +1090,24 @@ module Google
1060
1090
  include Google::Apis::Core::JsonObjectSupport
1061
1091
  end
1062
1092
 
1093
+ class GoogleCloudApigeeV1MoveApiProductRequest
1094
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1095
+
1096
+ include Google::Apis::Core::JsonObjectSupport
1097
+ end
1098
+
1099
+ class GoogleCloudApigeeV1MoveApiProxyRequest
1100
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1101
+
1102
+ include Google::Apis::Core::JsonObjectSupport
1103
+ end
1104
+
1105
+ class GoogleCloudApigeeV1MoveSharedFlowRequest
1106
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1107
+
1108
+ include Google::Apis::Core::JsonObjectSupport
1109
+ end
1110
+
1063
1111
  class GoogleCloudApigeeV1NatAddress
1064
1112
  class Representation < Google::Apis::Core::JsonRepresentation; end
1065
1113
 
@@ -1534,6 +1582,12 @@ module Google
1534
1582
  include Google::Apis::Core::JsonObjectSupport
1535
1583
  end
1536
1584
 
1585
+ class GoogleCloudApigeeV1SecurityMonitoringCondition
1586
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1587
+
1588
+ include Google::Apis::Core::JsonObjectSupport
1589
+ end
1590
+
1537
1591
  class GoogleCloudApigeeV1SecurityProfile
1538
1592
  class Representation < Google::Apis::Core::JsonRepresentation; end
1539
1593
 
@@ -1648,6 +1702,12 @@ module Google
1648
1702
  include Google::Apis::Core::JsonObjectSupport
1649
1703
  end
1650
1704
 
1705
+ class GoogleCloudApigeeV1Space
1706
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1707
+
1708
+ include Google::Apis::Core::JsonObjectSupport
1709
+ end
1710
+
1651
1711
  class GoogleCloudApigeeV1Stats
1652
1712
  class Representation < Google::Apis::Core::JsonRepresentation; end
1653
1713
 
@@ -2106,6 +2166,7 @@ module Google
2106
2166
  property :quota_interval, as: 'quotaInterval'
2107
2167
  property :quota_time_unit, as: 'quotaTimeUnit'
2108
2168
  collection :scopes, as: 'scopes'
2169
+ property :space, as: 'space'
2109
2170
  end
2110
2171
  end
2111
2172
 
@@ -2128,6 +2189,7 @@ module Google
2128
2189
  property :name, as: 'name'
2129
2190
  property :read_only, as: 'readOnly'
2130
2191
  collection :revision, as: 'revision'
2192
+ property :space, as: 'space'
2131
2193
  end
2132
2194
  end
2133
2195
 
@@ -2874,6 +2936,28 @@ module Google
2874
2936
  end
2875
2937
  end
2876
2938
 
2939
+ class GoogleCloudApigeeV1DnsZone
2940
+ # @private
2941
+ class Representation < Google::Apis::Core::JsonRepresentation
2942
+ property :create_time, as: 'createTime'
2943
+ property :description, as: 'description'
2944
+ property :domain, as: 'domain'
2945
+ property :name, as: 'name'
2946
+ property :peering_config, as: 'peeringConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DnsZonePeeringConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DnsZonePeeringConfig::Representation
2947
+
2948
+ property :state, as: 'state'
2949
+ property :update_time, as: 'updateTime'
2950
+ end
2951
+ end
2952
+
2953
+ class GoogleCloudApigeeV1DnsZonePeeringConfig
2954
+ # @private
2955
+ class Representation < Google::Apis::Core::JsonRepresentation
2956
+ property :target_network_id, as: 'targetNetworkId'
2957
+ property :target_project_id, as: 'targetProjectId'
2958
+ end
2959
+ end
2960
+
2877
2961
  class GoogleCloudApigeeV1DocumentationFile
2878
2962
  # @private
2879
2963
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3488,6 +3572,15 @@ module Google
3488
3572
  end
3489
3573
  end
3490
3574
 
3575
+ class GoogleCloudApigeeV1ListDnsZonesResponse
3576
+ # @private
3577
+ class Representation < Google::Apis::Core::JsonRepresentation
3578
+ collection :dns_zones, as: 'dnsZones', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DnsZone, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DnsZone::Representation
3579
+
3580
+ property :next_page_token, as: 'nextPageToken'
3581
+ end
3582
+ end
3583
+
3491
3584
  class GoogleCloudApigeeV1ListEndpointAttachmentsResponse
3492
3585
  # @private
3493
3586
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3618,6 +3711,15 @@ module Google
3618
3711
  end
3619
3712
  end
3620
3713
 
3714
+ class GoogleCloudApigeeV1ListSecurityMonitoringConditionsResponse
3715
+ # @private
3716
+ class Representation < Google::Apis::Core::JsonRepresentation
3717
+ property :next_page_token, as: 'nextPageToken'
3718
+ collection :security_monitoring_conditions, as: 'securityMonitoringConditions', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityMonitoringCondition, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityMonitoringCondition::Representation
3719
+
3720
+ end
3721
+ end
3722
+
3621
3723
  class GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse
3622
3724
  # @private
3623
3725
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3662,6 +3764,15 @@ module Google
3662
3764
  end
3663
3765
  end
3664
3766
 
3767
+ class GoogleCloudApigeeV1ListSpacesResponse
3768
+ # @private
3769
+ class Representation < Google::Apis::Core::JsonRepresentation
3770
+ property :next_page_token, as: 'nextPageToken'
3771
+ collection :spaces, as: 'spaces', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Space, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Space::Representation
3772
+
3773
+ end
3774
+ end
3775
+
3665
3776
  class GoogleCloudApigeeV1ListTraceConfigOverridesResponse
3666
3777
  # @private
3667
3778
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3703,6 +3814,27 @@ module Google
3703
3814
  end
3704
3815
  end
3705
3816
 
3817
+ class GoogleCloudApigeeV1MoveApiProductRequest
3818
+ # @private
3819
+ class Representation < Google::Apis::Core::JsonRepresentation
3820
+ property :space, as: 'space'
3821
+ end
3822
+ end
3823
+
3824
+ class GoogleCloudApigeeV1MoveApiProxyRequest
3825
+ # @private
3826
+ class Representation < Google::Apis::Core::JsonRepresentation
3827
+ property :space, as: 'space'
3828
+ end
3829
+ end
3830
+
3831
+ class GoogleCloudApigeeV1MoveSharedFlowRequest
3832
+ # @private
3833
+ class Representation < Google::Apis::Core::JsonRepresentation
3834
+ property :space, as: 'space'
3835
+ end
3836
+ end
3837
+
3706
3838
  class GoogleCloudApigeeV1NatAddress
3707
3839
  # @private
3708
3840
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4561,6 +4693,23 @@ module Google
4561
4693
  end
4562
4694
  end
4563
4695
 
4696
+ class GoogleCloudApigeeV1SecurityMonitoringCondition
4697
+ # @private
4698
+ class Representation < Google::Apis::Core::JsonRepresentation
4699
+ property :create_time, as: 'createTime'
4700
+ property :include, as: 'include', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestResourceArray::Representation
4701
+
4702
+ property :include_all_resources, as: 'includeAllResources', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1BatchComputeSecurityAssessmentResultsRequestIncludeAll::Representation
4703
+
4704
+ property :name, as: 'name'
4705
+ property :profile, as: 'profile'
4706
+ property :scope, as: 'scope'
4707
+ property :total_deployed_resources, as: 'totalDeployedResources'
4708
+ property :total_monitored_resources, as: 'totalMonitoredResources'
4709
+ property :update_time, as: 'updateTime'
4710
+ end
4711
+ end
4712
+
4564
4713
  class GoogleCloudApigeeV1SecurityProfile
4565
4714
  # @private
4566
4715
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -4758,6 +4907,7 @@ module Google
4758
4907
 
4759
4908
  property :name, as: 'name'
4760
4909
  collection :revision, as: 'revision'
4910
+ property :space, as: 'space'
4761
4911
  end
4762
4912
  end
4763
4913
 
@@ -4783,6 +4933,16 @@ module Google
4783
4933
  end
4784
4934
  end
4785
4935
 
4936
+ class GoogleCloudApigeeV1Space
4937
+ # @private
4938
+ class Representation < Google::Apis::Core::JsonRepresentation
4939
+ property :create_time, as: 'createTime'
4940
+ property :display_name, as: 'displayName'
4941
+ property :name, as: 'name'
4942
+ property :update_time, as: 'updateTime'
4943
+ end
4944
+ end
4945
+
4786
4946
  class GoogleCloudApigeeV1Stats
4787
4947
  # @private
4788
4948
  class Representation < Google::Apis::Core::JsonRepresentation