- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
List schema of a runtime entities filtered by entity name.
HTTP request
GET https://connectors.googleapis.com/v1/{parent=projects/*/locations/*/connections/*}/runtimeEntitySchemas
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Parent resource of RuntimeEntitySchema Format: projects/{project}/locations/{location}/connections/{connection} Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
pageSize |
Page size. |
pageToken |
Page token. |
filter |
Required. Filter Format: entity="{entityId}" Only entity field is supported with literal equality operator. Accepted filter example: entity="Order" Wildcards are not supported in the filter currently. |
Request body
The request body must be empty.
Response body
Response message for ConnectorsService.ListRuntimeEntitySchemas.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"runtimeEntitySchemas": [
{
object ( |
Fields | |
---|---|
runtimeEntitySchemas[] |
Runtime entity schemas. |
nextPageToken |
Next page token. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.