You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="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
+
<pclass="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>
<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'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.
288
288
289
289
Args:
290
290
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>
309
309
"status": "A String", # 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`.
310
310
}
311
311
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.
parent: string, Required. Name of the portal. Use the following structure in your request: `organizations/{org}/sites/{site}` (required)
107
107
body: object, The request body.
108
108
The object takes the form of:
109
109
110
-
{ # the Api category resource.
111
-
"gcpResource": "A String", # 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.
112
111
"id": "A String", # ID of the category (a UUID).
113
112
"name": "A String", # Name of the category.
114
113
"siteId": "A String", # Name of the portal.
@@ -123,24 +122,23 @@ <h3>Method Details</h3>
123
122
Returns:
124
123
An object of the form:
125
124
126
-
{ # the Api category resource wrapped with response status, error_code etc.
127
-
"data": { # the Api category resource. # Details of category.
128
-
"gcpResource": "A String", # GCP name of api category resource.
125
+
{ # The API category resource wrapped with response status, error_code, etc.
126
+
"data": { # `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.
129
127
"id": "A String", # ID of the category (a UUID).
130
128
"name": "A String", # Name of the category.
131
129
"siteId": "A String", # Name of the portal.
132
130
"updateTime": "A String", # Time the category was last modified in milliseconds since epoch.
133
131
},
134
-
"errorCode": "A String", # ID that can be used to find errors in the log files.
132
+
"errorCode": "A String", # Unique error code for the request, if any.
135
133
"message": "A String", # Description of the operation.
136
-
"requestId": "A String", # ID that can be used to find request details in the log files.
134
+
"requestId": "A String", # Unique ID of the request.
137
135
"status": "A String", # Status of the operation.
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>
153
151
An object of the form:
154
152
155
153
{ # Response for certain delete operations.
156
-
"errorCode": "A String", # ID that can be used to find errors in the log files.
157
-
"gcpResource": "A String", # GCP name of deleted resource.
154
+
"errorCode": "A String", # Unique error code for the request, if any.
155
+
"gcpResource": "A String", # Google Cloud name of deleted resource.
158
156
"message": "A String", # Description of the operation.
159
-
"requestId": "A String", # ID that can be used to find request details in the log files.
157
+
"requestId": "A String", # Unique ID of the request.
160
158
"status": "A String", # Status of the operation.
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>
175
173
Returns:
176
174
An object of the form:
177
175
178
-
{ # the Api category resource wrapped with response status, error_code etc.
179
-
"data": { # the Api category resource. # Details of category.
180
-
"gcpResource": "A String", # GCP name of api category resource.
176
+
{ # The API category resource wrapped with response status, error_code, etc.
177
+
"data": { # `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.
181
178
"id": "A String", # ID of the category (a UUID).
182
179
"name": "A String", # Name of the category.
183
180
"siteId": "A String", # Name of the portal.
184
181
"updateTime": "A String", # Time the category was last modified in milliseconds since epoch.
185
182
},
186
-
"errorCode": "A String", # ID that can be used to find errors in the log files.
183
+
"errorCode": "A String", # Unique error code for the request, if any.
187
184
"message": "A String", # Description of the operation.
188
-
"requestId": "A String", # ID that can be used to find request details in the log files.
185
+
"requestId": "A String", # Unique ID of the request.
189
186
"status": "A String", # Status of the operation.
<pre>Returns the API categories associated with a portal.
196
193
197
194
Args:
198
195
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>
204
201
Returns:
205
202
An object of the form:
206
203
207
-
{ # the response for ListApiCategoriesRequest.
208
-
"data": [ # Details of categories.
209
-
{ # the Api category resource.
210
-
"gcpResource": "A String", # GCP name of api category resource.
204
+
{ # The response for `ListApiCategoriesRequest`.
205
+
"data": [ # 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.
211
207
"id": "A String", # ID of the category (a UUID).
212
208
"name": "A String", # Name of the category.
213
209
"siteId": "A String", # Name of the portal.
214
210
"updateTime": "A String", # Time the category was last modified in milliseconds since epoch.
215
211
},
216
212
],
217
-
"errorCode": "A String", # ID that can be used to find errors in the log files.
213
+
"errorCode": "A String", # Unique error code for the request, if any.
218
214
"message": "A String", # Description of the operation.
219
-
"requestId": "A String", # ID that can be used to find request details in the log files.
215
+
"requestId": "A String", # Unique ID of the request.
220
216
"status": "A String", # Status of the operation.
name: string, Required. Name of the category. Use the following structure in your request: `organizations/{org}/sites/{site}/apicategories/{apicategory}` (required)
230
226
body: object, The request body.
231
227
The object takes the form of:
232
228
233
-
{ # the Api category resource.
234
-
"gcpResource": "A String", # 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.
235
230
"id": "A String", # ID of the category (a UUID).
236
231
"name": "A String", # Name of the category.
237
232
"siteId": "A String", # Name of the portal.
@@ -246,17 +241,16 @@ <h3>Method Details</h3>
246
241
Returns:
247
242
An object of the form:
248
243
249
-
{ # the Api category resource wrapped with response status, error_code etc.
250
-
"data": { # the Api category resource. # Details of category.
251
-
"gcpResource": "A String", # GCP name of api category resource.
244
+
{ # The API category resource wrapped with response status, error_code, etc.
245
+
"data": { # `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.
252
246
"id": "A String", # ID of the category (a UUID).
253
247
"name": "A String", # Name of the category.
254
248
"siteId": "A String", # Name of the portal.
255
249
"updateTime": "A String", # Time the category was last modified in milliseconds since epoch.
256
250
},
257
-
"errorCode": "A String", # ID that can be used to find errors in the log files.
251
+
"errorCode": "A String", # Unique error code for the request, if any.
258
252
"message": "A String", # Description of the operation.
259
-
"requestId": "A String", # ID that can be used to find request details in the log files.
253
+
"requestId": "A String", # Unique ID of the request.
260
254
"status": "A String", # Status of the operation.
0 commit comments