google-apis-apigee_v1 0.48.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 +5 -0
- data/lib/google/apis/apigee_v1/classes.rb +1022 -88
- data/lib/google/apis/apigee_v1/gem_version.rb +3 -3
- data/lib/google/apis/apigee_v1/representations.rb +389 -0
- data/lib/google/apis/apigee_v1/service.rb +599 -0
- metadata +5 -5
@@ -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
|
|
@@ -748,6 +772,24 @@ module Google
|
|
748
772
|
include Google::Apis::Core::JsonObjectSupport
|
749
773
|
end
|
750
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
|
+
|
751
793
|
class GoogleCloudApigeeV1ListSharedFlowsResponse
|
752
794
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
753
795
|
|
@@ -1030,6 +1072,96 @@ module Google
|
|
1030
1072
|
include Google::Apis::Core::JsonObjectSupport
|
1031
1073
|
end
|
1032
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
|
+
|
1033
1165
|
class GoogleCloudApigeeV1ServiceIssuersMapping
|
1034
1166
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1035
1167
|
|
@@ -1234,6 +1366,12 @@ module Google
|
|
1234
1366
|
include Google::Apis::Core::JsonObjectSupport
|
1235
1367
|
end
|
1236
1368
|
|
1369
|
+
class GoogleTypeInterval
|
1370
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1371
|
+
|
1372
|
+
include Google::Apis::Core::JsonObjectSupport
|
1373
|
+
end
|
1374
|
+
|
1237
1375
|
class GoogleTypeMoney
|
1238
1376
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1239
1377
|
|
@@ -1313,6 +1451,8 @@ module Google
|
|
1313
1451
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1314
1452
|
property :advanced_api_ops_config, as: 'advancedApiOpsConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AdvancedApiOpsConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AdvancedApiOpsConfig::Representation
|
1315
1453
|
|
1454
|
+
property :api_security_config, as: 'apiSecurityConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiSecurityConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiSecurityConfig::Representation
|
1455
|
+
|
1316
1456
|
property :connectors_platform_config, as: 'connectorsPlatformConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ConnectorsPlatformConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ConnectorsPlatformConfig::Representation
|
1317
1457
|
|
1318
1458
|
property :integration_config, as: 'integrationConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1IntegrationConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1IntegrationConfig::Representation
|
@@ -1467,6 +1607,14 @@ module Google
|
|
1467
1607
|
end
|
1468
1608
|
end
|
1469
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
|
+
|
1470
1618
|
class GoogleCloudApigeeV1App
|
1471
1619
|
# @private
|
1472
1620
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1616,6 +1764,34 @@ module Google
|
|
1616
1764
|
end
|
1617
1765
|
end
|
1618
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
|
+
|
1619
1795
|
class GoogleCloudApigeeV1ConfigVersion
|
1620
1796
|
# @private
|
1621
1797
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2552,6 +2728,33 @@ module Google
|
|
2552
2728
|
end
|
2553
2729
|
end
|
2554
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
|
+
|
2555
2758
|
class GoogleCloudApigeeV1ListSharedFlowsResponse
|
2556
2759
|
# @private
|
2557
2760
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3062,6 +3265,184 @@ module Google
|
|
3062
3265
|
end
|
3063
3266
|
end
|
3064
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
|
+
|
3065
3446
|
class GoogleCloudApigeeV1ServiceIssuersMapping
|
3066
3447
|
# @private
|
3067
3448
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3407,6 +3788,14 @@ module Google
|
|
3407
3788
|
end
|
3408
3789
|
end
|
3409
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
|
+
|
3410
3799
|
class GoogleTypeMoney
|
3411
3800
|
# @private
|
3412
3801
|
class Representation < Google::Apis::Core::JsonRepresentation
|