google-apis-apigee_v1 0.46.0 → 0.49.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/lib/google/apis/apigee_v1/classes.rb +1072 -66
- data/lib/google/apis/apigee_v1/gem_version.rb +3 -3
- data/lib/google/apis/apigee_v1/representations.rb +420 -0
- data/lib/google/apis/apigee_v1/service.rb +1136 -74
- metadata +6 -6
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ApigeeV1
|
18
18
|
# Version of the google-apis-apigee_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.49.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.8.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220623"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -142,6 +142,12 @@ module Google
|
|
142
142
|
include Google::Apis::Core::JsonObjectSupport
|
143
143
|
end
|
144
144
|
|
145
|
+
class GoogleCloudApigeeV1ApiSecurityConfig
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
145
151
|
class GoogleCloudApigeeV1App
|
146
152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
153
|
|
@@ -214,6 +220,24 @@ module Google
|
|
214
220
|
include Google::Apis::Core::JsonObjectSupport
|
215
221
|
end
|
216
222
|
|
223
|
+
class GoogleCloudApigeeV1ComputeEnvironmentScoresRequest
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class GoogleCloudApigeeV1ComputeEnvironmentScoresRequestFilter
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class GoogleCloudApigeeV1ComputeEnvironmentScoresResponse
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
217
241
|
class GoogleCloudApigeeV1ConfigVersion
|
218
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
243
|
|
@@ -568,6 +592,12 @@ module Google
|
|
568
592
|
include Google::Apis::Core::JsonObjectSupport
|
569
593
|
end
|
570
594
|
|
595
|
+
class GoogleCloudApigeeV1KeyValueEntry
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
+
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
599
|
+
end
|
600
|
+
|
571
601
|
class GoogleCloudApigeeV1KeyValueMap
|
572
602
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
603
|
|
@@ -712,6 +742,12 @@ module Google
|
|
712
742
|
include Google::Apis::Core::JsonObjectSupport
|
713
743
|
end
|
714
744
|
|
745
|
+
class GoogleCloudApigeeV1ListKeyValueEntriesResponse
|
746
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
|
+
|
748
|
+
include Google::Apis::Core::JsonObjectSupport
|
749
|
+
end
|
750
|
+
|
715
751
|
class GoogleCloudApigeeV1ListNatAddressesResponse
|
716
752
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
717
753
|
|
@@ -736,6 +772,24 @@ module Google
|
|
736
772
|
include Google::Apis::Core::JsonObjectSupport
|
737
773
|
end
|
738
774
|
|
775
|
+
class GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse
|
776
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
|
+
|
778
|
+
include Google::Apis::Core::JsonObjectSupport
|
779
|
+
end
|
780
|
+
|
781
|
+
class GoogleCloudApigeeV1ListSecurityProfilesResponse
|
782
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
|
+
|
784
|
+
include Google::Apis::Core::JsonObjectSupport
|
785
|
+
end
|
786
|
+
|
787
|
+
class GoogleCloudApigeeV1ListSecurityReportsResponse
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
|
+
|
790
|
+
include Google::Apis::Core::JsonObjectSupport
|
791
|
+
end
|
792
|
+
|
739
793
|
class GoogleCloudApigeeV1ListSharedFlowsResponse
|
740
794
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
795
|
|
@@ -1018,6 +1072,96 @@ module Google
|
|
1018
1072
|
include Google::Apis::Core::JsonObjectSupport
|
1019
1073
|
end
|
1020
1074
|
|
1075
|
+
class GoogleCloudApigeeV1Score
|
1076
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1077
|
+
|
1078
|
+
include Google::Apis::Core::JsonObjectSupport
|
1079
|
+
end
|
1080
|
+
|
1081
|
+
class GoogleCloudApigeeV1ScoreComponent
|
1082
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1083
|
+
|
1084
|
+
include Google::Apis::Core::JsonObjectSupport
|
1085
|
+
end
|
1086
|
+
|
1087
|
+
class GoogleCloudApigeeV1ScoreComponentRecommendation
|
1088
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1089
|
+
|
1090
|
+
include Google::Apis::Core::JsonObjectSupport
|
1091
|
+
end
|
1092
|
+
|
1093
|
+
class GoogleCloudApigeeV1ScoreComponentRecommendationAction
|
1094
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1095
|
+
|
1096
|
+
include Google::Apis::Core::JsonObjectSupport
|
1097
|
+
end
|
1098
|
+
|
1099
|
+
class GoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext
|
1100
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1101
|
+
|
1102
|
+
include Google::Apis::Core::JsonObjectSupport
|
1103
|
+
end
|
1104
|
+
|
1105
|
+
class GoogleCloudApigeeV1SecurityProfile
|
1106
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1107
|
+
|
1108
|
+
include Google::Apis::Core::JsonObjectSupport
|
1109
|
+
end
|
1110
|
+
|
1111
|
+
class GoogleCloudApigeeV1SecurityProfileEnvironment
|
1112
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1113
|
+
|
1114
|
+
include Google::Apis::Core::JsonObjectSupport
|
1115
|
+
end
|
1116
|
+
|
1117
|
+
class GoogleCloudApigeeV1SecurityProfileEnvironmentAssociation
|
1118
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1119
|
+
|
1120
|
+
include Google::Apis::Core::JsonObjectSupport
|
1121
|
+
end
|
1122
|
+
|
1123
|
+
class GoogleCloudApigeeV1SecurityProfileScoringConfig
|
1124
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1125
|
+
|
1126
|
+
include Google::Apis::Core::JsonObjectSupport
|
1127
|
+
end
|
1128
|
+
|
1129
|
+
class GoogleCloudApigeeV1SecurityReport
|
1130
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1131
|
+
|
1132
|
+
include Google::Apis::Core::JsonObjectSupport
|
1133
|
+
end
|
1134
|
+
|
1135
|
+
class GoogleCloudApigeeV1SecurityReportMetadata
|
1136
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1137
|
+
|
1138
|
+
include Google::Apis::Core::JsonObjectSupport
|
1139
|
+
end
|
1140
|
+
|
1141
|
+
class GoogleCloudApigeeV1SecurityReportQuery
|
1142
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1143
|
+
|
1144
|
+
include Google::Apis::Core::JsonObjectSupport
|
1145
|
+
end
|
1146
|
+
|
1147
|
+
class GoogleCloudApigeeV1SecurityReportQueryMetric
|
1148
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1149
|
+
|
1150
|
+
include Google::Apis::Core::JsonObjectSupport
|
1151
|
+
end
|
1152
|
+
|
1153
|
+
class GoogleCloudApigeeV1SecurityReportResultMetadata
|
1154
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1155
|
+
|
1156
|
+
include Google::Apis::Core::JsonObjectSupport
|
1157
|
+
end
|
1158
|
+
|
1159
|
+
class GoogleCloudApigeeV1SecurityReportResultView
|
1160
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1161
|
+
|
1162
|
+
include Google::Apis::Core::JsonObjectSupport
|
1163
|
+
end
|
1164
|
+
|
1021
1165
|
class GoogleCloudApigeeV1ServiceIssuersMapping
|
1022
1166
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1023
1167
|
|
@@ -1222,6 +1366,12 @@ module Google
|
|
1222
1366
|
include Google::Apis::Core::JsonObjectSupport
|
1223
1367
|
end
|
1224
1368
|
|
1369
|
+
class GoogleTypeInterval
|
1370
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1371
|
+
|
1372
|
+
include Google::Apis::Core::JsonObjectSupport
|
1373
|
+
end
|
1374
|
+
|
1225
1375
|
class GoogleTypeMoney
|
1226
1376
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1227
1377
|
|
@@ -1301,6 +1451,8 @@ module Google
|
|
1301
1451
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1302
1452
|
property :advanced_api_ops_config, as: 'advancedApiOpsConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AdvancedApiOpsConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AdvancedApiOpsConfig::Representation
|
1303
1453
|
|
1454
|
+
property :api_security_config, as: 'apiSecurityConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiSecurityConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiSecurityConfig::Representation
|
1455
|
+
|
1304
1456
|
property :connectors_platform_config, as: 'connectorsPlatformConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ConnectorsPlatformConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ConnectorsPlatformConfig::Representation
|
1305
1457
|
|
1306
1458
|
property :integration_config, as: 'integrationConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1IntegrationConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1IntegrationConfig::Representation
|
@@ -1455,6 +1607,14 @@ module Google
|
|
1455
1607
|
end
|
1456
1608
|
end
|
1457
1609
|
|
1610
|
+
class GoogleCloudApigeeV1ApiSecurityConfig
|
1611
|
+
# @private
|
1612
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1613
|
+
property :enabled, as: 'enabled'
|
1614
|
+
property :expires_at, :numeric_string => true, as: 'expiresAt'
|
1615
|
+
end
|
1616
|
+
end
|
1617
|
+
|
1458
1618
|
class GoogleCloudApigeeV1App
|
1459
1619
|
# @private
|
1460
1620
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1604,6 +1764,34 @@ module Google
|
|
1604
1764
|
end
|
1605
1765
|
end
|
1606
1766
|
|
1767
|
+
class GoogleCloudApigeeV1ComputeEnvironmentScoresRequest
|
1768
|
+
# @private
|
1769
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1770
|
+
collection :filters, as: 'filters', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ComputeEnvironmentScoresRequestFilter, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ComputeEnvironmentScoresRequestFilter::Representation
|
1771
|
+
|
1772
|
+
property :page_size, as: 'pageSize'
|
1773
|
+
property :page_token, as: 'pageToken'
|
1774
|
+
property :time_range, as: 'timeRange', class: Google::Apis::ApigeeV1::GoogleTypeInterval, decorator: Google::Apis::ApigeeV1::GoogleTypeInterval::Representation
|
1775
|
+
|
1776
|
+
end
|
1777
|
+
end
|
1778
|
+
|
1779
|
+
class GoogleCloudApigeeV1ComputeEnvironmentScoresRequestFilter
|
1780
|
+
# @private
|
1781
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1782
|
+
property :score_path, as: 'scorePath'
|
1783
|
+
end
|
1784
|
+
end
|
1785
|
+
|
1786
|
+
class GoogleCloudApigeeV1ComputeEnvironmentScoresResponse
|
1787
|
+
# @private
|
1788
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1789
|
+
property :next_page_token, as: 'nextPageToken'
|
1790
|
+
collection :scores, as: 'scores', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Score, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Score::Representation
|
1791
|
+
|
1792
|
+
end
|
1793
|
+
end
|
1794
|
+
|
1607
1795
|
class GoogleCloudApigeeV1ConfigVersion
|
1608
1796
|
# @private
|
1609
1797
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1988,6 +2176,7 @@ module Google
|
|
1988
2176
|
property :deployment_type, as: 'deploymentType'
|
1989
2177
|
property :description, as: 'description'
|
1990
2178
|
property :display_name, as: 'displayName'
|
2179
|
+
property :forward_proxy_uri, as: 'forwardProxyUri'
|
1991
2180
|
property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
|
1992
2181
|
property :name, as: 'name'
|
1993
2182
|
property :properties, as: 'properties', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Properties::Representation
|
@@ -2010,6 +2199,7 @@ module Google
|
|
2010
2199
|
hash :feature_flags, as: 'featureFlags'
|
2011
2200
|
collection :flowhooks, as: 'flowhooks', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1FlowHookConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1FlowHookConfig::Representation
|
2012
2201
|
|
2202
|
+
property :forward_proxy_uri, as: 'forwardProxyUri'
|
2013
2203
|
property :gateway_config_location, as: 'gatewayConfigLocation'
|
2014
2204
|
collection :keystores, as: 'keystores', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1KeystoreConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1KeystoreConfig::Representation
|
2015
2205
|
|
@@ -2281,6 +2471,14 @@ module Google
|
|
2281
2471
|
end
|
2282
2472
|
end
|
2283
2473
|
|
2474
|
+
class GoogleCloudApigeeV1KeyValueEntry
|
2475
|
+
# @private
|
2476
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2477
|
+
property :name, as: 'name'
|
2478
|
+
property :value, as: 'value'
|
2479
|
+
end
|
2480
|
+
end
|
2481
|
+
|
2284
2482
|
class GoogleCloudApigeeV1KeyValueMap
|
2285
2483
|
# @private
|
2286
2484
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2487,6 +2685,15 @@ module Google
|
|
2487
2685
|
end
|
2488
2686
|
end
|
2489
2687
|
|
2688
|
+
class GoogleCloudApigeeV1ListKeyValueEntriesResponse
|
2689
|
+
# @private
|
2690
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2691
|
+
collection :key_value_entries, as: 'keyValueEntries', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1KeyValueEntry, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1KeyValueEntry::Representation
|
2692
|
+
|
2693
|
+
property :next_page_token, as: 'nextPageToken'
|
2694
|
+
end
|
2695
|
+
end
|
2696
|
+
|
2490
2697
|
class GoogleCloudApigeeV1ListNatAddressesResponse
|
2491
2698
|
# @private
|
2492
2699
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2521,6 +2728,33 @@ module Google
|
|
2521
2728
|
end
|
2522
2729
|
end
|
2523
2730
|
|
2731
|
+
class GoogleCloudApigeeV1ListSecurityProfileRevisionsResponse
|
2732
|
+
# @private
|
2733
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2734
|
+
property :next_page_token, as: 'nextPageToken'
|
2735
|
+
collection :security_profiles, as: 'securityProfiles', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfile, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfile::Representation
|
2736
|
+
|
2737
|
+
end
|
2738
|
+
end
|
2739
|
+
|
2740
|
+
class GoogleCloudApigeeV1ListSecurityProfilesResponse
|
2741
|
+
# @private
|
2742
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2743
|
+
property :next_page_token, as: 'nextPageToken'
|
2744
|
+
collection :security_profiles, as: 'securityProfiles', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfile, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfile::Representation
|
2745
|
+
|
2746
|
+
end
|
2747
|
+
end
|
2748
|
+
|
2749
|
+
class GoogleCloudApigeeV1ListSecurityReportsResponse
|
2750
|
+
# @private
|
2751
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2752
|
+
property :next_page_token, as: 'nextPageToken'
|
2753
|
+
collection :security_reports, as: 'securityReports', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityReport, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityReport::Representation
|
2754
|
+
|
2755
|
+
end
|
2756
|
+
end
|
2757
|
+
|
2524
2758
|
class GoogleCloudApigeeV1ListSharedFlowsResponse
|
2525
2759
|
# @private
|
2526
2760
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3031,6 +3265,184 @@ module Google
|
|
3031
3265
|
end
|
3032
3266
|
end
|
3033
3267
|
|
3268
|
+
class GoogleCloudApigeeV1Score
|
3269
|
+
# @private
|
3270
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3271
|
+
property :component, as: 'component', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ScoreComponent, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ScoreComponent::Representation
|
3272
|
+
|
3273
|
+
collection :subcomponents, as: 'subcomponents', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ScoreComponent, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ScoreComponent::Representation
|
3274
|
+
|
3275
|
+
property :time_range, as: 'timeRange', class: Google::Apis::ApigeeV1::GoogleTypeInterval, decorator: Google::Apis::ApigeeV1::GoogleTypeInterval::Representation
|
3276
|
+
|
3277
|
+
end
|
3278
|
+
end
|
3279
|
+
|
3280
|
+
class GoogleCloudApigeeV1ScoreComponent
|
3281
|
+
# @private
|
3282
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3283
|
+
property :calculate_time, as: 'calculateTime'
|
3284
|
+
property :data_capture_time, as: 'dataCaptureTime'
|
3285
|
+
collection :drilldown_paths, as: 'drilldownPaths'
|
3286
|
+
collection :recommendations, as: 'recommendations', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ScoreComponentRecommendation, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ScoreComponentRecommendation::Representation
|
3287
|
+
|
3288
|
+
property :score, as: 'score'
|
3289
|
+
property :score_path, as: 'scorePath'
|
3290
|
+
end
|
3291
|
+
end
|
3292
|
+
|
3293
|
+
class GoogleCloudApigeeV1ScoreComponentRecommendation
|
3294
|
+
# @private
|
3295
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3296
|
+
collection :actions, as: 'actions', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ScoreComponentRecommendationAction, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ScoreComponentRecommendationAction::Representation
|
3297
|
+
|
3298
|
+
property :description, as: 'description'
|
3299
|
+
property :impact, as: 'impact'
|
3300
|
+
property :title, as: 'title'
|
3301
|
+
end
|
3302
|
+
end
|
3303
|
+
|
3304
|
+
class GoogleCloudApigeeV1ScoreComponentRecommendationAction
|
3305
|
+
# @private
|
3306
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3307
|
+
property :action_context, as: 'actionContext', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext::Representation
|
3308
|
+
|
3309
|
+
property :description, as: 'description'
|
3310
|
+
end
|
3311
|
+
end
|
3312
|
+
|
3313
|
+
class GoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext
|
3314
|
+
# @private
|
3315
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3316
|
+
property :documentation_link, as: 'documentationLink'
|
3317
|
+
end
|
3318
|
+
end
|
3319
|
+
|
3320
|
+
class GoogleCloudApigeeV1SecurityProfile
|
3321
|
+
# @private
|
3322
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3323
|
+
property :display_name, as: 'displayName'
|
3324
|
+
collection :environments, as: 'environments', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfileEnvironment, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfileEnvironment::Representation
|
3325
|
+
|
3326
|
+
property :max_score, as: 'maxScore'
|
3327
|
+
property :min_score, as: 'minScore'
|
3328
|
+
property :name, as: 'name'
|
3329
|
+
property :revision_create_time, as: 'revisionCreateTime'
|
3330
|
+
property :revision_id, :numeric_string => true, as: 'revisionId'
|
3331
|
+
property :revision_publish_time, as: 'revisionPublishTime'
|
3332
|
+
property :revision_update_time, as: 'revisionUpdateTime'
|
3333
|
+
collection :scoring_configs, as: 'scoringConfigs', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfileScoringConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfileScoringConfig::Representation
|
3334
|
+
|
3335
|
+
end
|
3336
|
+
end
|
3337
|
+
|
3338
|
+
class GoogleCloudApigeeV1SecurityProfileEnvironment
|
3339
|
+
# @private
|
3340
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3341
|
+
property :attach_time, as: 'attachTime'
|
3342
|
+
property :environment, as: 'environment'
|
3343
|
+
end
|
3344
|
+
end
|
3345
|
+
|
3346
|
+
class GoogleCloudApigeeV1SecurityProfileEnvironmentAssociation
|
3347
|
+
# @private
|
3348
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3349
|
+
property :attach_time, as: 'attachTime'
|
3350
|
+
property :name, as: 'name'
|
3351
|
+
property :security_profile_revision_id, :numeric_string => true, as: 'securityProfileRevisionId'
|
3352
|
+
end
|
3353
|
+
end
|
3354
|
+
|
3355
|
+
class GoogleCloudApigeeV1SecurityProfileScoringConfig
|
3356
|
+
# @private
|
3357
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3358
|
+
property :description, as: 'description'
|
3359
|
+
property :score_path, as: 'scorePath'
|
3360
|
+
property :title, as: 'title'
|
3361
|
+
end
|
3362
|
+
end
|
3363
|
+
|
3364
|
+
class GoogleCloudApigeeV1SecurityReport
|
3365
|
+
# @private
|
3366
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3367
|
+
property :created, as: 'created'
|
3368
|
+
property :display_name, as: 'displayName'
|
3369
|
+
property :envgroup_hostname, as: 'envgroupHostname'
|
3370
|
+
property :error, as: 'error'
|
3371
|
+
property :execution_time, as: 'executionTime'
|
3372
|
+
property :query_params, as: 'queryParams', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityReportMetadata, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityReportMetadata::Representation
|
3373
|
+
|
3374
|
+
property :report_definition_id, as: 'reportDefinitionId'
|
3375
|
+
property :result, as: 'result', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityReportResultMetadata, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityReportResultMetadata::Representation
|
3376
|
+
|
3377
|
+
property :result_file_size, as: 'resultFileSize'
|
3378
|
+
property :result_rows, :numeric_string => true, as: 'resultRows'
|
3379
|
+
property :self, as: 'self'
|
3380
|
+
property :state, as: 'state'
|
3381
|
+
property :updated, as: 'updated'
|
3382
|
+
end
|
3383
|
+
end
|
3384
|
+
|
3385
|
+
class GoogleCloudApigeeV1SecurityReportMetadata
|
3386
|
+
# @private
|
3387
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3388
|
+
collection :dimensions, as: 'dimensions'
|
3389
|
+
property :end_timestamp, as: 'endTimestamp'
|
3390
|
+
collection :metrics, as: 'metrics'
|
3391
|
+
property :mime_type, as: 'mimeType'
|
3392
|
+
property :start_timestamp, as: 'startTimestamp'
|
3393
|
+
property :time_unit, as: 'timeUnit'
|
3394
|
+
end
|
3395
|
+
end
|
3396
|
+
|
3397
|
+
class GoogleCloudApigeeV1SecurityReportQuery
|
3398
|
+
# @private
|
3399
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3400
|
+
property :csv_delimiter, as: 'csvDelimiter'
|
3401
|
+
collection :dimensions, as: 'dimensions'
|
3402
|
+
property :display_name, as: 'displayName'
|
3403
|
+
property :envgroup_hostname, as: 'envgroupHostname'
|
3404
|
+
property :filter, as: 'filter'
|
3405
|
+
property :group_by_time_unit, as: 'groupByTimeUnit'
|
3406
|
+
property :limit, as: 'limit'
|
3407
|
+
collection :metrics, as: 'metrics', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityReportQueryMetric, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityReportQueryMetric::Representation
|
3408
|
+
|
3409
|
+
property :mime_type, as: 'mimeType'
|
3410
|
+
property :report_definition_id, as: 'reportDefinitionId'
|
3411
|
+
property :time_range, as: 'timeRange'
|
3412
|
+
end
|
3413
|
+
end
|
3414
|
+
|
3415
|
+
class GoogleCloudApigeeV1SecurityReportQueryMetric
|
3416
|
+
# @private
|
3417
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3418
|
+
property :aggregation_function, as: 'aggregationFunction'
|
3419
|
+
property :alias, as: 'alias'
|
3420
|
+
property :name, as: 'name'
|
3421
|
+
property :operator, as: 'operator'
|
3422
|
+
property :value, as: 'value'
|
3423
|
+
end
|
3424
|
+
end
|
3425
|
+
|
3426
|
+
class GoogleCloudApigeeV1SecurityReportResultMetadata
|
3427
|
+
# @private
|
3428
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3429
|
+
property :expires, as: 'expires'
|
3430
|
+
property :self, as: 'self'
|
3431
|
+
end
|
3432
|
+
end
|
3433
|
+
|
3434
|
+
class GoogleCloudApigeeV1SecurityReportResultView
|
3435
|
+
# @private
|
3436
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3437
|
+
property :code, as: 'code'
|
3438
|
+
property :error, as: 'error'
|
3439
|
+
property :metadata, as: 'metadata', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityReportMetadata, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityReportMetadata::Representation
|
3440
|
+
|
3441
|
+
collection :rows, as: 'rows'
|
3442
|
+
property :state, as: 'state'
|
3443
|
+
end
|
3444
|
+
end
|
3445
|
+
|
3034
3446
|
class GoogleCloudApigeeV1ServiceIssuersMapping
|
3035
3447
|
# @private
|
3036
3448
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3376,6 +3788,14 @@ module Google
|
|
3376
3788
|
end
|
3377
3789
|
end
|
3378
3790
|
|
3791
|
+
class GoogleTypeInterval
|
3792
|
+
# @private
|
3793
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3794
|
+
property :end_time, as: 'endTime'
|
3795
|
+
property :start_time, as: 'startTime'
|
3796
|
+
end
|
3797
|
+
end
|
3798
|
+
|
3379
3799
|
class GoogleTypeMoney
|
3380
3800
|
# @private
|
3381
3801
|
class Representation < Google::Apis::Core::JsonRepresentation
|