google-apis-apigee_v1 0.116.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 +8 -0
- data/lib/google/apis/apigee_v1/classes.rb +593 -2
- data/lib/google/apis/apigee_v1/gem_version.rb +2 -2
- data/lib/google/apis/apigee_v1/representations.rb +271 -0
- data/lib/google/apis/apigee_v1/service.rb +504 -7
- metadata +2 -2
|
@@ -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.118.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251216"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -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
|
|
|
@@ -1084,6 +1162,30 @@ module Google
|
|
|
1084
1162
|
include Google::Apis::Core::JsonObjectSupport
|
|
1085
1163
|
end
|
|
1086
1164
|
|
|
1165
|
+
class GoogleCloudApigeeV1LlmOperation
|
|
1166
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1167
|
+
|
|
1168
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1169
|
+
end
|
|
1170
|
+
|
|
1171
|
+
class GoogleCloudApigeeV1LlmOperationConfig
|
|
1172
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1173
|
+
|
|
1174
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1175
|
+
end
|
|
1176
|
+
|
|
1177
|
+
class GoogleCloudApigeeV1LlmOperationGroup
|
|
1178
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1179
|
+
|
|
1180
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1181
|
+
end
|
|
1182
|
+
|
|
1183
|
+
class GoogleCloudApigeeV1LlmTokenQuota
|
|
1184
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1185
|
+
|
|
1186
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1187
|
+
end
|
|
1188
|
+
|
|
1087
1189
|
class GoogleCloudApigeeV1MaintenanceUpdatePolicy
|
|
1088
1190
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1089
1191
|
|
|
@@ -2074,6 +2176,14 @@ module Google
|
|
|
2074
2176
|
end
|
|
2075
2177
|
end
|
|
2076
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
|
+
|
|
2077
2187
|
class GoogleCloudApigeeV1AdjustDeveloperBalanceRequest
|
|
2078
2188
|
# @private
|
|
2079
2189
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2176,6 +2286,8 @@ module Google
|
|
|
2176
2286
|
class GoogleCloudApigeeV1ApiDocDocumentation
|
|
2177
2287
|
# @private
|
|
2178
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
|
+
|
|
2179
2291
|
property :graphql_documentation, as: 'graphqlDocumentation', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GraphqlDocumentation, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GraphqlDocumentation::Representation
|
|
2180
2292
|
|
|
2181
2293
|
property :oas_documentation, as: 'oasDocumentation', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1OasDocumentation, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1OasDocumentation::Representation
|
|
@@ -2223,6 +2335,11 @@ module Google
|
|
|
2223
2335
|
property :grpc_operation_group, as: 'grpcOperationGroup', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GrpcOperationGroup, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GrpcOperationGroup::Representation
|
|
2224
2336
|
|
|
2225
2337
|
property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
|
|
2338
|
+
property :llm_operation_group, as: 'llmOperationGroup', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1LlmOperationGroup, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1LlmOperationGroup::Representation
|
|
2339
|
+
|
|
2340
|
+
property :llm_quota, as: 'llmQuota'
|
|
2341
|
+
property :llm_quota_interval, as: 'llmQuotaInterval'
|
|
2342
|
+
property :llm_quota_time_unit, as: 'llmQuotaTimeUnit'
|
|
2226
2343
|
property :name, as: 'name'
|
|
2227
2344
|
property :operation_group, as: 'operationGroup', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1OperationGroup, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1OperationGroup::Representation
|
|
2228
2345
|
|
|
@@ -2311,6 +2428,42 @@ module Google
|
|
|
2311
2428
|
end
|
|
2312
2429
|
end
|
|
2313
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
|
+
|
|
2314
2467
|
class GoogleCloudApigeeV1App
|
|
2315
2468
|
# @private
|
|
2316
2469
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2345,6 +2498,7 @@ module Google
|
|
|
2345
2498
|
property :channel_uri, as: 'channelUri'
|
|
2346
2499
|
property :created_at, :numeric_string => true, as: 'createdAt'
|
|
2347
2500
|
property :display_name, as: 'displayName'
|
|
2501
|
+
property :email, as: 'email'
|
|
2348
2502
|
property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
|
|
2349
2503
|
property :name, as: 'name'
|
|
2350
2504
|
property :organization, as: 'organization'
|
|
@@ -2389,6 +2543,42 @@ module Google
|
|
|
2389
2543
|
end
|
|
2390
2544
|
end
|
|
2391
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
|
+
|
|
2392
2582
|
class GoogleCloudApigeeV1ArchiveDeployment
|
|
2393
2583
|
# @private
|
|
2394
2584
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2401,6 +2591,14 @@ module Google
|
|
|
2401
2591
|
end
|
|
2402
2592
|
end
|
|
2403
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
|
+
|
|
2404
2602
|
class GoogleCloudApigeeV1AsyncQuery
|
|
2405
2603
|
# @private
|
|
2406
2604
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2665,6 +2863,15 @@ module Google
|
|
|
2665
2863
|
end
|
|
2666
2864
|
end
|
|
2667
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
|
+
|
|
2668
2875
|
class GoogleCloudApigeeV1CreditDeveloperBalanceRequest
|
|
2669
2876
|
# @private
|
|
2670
2877
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3218,6 +3425,12 @@ module Google
|
|
|
3218
3425
|
end
|
|
3219
3426
|
end
|
|
3220
3427
|
|
|
3428
|
+
class GoogleCloudApigeeV1ExpireAppGroupSubscriptionRequest
|
|
3429
|
+
# @private
|
|
3430
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3431
|
+
end
|
|
3432
|
+
end
|
|
3433
|
+
|
|
3221
3434
|
class GoogleCloudApigeeV1ExpireDeveloperSubscriptionRequest
|
|
3222
3435
|
# @private
|
|
3223
3436
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3485,6 +3698,7 @@ module Google
|
|
|
3485
3698
|
# @private
|
|
3486
3699
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3487
3700
|
property :encrypted, as: 'encrypted'
|
|
3701
|
+
property :masked_values, as: 'maskedValues'
|
|
3488
3702
|
property :name, as: 'name'
|
|
3489
3703
|
end
|
|
3490
3704
|
end
|
|
@@ -3556,6 +3770,15 @@ module Google
|
|
|
3556
3770
|
end
|
|
3557
3771
|
end
|
|
3558
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
|
+
|
|
3559
3782
|
class GoogleCloudApigeeV1ListAppGroupAppsResponse
|
|
3560
3783
|
# @private
|
|
3561
3784
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3565,6 +3788,15 @@ module Google
|
|
|
3565
3788
|
end
|
|
3566
3789
|
end
|
|
3567
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
|
+
|
|
3568
3800
|
class GoogleCloudApigeeV1ListAppGroupsResponse
|
|
3569
3801
|
# @private
|
|
3570
3802
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3880,6 +4112,45 @@ module Google
|
|
|
3880
4112
|
end
|
|
3881
4113
|
end
|
|
3882
4114
|
|
|
4115
|
+
class GoogleCloudApigeeV1LlmOperation
|
|
4116
|
+
# @private
|
|
4117
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4118
|
+
collection :methods_prop, as: 'methods'
|
|
4119
|
+
property :model, as: 'model'
|
|
4120
|
+
property :resource, as: 'resource'
|
|
4121
|
+
end
|
|
4122
|
+
end
|
|
4123
|
+
|
|
4124
|
+
class GoogleCloudApigeeV1LlmOperationConfig
|
|
4125
|
+
# @private
|
|
4126
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4127
|
+
property :api_source, as: 'apiSource'
|
|
4128
|
+
collection :attributes, as: 'attributes', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute::Representation
|
|
4129
|
+
|
|
4130
|
+
collection :llm_operations, as: 'llmOperations', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1LlmOperation, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1LlmOperation::Representation
|
|
4131
|
+
|
|
4132
|
+
property :llm_token_quota, as: 'llmTokenQuota', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1LlmTokenQuota, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1LlmTokenQuota::Representation
|
|
4133
|
+
|
|
4134
|
+
end
|
|
4135
|
+
end
|
|
4136
|
+
|
|
4137
|
+
class GoogleCloudApigeeV1LlmOperationGroup
|
|
4138
|
+
# @private
|
|
4139
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4140
|
+
collection :operation_configs, as: 'operationConfigs', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1LlmOperationConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1LlmOperationConfig::Representation
|
|
4141
|
+
|
|
4142
|
+
end
|
|
4143
|
+
end
|
|
4144
|
+
|
|
4145
|
+
class GoogleCloudApigeeV1LlmTokenQuota
|
|
4146
|
+
# @private
|
|
4147
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4148
|
+
property :interval, as: 'interval'
|
|
4149
|
+
property :limit, as: 'limit'
|
|
4150
|
+
property :time_unit, as: 'timeUnit'
|
|
4151
|
+
end
|
|
4152
|
+
end
|
|
4153
|
+
|
|
3883
4154
|
class GoogleCloudApigeeV1MaintenanceUpdatePolicy
|
|
3884
4155
|
# @private
|
|
3885
4156
|
class Representation < Google::Apis::Core::JsonRepresentation
|