google-apis-apigee_v1 0.18.0 → 0.22.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 +16 -0
- data/lib/google/apis/apigee_v1/classes.rb +301 -30
- data/lib/google/apis/apigee_v1/gem_version.rb +2 -2
- data/lib/google/apis/apigee_v1/representations.rb +146 -15
- data/lib/google/apis/apigee_v1/service.rb +463 -0
- data/lib/google/apis/apigee_v1.rb +1 -1
- metadata +3 -3
@@ -142,6 +142,12 @@ module Google
|
|
142
142
|
include Google::Apis::Core::JsonObjectSupport
|
143
143
|
end
|
144
144
|
|
145
|
+
class GoogleCloudApigeeV1ArchiveDeployment
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
145
151
|
class GoogleCloudApigeeV1AsyncQuery
|
146
152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
153
|
|
@@ -214,6 +220,12 @@ module Google
|
|
214
220
|
include Google::Apis::Core::JsonObjectSupport
|
215
221
|
end
|
216
222
|
|
223
|
+
class GoogleCloudApigeeV1CreditDeveloperBalanceRequest
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
217
229
|
class GoogleCloudApigeeV1CustomReport
|
218
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
231
|
|
@@ -334,6 +346,24 @@ module Google
|
|
334
346
|
include Google::Apis::Core::JsonObjectSupport
|
335
347
|
end
|
336
348
|
|
349
|
+
class GoogleCloudApigeeV1DeveloperBalance
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class GoogleCloudApigeeV1DeveloperBalanceWallet
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class GoogleCloudApigeeV1DeveloperMonetizationConfig
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
337
367
|
class GoogleCloudApigeeV1DeveloperSubscription
|
338
368
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
369
|
|
@@ -412,6 +442,30 @@ module Google
|
|
412
442
|
include Google::Apis::Core::JsonObjectSupport
|
413
443
|
end
|
414
444
|
|
445
|
+
class GoogleCloudApigeeV1GenerateDownloadUrlRequest
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
451
|
+
class GoogleCloudApigeeV1GenerateDownloadUrlResponse
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
457
|
+
class GoogleCloudApigeeV1GenerateUploadUrlRequest
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
463
|
+
class GoogleCloudApigeeV1GenerateUploadUrlResponse
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
415
469
|
class GoogleCloudApigeeV1GetSyncAuthorizationRequest
|
416
470
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
471
|
|
@@ -472,12 +526,6 @@ module Google
|
|
472
526
|
include Google::Apis::Core::JsonObjectSupport
|
473
527
|
end
|
474
528
|
|
475
|
-
class GoogleCloudApigeeV1IntegrationConfig
|
476
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
-
|
478
|
-
include Google::Apis::Core::JsonObjectSupport
|
479
|
-
end
|
480
|
-
|
481
529
|
class GoogleCloudApigeeV1KeyAliasReference
|
482
530
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
531
|
|
@@ -526,6 +574,12 @@ module Google
|
|
526
574
|
include Google::Apis::Core::JsonObjectSupport
|
527
575
|
end
|
528
576
|
|
577
|
+
class GoogleCloudApigeeV1ListArchiveDeploymentsResponse
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
529
583
|
class GoogleCloudApigeeV1ListAsyncQueriesResponse
|
530
584
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
585
|
|
@@ -1205,8 +1259,6 @@ module Google
|
|
1205
1259
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1206
1260
|
property :advanced_api_ops_config, as: 'advancedApiOpsConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AdvancedApiOpsConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AdvancedApiOpsConfig::Representation
|
1207
1261
|
|
1208
|
-
property :integration_config, as: 'integrationConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1IntegrationConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1IntegrationConfig::Representation
|
1209
|
-
|
1210
1262
|
property :monetization_config, as: 'monetizationConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1MonetizationConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1MonetizationConfig::Representation
|
1211
1263
|
|
1212
1264
|
end
|
@@ -1367,6 +1419,18 @@ module Google
|
|
1367
1419
|
end
|
1368
1420
|
end
|
1369
1421
|
|
1422
|
+
class GoogleCloudApigeeV1ArchiveDeployment
|
1423
|
+
# @private
|
1424
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1425
|
+
property :created_at, :numeric_string => true, as: 'createdAt'
|
1426
|
+
property :gcs_uri, as: 'gcsUri'
|
1427
|
+
hash :labels, as: 'labels'
|
1428
|
+
property :name, as: 'name'
|
1429
|
+
property :operation, as: 'operation'
|
1430
|
+
property :updated_at, :numeric_string => true, as: 'updatedAt'
|
1431
|
+
end
|
1432
|
+
end
|
1433
|
+
|
1370
1434
|
class GoogleCloudApigeeV1AsyncQuery
|
1371
1435
|
# @private
|
1372
1436
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1506,6 +1570,15 @@ module Google
|
|
1506
1570
|
end
|
1507
1571
|
end
|
1508
1572
|
|
1573
|
+
class GoogleCloudApigeeV1CreditDeveloperBalanceRequest
|
1574
|
+
# @private
|
1575
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1576
|
+
property :transaction_amount, as: 'transactionAmount', class: Google::Apis::ApigeeV1::GoogleTypeMoney, decorator: Google::Apis::ApigeeV1::GoogleTypeMoney::Representation
|
1577
|
+
|
1578
|
+
property :transaction_id, as: 'transactionId'
|
1579
|
+
end
|
1580
|
+
end
|
1581
|
+
|
1509
1582
|
class GoogleCloudApigeeV1CustomReport
|
1510
1583
|
# @private
|
1511
1584
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1775,6 +1848,30 @@ module Google
|
|
1775
1848
|
end
|
1776
1849
|
end
|
1777
1850
|
|
1851
|
+
class GoogleCloudApigeeV1DeveloperBalance
|
1852
|
+
# @private
|
1853
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1854
|
+
collection :wallets, as: 'wallets', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeveloperBalanceWallet, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeveloperBalanceWallet::Representation
|
1855
|
+
|
1856
|
+
end
|
1857
|
+
end
|
1858
|
+
|
1859
|
+
class GoogleCloudApigeeV1DeveloperBalanceWallet
|
1860
|
+
# @private
|
1861
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1862
|
+
property :balance, as: 'balance', class: Google::Apis::ApigeeV1::GoogleTypeMoney, decorator: Google::Apis::ApigeeV1::GoogleTypeMoney::Representation
|
1863
|
+
|
1864
|
+
property :last_credit_time, :numeric_string => true, as: 'lastCreditTime'
|
1865
|
+
end
|
1866
|
+
end
|
1867
|
+
|
1868
|
+
class GoogleCloudApigeeV1DeveloperMonetizationConfig
|
1869
|
+
# @private
|
1870
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1871
|
+
property :billing_type, as: 'billingType'
|
1872
|
+
end
|
1873
|
+
end
|
1874
|
+
|
1778
1875
|
class GoogleCloudApigeeV1DeveloperSubscription
|
1779
1876
|
# @private
|
1780
1877
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1808,7 +1905,9 @@ module Google
|
|
1808
1905
|
class GoogleCloudApigeeV1Environment
|
1809
1906
|
# @private
|
1810
1907
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1908
|
+
property :api_proxy_type, as: 'apiProxyType'
|
1811
1909
|
property :created_at, :numeric_string => true, as: 'createdAt'
|
1910
|
+
property :deployment_type, as: 'deploymentType'
|
1812
1911
|
property :description, as: 'description'
|
1813
1912
|
property :display_name, as: 'displayName'
|
1814
1913
|
property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
|
@@ -1822,6 +1921,7 @@ module Google
|
|
1822
1921
|
class GoogleCloudApigeeV1EnvironmentConfig
|
1823
1922
|
# @private
|
1824
1923
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1924
|
+
property :arc_config_location, as: 'arcConfigLocation'
|
1825
1925
|
property :create_time, as: 'createTime'
|
1826
1926
|
collection :data_collectors, as: 'dataCollectors', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DataCollectorConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DataCollectorConfig::Representation
|
1827
1927
|
|
@@ -1832,6 +1932,7 @@ module Google
|
|
1832
1932
|
hash :feature_flags, as: 'featureFlags'
|
1833
1933
|
collection :flowhooks, as: 'flowhooks', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1FlowHookConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1FlowHookConfig::Representation
|
1834
1934
|
|
1935
|
+
property :gateway_config_location, as: 'gatewayConfigLocation'
|
1835
1936
|
collection :keystores, as: 'keystores', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1KeystoreConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1KeystoreConfig::Representation
|
1836
1937
|
|
1837
1938
|
property :name, as: 'name'
|
@@ -1936,6 +2037,32 @@ module Google
|
|
1936
2037
|
end
|
1937
2038
|
end
|
1938
2039
|
|
2040
|
+
class GoogleCloudApigeeV1GenerateDownloadUrlRequest
|
2041
|
+
# @private
|
2042
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2043
|
+
end
|
2044
|
+
end
|
2045
|
+
|
2046
|
+
class GoogleCloudApigeeV1GenerateDownloadUrlResponse
|
2047
|
+
# @private
|
2048
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2049
|
+
property :download_uri, as: 'downloadUri'
|
2050
|
+
end
|
2051
|
+
end
|
2052
|
+
|
2053
|
+
class GoogleCloudApigeeV1GenerateUploadUrlRequest
|
2054
|
+
# @private
|
2055
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2056
|
+
end
|
2057
|
+
end
|
2058
|
+
|
2059
|
+
class GoogleCloudApigeeV1GenerateUploadUrlResponse
|
2060
|
+
# @private
|
2061
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2062
|
+
property :upload_uri, as: 'uploadUri'
|
2063
|
+
end
|
2064
|
+
end
|
2065
|
+
|
1939
2066
|
class GoogleCloudApigeeV1GetSyncAuthorizationRequest
|
1940
2067
|
# @private
|
1941
2068
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1997,6 +2124,7 @@ module Google
|
|
1997
2124
|
property :name, as: 'name'
|
1998
2125
|
property :peering_cidr_range, as: 'peeringCidrRange'
|
1999
2126
|
property :port, as: 'port'
|
2127
|
+
property :runtime_version, as: 'runtimeVersion'
|
2000
2128
|
property :state, as: 'state'
|
2001
2129
|
end
|
2002
2130
|
end
|
@@ -2039,13 +2167,6 @@ module Google
|
|
2039
2167
|
end
|
2040
2168
|
end
|
2041
2169
|
|
2042
|
-
class GoogleCloudApigeeV1IntegrationConfig
|
2043
|
-
# @private
|
2044
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
2045
|
-
property :enabled, as: 'enabled'
|
2046
|
-
end
|
2047
|
-
end
|
2048
|
-
|
2049
2170
|
class GoogleCloudApigeeV1KeyAliasReference
|
2050
2171
|
# @private
|
2051
2172
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2115,6 +2236,15 @@ module Google
|
|
2115
2236
|
end
|
2116
2237
|
end
|
2117
2238
|
|
2239
|
+
class GoogleCloudApigeeV1ListArchiveDeploymentsResponse
|
2240
|
+
# @private
|
2241
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2242
|
+
collection :archive_deployments, as: 'archiveDeployments', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ArchiveDeployment, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ArchiveDeployment::Representation
|
2243
|
+
|
2244
|
+
property :next_page_token, as: 'nextPageToken'
|
2245
|
+
end
|
2246
|
+
end
|
2247
|
+
|
2118
2248
|
class GoogleCloudApigeeV1ListAsyncQueriesResponse
|
2119
2249
|
# @private
|
2120
2250
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2904,6 +3034,7 @@ module Google
|
|
2904
3034
|
class GoogleCloudApigeeV1TargetServerConfig
|
2905
3035
|
# @private
|
2906
3036
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3037
|
+
property :enabled, as: 'enabled'
|
2907
3038
|
property :host, as: 'host'
|
2908
3039
|
property :name, as: 'name'
|
2909
3040
|
property :port, as: 'port'
|