Skip to content

Bigquery: Make consistent use of 'Optional' keyword in docstring #152

@HemangChothani

Description

@HemangChothani

Example:

project (str, optional):
Project ID to use for retreiving service account email.
Defaults to the client's project.
retry (Optional[google.api_core.retry.Retry]): How to retry the RPC.
timeout (Optional[float]):
The number of seconds to wait for the underlying HTTP transport

Used multiple ways to declare a parameter as a optional.

Metadata

Metadata

Labels

api: bigqueryIssues related to the googleapis/python-bigquery API.type: docsImprovement to the documentation for an API.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions