@maxim_mazurok/gapi.client.dataform-v1 0.0.20251102 → 0.0.20251202

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.
Files changed (2) hide show
  1. package/index.d.ts +21 -3
  2. 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=v1
12
- // Revision: 20251102
12
+ // Revision: 20251202
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -184,6 +184,8 @@ declare namespace gapi.client {
184
184
  internalMetadata?: string;
185
185
  /** Output only. The compilation result's name. */
186
186
  name?: string;
187
+ /** Output only. Metadata indicating whether this resource is user-scoped. `CompilationResult` resource is `user_scoped` only if it is sourced from a workspace. */
188
+ privateResourceMetadata?: PrivateResourceMetadata;
187
189
  /** Immutable. The name of the release config to compile. Must be in the format `projects/*‍/locations/*‍/repositories/*‍/releaseConfigs/*`. */
188
190
  releaseConfig?: string;
189
191
  /** Output only. The fully resolved Git commit SHA of the code that was compiled. Not set for compilation results whose source is a workspace. */
@@ -396,7 +398,7 @@ declare namespace gapi.client {
396
398
  nextPageToken?: string;
397
399
  /** A list of operations that matches the specified filter in the request. */
398
400
  operations?: Operation[];
399
- /** 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. */
401
+ /** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations. */
400
402
  unreachable?: string[];
401
403
  }
402
404
  interface ListReleaseConfigsResponse {
@@ -560,6 +562,10 @@ declare namespace gapi.client {
560
562
  /** Resource type. Types are defined in IAM's .service files. Valid values for type might be 'storage_buckets', 'compute_instances', 'resourcemanager_customers', 'billing_accounts', etc. */
561
563
  type?: string;
562
564
  }
565
+ interface PrivateResourceMetadata {
566
+ /** Output only. If true, this resource is user-scoped, meaning it is either a workspace or sourced from a workspace. */
567
+ userScoped?: boolean;
568
+ }
563
569
  interface PullGitCommitsRequest {
564
570
  /** Required. The author of any merge commit which may be created as a result of merging fetched Git commits into this workspace. */
565
571
  author?: CommitAuthor;
@@ -609,10 +615,14 @@ declare namespace gapi.client {
609
615
  additionalOptions?: {[P in string]: string};
610
616
  /** A list of columns or SQL expressions used to cluster the table. */
611
617
  clusterExpressions?: string[];
618
+ /** Optional. The connection specifying the credentials to be used to read and write to external storage, such as Cloud Storage. The connection can have the form `{project}.{location}.{connection_id}` or `projects/{project}/locations/{location}/connections/{connection_id}", or be set to DEFAULT. */
619
+ connection?: string;
612
620
  /** A list of actions that this action depends on. */
613
621
  dependencyTargets?: Target[];
614
622
  /** Whether this action is disabled (i.e. should not be run). */
615
623
  disabled?: boolean;
624
+ /** Optional. The file format for the BigQuery table. */
625
+ fileFormat?: string;
616
626
  /** Configures `INCREMENTAL_TABLE` settings for this relation. Only set if `relation_type` is `INCREMENTAL_TABLE`. */
617
627
  incrementalTableConfig?: IncrementalTableConfig;
618
628
  /** Sets the partition expiration in days. */
@@ -631,6 +641,10 @@ declare namespace gapi.client {
631
641
  requirePartitionFilter?: boolean;
632
642
  /** The SELECT query which returns rows which this relation should contain. */
633
643
  selectQuery?: string;
644
+ /** Optional. The fully qualified location prefix of the external folder where table data is stored. The URI should be in the format `gs://bucket/path_to_table/`. */
645
+ storageUri?: string;
646
+ /** Optional. The table format for the BigQuery table. */
647
+ tableFormat?: string;
634
648
  /** Arbitrary, user-defined tags on this action. */
635
649
  tags?: string[];
636
650
  }
@@ -817,6 +831,8 @@ declare namespace gapi.client {
817
831
  invocationTiming?: Interval;
818
832
  /** Output only. The workflow invocation's name. */
819
833
  name?: string;
834
+ /** Output only. Metadata indicating whether this resource is user-scoped. `WorkflowInvocation` resource is `user_scoped` only if it is sourced from a compilation result and the compilation result is user-scoped. */
835
+ privateResourceMetadata?: PrivateResourceMetadata;
820
836
  /** Output only. The resolved compilation result that was used to create this invocation. Will be in the format `projects/*‍/locations/*‍/repositories/*‍/compilationResults/*`. */
821
837
  resolvedCompilationResult?: string;
822
838
  /** Output only. This workflow invocation's current state. */
@@ -853,6 +869,8 @@ declare namespace gapi.client {
853
869
  internalMetadata?: string;
854
870
  /** Identifier. The workspace's name. */
855
871
  name?: string;
872
+ /** Output only. Metadata indicating whether this resource is user-scoped. For `Workspace` resources, the `user_scoped` field is always `true`. */
873
+ privateResourceMetadata?: PrivateResourceMetadata;
856
874
  }
857
875
  interface WorkspaceCompilationOverrides {
858
876
  /** Optional. The default database (Google Cloud project ID). */
@@ -1105,7 +1123,7 @@ declare namespace gapi.client {
1105
1123
  prettyPrint?: boolean;
1106
1124
  /** 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. */
1107
1125
  quotaUser?: string;
1108
- /** 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. */
1126
+ /** 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. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
1109
1127
  returnPartialSuccess?: boolean;
1110
1128
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1111
1129
  upload_protocol?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.dataform-v1",
3
- "version": "0.0.20251102",
3
+ "version": "0.0.20251202",
4
4
  "description": "TypeScript typings for Dataform API v1",
5
5
  "repository": {
6
6
  "type": "git",