@maxim_mazurok/gapi.client.dataform-v1beta1 0.0.20241206 → 0.0.20250202

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 (3) hide show
  1. package/index.d.ts +62 -45
  2. package/package.json +1 -1
  3. package/readme.md +2 -2
package/index.d.ts CHANGED
@@ -9,14 +9,14 @@
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: 20241206
12
+ // Revision: 20250202
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
16
16
  declare namespace gapi.client {
17
17
  /** Load Dataform API v1beta1 */
18
18
  function load(
19
- urlOrObject: 'https://dataform.googleapis.com/$discovery/rest?version=v1beta1'
19
+ urlOrObject: 'https://dataform.googleapis.com/$discovery/rest?version=v1beta1',
20
20
  ): Promise<void>;
21
21
  /** @deprecated Please load APIs with discovery documents. */
22
22
  function load(name: 'dataform', version: 'v1beta1'): Promise<void>;
@@ -24,7 +24,7 @@ declare namespace gapi.client {
24
24
  function load(
25
25
  name: 'dataform',
26
26
  version: 'v1beta1',
27
- callback: () => any
27
+ callback: () => any,
28
28
  ): void;
29
29
 
30
30
  namespace dataform {
@@ -66,6 +66,7 @@ declare namespace gapi.client {
66
66
  defaultDatabase?: string;
67
67
  /** Optional. The default BigQuery location to use. Defaults to "US". See the BigQuery docs for a full list of locations: https://cloud.google.com/bigquery/docs/locations. */
68
68
  defaultLocation?: string;
69
+ /** Optional. The default notebook runtime options. */
69
70
  defaultNotebookRuntimeOptions?: NotebookRuntimeOptions;
70
71
  /** Optional. The default schema (BigQuery dataset ID). */
71
72
  defaultSchema?: string;
@@ -109,7 +110,7 @@ declare namespace gapi.client {
109
110
  interface CommitRepositoryChangesRequest {
110
111
  /** Required. The changes to commit to the repository. */
111
112
  commitMetadata?: CommitMetadata;
112
- /** A map to the path of the file to the operation. The path is the full file path including filename, from repository root. */
113
+ /** Optional. A map to the path of the file to the operation. The path is the full file path including filename, from repository root. */
113
114
  fileOperations?: {[P in string]: FileOperation};
114
115
  /** Optional. The commit SHA which must be the repository's current HEAD before applying this commit; otherwise this request will fail. If unset, no validation on the current HEAD commit SHA is performed. */
115
116
  requiredHeadCommitSha?: string;
@@ -149,6 +150,8 @@ declare namespace gapi.client {
149
150
  dataformCoreVersion?: string;
150
151
  /** Immutable. Git commit/tag/branch name at which the repository should be compiled. Must exist in the remote repository. Examples: - a commit SHA: `12ade345` - a tag: `tag1` - a branch name: `branch1` */
151
152
  gitCommitish?: string;
153
+ /** 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. */
154
+ internalMetadata?: string;
152
155
  /** Output only. The compilation result's name. */
153
156
  name?: string;
154
157
  /** Immutable. The name of the release config to compile. Must be in the format `projects/*‍/locations/*‍/repositories/*‍/releaseConfigs/*`. */
@@ -167,6 +170,8 @@ declare namespace gapi.client {
167
170
  declaration?: Declaration;
168
171
  /** The full path including filename in which this action is located, relative to the workspace root. */
169
172
  filePath?: string;
173
+ /** 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. */
174
+ internalMetadata?: string;
170
175
  /** The notebook executed by this action. */
171
176
  notebook?: Notebook;
172
177
  /** The database operations executed by this action. */
@@ -187,7 +192,7 @@ declare namespace gapi.client {
187
192
  name?: string;
188
193
  }
189
194
  interface DataEncryptionState {
190
- /** The KMS key version name with which data of a resource is encrypted. */
195
+ /** Required. The KMS key version name with which data of a resource is encrypted. */
191
196
  kmsKeyVersionName?: string;
192
197
  }
193
198
  interface Declaration {
@@ -396,11 +401,11 @@ declare namespace gapi.client {
396
401
  interface NotebookAction {
397
402
  /** Output only. The code contents of a Notebook to be run. */
398
403
  contents?: string;
399
- /** Output only. The ID of the Vertex job that executed the notebook in contents and also the ID used for the outputs created in GCS buckets. Only set once the job has started to run. */
404
+ /** Output only. The ID of the Vertex job that executed the notebook in contents and also the ID used for the outputs created in Google Cloud Storage buckets. Only set once the job has started to run. */
400
405
  jobId?: string;
401
406
  }
402
407
  interface NotebookRuntimeOptions {
403
- /** Optional. The GCS location to upload the result to. Format: `gs://bucket-name`. */
408
+ /** Optional. The Google Cloud Storage location to upload the result to. Format: `gs://bucket-name`. */
404
409
  gcsOutputBucket?: string;
405
410
  }
406
411
  interface OperationMetadata {
@@ -530,6 +535,8 @@ declare namespace gapi.client {
530
535
  disabled?: boolean;
531
536
  /** Required. Git commit/tag/branch name at which the repository should be compiled. Must exist in the remote repository. Examples: - a commit SHA: `12ade345` - a tag: `tag1` - a branch name: `branch1` */
532
537
  gitCommitish?: string;
538
+ /** 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. */
539
+ internalMetadata?: string;
533
540
  /** Identifier. The release config's name. */
534
541
  name?: string;
535
542
  /** Output only. Records of the 10 most recent scheduled release attempts, ordered in descending order of `release_time`. Updated whenever automatic creation of a compilation result is triggered by cron_schedule. */
@@ -556,6 +563,8 @@ declare namespace gapi.client {
556
563
  displayName?: string;
557
564
  /** Optional. If set, configures this repository to be linked to a Git remote. */
558
565
  gitRemoteSettings?: GitRemoteSettings;
566
+ /** 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. */
567
+ internalMetadata?: string;
559
568
  /** Optional. The reference to a KMS encryption key. If provided, it will be used to encrypt user data in the repository and all child resources. It is not possible to add or update the encryption key after the repository is created. Example: `projects/{kms_project}/locations/{location}/keyRings/{key_location}/cryptoKeys/{key}` */
560
569
  kmsKeyName?: string;
561
570
  /** Optional. Repository user labels. */
@@ -580,7 +589,7 @@ declare namespace gapi.client {
580
589
  interface ScheduledExecutionRecord {
581
590
  /** The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful. */
582
591
  errorStatus?: Status;
583
- /** The timestamp of this execution attempt. */
592
+ /** Output only. The timestamp of this execution attempt. */
584
593
  executionTime?: string;
585
594
  /** The name of the created workflow invocation, if one was successfully created. Must be in the format `projects/*‍/locations/*‍/repositories/*‍/workflowInvocations/*`. */
586
595
  workflowInvocation?: string;
@@ -590,7 +599,7 @@ declare namespace gapi.client {
590
599
  compilationResult?: string;
591
600
  /** The error status encountered upon this attempt to create the compilation result, if the attempt was unsuccessful. */
592
601
  errorStatus?: Status;
593
- /** The timestamp of this release attempt. */
602
+ /** Output only. The timestamp of this release attempt. */
594
603
  releaseTime?: string;
595
604
  }
596
605
  interface SearchFilesResponse {
@@ -624,11 +633,11 @@ declare namespace gapi.client {
624
633
  message?: string;
625
634
  }
626
635
  interface Target {
627
- /** The action's database (Google Cloud project ID) . */
636
+ /** Optional. The action's database (Google Cloud project ID) . */
628
637
  database?: string;
629
- /** The action's name, within `database` and `schema`. */
638
+ /** Optional. The action's name, within `database` and `schema`. */
630
639
  name?: string;
631
- /** The action's schema (BigQuery dataset ID), within `database`. */
640
+ /** Optional. The action's schema (BigQuery dataset ID), within `database`. */
632
641
  schema?: string;
633
642
  }
634
643
  interface TestIamPermissionsRequest {
@@ -642,7 +651,7 @@ declare namespace gapi.client {
642
651
  interface UncommittedFileChange {
643
652
  /** The file's full path including filename, relative to the workspace root. */
644
653
  path?: string;
645
- /** Indicates the status of the file. */
654
+ /** Output only. Indicates the status of the file. */
646
655
  state?: string;
647
656
  }
648
657
  interface WorkflowConfig {
@@ -650,6 +659,8 @@ declare namespace gapi.client {
650
659
  createTime?: string;
651
660
  /** Optional. Optional schedule (in cron format) for automatic execution of this workflow config. */
652
661
  cronSchedule?: string;
662
+ /** 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. */
663
+ internalMetadata?: string;
653
664
  /** Optional. If left unset, a default InvocationConfig will be used. */
654
665
  invocationConfig?: InvocationConfig;
655
666
  /** Identifier. The workflow config's name. */
@@ -668,6 +679,8 @@ declare namespace gapi.client {
668
679
  compilationResult?: string;
669
680
  /** Output only. Only set if the repository has a KMS Key. */
670
681
  dataEncryptionState?: DataEncryptionState;
682
+ /** 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. */
683
+ internalMetadata?: string;
671
684
  /** Immutable. If left unset, a default InvocationConfig will be used. */
672
685
  invocationConfig?: InvocationConfig;
673
686
  /** Output only. This workflow invocation's timing details. */
@@ -688,6 +701,8 @@ declare namespace gapi.client {
688
701
  canonicalTarget?: Target;
689
702
  /** Output only. If and only if action's state is FAILED a failure reason is set. */
690
703
  failureReason?: string;
704
+ /** 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. */
705
+ internalMetadata?: string;
691
706
  /** Output only. This action's timing details. `start_time` will be set if the action is in [RUNNING, SUCCEEDED, CANCELLED, FAILED] state. `end_time` will be set if the action is in [SUCCEEDED, CANCELLED, FAILED] state. */
692
707
  invocationTiming?: Interval;
693
708
  /** Output only. The workflow action's notebook action details. */
@@ -702,6 +717,8 @@ declare namespace gapi.client {
702
717
  createTime?: string;
703
718
  /** Output only. A data encryption state of a Git repository if this Workspace is protected by a KMS key. */
704
719
  dataEncryptionState?: DataEncryptionState;
720
+ /** 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. */
721
+ internalMetadata?: string;
705
722
  /** Identifier. The workspace's name. */
706
723
  name?: string;
707
724
  }
@@ -781,7 +798,7 @@ declare namespace gapi.client {
781
798
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
782
799
  uploadType?: string;
783
800
  },
784
- body: CompilationResult
801
+ body: CompilationResult,
785
802
  ): Request<CompilationResult>;
786
803
  /** Fetches a single CompilationResult. */
787
804
  get(request?: {
@@ -940,7 +957,7 @@ declare namespace gapi.client {
940
957
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
941
958
  uploadType?: string;
942
959
  },
943
- body: ReleaseConfig
960
+ body: ReleaseConfig,
944
961
  ): Request<ReleaseConfig>;
945
962
  /** Deletes a single ReleaseConfig. */
946
963
  delete(request?: {
@@ -1027,7 +1044,7 @@ declare namespace gapi.client {
1027
1044
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1028
1045
  uploadType?: string;
1029
1046
  }): Request<ListReleaseConfigsResponse>;
1030
- /** Updates a single ReleaseConfig. *Note:* This method does not fully implement AIP/134. In particular: 1. The wildcard entry (***) is treated as a bad request 2. When the *field_mask* is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields */
1047
+ /** Updates a single ReleaseConfig. **Note:** *This method does not fully implement*, (see [AIP/134](https://google.aip.dev/134), in particular: - The wildcard entry (**\***) is treated as a bad request - When the **field_mask** is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields */
1031
1048
  patch(request: {
1032
1049
  /** V1 error format. */
1033
1050
  '$.xgafv'?: string;
@@ -1087,7 +1104,7 @@ declare namespace gapi.client {
1087
1104
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1088
1105
  uploadType?: string;
1089
1106
  },
1090
- body: ReleaseConfig
1107
+ body: ReleaseConfig,
1091
1108
  ): Request<ReleaseConfig>;
1092
1109
  }
1093
1110
  interface WorkflowConfigsResource {
@@ -1151,7 +1168,7 @@ declare namespace gapi.client {
1151
1168
  /** Required. The ID to use for the workflow config, which will become the final component of the workflow config's resource name. */
1152
1169
  workflowConfigId?: string;
1153
1170
  },
1154
- body: WorkflowConfig
1171
+ body: WorkflowConfig,
1155
1172
  ): Request<WorkflowConfig>;
1156
1173
  /** Deletes a single WorkflowConfig. */
1157
1174
  delete(request?: {
@@ -1238,7 +1255,7 @@ declare namespace gapi.client {
1238
1255
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1239
1256
  uploadType?: string;
1240
1257
  }): Request<ListWorkflowConfigsResponse>;
1241
- /** Updates a single WorkflowConfig. *Note:* This method does not fully implement AIP/134. In particular: 1. The wildcard entry (***) is treated as a bad request 2. When the *field_mask* is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields */
1258
+ /** Updates a single WorkflowConfig. **Note:** *This method does not fully implement*, (see [AIP/134](https://google.aip.dev/134), in particular: - The wildcard entry (**\***) is treated as a bad request - When the **field_mask** is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields */
1242
1259
  patch(request: {
1243
1260
  /** V1 error format. */
1244
1261
  '$.xgafv'?: string;
@@ -1298,7 +1315,7 @@ declare namespace gapi.client {
1298
1315
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1299
1316
  uploadType?: string;
1300
1317
  },
1301
- body: WorkflowConfig
1318
+ body: WorkflowConfig,
1302
1319
  ): Request<WorkflowConfig>;
1303
1320
  }
1304
1321
  interface WorkflowInvocationsResource {
@@ -1358,7 +1375,7 @@ declare namespace gapi.client {
1358
1375
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1359
1376
  uploadType?: string;
1360
1377
  },
1361
- body: CancelWorkflowInvocationRequest
1378
+ body: CancelWorkflowInvocationRequest,
1362
1379
  ): Request<{}>;
1363
1380
  /** Creates a new WorkflowInvocation in a given Repository. */
1364
1381
  create(request: {
@@ -1416,7 +1433,7 @@ declare namespace gapi.client {
1416
1433
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1417
1434
  uploadType?: string;
1418
1435
  },
1419
- body: WorkflowInvocation
1436
+ body: WorkflowInvocation,
1420
1437
  ): Request<WorkflowInvocation>;
1421
1438
  /** Deletes a single WorkflowInvocation. */
1422
1439
  delete(request?: {
@@ -1596,7 +1613,7 @@ declare namespace gapi.client {
1596
1613
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1597
1614
  uploadType?: string;
1598
1615
  },
1599
- body: CommitWorkspaceChangesRequest
1616
+ body: CommitWorkspaceChangesRequest,
1600
1617
  ): Request<{}>;
1601
1618
  /** Creates a new Workspace in a given Repository. */
1602
1619
  create(request: {
@@ -1658,7 +1675,7 @@ declare namespace gapi.client {
1658
1675
  /** Required. The ID to use for the workspace, which will become the final component of the workspace's resource name. */
1659
1676
  workspaceId?: string;
1660
1677
  },
1661
- body: Workspace
1678
+ body: Workspace,
1662
1679
  ): Request<Workspace>;
1663
1680
  /** Deletes a single Workspace. */
1664
1681
  delete(request?: {
@@ -1884,7 +1901,7 @@ declare namespace gapi.client {
1884
1901
  /** Required. The workspace's name. */
1885
1902
  workspace: string;
1886
1903
  },
1887
- body: InstallNpmPackagesRequest
1904
+ body: InstallNpmPackagesRequest,
1888
1905
  ): Request<{}>;
1889
1906
  /** Lists Workspaces in a given Repository. */
1890
1907
  list(request?: {
@@ -1977,7 +1994,7 @@ declare namespace gapi.client {
1977
1994
  /** Required. The workspace's name. */
1978
1995
  workspace: string;
1979
1996
  },
1980
- body: MakeDirectoryRequest
1997
+ body: MakeDirectoryRequest,
1981
1998
  ): Request<{}>;
1982
1999
  /** Moves a directory (inside a Workspace), and all of its contents, to a new location. */
1983
2000
  moveDirectory(request: {
@@ -2035,7 +2052,7 @@ declare namespace gapi.client {
2035
2052
  /** Required. The workspace's name. */
2036
2053
  workspace: string;
2037
2054
  },
2038
- body: MoveDirectoryRequest
2055
+ body: MoveDirectoryRequest,
2039
2056
  ): Request<{}>;
2040
2057
  /** Moves a file (inside a Workspace) to a new location. */
2041
2058
  moveFile(request: {
@@ -2093,7 +2110,7 @@ declare namespace gapi.client {
2093
2110
  /** Required. The workspace's name. */
2094
2111
  workspace: string;
2095
2112
  },
2096
- body: MoveFileRequest
2113
+ body: MoveFileRequest,
2097
2114
  ): Request<{}>;
2098
2115
  /** Pulls Git commits from the Repository's remote into a Workspace. */
2099
2116
  pull(request: {
@@ -2151,7 +2168,7 @@ declare namespace gapi.client {
2151
2168
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2152
2169
  uploadType?: string;
2153
2170
  },
2154
- body: PullGitCommitsRequest
2171
+ body: PullGitCommitsRequest,
2155
2172
  ): Request<{}>;
2156
2173
  /** Pushes Git commits from a Workspace to the Repository's remote. */
2157
2174
  push(request: {
@@ -2209,7 +2226,7 @@ declare namespace gapi.client {
2209
2226
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2210
2227
  uploadType?: string;
2211
2228
  },
2212
- body: PushGitCommitsRequest
2229
+ body: PushGitCommitsRequest,
2213
2230
  ): Request<{}>;
2214
2231
  /** Returns the contents of a given Workspace directory. */
2215
2232
  queryDirectoryContents(request?: {
@@ -2331,7 +2348,7 @@ declare namespace gapi.client {
2331
2348
  /** Required. The workspace's name. */
2332
2349
  workspace: string;
2333
2350
  },
2334
- body: RemoveDirectoryRequest
2351
+ body: RemoveDirectoryRequest,
2335
2352
  ): Request<{}>;
2336
2353
  /** Deletes a file (inside a Workspace). */
2337
2354
  removeFile(request: {
@@ -2389,7 +2406,7 @@ declare namespace gapi.client {
2389
2406
  /** Required. The workspace's name. */
2390
2407
  workspace: string;
2391
2408
  },
2392
- body: RemoveFileRequest
2409
+ body: RemoveFileRequest,
2393
2410
  ): Request<{}>;
2394
2411
  /** Performs a Git reset for uncommitted files in a Workspace. */
2395
2412
  reset(request: {
@@ -2447,7 +2464,7 @@ declare namespace gapi.client {
2447
2464
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2448
2465
  uploadType?: string;
2449
2466
  },
2450
- body: ResetWorkspaceChangesRequest
2467
+ body: ResetWorkspaceChangesRequest,
2451
2468
  ): Request<{}>;
2452
2469
  /** Finds the contents of a given Workspace directory by filter. */
2453
2470
  searchFiles(request?: {
@@ -2510,7 +2527,7 @@ declare namespace gapi.client {
2510
2527
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2511
2528
  uploadType?: string;
2512
2529
  },
2513
- body: SetIamPolicyRequest
2530
+ body: SetIamPolicyRequest,
2514
2531
  ): Request<Policy>;
2515
2532
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
2516
2533
  testIamPermissions(
@@ -2540,7 +2557,7 @@ declare namespace gapi.client {
2540
2557
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2541
2558
  uploadType?: string;
2542
2559
  },
2543
- body: TestIamPermissionsRequest
2560
+ body: TestIamPermissionsRequest,
2544
2561
  ): Request<TestIamPermissionsResponse>;
2545
2562
  /** Writes to a file (inside a Workspace). */
2546
2563
  writeFile(request: {
@@ -2598,7 +2615,7 @@ declare namespace gapi.client {
2598
2615
  /** Required. The workspace's name. */
2599
2616
  workspace: string;
2600
2617
  },
2601
- body: WriteFileRequest
2618
+ body: WriteFileRequest,
2602
2619
  ): Request<{}>;
2603
2620
  }
2604
2621
  interface RepositoriesResource {
@@ -2658,7 +2675,7 @@ declare namespace gapi.client {
2658
2675
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2659
2676
  uploadType?: string;
2660
2677
  },
2661
- body: CommitRepositoryChangesRequest
2678
+ body: CommitRepositoryChangesRequest,
2662
2679
  ): Request<CommitRepositoryChangesResponse>;
2663
2680
  /** Computes a Repository's Git access token status. */
2664
2681
  computeAccessTokenStatus(request?: {
@@ -2747,7 +2764,7 @@ declare namespace gapi.client {
2747
2764
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2748
2765
  uploadType?: string;
2749
2766
  },
2750
- body: Repository
2767
+ body: Repository,
2751
2768
  ): Request<Repository>;
2752
2769
  /** Deletes a single Repository. */
2753
2770
  delete(request?: {
@@ -2761,7 +2778,7 @@ declare namespace gapi.client {
2761
2778
  callback?: string;
2762
2779
  /** Selector specifying which fields to include in a partial response. */
2763
2780
  fields?: string;
2764
- /** If set to true, any child resources of this repository will also be deleted. (Otherwise, the request will only succeed if the repository has no child resources.) */
2781
+ /** Optional. If set to true, any child resources of this repository will also be deleted. (Otherwise, the request will only succeed if the repository has no child resources.) */
2765
2782
  force?: boolean;
2766
2783
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2767
2784
  key?: string;
@@ -2927,7 +2944,7 @@ declare namespace gapi.client {
2927
2944
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2928
2945
  uploadType?: string;
2929
2946
  }): Request<ListRepositoriesResponse>;
2930
- /** Updates a single Repository. *Note:* This method does not fully implement AIP/134. In particular: 1. The wildcard entry (***) is treated as a bad request 2. When the *field_mask* is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields */
2947
+ /** Updates a single Repository. **Note:** *This method does not fully implement*, (see [AIP/134](https://google.aip.dev/134), in particular: - The wildcard entry (**\***) is treated as a bad request - When the **field_mask** is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields */
2931
2948
  patch(request: {
2932
2949
  /** V1 error format. */
2933
2950
  '$.xgafv'?: string;
@@ -2987,7 +3004,7 @@ declare namespace gapi.client {
2987
3004
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2988
3005
  uploadType?: string;
2989
3006
  },
2990
- body: Repository
3007
+ body: Repository,
2991
3008
  ): Request<Repository>;
2992
3009
  /** Returns the contents of a given Repository directory. The Repository must not have a value for `git_remote_settings.url`. */
2993
3010
  queryDirectoryContents(request?: {
@@ -3083,7 +3100,7 @@ declare namespace gapi.client {
3083
3100
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3084
3101
  uploadType?: string;
3085
3102
  },
3086
- body: SetIamPolicyRequest
3103
+ body: SetIamPolicyRequest,
3087
3104
  ): Request<Policy>;
3088
3105
  /** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
3089
3106
  testIamPermissions(
@@ -3113,7 +3130,7 @@ declare namespace gapi.client {
3113
3130
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3114
3131
  uploadType?: string;
3115
3132
  },
3116
- body: TestIamPermissionsRequest
3133
+ body: TestIamPermissionsRequest,
3117
3134
  ): Request<TestIamPermissionsResponse>;
3118
3135
  compilationResults: CompilationResultsResource;
3119
3136
  releaseConfigs: ReleaseConfigsResource;
@@ -3209,7 +3226,7 @@ declare namespace gapi.client {
3209
3226
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3210
3227
  uploadType?: string;
3211
3228
  }): Request<ListLocationsResponse>;
3212
- /** Update default config for a given project and location. *Note:* This method does not fully implement AIP/134. In particular: 1. The wildcard entry (***) is treated as a bad request 2. When the *field_mask* is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields */
3229
+ /** Update default config for a given project and location. **Note:** *This method does not fully implement*, (see [AIP/134](https://google.aip.dev/134), in particular: - The wildcard entry (**\***) is treated as a bad request - When the **field_mask** is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields */
3213
3230
  updateConfig(request: {
3214
3231
  /** V1 error format. */
3215
3232
  '$.xgafv'?: string;
@@ -3269,7 +3286,7 @@ declare namespace gapi.client {
3269
3286
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3270
3287
  uploadType?: string;
3271
3288
  },
3272
- body: Config
3289
+ body: Config,
3273
3290
  ): Request<Config>;
3274
3291
  repositories: RepositoriesResource;
3275
3292
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.dataform-v1beta1",
3
- "version": "0.0.20241206",
3
+ "version": "0.0.20250202",
4
4
  "description": "TypeScript typings for Dataform API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",
package/readme.md CHANGED
@@ -30,7 +30,7 @@ gapi.client.load(
30
30
  () => {
31
31
  // now we can use:
32
32
  // gapi.client.dataform
33
- }
33
+ },
34
34
  );
35
35
  ```
36
36
 
@@ -62,7 +62,7 @@ gapi.auth.authorize(
62
62
  } else {
63
63
  /* handle authorization error */
64
64
  }
65
- }
65
+ },
66
66
  );
67
67
  ```
68
68