google-apis-apigee_v1 0.75.0 → 0.76.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
@@ -2417,6 +2519,18 @@ module Google
2417
2519
  end
2418
2520
  end
2419
2521
 
2522
+ class GoogleCloudApigeeV1DisableSecurityActionRequest
2523
+ # @private
2524
+ class Representation < Google::Apis::Core::JsonRepresentation
2525
+ end
2526
+ end
2527
+
2528
+ class GoogleCloudApigeeV1EnableSecurityActionRequest
2529
+ # @private
2530
+ class Representation < Google::Apis::Core::JsonRepresentation
2531
+ end
2532
+ end
2533
+
2420
2534
  class GoogleCloudApigeeV1EndpointAttachment
2421
2535
  # @private
2422
2536
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2470,6 +2584,8 @@ module Google
2470
2584
  class GoogleCloudApigeeV1EnvironmentConfig
2471
2585
  # @private
2472
2586
  class Representation < Google::Apis::Core::JsonRepresentation
2587
+ property :addons_config, as: 'addonsConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeAddonsConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeAddonsConfig::Representation
2588
+
2473
2589
  property :arc_config_location, as: 'arcConfigLocation'
2474
2590
  property :create_time, as: 'createTime'
2475
2591
  collection :data_collectors, as: 'dataCollectors', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DataCollectorConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DataCollectorConfig::Representation
@@ -3058,6 +3174,15 @@ module Google
3058
3174
  end
3059
3175
  end
3060
3176
 
3177
+ class GoogleCloudApigeeV1ListSecurityActionsResponse
3178
+ # @private
3179
+ class Representation < Google::Apis::Core::JsonRepresentation
3180
+ property :next_page_token, as: 'nextPageToken'
3181
+ collection :security_actions, as: 'securityActions', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityAction, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityAction::Representation
3182
+
3183
+ end
3184
+ end
3185
+
3061
3186
  class GoogleCloudApigeeV1ListSecurityIncidentsResponse
3062
3187
  # @private
3063
3188
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3270,6 +3395,7 @@ module Google
3270
3395
  property :runtime_database_encryption_key_name, as: 'runtimeDatabaseEncryptionKeyName'
3271
3396
  property :runtime_type, as: 'runtimeType'
3272
3397
  property :state, as: 'state'
3398
+ property :subscription_plan, as: 'subscriptionPlan'
3273
3399
  property :subscription_type, as: 'subscriptionType'
3274
3400
  property :type, as: 'type'
3275
3401
  end
@@ -3681,6 +3807,34 @@ module Google
3681
3807
  end
3682
3808
  end
3683
3809
 
3810
+ class GoogleCloudApigeeV1RuntimeAddonsConfig
3811
+ # @private
3812
+ class Representation < Google::Apis::Core::JsonRepresentation
3813
+ property :analytics_config, as: 'analyticsConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeAnalyticsConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeAnalyticsConfig::Representation
3814
+
3815
+ property :api_security_config, as: 'apiSecurityConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeApiSecurityConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1RuntimeApiSecurityConfig::Representation
3816
+
3817
+ property :name, as: 'name'
3818
+ property :revision_id, as: 'revisionId'
3819
+ property :uid, as: 'uid'
3820
+ end
3821
+ end
3822
+
3823
+ class GoogleCloudApigeeV1RuntimeAnalyticsConfig
3824
+ # @private
3825
+ class Representation < Google::Apis::Core::JsonRepresentation
3826
+ property :billing_pipeline_enabled, as: 'billingPipelineEnabled'
3827
+ property :enabled, as: 'enabled'
3828
+ end
3829
+ end
3830
+
3831
+ class GoogleCloudApigeeV1RuntimeApiSecurityConfig
3832
+ # @private
3833
+ class Representation < Google::Apis::Core::JsonRepresentation
3834
+ property :enabled, as: 'enabled'
3835
+ end
3836
+ end
3837
+
3684
3838
  class GoogleCloudApigeeV1RuntimeConfig
3685
3839
  # @private
3686
3840
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3808,6 +3962,73 @@ module Google
3808
3962
  end
3809
3963
  end
3810
3964
 
3965
+ class GoogleCloudApigeeV1SecurityAction
3966
+ # @private
3967
+ class Representation < Google::Apis::Core::JsonRepresentation
3968
+ property :allow, as: 'allow', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionAllow, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionAllow::Representation
3969
+
3970
+ property :condition_config, as: 'conditionConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionConditionConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionConditionConfig::Representation
3971
+
3972
+ property :create_time, as: 'createTime'
3973
+ property :deny, as: 'deny', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionDeny, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionDeny::Representation
3974
+
3975
+ property :description, as: 'description'
3976
+ property :expire_time, as: 'expireTime'
3977
+ property :flag, as: 'flag', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionFlag, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionFlag::Representation
3978
+
3979
+ property :name, as: 'name'
3980
+ property :state, as: 'state'
3981
+ property :ttl, as: 'ttl'
3982
+ property :update_time, as: 'updateTime'
3983
+ end
3984
+ end
3985
+
3986
+ class GoogleCloudApigeeV1SecurityActionAllow
3987
+ # @private
3988
+ class Representation < Google::Apis::Core::JsonRepresentation
3989
+ end
3990
+ end
3991
+
3992
+ class GoogleCloudApigeeV1SecurityActionConditionConfig
3993
+ # @private
3994
+ class Representation < Google::Apis::Core::JsonRepresentation
3995
+ collection :bot_reasons, as: 'botReasons'
3996
+ collection :ip_address_ranges, as: 'ipAddressRanges'
3997
+ end
3998
+ end
3999
+
4000
+ class GoogleCloudApigeeV1SecurityActionDeny
4001
+ # @private
4002
+ class Representation < Google::Apis::Core::JsonRepresentation
4003
+ property :response_code, as: 'responseCode'
4004
+ end
4005
+ end
4006
+
4007
+ class GoogleCloudApigeeV1SecurityActionFlag
4008
+ # @private
4009
+ class Representation < Google::Apis::Core::JsonRepresentation
4010
+ collection :headers, as: 'headers', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionHttpHeader, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityActionHttpHeader::Representation
4011
+
4012
+ end
4013
+ end
4014
+
4015
+ class GoogleCloudApigeeV1SecurityActionHttpHeader
4016
+ # @private
4017
+ class Representation < Google::Apis::Core::JsonRepresentation
4018
+ property :name, as: 'name'
4019
+ property :value, as: 'value'
4020
+ end
4021
+ end
4022
+
4023
+ class GoogleCloudApigeeV1SecurityActionsConfig
4024
+ # @private
4025
+ class Representation < Google::Apis::Core::JsonRepresentation
4026
+ property :enabled, as: 'enabled'
4027
+ property :name, as: 'name'
4028
+ property :update_time, as: 'updateTime'
4029
+ end
4030
+ end
4031
+
3811
4032
  class GoogleCloudApigeeV1SecurityIncident
3812
4033
  # @private
3813
4034
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3966,6 +4187,14 @@ module Google
3966
4187
  end
3967
4188
  end
3968
4189
 
4190
+ class GoogleCloudApigeeV1SetAddonEnablementRequest
4191
+ # @private
4192
+ class Representation < Google::Apis::Core::JsonRepresentation
4193
+ property :analytics_enabled, as: 'analyticsEnabled'
4194
+ property :api_security_enabled, as: 'apiSecurityEnabled'
4195
+ end
4196
+ end
4197
+
3969
4198
  class GoogleCloudApigeeV1SetAddonsRequest
3970
4199
  # @private
3971
4200
  class Representation < Google::Apis::Core::JsonRepresentation