Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

chore: update dtsd version and discovery types#1098

Merged
steffnay merged 1 commit intogoogleapis:mainfrom
steffnay:update-dtsd
Apr 14, 2022
Merged

chore: update dtsd version and discovery types#1098
steffnay merged 1 commit intogoogleapis:mainfrom
steffnay:update-dtsd

Conversation

@steffnay
Copy link
Copy Markdown
Contributor

@steffnay steffnay commented Apr 13, 2022

Updates the version of discovery-tsd and regenerates types from the Discovery Doc.

Fixes #1089 🦕

@steffnay steffnay requested review from a team and shollyman April 13, 2022 18:39
@product-auto-label product-auto-label Bot added size: l Pull request size is large. api: bigquery Issues related to the googleapis/nodejs-bigquery API. labels Apr 13, 2022
@steffnay steffnay added the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 13, 2022
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 13, 2022
Copy link
Copy Markdown
Contributor

@feywind feywind left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few suggestions!

Also it seems like the check annotation warnings are piling up, I don't think you should try to fix them in this PR, but maybe it's something to consider later if there's a cleanup pass.

Comment thread src/types.d.ts
Comment thread src/types.d.ts

/**
* The type of a variable, e.g., a function argument. Examples: INT64: {type_kind="INT64"} ARRAY: {type_kind="ARRAY", array_element_type="STRING"} STRUCT>: {type_kind="STRUCT", struct_type={fields=[ {name="x", type={type_kind="STRING"}}, {name="y", type={type_kind="ARRAY", array_element_type="DATE"}} ]}}
* The data type of a variable such as a function argument. Examples include: * INT64: `{"typeKind": "INT64"}` * ARRAY: { "typeKind": "ARRAY", "arrayElementType": {"typeKind": "STRING"} } * STRUCT>: { "typeKind": "STRUCT", "structType": { "fields": [ { "name": "x", "type": {"typeKind: "STRING"} }, { "name": "y", "type": { "typeKind": "ARRAY", "arrayElementType": {"typekind": "DATE"} } } ] } }
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like something happened to the formatting here? It looks like it was meant to be multi-line.

Comment thread src/types.d.ts
@steffnay steffnay merged commit 389fe04 into googleapis:main Apr 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigquery Issues related to the googleapis/nodejs-bigquery API. size: l Pull request size is large.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

jobs.IListParams.stateFilter has wrong type

3 participants