2025-08-03
▼ ▲ apihub.projects.locations.discoveredApiObservations.list
Path : v1/{+parent}/discoveredApiObservations
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/discoveredApiObservations
HTTP Method : GET
Parameters :
parent
Description : Required. The parent, which owns this collection of ApiObservations. Format: projects/{project}/locations/{location}
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Optional. The maximum number of ApiObservations to return. The service may return fewer than this value. If unspecified, at most 10 ApiObservations will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
Location : query
Type : integer
Format : int32
pageToken
Description : Optional. A page token, received from a previous `ListApiObservations` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListApiObservations` must match the call that provided the page token.
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists all the DiscoveredAPIObservations in a given project and location.
▼ ▲ apihub.projects.locations.discoveredApiObservations.get
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/discoveredApiObservations/{discoveredApiObservationsId}
HTTP Method : GET
Parameters :
name
Description : Required. The name of the DiscoveredApiObservation to retrieve. Format: projects/{project}/locations/{location}/discoveredApiObservations/{discovered_api_observation}
Pattern : ^projects/[^/]+/locations/[^/]+/discoveredApiObservations/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Gets a DiscoveredAPIObservation in a given project, location and ApiObservation.
▼ ▲ apihub.projects.locations.discoveredApiObservations.discoveredApiOperations.list
Path : v1/{+parent}/discoveredApiOperations
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/discoveredApiObservations/{discoveredApiObservationsId}/discoveredApiOperations
HTTP Method : GET
Parameters :
parent
Description : Required. The parent, which owns this collection of DiscoveredApiOperations. Format: projects/{project}/locations/{location}/discoveredApiObservations/{discovered_api_observation}
Pattern : ^projects/[^/]+/locations/[^/]+/discoveredApiObservations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Optional. DiscoveredApiOperations will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
Location : query
Type : integer
Format : int32
pageToken
Description : Optional. A page token, received from a previous `ListDiscoveredApiApiOperations` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListDiscoveredApiApiOperations` must match the call that provided the page token.
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists all the DiscoveredAPIOperations in a given project, location and ApiObservation.
▼ ▲ apihub.projects.locations.discoveredApiObservations.discoveredApiOperations.get
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/discoveredApiObservations/{discoveredApiObservationsId}/discoveredApiOperations/{discoveredApiOperationsId}
HTTP Method : GET
Parameters :
name
Description : Required. The name of the DiscoveredApiOperation to retrieve. Format: projects/{project}/locations/{location}/discoveredApiObservations/{discovered_api_observation}/discoveredApiOperations/{discovered_api_operation}
Pattern : ^projects/[^/]+/locations/[^/]+/discoveredApiObservations/[^/]+/discoveredApiOperations/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Gets a DiscoveredAPIOperation in a given project, location, ApiObservation and ApiOperation.