@maxim_mazurok/gapi.client.dataform-v1beta1 0.1.20250907 → 0.1.20251018
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +9 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://dataform.googleapis.com/$discovery/rest?version=v1beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20251018
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -224,6 +224,8 @@ declare namespace gapi.client {
|
|
|
224
224
|
interface Config {
|
|
225
225
|
/** Optional. The default KMS key that is used if no encryption key is provided when a repository is created. */
|
|
226
226
|
defaultKmsKeyName?: string;
|
|
227
|
+
/** Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string. */
|
|
228
|
+
internalMetadata?: string;
|
|
227
229
|
/** Identifier. The config name. */
|
|
228
230
|
name?: string;
|
|
229
231
|
}
|
|
@@ -370,6 +372,8 @@ declare namespace gapi.client {
|
|
|
370
372
|
includedTags?: string[];
|
|
371
373
|
/** Optional. The set of action identifiers to include. */
|
|
372
374
|
includedTargets?: Target[];
|
|
375
|
+
/** Optional. Specifies the priority for query execution in BigQuery. More information can be found at https://cloud.google.com/bigquery/docs/running-queries#queries. */
|
|
376
|
+
queryPriority?: string;
|
|
373
377
|
/** Optional. The service account to run workflow invocations under. */
|
|
374
378
|
serviceAccount?: string;
|
|
375
379
|
/** Optional. When set to true, transitive dependencies of included actions will be executed. */
|
|
@@ -396,6 +400,8 @@ declare namespace gapi.client {
|
|
|
396
400
|
nextPageToken?: string;
|
|
397
401
|
/** A list of operations that matches the specified filter in the request. */
|
|
398
402
|
operations?: Operation[];
|
|
403
|
+
/** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations. */
|
|
404
|
+
unreachable?: string[];
|
|
399
405
|
}
|
|
400
406
|
interface ListReleaseConfigsResponse {
|
|
401
407
|
/** A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. */
|
|
@@ -1103,6 +1109,8 @@ declare namespace gapi.client {
|
|
|
1103
1109
|
prettyPrint?: boolean;
|
|
1104
1110
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1105
1111
|
quotaUser?: string;
|
|
1112
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
1113
|
+
returnPartialSuccess?: boolean;
|
|
1106
1114
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1107
1115
|
upload_protocol?: string;
|
|
1108
1116
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|