Skip to content

Expose retry, timeout parameters in manual surface #221

@crwilcox

Description

@crwilcox

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.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions