-
Notifications
You must be signed in to change notification settings - Fork 81
Closed
Labels
help wantedWe'd love to have community involvement on this issue.We'd love to have community involvement on this issue.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
the generated surface surfaces retry and timeout. For many calls this would be useful for firestore customers.
def run_query(
self,
request: firestore.RunQueryRequest = None,
*,
retry: retries.Retry = gapic_v1.method.DEFAULT,
timeout: float = None,
metadata: Sequence[Tuple[str, str]] = (),
) -> Iterable[firestore.RunQueryResponse]:
Async and Sync clients should be updated to expose this.
Metadata
Metadata
Assignees
Labels
help wantedWe'd love to have community involvement on this issue.We'd love to have community involvement on this issue.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.