google-apis-apigee_v1 0.75.0 → 0.77.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/apigee_v1/classes.rb +489 -20
- data/lib/google/apis/apigee_v1/gem_version.rb +2 -2
- data/lib/google/apis/apigee_v1/representations.rb +229 -1
- data/lib/google/apis/apigee_v1/service.rb +346 -26
- metadata +3 -3
@@ -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.77.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231016"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -106,6 +106,12 @@ module Google
|
|
106
106
|
include Google::Apis::Core::JsonObjectSupport
|
107
107
|
end
|
108
108
|
|
109
|
+
class GoogleCloudApigeeV1AnalyticsConfig
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
109
115
|
class GoogleCloudApigeeV1ApiCategory
|
110
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
117
|
|
@@ -448,6 +454,18 @@ module Google
|
|
448
454
|
include Google::Apis::Core::JsonObjectSupport
|
449
455
|
end
|
450
456
|
|
457
|
+
class GoogleCloudApigeeV1DisableSecurityActionRequest
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
463
|
+
class GoogleCloudApigeeV1EnableSecurityActionRequest
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
451
469
|
class GoogleCloudApigeeV1EndpointAttachment
|
452
470
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
471
|
|
@@ -838,6 +856,12 @@ module Google
|
|
838
856
|
include Google::Apis::Core::JsonObjectSupport
|
839
857
|
end
|
840
858
|
|
859
|
+
class GoogleCloudApigeeV1ListSecurityActionsResponse
|
860
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
861
|
+
|
862
|
+
include Google::Apis::Core::JsonObjectSupport
|
863
|
+
end
|
864
|
+
|
841
865
|
class GoogleCloudApigeeV1ListSecurityIncidentsResponse
|
842
866
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
843
867
|
|
@@ -1192,6 +1216,24 @@ module Google
|
|
1192
1216
|
include Google::Apis::Core::JsonObjectSupport
|
1193
1217
|
end
|
1194
1218
|
|
1219
|
+
class GoogleCloudApigeeV1RuntimeAddonsConfig
|
1220
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1221
|
+
|
1222
|
+
include Google::Apis::Core::JsonObjectSupport
|
1223
|
+
end
|
1224
|
+
|
1225
|
+
class GoogleCloudApigeeV1RuntimeAnalyticsConfig
|
1226
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1227
|
+
|
1228
|
+
include Google::Apis::Core::JsonObjectSupport
|
1229
|
+
end
|
1230
|
+
|
1231
|
+
class GoogleCloudApigeeV1RuntimeApiSecurityConfig
|
1232
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1233
|
+
|
1234
|
+
include Google::Apis::Core::JsonObjectSupport
|
1235
|
+
end
|
1236
|
+
|
1195
1237
|
class GoogleCloudApigeeV1RuntimeConfig
|
1196
1238
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1197
1239
|
|
@@ -1264,6 +1306,48 @@ module Google
|
|
1264
1306
|
include Google::Apis::Core::JsonObjectSupport
|
1265
1307
|
end
|
1266
1308
|
|
1309
|
+
class GoogleCloudApigeeV1SecurityAction
|
1310
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1311
|
+
|
1312
|
+
include Google::Apis::Core::JsonObjectSupport
|
1313
|
+
end
|
1314
|
+
|
1315
|
+
class GoogleCloudApigeeV1SecurityActionAllow
|
1316
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1317
|
+
|
1318
|
+
include Google::Apis::Core::JsonObjectSupport
|
1319
|
+
end
|
1320
|
+
|
1321
|
+
class GoogleCloudApigeeV1SecurityActionConditionConfig
|
1322
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1323
|
+
|
1324
|
+
include Google::Apis::Core::JsonObjectSupport
|
1325
|
+
end
|
1326
|
+
|
1327
|
+
class GoogleCloudApigeeV1SecurityActionDeny
|
1328
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1329
|
+
|
1330
|
+
include Google::Apis::Core::JsonObjectSupport
|
1331
|
+
end
|
1332
|
+
|
1333
|
+
class GoogleCloudApigeeV1SecurityActionFlag
|
1334
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1335
|
+
|
1336
|
+
include Google::Apis::Core::JsonObjectSupport
|
1337
|
+
end
|
1338
|
+
|
1339
|
+
class GoogleCloudApigeeV1SecurityActionHttpHeader
|
1340
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1341
|
+
|
1342
|
+
include Google::Apis::Core::JsonObjectSupport
|
1343
|
+
end
|
1344
|
+
|
1345
|
+
class GoogleCloudApigeeV1SecurityActionsConfig
|
1346
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1347
|
+
|
1348
|
+
include Google::Apis::Core::JsonObjectSupport
|
1349
|
+
end
|
1350
|
+
|
1267
1351
|
class GoogleCloudApigeeV1SecurityIncident
|
1268
1352
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1269
1353
|
|
@@ -1342,6 +1426,12 @@ module Google
|
|
1342
1426
|
include Google::Apis::Core::JsonObjectSupport
|
1343
1427
|
end
|
1344
1428
|
|
1429
|
+
class GoogleCloudApigeeV1SetAddonEnablementRequest
|
1430
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1431
|
+
|
1432
|
+
include Google::Apis::Core::JsonObjectSupport
|
1433
|
+
end
|
1434
|
+
|
1345
1435
|
class GoogleCloudApigeeV1SetAddonsRequest
|
1346
1436
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1347
1437
|
|
@@ -1633,6 +1723,8 @@ module Google
|
|
1633
1723
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1634
1724
|
property :advanced_api_ops_config, as: 'advancedApiOpsConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AdvancedApiOpsConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AdvancedApiOpsConfig::Representation
|
1635
1725
|
|
1726
|
+
property :analytics_config, as: 'analyticsConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AnalyticsConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AnalyticsConfig::Representation
|
1727
|
+
|
1636
1728
|
property :api_security_config, as: 'apiSecurityConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiSecurityConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiSecurityConfig::Representation
|
1637
1729
|
|
1638
1730
|
property :connectors_platform_config, as: 'connectorsPlatformConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ConnectorsPlatformConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ConnectorsPlatformConfig::Representation
|
@@ -1678,6 +1770,16 @@ module Google
|
|
1678
1770
|
end
|
1679
1771
|
end
|
1680
1772
|
|
1773
|
+
class GoogleCloudApigeeV1AnalyticsConfig
|
1774
|
+
# @private
|
1775
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1776
|
+
property :enabled, as: 'enabled'
|
1777
|
+
property :expire_time_millis, :numeric_string => true, as: 'expireTimeMillis'
|
1778
|
+
property :state, as: 'state'
|
1779
|
+
property :update_time, as: 'updateTime'
|
1780
|
+
end
|
1781
|
+
end
|
1782
|
+
|
1681
1783
|
class GoogleCloudApigeeV1ApiCategory
|
1682
1784
|
# @private
|
1683
1785
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1693,7 +1795,6 @@ module Google
|
|
1693
1795
|
class GoogleCloudApigeeV1ApiCategoryData
|
1694
1796
|
# @private
|
1695
1797
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1696
|
-
property :gcp_resource, as: 'gcpResource'
|
1697
1798
|
property :id, as: 'id'
|
1698
1799
|
property :name, as: 'name'
|
1699
1800
|
property :site_id, as: 'siteId'
|
@@ -2417,6 +2518,18 @@ module Google
|
|
2417
2518
|
end
|
2418
2519
|
end
|
2419
2520
|
|
2521
|
+
class GoogleCloudApigeeV1DisableSecurityActionRequest
|
2522
|
+
# @private
|
2523
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2524
|
+
end
|
2525
|
+
end
|
2526
|
+
|
2527
|
+
class GoogleCloudApigeeV1EnableSecurityActionRequest
|
2528
|
+
# @private
|
2529
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2530
|
+
end
|
2531
|
+
end
|
2532
|
+
|
2420
2533
|
class GoogleCloudApigeeV1EndpointAttachment
|
2421
2534
|
# @private
|
2422
2535
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2470,6 +2583,8 @@ module Google
|
|
2470
2583
|
class GoogleCloudApigeeV1EnvironmentConfig
|
2471
2584
|
# @private
|
2472
2585
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2586
|
+
property :addons_config, as: 'addonsConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeAddonsConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeAddonsConfig::Representation
|
2587
|
+
|
2473
2588
|
property :arc_config_location, as: 'arcConfigLocation'
|
2474
2589
|
property :create_time, as: 'createTime'
|
2475
2590
|
collection :data_collectors, as: 'dataCollectors', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DataCollectorConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DataCollectorConfig::Representation
|
@@ -3058,6 +3173,15 @@ module Google
|
|
3058
3173
|
end
|
3059
3174
|
end
|
3060
3175
|
|
3176
|
+
class GoogleCloudApigeeV1ListSecurityActionsResponse
|
3177
|
+
# @private
|
3178
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3179
|
+
property :next_page_token, as: 'nextPageToken'
|
3180
|
+
collection :security_actions, as: 'securityActions', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityAction, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityAction::Representation
|
3181
|
+
|
3182
|
+
end
|
3183
|
+
end
|
3184
|
+
|
3061
3185
|
class GoogleCloudApigeeV1ListSecurityIncidentsResponse
|
3062
3186
|
# @private
|
3063
3187
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3270,6 +3394,7 @@ module Google
|
|
3270
3394
|
property :runtime_database_encryption_key_name, as: 'runtimeDatabaseEncryptionKeyName'
|
3271
3395
|
property :runtime_type, as: 'runtimeType'
|
3272
3396
|
property :state, as: 'state'
|
3397
|
+
property :subscription_plan, as: 'subscriptionPlan'
|
3273
3398
|
property :subscription_type, as: 'subscriptionType'
|
3274
3399
|
property :type, as: 'type'
|
3275
3400
|
end
|
@@ -3681,6 +3806,34 @@ module Google
|
|
3681
3806
|
end
|
3682
3807
|
end
|
3683
3808
|
|
3809
|
+
class GoogleCloudApigeeV1RuntimeAddonsConfig
|
3810
|
+
# @private
|
3811
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3812
|
+
property :analytics_config, as: 'analyticsConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeAnalyticsConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeAnalyticsConfig::Representation
|
3813
|
+
|
3814
|
+
property :api_security_config, as: 'apiSecurityConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeApiSecurityConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeApiSecurityConfig::Representation
|
3815
|
+
|
3816
|
+
property :name, as: 'name'
|
3817
|
+
property :revision_id, as: 'revisionId'
|
3818
|
+
property :uid, as: 'uid'
|
3819
|
+
end
|
3820
|
+
end
|
3821
|
+
|
3822
|
+
class GoogleCloudApigeeV1RuntimeAnalyticsConfig
|
3823
|
+
# @private
|
3824
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3825
|
+
property :billing_pipeline_enabled, as: 'billingPipelineEnabled'
|
3826
|
+
property :enabled, as: 'enabled'
|
3827
|
+
end
|
3828
|
+
end
|
3829
|
+
|
3830
|
+
class GoogleCloudApigeeV1RuntimeApiSecurityConfig
|
3831
|
+
# @private
|
3832
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3833
|
+
property :enabled, as: 'enabled'
|
3834
|
+
end
|
3835
|
+
end
|
3836
|
+
|
3684
3837
|
class GoogleCloudApigeeV1RuntimeConfig
|
3685
3838
|
# @private
|
3686
3839
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3808,6 +3961,73 @@ module Google
|
|
3808
3961
|
end
|
3809
3962
|
end
|
3810
3963
|
|
3964
|
+
class GoogleCloudApigeeV1SecurityAction
|
3965
|
+
# @private
|
3966
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3967
|
+
property :allow, as: 'allow', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionAllow, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionAllow::Representation
|
3968
|
+
|
3969
|
+
property :condition_config, as: 'conditionConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionConditionConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionConditionConfig::Representation
|
3970
|
+
|
3971
|
+
property :create_time, as: 'createTime'
|
3972
|
+
property :deny, as: 'deny', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionDeny, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionDeny::Representation
|
3973
|
+
|
3974
|
+
property :description, as: 'description'
|
3975
|
+
property :expire_time, as: 'expireTime'
|
3976
|
+
property :flag, as: 'flag', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionFlag, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionFlag::Representation
|
3977
|
+
|
3978
|
+
property :name, as: 'name'
|
3979
|
+
property :state, as: 'state'
|
3980
|
+
property :ttl, as: 'ttl'
|
3981
|
+
property :update_time, as: 'updateTime'
|
3982
|
+
end
|
3983
|
+
end
|
3984
|
+
|
3985
|
+
class GoogleCloudApigeeV1SecurityActionAllow
|
3986
|
+
# @private
|
3987
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3988
|
+
end
|
3989
|
+
end
|
3990
|
+
|
3991
|
+
class GoogleCloudApigeeV1SecurityActionConditionConfig
|
3992
|
+
# @private
|
3993
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3994
|
+
collection :bot_reasons, as: 'botReasons'
|
3995
|
+
collection :ip_address_ranges, as: 'ipAddressRanges'
|
3996
|
+
end
|
3997
|
+
end
|
3998
|
+
|
3999
|
+
class GoogleCloudApigeeV1SecurityActionDeny
|
4000
|
+
# @private
|
4001
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4002
|
+
property :response_code, as: 'responseCode'
|
4003
|
+
end
|
4004
|
+
end
|
4005
|
+
|
4006
|
+
class GoogleCloudApigeeV1SecurityActionFlag
|
4007
|
+
# @private
|
4008
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4009
|
+
collection :headers, as: 'headers', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionHttpHeader, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionHttpHeader::Representation
|
4010
|
+
|
4011
|
+
end
|
4012
|
+
end
|
4013
|
+
|
4014
|
+
class GoogleCloudApigeeV1SecurityActionHttpHeader
|
4015
|
+
# @private
|
4016
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4017
|
+
property :name, as: 'name'
|
4018
|
+
property :value, as: 'value'
|
4019
|
+
end
|
4020
|
+
end
|
4021
|
+
|
4022
|
+
class GoogleCloudApigeeV1SecurityActionsConfig
|
4023
|
+
# @private
|
4024
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4025
|
+
property :enabled, as: 'enabled'
|
4026
|
+
property :name, as: 'name'
|
4027
|
+
property :update_time, as: 'updateTime'
|
4028
|
+
end
|
4029
|
+
end
|
4030
|
+
|
3811
4031
|
class GoogleCloudApigeeV1SecurityIncident
|
3812
4032
|
# @private
|
3813
4033
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3966,6 +4186,14 @@ module Google
|
|
3966
4186
|
end
|
3967
4187
|
end
|
3968
4188
|
|
4189
|
+
class GoogleCloudApigeeV1SetAddonEnablementRequest
|
4190
|
+
# @private
|
4191
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4192
|
+
property :analytics_enabled, as: 'analyticsEnabled'
|
4193
|
+
property :api_security_enabled, as: 'apiSecurityEnabled'
|
4194
|
+
end
|
4195
|
+
end
|
4196
|
+
|
3969
4197
|
class GoogleCloudApigeeV1SetAddonsRequest
|
3970
4198
|
# @private
|
3971
4199
|
class Representation < Google::Apis::Core::JsonRepresentation
|