Skip to content

Commit bb90778

Browse files
1 parent c4f2874 commit bb90778

27 files changed

Lines changed: 996 additions & 856 deletions

File tree

β€Žhandwritten/bigquery/src/types.d.tsβ€Ž

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
/**
16-
* Discovery Revision: 20260118
16+
* Discovery Revision: 20260211
1717
*/
1818

1919
/**
@@ -892,7 +892,7 @@ declare namespace bigquery {
892892
};
893893

894894
/**
895-
* Data policy option. For more information, see [Mask data by applying data policies to a column](https://cloud.google.com/bigquery/docs/column-data-masking#data-policies-on-column/).
895+
* Data policy option. For more information, see [Mask data by applying data policies to a column](https://docs.cloud.google.com/bigquery/docs/column-data-masking#data-policies-on-column).
896896
*/
897897
type IDataPolicyOption = {
898898
/**
@@ -2164,6 +2164,22 @@ declare namespace bigquery {
21642164
| 'DISABLED_REASON_UNSPECIFIED'
21652165
| 'OTHER'
21662166
| 'UNSUPPORTED_OPERATOR';
2167+
/**
2168+
* Output only. Additional human-readable clarification, if available, for DisabledReason.
2169+
*/
2170+
disabledReasonDetails?: string;
2171+
/**
2172+
* Output only. The time at which the first incremental result was written. If the query needed to restart internally, this only describes the final attempt.
2173+
*/
2174+
firstIncrementalRowTime?: string;
2175+
/**
2176+
* Output only. Number of rows that were in the latest result set before query completion.
2177+
*/
2178+
incrementalRowCount?: string;
2179+
/**
2180+
* Output only. The time at which the last incremental result was written. Does not include the final result written after query completion.
2181+
*/
2182+
lastIncrementalRowTime?: string;
21672183
/**
21682184
* Output only. The time at which the result table's contents were modified. May be absent if no results have been written or the query has completed.
21692185
*/

β€Žhandwritten/datastore/.eslintignoreβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ build/
55
docs/
66
protos/
77
samples/generated/
8-
system-test/**/fixtures

β€Žhandwritten/datastore/.mocharc.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Google LLC
1+
// Copyright 2026 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

β€Žhandwritten/datastore/.prettierrc.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Google LLC
1+
// Copyright 2026 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

β€Žhandwritten/datastore/README.mdβ€Ž

Lines changed: 22 additions & 66 deletions
Large diffs are not rendered by default.

β€Žhandwritten/datastore/protos/protos.jsβ€Ž

Lines changed: 465 additions & 155 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žhandwritten/datastore/protos/protos.jsonβ€Ž

Lines changed: 40 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)