google-apis-apigee_v1 0.69.0 → 0.71.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 +410 -5
- data/lib/google/apis/apigee_v1/gem_version.rb +2 -2
- data/lib/google/apis/apigee_v1/representations.rb +139 -0
- data/lib/google/apis/apigee_v1/service.rb +641 -5
- metadata +3 -3
@@ -40,6 +40,12 @@ module Google
|
|
40
40
|
include Google::Apis::Core::JsonObjectSupport
|
41
41
|
end
|
42
42
|
|
43
|
+
class GoogleCloudApigeeV1ApiProductAssociation
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
43
49
|
class GoogleCloudApigeeV1Access
|
44
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
51
|
|
@@ -154,6 +160,24 @@ module Google
|
|
154
160
|
include Google::Apis::Core::JsonObjectSupport
|
155
161
|
end
|
156
162
|
|
163
|
+
class GoogleCloudApigeeV1AppGroup
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class GoogleCloudApigeeV1AppGroupApp
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class GoogleCloudApigeeV1AppGroupAppKey
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
157
181
|
class GoogleCloudApigeeV1ArchiveDeployment
|
158
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
183
|
|
@@ -652,6 +676,18 @@ module Google
|
|
652
676
|
include Google::Apis::Core::JsonObjectSupport
|
653
677
|
end
|
654
678
|
|
679
|
+
class GoogleCloudApigeeV1ListAppGroupAppsResponse
|
680
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
|
+
|
682
|
+
include Google::Apis::Core::JsonObjectSupport
|
683
|
+
end
|
684
|
+
|
685
|
+
class GoogleCloudApigeeV1ListAppGroupsResponse
|
686
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
|
+
|
688
|
+
include Google::Apis::Core::JsonObjectSupport
|
689
|
+
end
|
690
|
+
|
655
691
|
class GoogleCloudApigeeV1ListAppsResponse
|
656
692
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
657
693
|
|
@@ -1348,6 +1384,12 @@ module Google
|
|
1348
1384
|
include Google::Apis::Core::JsonObjectSupport
|
1349
1385
|
end
|
1350
1386
|
|
1387
|
+
class GoogleCloudApigeeV1UpdateAppGroupAppKeyRequest
|
1388
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1389
|
+
|
1390
|
+
include Google::Apis::Core::JsonObjectSupport
|
1391
|
+
end
|
1392
|
+
|
1351
1393
|
class GoogleCloudApigeeV1UpdateError
|
1352
1394
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1353
1395
|
|
@@ -1475,6 +1517,14 @@ module Google
|
|
1475
1517
|
end
|
1476
1518
|
end
|
1477
1519
|
|
1520
|
+
class GoogleCloudApigeeV1ApiProductAssociation
|
1521
|
+
# @private
|
1522
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1523
|
+
property :apiproduct, as: 'apiproduct'
|
1524
|
+
property :status, as: 'status'
|
1525
|
+
end
|
1526
|
+
end
|
1527
|
+
|
1478
1528
|
class GoogleCloudApigeeV1Access
|
1479
1529
|
# @private
|
1480
1530
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1695,6 +1745,7 @@ module Google
|
|
1695
1745
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1696
1746
|
collection :api_products, as: 'apiProducts', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiProductRef, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiProductRef::Representation
|
1697
1747
|
|
1748
|
+
property :app_group, as: 'appGroup'
|
1698
1749
|
property :app_id, as: 'appId'
|
1699
1750
|
collection :attributes, as: 'attributes', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute::Representation
|
1700
1751
|
|
@@ -1703,6 +1754,7 @@ module Google
|
|
1703
1754
|
property :created_at, :numeric_string => true, as: 'createdAt'
|
1704
1755
|
collection :credentials, as: 'credentials', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Credential, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Credential::Representation
|
1705
1756
|
|
1757
|
+
property :developer_email, as: 'developerEmail'
|
1706
1758
|
property :developer_id, as: 'developerId'
|
1707
1759
|
property :key_expires_in, :numeric_string => true, as: 'keyExpiresIn'
|
1708
1760
|
property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
|
@@ -1712,6 +1764,60 @@ module Google
|
|
1712
1764
|
end
|
1713
1765
|
end
|
1714
1766
|
|
1767
|
+
class GoogleCloudApigeeV1AppGroup
|
1768
|
+
# @private
|
1769
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1770
|
+
property :app_group_id, as: 'appGroupId'
|
1771
|
+
collection :attributes, as: 'attributes', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute::Representation
|
1772
|
+
|
1773
|
+
property :channel_id, as: 'channelId'
|
1774
|
+
property :channel_uri, as: 'channelUri'
|
1775
|
+
property :created_at, :numeric_string => true, as: 'createdAt'
|
1776
|
+
property :display_name, as: 'displayName'
|
1777
|
+
property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
|
1778
|
+
property :name, as: 'name'
|
1779
|
+
property :organization, as: 'organization'
|
1780
|
+
property :status, as: 'status'
|
1781
|
+
end
|
1782
|
+
end
|
1783
|
+
|
1784
|
+
class GoogleCloudApigeeV1AppGroupApp
|
1785
|
+
# @private
|
1786
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1787
|
+
collection :api_products, as: 'apiProducts'
|
1788
|
+
property :app_group, as: 'appGroup'
|
1789
|
+
property :app_id, as: 'appId'
|
1790
|
+
collection :attributes, as: 'attributes', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute::Representation
|
1791
|
+
|
1792
|
+
property :callback_url, as: 'callbackUrl'
|
1793
|
+
property :created_at, :numeric_string => true, as: 'createdAt'
|
1794
|
+
collection :credentials, as: 'credentials', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Credential, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Credential::Representation
|
1795
|
+
|
1796
|
+
property :key_expires_in, :numeric_string => true, as: 'keyExpiresIn'
|
1797
|
+
property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
|
1798
|
+
property :name, as: 'name'
|
1799
|
+
collection :scopes, as: 'scopes'
|
1800
|
+
property :status, as: 'status'
|
1801
|
+
end
|
1802
|
+
end
|
1803
|
+
|
1804
|
+
class GoogleCloudApigeeV1AppGroupAppKey
|
1805
|
+
# @private
|
1806
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1807
|
+
collection :api_products, as: 'apiProducts', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiProductAssociation, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiProductAssociation::Representation
|
1808
|
+
|
1809
|
+
collection :attributes, as: 'attributes', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute::Representation
|
1810
|
+
|
1811
|
+
property :consumer_key, as: 'consumerKey'
|
1812
|
+
property :consumer_secret, as: 'consumerSecret'
|
1813
|
+
property :expires_at, :numeric_string => true, as: 'expiresAt'
|
1814
|
+
property :expires_in_seconds, :numeric_string => true, as: 'expiresInSeconds'
|
1815
|
+
property :issued_at, :numeric_string => true, as: 'issuedAt'
|
1816
|
+
collection :scopes, as: 'scopes'
|
1817
|
+
property :status, as: 'status'
|
1818
|
+
end
|
1819
|
+
end
|
1820
|
+
|
1715
1821
|
class GoogleCloudApigeeV1ArchiveDeployment
|
1716
1822
|
# @private
|
1717
1823
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2240,6 +2346,7 @@ module Google
|
|
2240
2346
|
class GoogleCloudApigeeV1DimensionMetric
|
2241
2347
|
# @private
|
2242
2348
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2349
|
+
collection :individual_names, as: 'individualNames'
|
2243
2350
|
collection :metrics, as: 'metrics', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Metric, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Metric::Representation
|
2244
2351
|
|
2245
2352
|
property :name, as: 'name'
|
@@ -2647,11 +2754,32 @@ module Google
|
|
2647
2754
|
end
|
2648
2755
|
end
|
2649
2756
|
|
2757
|
+
class GoogleCloudApigeeV1ListAppGroupAppsResponse
|
2758
|
+
# @private
|
2759
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2760
|
+
collection :app_group_apps, as: 'appGroupApps', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AppGroupApp, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AppGroupApp::Representation
|
2761
|
+
|
2762
|
+
property :next_page_token, as: 'nextPageToken'
|
2763
|
+
end
|
2764
|
+
end
|
2765
|
+
|
2766
|
+
class GoogleCloudApigeeV1ListAppGroupsResponse
|
2767
|
+
# @private
|
2768
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2769
|
+
collection :app_groups, as: 'appGroups', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AppGroup, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AppGroup::Representation
|
2770
|
+
|
2771
|
+
property :next_page_token, as: 'nextPageToken'
|
2772
|
+
property :total_size, as: 'totalSize'
|
2773
|
+
end
|
2774
|
+
end
|
2775
|
+
|
2650
2776
|
class GoogleCloudApigeeV1ListAppsResponse
|
2651
2777
|
# @private
|
2652
2778
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2653
2779
|
collection :app, as: 'app', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1App, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1App::Representation
|
2654
2780
|
|
2781
|
+
property :next_page_token, as: 'nextPageToken'
|
2782
|
+
property :total_size, as: 'totalSize'
|
2655
2783
|
end
|
2656
2784
|
end
|
2657
2785
|
|
@@ -3545,6 +3673,7 @@ module Google
|
|
3545
3673
|
class GoogleCloudApigeeV1SecurityProfile
|
3546
3674
|
# @private
|
3547
3675
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3676
|
+
property :description, as: 'description'
|
3548
3677
|
property :display_name, as: 'displayName'
|
3549
3678
|
collection :environments, as: 'environments', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfileEnvironment, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1SecurityProfileEnvironment::Representation
|
3550
3679
|
|
@@ -3878,6 +4007,16 @@ module Google
|
|
3878
4007
|
end
|
3879
4008
|
end
|
3880
4009
|
|
4010
|
+
class GoogleCloudApigeeV1UpdateAppGroupAppKeyRequest
|
4011
|
+
# @private
|
4012
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4013
|
+
property :action, as: 'action'
|
4014
|
+
collection :api_products, as: 'apiProducts'
|
4015
|
+
property :app_group_app_key, as: 'appGroupAppKey', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AppGroupAppKey, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1AppGroupAppKey::Representation
|
4016
|
+
|
4017
|
+
end
|
4018
|
+
end
|
4019
|
+
|
3881
4020
|
class GoogleCloudApigeeV1UpdateError
|
3882
4021
|
# @private
|
3883
4022
|
class Representation < Google::Apis::Core::JsonRepresentation
|