Skip to content

Commit af0c616

Browse files
chore(apigee): update the api
1 parent 5c64ea0 commit af0c616

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

docs/dyn/apigee_v1.organizations.apis.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ <h3>Method Details</h3>
158158
&quot;entityMetaDataAsProperties&quot;: { # Metadata describing the API proxy revision as a key-value map.
159159
&quot;a_key&quot;: &quot;A String&quot;,
160160
},
161+
&quot;integrationEndpoints&quot;: [ # List of IntegrationEndpoints in the &#x27;/integration-endpoints&#x27; directory of the API proxy. This is a &#x27;manifest&#x27; setting designed to provide visibility into the contents of the API proxy.
162+
&quot;A String&quot;,
163+
],
161164
&quot;lastModifiedAt&quot;: &quot;A String&quot;, # Time that the API proxy revision was last modified in milliseconds since epoch.
162165
&quot;name&quot;: &quot;A String&quot;, # Name of the API proxy.
163166
&quot;policies&quot;: [ # List of policy names included in the API proxy revision..

docs/dyn/apigee_v1.organizations.apis.revisions.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ <h3>Method Details</h3>
126126
&quot;entityMetaDataAsProperties&quot;: { # Metadata describing the API proxy revision as a key-value map.
127127
&quot;a_key&quot;: &quot;A String&quot;,
128128
},
129+
&quot;integrationEndpoints&quot;: [ # List of IntegrationEndpoints in the &#x27;/integration-endpoints&#x27; directory of the API proxy. This is a &#x27;manifest&#x27; setting designed to provide visibility into the contents of the API proxy.
130+
&quot;A String&quot;,
131+
],
129132
&quot;lastModifiedAt&quot;: &quot;A String&quot;, # Time that the API proxy revision was last modified in milliseconds since epoch.
130133
&quot;name&quot;: &quot;A String&quot;, # Name of the API proxy.
131134
&quot;policies&quot;: [ # List of policy names included in the API proxy revision..
@@ -238,6 +241,9 @@ <h3>Method Details</h3>
238241
&quot;entityMetaDataAsProperties&quot;: { # Metadata describing the API proxy revision as a key-value map.
239242
&quot;a_key&quot;: &quot;A String&quot;,
240243
},
244+
&quot;integrationEndpoints&quot;: [ # List of IntegrationEndpoints in the &#x27;/integration-endpoints&#x27; directory of the API proxy. This is a &#x27;manifest&#x27; setting designed to provide visibility into the contents of the API proxy.
245+
&quot;A String&quot;,
246+
],
241247
&quot;lastModifiedAt&quot;: &quot;A String&quot;, # Time that the API proxy revision was last modified in milliseconds since epoch.
242248
&quot;name&quot;: &quot;A String&quot;, # Name of the API proxy.
243249
&quot;policies&quot;: [ # List of policy names included in the API proxy revision..

googleapiclient/discovery_cache/documents/apigee.v1.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7412,7 +7412,7 @@
74127412
}
74137413
}
74147414
},
7415-
"revision": "20211019",
7415+
"revision": "20211021",
74167416
"rootUrl": "https://apigee.googleapis.com/",
74177417
"schemas": {
74187418
"EdgeConfigstoreBundleBadBundle": {
@@ -7851,6 +7851,13 @@
78517851
"description": "Metadata describing the API proxy revision as a key-value map.",
78527852
"type": "object"
78537853
},
7854+
"integrationEndpoints": {
7855+
"description": "List of IntegrationEndpoints in the '/integration-endpoints' directory of the API proxy. This is a 'manifest' setting designed to provide visibility into the contents of the API proxy.",
7856+
"items": {
7857+
"type": "string"
7858+
},
7859+
"type": "array"
7860+
},
78547861
"lastModifiedAt": {
78557862
"description": "Time that the API proxy revision was last modified in milliseconds since epoch.",
78567863
"format": "int64",

0 commit comments

Comments
 (0)