|
5321 | 5321 | ], |
5322 | 5322 | "parameters": { |
5323 | 5323 | "name": { |
5324 | | - "description": "Required. The name of the debug session to retrieve. Must be of the form: `organizations/{organization}/environments/{environment}/apis/{api}/revisions/{revision}/debugsessions/{session}`. If the API proxy resource has the `space` attribute set, IAM permissions are checked differently . To learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).", |
| 5324 | + "description": "Required. The name of the debug session to retrieve. Must be of the form: `organizations/{organization}/environments/{environment}/apis/{api}/revisions/{revision}/debugsessions/{debug_session}`. If the API proxy resource has the `space` attribute set, IAM permissions are checked differently . To learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).", |
5325 | 5325 | "location": "path", |
5326 | 5326 | "pattern": "^organizations/[^/]+/environments/[^/]+/apis/[^/]+/revisions/[^/]+/debugsessions/[^/]+$", |
5327 | 5327 | "required": true, |
|
5346 | 5346 | ], |
5347 | 5347 | "parameters": { |
5348 | 5348 | "pageSize": { |
5349 | | - "description": "Maximum number of debug sessions to return. The page size defaults to 25.", |
| 5349 | + "description": "Optional. Maximum number of debug sessions to return. The page size defaults to 25.", |
5350 | 5350 | "format": "int32", |
5351 | 5351 | "location": "query", |
5352 | 5352 | "type": "integer" |
5353 | 5353 | }, |
5354 | 5354 | "pageToken": { |
5355 | | - "description": "Page token, returned from a previous ListDebugSessions call, that you can use to retrieve the next page.", |
| 5355 | + "description": "Optional. Page token, returned from a previous ListDebugSessions call, that you can use to retrieve the next page.", |
5356 | 5356 | "location": "query", |
5357 | 5357 | "type": "string" |
5358 | 5358 | }, |
|
5386 | 5386 | ], |
5387 | 5387 | "parameters": { |
5388 | 5388 | "name": { |
5389 | | - "description": "Required. The name of the debug session transaction. Must be of the form: `organizations/{organization}/environments/{environment}/apis/{api}/revisions/{revision}/debugsessions/{session}/data/{transaction}`. If the API proxy resource has the `space` attribute set, IAM permissions are checked differently . To learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).", |
| 5389 | + "description": "Required. The name of the debug session transaction. Must be of the form: `organizations/{organization}/environments/{environment}/apis/{api}/revisions/{revision}/debugsessions/{debug_session}/data/{transaction}`. If the API proxy resource has the `space` attribute set, IAM permissions are checked differently . To learn more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-administration/spaces/apigee-spaces-overview).", |
5390 | 5390 | "location": "path", |
5391 | 5391 | "pattern": "^organizations/[^/]+/environments/[^/]+/apis/[^/]+/revisions/[^/]+/debugsessions/[^/]+/data/[^/]+$", |
5392 | 5392 | "required": true, |
|
9735 | 9735 | "type": "string" |
9736 | 9736 | }, |
9737 | 9737 | "updateMask": { |
9738 | | - "description": "Optional. The list of fields to update. Valid fields to update are `profile`, `scope`, `include_all_resources`, `include`, and `exclude`.", |
| 9738 | + "description": "Optional. The list of fields to update. Valid fields to update are `include_all_resources` and `include`.", |
9739 | 9739 | "format": "google-fieldmask", |
9740 | 9740 | "location": "query", |
9741 | 9741 | "type": "string" |
|
11127 | 11127 | } |
11128 | 11128 | } |
11129 | 11129 | }, |
11130 | | - "revision": "20250701", |
| 11130 | + "revision": "20250722", |
11131 | 11131 | "rootUrl": "https://apigee.googleapis.com/", |
11132 | 11132 | "schemas": { |
11133 | 11133 | "EdgeConfigstoreBundleBadBundle": { |
|
0 commit comments