-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose retry, timeout parameters in manual surface #221
Labels
help wanted
We'd love to have community involvement on this issue.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Comments
product-auto-label
bot
added
the
api: firestore
Issues related to the googleapis/python-firestore API.
label
Oct 9, 2020
crwilcox
added
help wanted
We'd love to have community involvement on this issue.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
and removed
api: firestore
Issues related to the googleapis/python-firestore API.
labels
Oct 9, 2020
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
53 tasks
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
@crwilcox API design questions:
|
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
tseaver
added a commit
that referenced
this issue
Oct 13, 2020
tseaver
added a commit
that referenced
this issue
Oct 14, 2020
tseaver
added a commit
that referenced
this issue
Oct 14, 2020
tseaver
added a commit
that referenced
this issue
Oct 14, 2020
Methods include: - 'create' - 'set' - 'update' - 'delete' - 'get' - 'collections' Toward #221
tseaver
added a commit
that referenced
this issue
Oct 14, 2020
Methods affected: - 'AsyncQuery.get' - 'AsyncQuery.stream' - 'AsyncCollectionGroup.get_partitions' Towards #221
tseaver
added a commit
that referenced
this issue
Oct 14, 2020
Methods affected: - 'add' - 'get' - 'list_documents' - 'stream' Towards #221
tseaver
added a commit
that referenced
this issue
Oct 14, 2020
Methods affected: - 'get_all' - 'get' Towards #221
tseaver
added a commit
that referenced
this issue
Oct 21, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
help wanted
We'd love to have community involvement on this issue.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
the generated surface surfaces retry and timeout. For many calls this would be useful for firestore customers.
Async and Sync clients should be updated to expose this.
The text was updated successfully, but these errors were encountered: