Skip to content

Commit 3b88615

Browse files
feat(apigee): update the api
#### apigee:v1 The following keys were deleted: - schemas.GoogleCloudApigeeV1ApiCategoryData.properties.gcpResource.type (Total Keys: 1)
1 parent e360a04 commit 3b88615

File tree

3 files changed

+55
-65
lines changed

3 files changed

+55
-65
lines changed

docs/dyn/apigee_v1.organizations.appgroups.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h2>Instance Methods</h2>
9999
<p class="firstline">Retrieves the next page of results.</p>
100100
<p class="toc_element">
101101
<code><a href="#update">update(name, action=None, body=None, x__xgafv=None)</a></code></p>
102-
<p class="firstline">Updates an appGroup. This API replaces the existing appGroup details with those specified in the request. Include or exclude any existing details that you want to retain or delete, respectively. Note that the state of the AppGroup should be updated using `action`, and not via AppGroup. **Note**: OAuth access tokens and Key Management Service (KMS) entities (apps, developers, and API products) are cached for 180 seconds (current default). Any custom attributes associated with these entities are cached for at least 180 seconds after the entity is accessed at runtime. Therefore, an `ExpiresIn` element on the OAuthV2 policy won't be able to expire an access token in less than 180 seconds.</p>
102+
<p class="firstline">Updates an AppGroup. This API replaces the existing AppGroup details with those specified in the request. Include or exclude any existing details that you want to retain or delete, respectively. Note that the state of the AppGroup should be updated using `action`, and not via AppGroup.</p>
103103
<h3>Method Details</h3>
104104
<div class="method">
105105
<code class="details" id="close">close()</code>
@@ -284,7 +284,7 @@ <h3>Method Details</h3>
284284

285285
<div class="method">
286286
<code class="details" id="update">update(name, action=None, body=None, x__xgafv=None)</code>
287-
<pre>Updates an appGroup. This API replaces the existing appGroup details with those specified in the request. Include or exclude any existing details that you want to retain or delete, respectively. Note that the state of the AppGroup should be updated using `action`, and not via AppGroup. **Note**: OAuth access tokens and Key Management Service (KMS) entities (apps, developers, and API products) are cached for 180 seconds (current default). Any custom attributes associated with these entities are cached for at least 180 seconds after the entity is accessed at runtime. Therefore, an `ExpiresIn` element on the OAuthV2 policy won&#x27;t be able to expire an access token in less than 180 seconds.
287+
<pre>Updates an AppGroup. This API replaces the existing AppGroup details with those specified in the request. Include or exclude any existing details that you want to retain or delete, respectively. Note that the state of the AppGroup should be updated using `action`, and not via AppGroup.
288288

289289
Args:
290290
name: string, Required. Name of the AppGroup. Use the following structure in your request: `organizations/{org}/appgroups/{app_group_name}` (required)
@@ -309,7 +309,7 @@ <h3>Method Details</h3>
309309
&quot;status&quot;: &quot;A String&quot;, # Valid values are `active` or `inactive`. Note that the status of the AppGroup should be updated via UpdateAppGroupRequest by setting the action as `active` or `inactive`.
310310
}
311311

312-
action: string, Activate or de-activate the appGroup by setting the action as `active` or `inactive`. The `Content-Type` header must be set to `application/octet-stream`, with empty body.
312+
action: string, Activate or de-activate the AppGroup by setting the action as `active` or `inactive`. The `Content-Type` header must be set to `application/octet-stream`, with empty body.
313313
x__xgafv: string, V1 error format.
314314
Allowed values
315315
1 - v1 error format

docs/dyn/apigee_v1.organizations.sites.apicategories.html

Lines changed: 32 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -79,19 +79,19 @@ <h2>Instance Methods</h2>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
8181
<code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
82-
<p class="firstline">Creates a new category on the portal.</p>
82+
<p class="firstline">Creates a new API category.</p>
8383
<p class="toc_element">
8484
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
85-
<p class="firstline">Deletes a category from the portal.</p>
85+
<p class="firstline">Deletes an API category.</p>
8686
<p class="toc_element">
8787
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
88-
<p class="firstline">Gets a category on the portal.</p>
88+
<p class="firstline">Gets an API category.</p>
8989
<p class="toc_element">
9090
<code><a href="#list">list(parent, x__xgafv=None)</a></code></p>
91-
<p class="firstline">Lists the categories on the portal.</p>
91+
<p class="firstline">Returns the API categories associated with a portal.</p>
9292
<p class="toc_element">
9393
<code><a href="#patch">patch(name, body=None, x__xgafv=None)</a></code></p>
94-
<p class="firstline">Updates a category on the portal.</p>
94+
<p class="firstline">Updates an API category.</p>
9595
<h3>Method Details</h3>
9696
<div class="method">
9797
<code class="details" id="close">close()</code>
@@ -100,15 +100,14 @@ <h3>Method Details</h3>
100100

101101
<div class="method">
102102
<code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
103-
<pre>Creates a new category on the portal.
103+
<pre>Creates a new API category.
104104

105105
Args:
106106
parent: string, Required. Name of the portal. Use the following structure in your request: `organizations/{org}/sites/{site}` (required)
107107
body: object, The request body.
108108
The object takes the form of:
109109

110-
{ # the Api category resource.
111-
&quot;gcpResource&quot;: &quot;A String&quot;, # GCP name of api category resource.
110+
{ # `ApiCategoryData` represents an API category. Catalog items can be tagged with API categories; users viewing the API catalog in the portal will have the option to browse the catalog by category.
112111
&quot;id&quot;: &quot;A String&quot;, # ID of the category (a UUID).
113112
&quot;name&quot;: &quot;A String&quot;, # Name of the category.
114113
&quot;siteId&quot;: &quot;A String&quot;, # Name of the portal.
@@ -123,24 +122,23 @@ <h3>Method Details</h3>
123122
Returns:
124123
An object of the form:
125124

126-
{ # the Api category resource wrapped with response status, error_code etc.
127-
&quot;data&quot;: { # the Api category resource. # Details of category.
128-
&quot;gcpResource&quot;: &quot;A String&quot;, # GCP name of api category resource.
125+
{ # The API category resource wrapped with response status, error_code, etc.
126+
&quot;data&quot;: { # `ApiCategoryData` represents an API category. Catalog items can be tagged with API categories; users viewing the API catalog in the portal will have the option to browse the catalog by category. # Details of the category.
129127
&quot;id&quot;: &quot;A String&quot;, # ID of the category (a UUID).
130128
&quot;name&quot;: &quot;A String&quot;, # Name of the category.
131129
&quot;siteId&quot;: &quot;A String&quot;, # Name of the portal.
132130
&quot;updateTime&quot;: &quot;A String&quot;, # Time the category was last modified in milliseconds since epoch.
133131
},
134-
&quot;errorCode&quot;: &quot;A String&quot;, # ID that can be used to find errors in the log files.
132+
&quot;errorCode&quot;: &quot;A String&quot;, # Unique error code for the request, if any.
135133
&quot;message&quot;: &quot;A String&quot;, # Description of the operation.
136-
&quot;requestId&quot;: &quot;A String&quot;, # ID that can be used to find request details in the log files.
134+
&quot;requestId&quot;: &quot;A String&quot;, # Unique ID of the request.
137135
&quot;status&quot;: &quot;A String&quot;, # Status of the operation.
138136
}</pre>
139137
</div>
140138

141139
<div class="method">
142140
<code class="details" id="delete">delete(name, x__xgafv=None)</code>
143-
<pre>Deletes a category from the portal.
141+
<pre>Deletes an API category.
144142

145143
Args:
146144
name: string, Required. Name of the category. Use the following structure in your request: `organizations/{org}/sites/{site}/apicategories/{apicategory}` (required)
@@ -153,17 +151,17 @@ <h3>Method Details</h3>
153151
An object of the form:
154152

155153
{ # Response for certain delete operations.
156-
&quot;errorCode&quot;: &quot;A String&quot;, # ID that can be used to find errors in the log files.
157-
&quot;gcpResource&quot;: &quot;A String&quot;, # GCP name of deleted resource.
154+
&quot;errorCode&quot;: &quot;A String&quot;, # Unique error code for the request, if any.
155+
&quot;gcpResource&quot;: &quot;A String&quot;, # Google Cloud name of deleted resource.
158156
&quot;message&quot;: &quot;A String&quot;, # Description of the operation.
159-
&quot;requestId&quot;: &quot;A String&quot;, # ID that can be used to find request details in the log files.
157+
&quot;requestId&quot;: &quot;A String&quot;, # Unique ID of the request.
160158
&quot;status&quot;: &quot;A String&quot;, # Status of the operation.
161159
}</pre>
162160
</div>
163161

164162
<div class="method">
165163
<code class="details" id="get">get(name, x__xgafv=None)</code>
166-
<pre>Gets a category on the portal.
164+
<pre>Gets an API category.
167165

168166
Args:
169167
name: string, Required. Name of the category. Use the following structure in your request: `organizations/{org}/sites/{site}/apicategories/{apicategory}` (required)
@@ -175,24 +173,23 @@ <h3>Method Details</h3>
175173
Returns:
176174
An object of the form:
177175

178-
{ # the Api category resource wrapped with response status, error_code etc.
179-
&quot;data&quot;: { # the Api category resource. # Details of category.
180-
&quot;gcpResource&quot;: &quot;A String&quot;, # GCP name of api category resource.
176+
{ # The API category resource wrapped with response status, error_code, etc.
177+
&quot;data&quot;: { # `ApiCategoryData` represents an API category. Catalog items can be tagged with API categories; users viewing the API catalog in the portal will have the option to browse the catalog by category. # Details of the category.
181178
&quot;id&quot;: &quot;A String&quot;, # ID of the category (a UUID).
182179
&quot;name&quot;: &quot;A String&quot;, # Name of the category.
183180
&quot;siteId&quot;: &quot;A String&quot;, # Name of the portal.
184181
&quot;updateTime&quot;: &quot;A String&quot;, # Time the category was last modified in milliseconds since epoch.
185182
},
186-
&quot;errorCode&quot;: &quot;A String&quot;, # ID that can be used to find errors in the log files.
183+
&quot;errorCode&quot;: &quot;A String&quot;, # Unique error code for the request, if any.
187184
&quot;message&quot;: &quot;A String&quot;, # Description of the operation.
188-
&quot;requestId&quot;: &quot;A String&quot;, # ID that can be used to find request details in the log files.
185+
&quot;requestId&quot;: &quot;A String&quot;, # Unique ID of the request.
189186
&quot;status&quot;: &quot;A String&quot;, # Status of the operation.
190187
}</pre>
191188
</div>
192189

193190
<div class="method">
194191
<code class="details" id="list">list(parent, x__xgafv=None)</code>
195-
<pre>Lists the categories on the portal.
192+
<pre>Returns the API categories associated with a portal.
196193

197194
Args:
198195
parent: string, Required. Name of the portal. Use the following structure in your request: `organizations/{org}/sites/{site}` (required)
@@ -204,34 +201,32 @@ <h3>Method Details</h3>
204201
Returns:
205202
An object of the form:
206203

207-
{ # the response for ListApiCategoriesRequest.
208-
&quot;data&quot;: [ # Details of categories.
209-
{ # the Api category resource.
210-
&quot;gcpResource&quot;: &quot;A String&quot;, # GCP name of api category resource.
204+
{ # The response for `ListApiCategoriesRequest`.
205+
&quot;data&quot;: [ # Details of the categories.
206+
{ # `ApiCategoryData` represents an API category. Catalog items can be tagged with API categories; users viewing the API catalog in the portal will have the option to browse the catalog by category.
211207
&quot;id&quot;: &quot;A String&quot;, # ID of the category (a UUID).
212208
&quot;name&quot;: &quot;A String&quot;, # Name of the category.
213209
&quot;siteId&quot;: &quot;A String&quot;, # Name of the portal.
214210
&quot;updateTime&quot;: &quot;A String&quot;, # Time the category was last modified in milliseconds since epoch.
215211
},
216212
],
217-
&quot;errorCode&quot;: &quot;A String&quot;, # ID that can be used to find errors in the log files.
213+
&quot;errorCode&quot;: &quot;A String&quot;, # Unique error code for the request, if any.
218214
&quot;message&quot;: &quot;A String&quot;, # Description of the operation.
219-
&quot;requestId&quot;: &quot;A String&quot;, # ID that can be used to find request details in the log files.
215+
&quot;requestId&quot;: &quot;A String&quot;, # Unique ID of the request.
220216
&quot;status&quot;: &quot;A String&quot;, # Status of the operation.
221217
}</pre>
222218
</div>
223219

224220
<div class="method">
225221
<code class="details" id="patch">patch(name, body=None, x__xgafv=None)</code>
226-
<pre>Updates a category on the portal.
222+
<pre>Updates an API category.
227223

228224
Args:
229225
name: string, Required. Name of the category. Use the following structure in your request: `organizations/{org}/sites/{site}/apicategories/{apicategory}` (required)
230226
body: object, The request body.
231227
The object takes the form of:
232228

233-
{ # the Api category resource.
234-
&quot;gcpResource&quot;: &quot;A String&quot;, # GCP name of api category resource.
229+
{ # `ApiCategoryData` represents an API category. Catalog items can be tagged with API categories; users viewing the API catalog in the portal will have the option to browse the catalog by category.
235230
&quot;id&quot;: &quot;A String&quot;, # ID of the category (a UUID).
236231
&quot;name&quot;: &quot;A String&quot;, # Name of the category.
237232
&quot;siteId&quot;: &quot;A String&quot;, # Name of the portal.
@@ -246,17 +241,16 @@ <h3>Method Details</h3>
246241
Returns:
247242
An object of the form:
248243

249-
{ # the Api category resource wrapped with response status, error_code etc.
250-
&quot;data&quot;: { # the Api category resource. # Details of category.
251-
&quot;gcpResource&quot;: &quot;A String&quot;, # GCP name of api category resource.
244+
{ # The API category resource wrapped with response status, error_code, etc.
245+
&quot;data&quot;: { # `ApiCategoryData` represents an API category. Catalog items can be tagged with API categories; users viewing the API catalog in the portal will have the option to browse the catalog by category. # Details of the category.
252246
&quot;id&quot;: &quot;A String&quot;, # ID of the category (a UUID).
253247
&quot;name&quot;: &quot;A String&quot;, # Name of the category.
254248
&quot;siteId&quot;: &quot;A String&quot;, # Name of the portal.
255249
&quot;updateTime&quot;: &quot;A String&quot;, # Time the category was last modified in milliseconds since epoch.
256250
},
257-
&quot;errorCode&quot;: &quot;A String&quot;, # ID that can be used to find errors in the log files.
251+
&quot;errorCode&quot;: &quot;A String&quot;, # Unique error code for the request, if any.
258252
&quot;message&quot;: &quot;A String&quot;, # Description of the operation.
259-
&quot;requestId&quot;: &quot;A String&quot;, # ID that can be used to find request details in the log files.
253+
&quot;requestId&quot;: &quot;A String&quot;, # Unique ID of the request.
260254
&quot;status&quot;: &quot;A String&quot;, # Status of the operation.
261255
}</pre>
262256
</div>

0 commit comments

Comments
 (0)