google-apis-apigee_v1 0.117.0 → 0.118.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 +4 -0
- data/lib/google/apis/apigee_v1/classes.rb +415 -0
- data/lib/google/apis/apigee_v1/gem_version.rb +2 -2
- data/lib/google/apis/apigee_v1/representations.rb +202 -0
- data/lib/google/apis/apigee_v1/service.rb +496 -0
- metadata +2 -2
|
@@ -88,6 +88,12 @@ module Google
|
|
|
88
88
|
include Google::Apis::Core::JsonObjectSupport
|
|
89
89
|
end
|
|
90
90
|
|
|
91
|
+
class GoogleCloudApigeeV1AdjustAppGroupBalanceRequest
|
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
93
|
+
|
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
95
|
+
end
|
|
96
|
+
|
|
91
97
|
class GoogleCloudApigeeV1AdjustDeveloperBalanceRequest
|
|
92
98
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
93
99
|
|
|
@@ -196,6 +202,24 @@ module Google
|
|
|
196
202
|
include Google::Apis::Core::JsonObjectSupport
|
|
197
203
|
end
|
|
198
204
|
|
|
205
|
+
class GoogleCloudApigeeV1ApimServiceExtension
|
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
207
|
+
|
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
209
|
+
end
|
|
210
|
+
|
|
211
|
+
class GoogleCloudApigeeV1ApimServiceExtensionExtension
|
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
213
|
+
|
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
215
|
+
end
|
|
216
|
+
|
|
217
|
+
class GoogleCloudApigeeV1ApimServiceExtensionNetworkConfig
|
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
219
|
+
|
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
221
|
+
end
|
|
222
|
+
|
|
199
223
|
class GoogleCloudApigeeV1App
|
|
200
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
201
225
|
|
|
@@ -220,12 +244,42 @@ module Google
|
|
|
220
244
|
include Google::Apis::Core::JsonObjectSupport
|
|
221
245
|
end
|
|
222
246
|
|
|
247
|
+
class GoogleCloudApigeeV1AppGroupBalance
|
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
249
|
+
|
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
251
|
+
end
|
|
252
|
+
|
|
253
|
+
class GoogleCloudApigeeV1AppGroupBalanceWallet
|
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
255
|
+
|
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
257
|
+
end
|
|
258
|
+
|
|
259
|
+
class GoogleCloudApigeeV1AppGroupMonetizationConfig
|
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
261
|
+
|
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
263
|
+
end
|
|
264
|
+
|
|
265
|
+
class GoogleCloudApigeeV1AppGroupSubscription
|
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
267
|
+
|
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
269
|
+
end
|
|
270
|
+
|
|
223
271
|
class GoogleCloudApigeeV1ArchiveDeployment
|
|
224
272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
225
273
|
|
|
226
274
|
include Google::Apis::Core::JsonObjectSupport
|
|
227
275
|
end
|
|
228
276
|
|
|
277
|
+
class GoogleCloudApigeeV1AsyncApiDocumentation
|
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
279
|
+
|
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
281
|
+
end
|
|
282
|
+
|
|
229
283
|
class GoogleCloudApigeeV1AsyncQuery
|
|
230
284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
231
285
|
|
|
@@ -382,6 +436,12 @@ module Google
|
|
|
382
436
|
include Google::Apis::Core::JsonObjectSupport
|
|
383
437
|
end
|
|
384
438
|
|
|
439
|
+
class GoogleCloudApigeeV1CreditAppGroupBalanceRequest
|
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
441
|
+
|
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
443
|
+
end
|
|
444
|
+
|
|
385
445
|
class GoogleCloudApigeeV1CreditDeveloperBalanceRequest
|
|
386
446
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
387
447
|
|
|
@@ -652,6 +712,12 @@ module Google
|
|
|
652
712
|
include Google::Apis::Core::JsonObjectSupport
|
|
653
713
|
end
|
|
654
714
|
|
|
715
|
+
class GoogleCloudApigeeV1ExpireAppGroupSubscriptionRequest
|
|
716
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
717
|
+
|
|
718
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
719
|
+
end
|
|
720
|
+
|
|
655
721
|
class GoogleCloudApigeeV1ExpireDeveloperSubscriptionRequest
|
|
656
722
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
657
723
|
|
|
@@ -862,12 +928,24 @@ module Google
|
|
|
862
928
|
include Google::Apis::Core::JsonObjectSupport
|
|
863
929
|
end
|
|
864
930
|
|
|
931
|
+
class GoogleCloudApigeeV1ListApimServiceExtensionsResponse
|
|
932
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
933
|
+
|
|
934
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
935
|
+
end
|
|
936
|
+
|
|
865
937
|
class GoogleCloudApigeeV1ListAppGroupAppsResponse
|
|
866
938
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
867
939
|
|
|
868
940
|
include Google::Apis::Core::JsonObjectSupport
|
|
869
941
|
end
|
|
870
942
|
|
|
943
|
+
class GoogleCloudApigeeV1ListAppGroupSubscriptionsResponse
|
|
944
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
945
|
+
|
|
946
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
947
|
+
end
|
|
948
|
+
|
|
871
949
|
class GoogleCloudApigeeV1ListAppGroupsResponse
|
|
872
950
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
873
951
|
|
|
@@ -2098,6 +2176,14 @@ module Google
|
|
|
2098
2176
|
end
|
|
2099
2177
|
end
|
|
2100
2178
|
|
|
2179
|
+
class GoogleCloudApigeeV1AdjustAppGroupBalanceRequest
|
|
2180
|
+
# @private
|
|
2181
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2182
|
+
property :adjustment, as: 'adjustment', class: Google::Apis::ApigeeV1::GoogleTypeMoney, decorator: Google::Apis::ApigeeV1::GoogleTypeMoney::Representation
|
|
2183
|
+
|
|
2184
|
+
end
|
|
2185
|
+
end
|
|
2186
|
+
|
|
2101
2187
|
class GoogleCloudApigeeV1AdjustDeveloperBalanceRequest
|
|
2102
2188
|
# @private
|
|
2103
2189
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2200,6 +2286,8 @@ module Google
|
|
|
2200
2286
|
class GoogleCloudApigeeV1ApiDocDocumentation
|
|
2201
2287
|
# @private
|
|
2202
2288
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2289
|
+
property :async_api_documentation, as: 'asyncApiDocumentation', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AsyncApiDocumentation, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AsyncApiDocumentation::Representation
|
|
2290
|
+
|
|
2203
2291
|
property :graphql_documentation, as: 'graphqlDocumentation', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GraphqlDocumentation, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GraphqlDocumentation::Representation
|
|
2204
2292
|
|
|
2205
2293
|
property :oas_documentation, as: 'oasDocumentation', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1OasDocumentation, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1OasDocumentation::Representation
|
|
@@ -2340,6 +2428,42 @@ module Google
|
|
|
2340
2428
|
end
|
|
2341
2429
|
end
|
|
2342
2430
|
|
|
2431
|
+
class GoogleCloudApigeeV1ApimServiceExtension
|
|
2432
|
+
# @private
|
|
2433
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2434
|
+
property :create_time, as: 'createTime'
|
|
2435
|
+
property :extension_processor, as: 'extensionProcessor'
|
|
2436
|
+
collection :extensions, as: 'extensions', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApimServiceExtensionExtension, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApimServiceExtensionExtension::Representation
|
|
2437
|
+
|
|
2438
|
+
property :lb_forwarding_rule, as: 'lbForwardingRule'
|
|
2439
|
+
property :name, as: 'name'
|
|
2440
|
+
property :network, as: 'network'
|
|
2441
|
+
collection :network_configs, as: 'networkConfigs', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApimServiceExtensionNetworkConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApimServiceExtensionNetworkConfig::Representation
|
|
2442
|
+
|
|
2443
|
+
property :state, as: 'state'
|
|
2444
|
+
property :update_time, as: 'updateTime'
|
|
2445
|
+
end
|
|
2446
|
+
end
|
|
2447
|
+
|
|
2448
|
+
class GoogleCloudApigeeV1ApimServiceExtensionExtension
|
|
2449
|
+
# @private
|
|
2450
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2451
|
+
property :fail_open, as: 'failOpen'
|
|
2452
|
+
property :hostname, as: 'hostname'
|
|
2453
|
+
property :match_condition, as: 'matchCondition'
|
|
2454
|
+
property :name, as: 'name'
|
|
2455
|
+
collection :supported_events, as: 'supportedEvents'
|
|
2456
|
+
end
|
|
2457
|
+
end
|
|
2458
|
+
|
|
2459
|
+
class GoogleCloudApigeeV1ApimServiceExtensionNetworkConfig
|
|
2460
|
+
# @private
|
|
2461
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2462
|
+
property :region, as: 'region'
|
|
2463
|
+
property :subnet, as: 'subnet'
|
|
2464
|
+
end
|
|
2465
|
+
end
|
|
2466
|
+
|
|
2343
2467
|
class GoogleCloudApigeeV1App
|
|
2344
2468
|
# @private
|
|
2345
2469
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2374,6 +2498,7 @@ module Google
|
|
|
2374
2498
|
property :channel_uri, as: 'channelUri'
|
|
2375
2499
|
property :created_at, :numeric_string => true, as: 'createdAt'
|
|
2376
2500
|
property :display_name, as: 'displayName'
|
|
2501
|
+
property :email, as: 'email'
|
|
2377
2502
|
property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
|
|
2378
2503
|
property :name, as: 'name'
|
|
2379
2504
|
property :organization, as: 'organization'
|
|
@@ -2418,6 +2543,42 @@ module Google
|
|
|
2418
2543
|
end
|
|
2419
2544
|
end
|
|
2420
2545
|
|
|
2546
|
+
class GoogleCloudApigeeV1AppGroupBalance
|
|
2547
|
+
# @private
|
|
2548
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2549
|
+
collection :wallets, as: 'wallets', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AppGroupBalanceWallet, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AppGroupBalanceWallet::Representation
|
|
2550
|
+
|
|
2551
|
+
end
|
|
2552
|
+
end
|
|
2553
|
+
|
|
2554
|
+
class GoogleCloudApigeeV1AppGroupBalanceWallet
|
|
2555
|
+
# @private
|
|
2556
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2557
|
+
property :balance, as: 'balance', class: Google::Apis::ApigeeV1::GoogleTypeMoney, decorator: Google::Apis::ApigeeV1::GoogleTypeMoney::Representation
|
|
2558
|
+
|
|
2559
|
+
property :last_credit_time, :numeric_string => true, as: 'lastCreditTime'
|
|
2560
|
+
end
|
|
2561
|
+
end
|
|
2562
|
+
|
|
2563
|
+
class GoogleCloudApigeeV1AppGroupMonetizationConfig
|
|
2564
|
+
# @private
|
|
2565
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2566
|
+
property :billing_type, as: 'billingType'
|
|
2567
|
+
end
|
|
2568
|
+
end
|
|
2569
|
+
|
|
2570
|
+
class GoogleCloudApigeeV1AppGroupSubscription
|
|
2571
|
+
# @private
|
|
2572
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2573
|
+
property :apiproduct, as: 'apiproduct'
|
|
2574
|
+
property :created_at, :numeric_string => true, as: 'createdAt'
|
|
2575
|
+
property :end_time, :numeric_string => true, as: 'endTime'
|
|
2576
|
+
property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
|
|
2577
|
+
property :name, as: 'name'
|
|
2578
|
+
property :start_time, :numeric_string => true, as: 'startTime'
|
|
2579
|
+
end
|
|
2580
|
+
end
|
|
2581
|
+
|
|
2421
2582
|
class GoogleCloudApigeeV1ArchiveDeployment
|
|
2422
2583
|
# @private
|
|
2423
2584
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2430,6 +2591,14 @@ module Google
|
|
|
2430
2591
|
end
|
|
2431
2592
|
end
|
|
2432
2593
|
|
|
2594
|
+
class GoogleCloudApigeeV1AsyncApiDocumentation
|
|
2595
|
+
# @private
|
|
2596
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2597
|
+
property :spec, as: 'spec', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DocumentationFile, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DocumentationFile::Representation
|
|
2598
|
+
|
|
2599
|
+
end
|
|
2600
|
+
end
|
|
2601
|
+
|
|
2433
2602
|
class GoogleCloudApigeeV1AsyncQuery
|
|
2434
2603
|
# @private
|
|
2435
2604
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2694,6 +2863,15 @@ module Google
|
|
|
2694
2863
|
end
|
|
2695
2864
|
end
|
|
2696
2865
|
|
|
2866
|
+
class GoogleCloudApigeeV1CreditAppGroupBalanceRequest
|
|
2867
|
+
# @private
|
|
2868
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2869
|
+
property :transaction_amount, as: 'transactionAmount', class: Google::Apis::ApigeeV1::GoogleTypeMoney, decorator: Google::Apis::ApigeeV1::GoogleTypeMoney::Representation
|
|
2870
|
+
|
|
2871
|
+
property :transaction_id, as: 'transactionId'
|
|
2872
|
+
end
|
|
2873
|
+
end
|
|
2874
|
+
|
|
2697
2875
|
class GoogleCloudApigeeV1CreditDeveloperBalanceRequest
|
|
2698
2876
|
# @private
|
|
2699
2877
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3247,6 +3425,12 @@ module Google
|
|
|
3247
3425
|
end
|
|
3248
3426
|
end
|
|
3249
3427
|
|
|
3428
|
+
class GoogleCloudApigeeV1ExpireAppGroupSubscriptionRequest
|
|
3429
|
+
# @private
|
|
3430
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3431
|
+
end
|
|
3432
|
+
end
|
|
3433
|
+
|
|
3250
3434
|
class GoogleCloudApigeeV1ExpireDeveloperSubscriptionRequest
|
|
3251
3435
|
# @private
|
|
3252
3436
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3586,6 +3770,15 @@ module Google
|
|
|
3586
3770
|
end
|
|
3587
3771
|
end
|
|
3588
3772
|
|
|
3773
|
+
class GoogleCloudApigeeV1ListApimServiceExtensionsResponse
|
|
3774
|
+
# @private
|
|
3775
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3776
|
+
collection :apim_service_extensions, as: 'apimServiceExtensions', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApimServiceExtension, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApimServiceExtension::Representation
|
|
3777
|
+
|
|
3778
|
+
property :next_page_token, as: 'nextPageToken'
|
|
3779
|
+
end
|
|
3780
|
+
end
|
|
3781
|
+
|
|
3589
3782
|
class GoogleCloudApigeeV1ListAppGroupAppsResponse
|
|
3590
3783
|
# @private
|
|
3591
3784
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3595,6 +3788,15 @@ module Google
|
|
|
3595
3788
|
end
|
|
3596
3789
|
end
|
|
3597
3790
|
|
|
3791
|
+
class GoogleCloudApigeeV1ListAppGroupSubscriptionsResponse
|
|
3792
|
+
# @private
|
|
3793
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3794
|
+
collection :app_group_subscriptions, as: 'appGroupSubscriptions', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AppGroupSubscription, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AppGroupSubscription::Representation
|
|
3795
|
+
|
|
3796
|
+
property :next_page_token, as: 'nextPageToken'
|
|
3797
|
+
end
|
|
3798
|
+
end
|
|
3799
|
+
|
|
3598
3800
|
class GoogleCloudApigeeV1ListAppGroupsResponse
|
|
3599
3801
|
# @private
|
|
3600
3802
|
class Representation < Google::Apis::Core::JsonRepresentation
|