google-apis-apigee_v1 0.19.0 → 0.23.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 +360 -4
- data/lib/google/apis/apigee_v1/gem_version.rb +2 -2
- data/lib/google/apis/apigee_v1/representations.rb +177 -0
- data/lib/google/apis/apigee_v1/service.rb +424 -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
|
|
@@ -208,12 +214,24 @@ module Google
|
|
208
214
|
include Google::Apis::Core::JsonObjectSupport
|
209
215
|
end
|
210
216
|
|
217
|
+
class GoogleCloudApigeeV1ConnectorsPlatformConfig
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
211
223
|
class GoogleCloudApigeeV1Credential
|
212
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
225
|
|
214
226
|
include Google::Apis::Core::JsonObjectSupport
|
215
227
|
end
|
216
228
|
|
229
|
+
class GoogleCloudApigeeV1CreditDeveloperBalanceRequest
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
217
235
|
class GoogleCloudApigeeV1CustomReport
|
218
236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
237
|
|
@@ -334,6 +352,24 @@ module Google
|
|
334
352
|
include Google::Apis::Core::JsonObjectSupport
|
335
353
|
end
|
336
354
|
|
355
|
+
class GoogleCloudApigeeV1DeveloperBalance
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class GoogleCloudApigeeV1DeveloperBalanceWallet
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
367
|
+
class GoogleCloudApigeeV1DeveloperMonetizationConfig
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
337
373
|
class GoogleCloudApigeeV1DeveloperSubscription
|
338
374
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
375
|
|
@@ -412,6 +448,30 @@ module Google
|
|
412
448
|
include Google::Apis::Core::JsonObjectSupport
|
413
449
|
end
|
414
450
|
|
451
|
+
class GoogleCloudApigeeV1GenerateDownloadUrlRequest
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
457
|
+
class GoogleCloudApigeeV1GenerateDownloadUrlResponse
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
463
|
+
class GoogleCloudApigeeV1GenerateUploadUrlRequest
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
469
|
+
class GoogleCloudApigeeV1GenerateUploadUrlResponse
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
415
475
|
class GoogleCloudApigeeV1GetSyncAuthorizationRequest
|
416
476
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
477
|
|
@@ -472,6 +532,12 @@ module Google
|
|
472
532
|
include Google::Apis::Core::JsonObjectSupport
|
473
533
|
end
|
474
534
|
|
535
|
+
class GoogleCloudApigeeV1IntegrationConfig
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
475
541
|
class GoogleCloudApigeeV1KeyAliasReference
|
476
542
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
543
|
|
@@ -520,6 +586,12 @@ module Google
|
|
520
586
|
include Google::Apis::Core::JsonObjectSupport
|
521
587
|
end
|
522
588
|
|
589
|
+
class GoogleCloudApigeeV1ListArchiveDeploymentsResponse
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
|
+
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
593
|
+
end
|
594
|
+
|
523
595
|
class GoogleCloudApigeeV1ListAsyncQueriesResponse
|
524
596
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
597
|
|
@@ -1199,6 +1271,10 @@ module Google
|
|
1199
1271
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1200
1272
|
property :advanced_api_ops_config, as: 'advancedApiOpsConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AdvancedApiOpsConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AdvancedApiOpsConfig::Representation
|
1201
1273
|
|
1274
|
+
property :connectors_platform_config, as: 'connectorsPlatformConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ConnectorsPlatformConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ConnectorsPlatformConfig::Representation
|
1275
|
+
|
1276
|
+
property :integration_config, as: 'integrationConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1IntegrationConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1IntegrationConfig::Representation
|
1277
|
+
|
1202
1278
|
property :monetization_config, as: 'monetizationConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1MonetizationConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1MonetizationConfig::Representation
|
1203
1279
|
|
1204
1280
|
end
|
@@ -1359,6 +1435,18 @@ module Google
|
|
1359
1435
|
end
|
1360
1436
|
end
|
1361
1437
|
|
1438
|
+
class GoogleCloudApigeeV1ArchiveDeployment
|
1439
|
+
# @private
|
1440
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1441
|
+
property :created_at, :numeric_string => true, as: 'createdAt'
|
1442
|
+
property :gcs_uri, as: 'gcsUri'
|
1443
|
+
hash :labels, as: 'labels'
|
1444
|
+
property :name, as: 'name'
|
1445
|
+
property :operation, as: 'operation'
|
1446
|
+
property :updated_at, :numeric_string => true, as: 'updatedAt'
|
1447
|
+
end
|
1448
|
+
end
|
1449
|
+
|
1362
1450
|
class GoogleCloudApigeeV1AsyncQuery
|
1363
1451
|
# @private
|
1364
1452
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1482,6 +1570,14 @@ module Google
|
|
1482
1570
|
end
|
1483
1571
|
end
|
1484
1572
|
|
1573
|
+
class GoogleCloudApigeeV1ConnectorsPlatformConfig
|
1574
|
+
# @private
|
1575
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1576
|
+
property :enabled, as: 'enabled'
|
1577
|
+
property :expires_at, :numeric_string => true, as: 'expiresAt'
|
1578
|
+
end
|
1579
|
+
end
|
1580
|
+
|
1485
1581
|
class GoogleCloudApigeeV1Credential
|
1486
1582
|
# @private
|
1487
1583
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1498,6 +1594,15 @@ module Google
|
|
1498
1594
|
end
|
1499
1595
|
end
|
1500
1596
|
|
1597
|
+
class GoogleCloudApigeeV1CreditDeveloperBalanceRequest
|
1598
|
+
# @private
|
1599
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1600
|
+
property :transaction_amount, as: 'transactionAmount', class: Google::Apis::ApigeeV1::GoogleTypeMoney, decorator: Google::Apis::ApigeeV1::GoogleTypeMoney::Representation
|
1601
|
+
|
1602
|
+
property :transaction_id, as: 'transactionId'
|
1603
|
+
end
|
1604
|
+
end
|
1605
|
+
|
1501
1606
|
class GoogleCloudApigeeV1CustomReport
|
1502
1607
|
# @private
|
1503
1608
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1767,6 +1872,30 @@ module Google
|
|
1767
1872
|
end
|
1768
1873
|
end
|
1769
1874
|
|
1875
|
+
class GoogleCloudApigeeV1DeveloperBalance
|
1876
|
+
# @private
|
1877
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1878
|
+
collection :wallets, as: 'wallets', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeveloperBalanceWallet, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DeveloperBalanceWallet::Representation
|
1879
|
+
|
1880
|
+
end
|
1881
|
+
end
|
1882
|
+
|
1883
|
+
class GoogleCloudApigeeV1DeveloperBalanceWallet
|
1884
|
+
# @private
|
1885
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1886
|
+
property :balance, as: 'balance', class: Google::Apis::ApigeeV1::GoogleTypeMoney, decorator: Google::Apis::ApigeeV1::GoogleTypeMoney::Representation
|
1887
|
+
|
1888
|
+
property :last_credit_time, :numeric_string => true, as: 'lastCreditTime'
|
1889
|
+
end
|
1890
|
+
end
|
1891
|
+
|
1892
|
+
class GoogleCloudApigeeV1DeveloperMonetizationConfig
|
1893
|
+
# @private
|
1894
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1895
|
+
property :billing_type, as: 'billingType'
|
1896
|
+
end
|
1897
|
+
end
|
1898
|
+
|
1770
1899
|
class GoogleCloudApigeeV1DeveloperSubscription
|
1771
1900
|
# @private
|
1772
1901
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1800,7 +1929,9 @@ module Google
|
|
1800
1929
|
class GoogleCloudApigeeV1Environment
|
1801
1930
|
# @private
|
1802
1931
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1932
|
+
property :api_proxy_type, as: 'apiProxyType'
|
1803
1933
|
property :created_at, :numeric_string => true, as: 'createdAt'
|
1934
|
+
property :deployment_type, as: 'deploymentType'
|
1804
1935
|
property :description, as: 'description'
|
1805
1936
|
property :display_name, as: 'displayName'
|
1806
1937
|
property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
|
@@ -1814,6 +1945,7 @@ module Google
|
|
1814
1945
|
class GoogleCloudApigeeV1EnvironmentConfig
|
1815
1946
|
# @private
|
1816
1947
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1948
|
+
property :arc_config_location, as: 'arcConfigLocation'
|
1817
1949
|
property :create_time, as: 'createTime'
|
1818
1950
|
collection :data_collectors, as: 'dataCollectors', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DataCollectorConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1DataCollectorConfig::Representation
|
1819
1951
|
|
@@ -1824,6 +1956,7 @@ module Google
|
|
1824
1956
|
hash :feature_flags, as: 'featureFlags'
|
1825
1957
|
collection :flowhooks, as: 'flowhooks', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1FlowHookConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1FlowHookConfig::Representation
|
1826
1958
|
|
1959
|
+
property :gateway_config_location, as: 'gatewayConfigLocation'
|
1827
1960
|
collection :keystores, as: 'keystores', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1KeystoreConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1KeystoreConfig::Representation
|
1828
1961
|
|
1829
1962
|
property :name, as: 'name'
|
@@ -1928,6 +2061,32 @@ module Google
|
|
1928
2061
|
end
|
1929
2062
|
end
|
1930
2063
|
|
2064
|
+
class GoogleCloudApigeeV1GenerateDownloadUrlRequest
|
2065
|
+
# @private
|
2066
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2067
|
+
end
|
2068
|
+
end
|
2069
|
+
|
2070
|
+
class GoogleCloudApigeeV1GenerateDownloadUrlResponse
|
2071
|
+
# @private
|
2072
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2073
|
+
property :download_uri, as: 'downloadUri'
|
2074
|
+
end
|
2075
|
+
end
|
2076
|
+
|
2077
|
+
class GoogleCloudApigeeV1GenerateUploadUrlRequest
|
2078
|
+
# @private
|
2079
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2080
|
+
end
|
2081
|
+
end
|
2082
|
+
|
2083
|
+
class GoogleCloudApigeeV1GenerateUploadUrlResponse
|
2084
|
+
# @private
|
2085
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2086
|
+
property :upload_uri, as: 'uploadUri'
|
2087
|
+
end
|
2088
|
+
end
|
2089
|
+
|
1931
2090
|
class GoogleCloudApigeeV1GetSyncAuthorizationRequest
|
1932
2091
|
# @private
|
1933
2092
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1989,6 +2148,7 @@ module Google
|
|
1989
2148
|
property :name, as: 'name'
|
1990
2149
|
property :peering_cidr_range, as: 'peeringCidrRange'
|
1991
2150
|
property :port, as: 'port'
|
2151
|
+
property :runtime_version, as: 'runtimeVersion'
|
1992
2152
|
property :state, as: 'state'
|
1993
2153
|
end
|
1994
2154
|
end
|
@@ -2031,6 +2191,13 @@ module Google
|
|
2031
2191
|
end
|
2032
2192
|
end
|
2033
2193
|
|
2194
|
+
class GoogleCloudApigeeV1IntegrationConfig
|
2195
|
+
# @private
|
2196
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2197
|
+
property :enabled, as: 'enabled'
|
2198
|
+
end
|
2199
|
+
end
|
2200
|
+
|
2034
2201
|
class GoogleCloudApigeeV1KeyAliasReference
|
2035
2202
|
# @private
|
2036
2203
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2100,6 +2267,15 @@ module Google
|
|
2100
2267
|
end
|
2101
2268
|
end
|
2102
2269
|
|
2270
|
+
class GoogleCloudApigeeV1ListArchiveDeploymentsResponse
|
2271
|
+
# @private
|
2272
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2273
|
+
collection :archive_deployments, as: 'archiveDeployments', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ArchiveDeployment, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ArchiveDeployment::Representation
|
2274
|
+
|
2275
|
+
property :next_page_token, as: 'nextPageToken'
|
2276
|
+
end
|
2277
|
+
end
|
2278
|
+
|
2103
2279
|
class GoogleCloudApigeeV1ListAsyncQueriesResponse
|
2104
2280
|
# @private
|
2105
2281
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2889,6 +3065,7 @@ module Google
|
|
2889
3065
|
class GoogleCloudApigeeV1TargetServerConfig
|
2890
3066
|
# @private
|
2891
3067
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3068
|
+
property :enabled, as: 'enabled'
|
2892
3069
|
property :host, as: 'host'
|
2893
3070
|
property :name, as: 'name'
|
2894
3071
|
property :port, as: 'port'
|