google-apis-apigee_v1 0.70.0 → 0.71.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
 
@@ -934,54 +970,6 @@ module Google
934
970
  include Google::Apis::Core::JsonObjectSupport
935
971
  end
936
972
 
937
- class GoogleCloudApigeeV1ProfileConfig
938
- class Representation < Google::Apis::Core::JsonRepresentation; end
939
-
940
- include Google::Apis::Core::JsonObjectSupport
941
- end
942
-
943
- class GoogleCloudApigeeV1ProfileConfigAbuse
944
- class Representation < Google::Apis::Core::JsonRepresentation; end
945
-
946
- include Google::Apis::Core::JsonObjectSupport
947
- end
948
-
949
- class GoogleCloudApigeeV1ProfileConfigAuthorization
950
- class Representation < Google::Apis::Core::JsonRepresentation; end
951
-
952
- include Google::Apis::Core::JsonObjectSupport
953
- end
954
-
955
- class GoogleCloudApigeeV1ProfileConfigCors
956
- class Representation < Google::Apis::Core::JsonRepresentation; end
957
-
958
- include Google::Apis::Core::JsonObjectSupport
959
- end
960
-
961
- class GoogleCloudApigeeV1ProfileConfigCategory
962
- class Representation < Google::Apis::Core::JsonRepresentation; end
963
-
964
- include Google::Apis::Core::JsonObjectSupport
965
- end
966
-
967
- class GoogleCloudApigeeV1ProfileConfigMtls
968
- class Representation < Google::Apis::Core::JsonRepresentation; end
969
-
970
- include Google::Apis::Core::JsonObjectSupport
971
- end
972
-
973
- class GoogleCloudApigeeV1ProfileConfigMediation
974
- class Representation < Google::Apis::Core::JsonRepresentation; end
975
-
976
- include Google::Apis::Core::JsonObjectSupport
977
- end
978
-
979
- class GoogleCloudApigeeV1ProfileConfigThreat
980
- class Representation < Google::Apis::Core::JsonRepresentation; end
981
-
982
- include Google::Apis::Core::JsonObjectSupport
983
- end
984
-
985
973
  class GoogleCloudApigeeV1Properties
986
974
  class Representation < Google::Apis::Core::JsonRepresentation; end
987
975
 
@@ -1396,6 +1384,12 @@ module Google
1396
1384
  include Google::Apis::Core::JsonObjectSupport
1397
1385
  end
1398
1386
 
1387
+ class GoogleCloudApigeeV1UpdateAppGroupAppKeyRequest
1388
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1389
+
1390
+ include Google::Apis::Core::JsonObjectSupport
1391
+ end
1392
+
1399
1393
  class GoogleCloudApigeeV1UpdateError
1400
1394
  class Representation < Google::Apis::Core::JsonRepresentation; end
1401
1395
 
@@ -1523,6 +1517,14 @@ module Google
1523
1517
  end
1524
1518
  end
1525
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
+
1526
1528
  class GoogleCloudApigeeV1Access
1527
1529
  # @private
1528
1530
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1743,6 +1745,7 @@ module Google
1743
1745
  class Representation < Google::Apis::Core::JsonRepresentation
1744
1746
  collection :api_products, as: 'apiProducts', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiProductRef, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ApiProductRef::Representation
1745
1747
 
1748
+ property :app_group, as: 'appGroup'
1746
1749
  property :app_id, as: 'appId'
1747
1750
  collection :attributes, as: 'attributes', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Attribute::Representation
1748
1751
 
@@ -1751,6 +1754,7 @@ module Google
1751
1754
  property :created_at, :numeric_string => true, as: 'createdAt'
1752
1755
  collection :credentials, as: 'credentials', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Credential, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Credential::Representation
1753
1756
 
1757
+ property :developer_email, as: 'developerEmail'
1754
1758
  property :developer_id, as: 'developerId'
1755
1759
  property :key_expires_in, :numeric_string => true, as: 'keyExpiresIn'
1756
1760
  property :last_modified_at, :numeric_string => true, as: 'lastModifiedAt'
@@ -1760,6 +1764,60 @@ module Google
1760
1764
  end
1761
1765
  end
1762
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
+
1763
1821
  class GoogleCloudApigeeV1ArchiveDeployment
1764
1822
  # @private
1765
1823
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2696,11 +2754,32 @@ module Google
2696
2754
  end
2697
2755
  end
2698
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
+
2699
2776
  class GoogleCloudApigeeV1ListAppsResponse
2700
2777
  # @private
2701
2778
  class Representation < Google::Apis::Core::JsonRepresentation
2702
2779
  collection :app, as: 'app', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1App, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1App::Representation
2703
2780
 
2781
+ property :next_page_token, as: 'nextPageToken'
2782
+ property :total_size, as: 'totalSize'
2704
2783
  end
2705
2784
  end
2706
2785
 
@@ -3142,68 +3221,6 @@ module Google
3142
3221
  end
3143
3222
  end
3144
3223
 
3145
- class GoogleCloudApigeeV1ProfileConfig
3146
- # @private
3147
- class Representation < Google::Apis::Core::JsonRepresentation
3148
- collection :categories, as: 'categories', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigCategory, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigCategory::Representation
3149
-
3150
- end
3151
- end
3152
-
3153
- class GoogleCloudApigeeV1ProfileConfigAbuse
3154
- # @private
3155
- class Representation < Google::Apis::Core::JsonRepresentation
3156
- end
3157
- end
3158
-
3159
- class GoogleCloudApigeeV1ProfileConfigAuthorization
3160
- # @private
3161
- class Representation < Google::Apis::Core::JsonRepresentation
3162
- end
3163
- end
3164
-
3165
- class GoogleCloudApigeeV1ProfileConfigCors
3166
- # @private
3167
- class Representation < Google::Apis::Core::JsonRepresentation
3168
- end
3169
- end
3170
-
3171
- class GoogleCloudApigeeV1ProfileConfigCategory
3172
- # @private
3173
- class Representation < Google::Apis::Core::JsonRepresentation
3174
- property :abuse, as: 'abuse', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigAbuse, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigAbuse::Representation
3175
-
3176
- property :authorization, as: 'authorization', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigAuthorization, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigAuthorization::Representation
3177
-
3178
- property :cors, as: 'cors', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigCors, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigCors::Representation
3179
-
3180
- property :mediation, as: 'mediation', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigMediation, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigMediation::Representation
3181
-
3182
- property :mtls, as: 'mtls', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigMtls, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigMtls::Representation
3183
-
3184
- property :threat, as: 'threat', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigThreat, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfigThreat::Representation
3185
-
3186
- end
3187
- end
3188
-
3189
- class GoogleCloudApigeeV1ProfileConfigMtls
3190
- # @private
3191
- class Representation < Google::Apis::Core::JsonRepresentation
3192
- end
3193
- end
3194
-
3195
- class GoogleCloudApigeeV1ProfileConfigMediation
3196
- # @private
3197
- class Representation < Google::Apis::Core::JsonRepresentation
3198
- end
3199
- end
3200
-
3201
- class GoogleCloudApigeeV1ProfileConfigThreat
3202
- # @private
3203
- class Representation < Google::Apis::Core::JsonRepresentation
3204
- end
3205
- end
3206
-
3207
3224
  class GoogleCloudApigeeV1Properties
3208
3225
  # @private
3209
3226
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3663,8 +3680,6 @@ module Google
3663
3680
  property :max_score, as: 'maxScore'
3664
3681
  property :min_score, as: 'minScore'
3665
3682
  property :name, as: 'name'
3666
- property :profile_config, as: 'profileConfig', class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfig, decorator: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ProfileConfig::Representation
3667
-
3668
3683
  property :revision_create_time, as: 'revisionCreateTime'
3669
3684
  property :revision_id, :numeric_string => true, as: 'revisionId'
3670
3685
  property :revision_publish_time, as: 'revisionPublishTime'
@@ -3992,6 +4007,16 @@ module Google
3992
4007
  end
3993
4008
  end
3994
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
+
3995
4020
  class GoogleCloudApigeeV1UpdateError
3996
4021
  # @private
3997
4022
  class Representation < Google::Apis::Core::JsonRepresentation