Skip to content

How to install google.cloud.functions_v1? #8612

@GuanacoDevs

Description

@GuanacoDevs

In order to use autocompletion for python in vscode I name my functions parameters like below:

def list_collections(new_document_ref: firestore.DocumentReference, old_document_ref: firestore.DocumentReference):

A google-cloud-function when triggered comes with a event: dict and a context: google.cloud.functions_v1.context.Context
Is it possible to install the google.cloud.functions_v1 package?
Checked on the gcloudpypi page and there is no package available.

Metadata

Metadata

Assignees

Labels

api: firestoreIssues related to the Firestore API.type: questionRequest for information or clarification. Not an issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions