2023-05-25
▼ ▲ discoveryengine.projects.locations.collections.dataStores.schemas.operations.get
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
Parameters :
name
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/collections/[^/]+/dataStores/[^/]+/schemas/[^/]+/operations/[^/]+$
Description : The name of the operation resource.
Type : string
Required : Yes
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataStores/{dataStoresId}/schemas/{schemasId}/operations/{operationsId}
Path : v1alpha/{+name}
HTTP Method : GET
Description : Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
▼ ▲ discoveryengine.projects.locations.collections.dataStores.schemas.operations.list
Description : Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
pageSize
Format : int32
Location : query
Description : The standard list page size.
Type : integer
pageToken
Location : query
Description : The standard list page token.
Type : string
name
Pattern : ^projects/[^/]+/locations/[^/]+/collections/[^/]+/dataStores/[^/]+/schemas/[^/]+$
Description : The name of the operation's parent resource.
Required : Yes
Location : path
Type : string
filter
Location : query
Type : string
Description : The standard list filter.
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataStores/{dataStoresId}/schemas/{schemasId}/operations
Path : v1alpha/{+name}/operations
HTTP Method : GET
Parameter Order : name