ListDiscoveredApiOperationsRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Message for requesting list of DiscoveredApiOperations
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The parent, which owns this collection of DiscoveredApiOperations. Format: projects/{project}/locations/{location}/discoveredApiObservations/{discovered_api_observation} |
page_size |
int
Optional. DiscoveredApiOperations will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
page_token |
str
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.
|