@maxim_mazurok/gapi.client.dataform-v1beta1 0.1.20260120 → 0.1.20260217
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 +5 -5
- 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: 20260217
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -511,11 +511,11 @@ declare namespace gapi.client {
|
|
|
511
511
|
}
|
|
512
512
|
interface MoveFileResponse {}
|
|
513
513
|
interface MoveFolderRequest {
|
|
514
|
-
/**
|
|
514
|
+
/** Optional. The name of the Folder, TeamFolder, or root location to move the Folder to. Can be in the format of: "" to move into the root User folder, `projects/*/locations/*/folders/*`, `projects/*/locations/*/teamFolders/*` */
|
|
515
515
|
destinationContainingFolder?: string;
|
|
516
516
|
}
|
|
517
517
|
interface MoveRepositoryRequest {
|
|
518
|
-
/**
|
|
518
|
+
/** Optional. The name of the Folder, TeamFolder, or root location to move the repository to. Can be in the format of: "" to move into the root User folder, `projects/*/locations/*/folders/*`, `projects/*/locations/*/teamFolders/*` */
|
|
519
519
|
destinationContainingFolder?: string;
|
|
520
520
|
}
|
|
521
521
|
interface Notebook {
|
|
@@ -669,7 +669,7 @@ declare namespace gapi.client {
|
|
|
669
669
|
additionalOptions?: {[P in string]: string};
|
|
670
670
|
/** A list of columns or SQL expressions used to cluster the table. */
|
|
671
671
|
clusterExpressions?: string[];
|
|
672
|
-
/** 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}
|
|
672
|
+
/** 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. */
|
|
673
673
|
connection?: string;
|
|
674
674
|
/** A list of actions that this action depends on. */
|
|
675
675
|
dependencyTargets?: Target[];
|
|
@@ -4347,7 +4347,7 @@ declare namespace gapi.client {
|
|
|
4347
4347
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4348
4348
|
uploadType?: string;
|
|
4349
4349
|
}): Request<Config>;
|
|
4350
|
-
/** Lists information about the supported locations for this service. */
|
|
4350
|
+
/** Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project. */
|
|
4351
4351
|
list(request?: {
|
|
4352
4352
|
/** V1 error format. */
|
|
4353
4353
|
'$.xgafv'?: string;
|