@maxim_mazurok/gapi.client.dataform-v1beta1 0.0.20241206 → 0.0.20250119
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 +23 -7
- 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: 20250119
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -149,6 +149,8 @@ declare namespace gapi.client {
|
|
|
149
149
|
dataformCoreVersion?: string;
|
|
150
150
|
/** 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
151
|
gitCommitish?: string;
|
|
152
|
+
/** 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. */
|
|
153
|
+
internalMetadata?: string;
|
|
152
154
|
/** Output only. The compilation result's name. */
|
|
153
155
|
name?: string;
|
|
154
156
|
/** Immutable. The name of the release config to compile. Must be in the format `projects/*/locations/*/repositories/*/releaseConfigs/*`. */
|
|
@@ -167,6 +169,8 @@ declare namespace gapi.client {
|
|
|
167
169
|
declaration?: Declaration;
|
|
168
170
|
/** The full path including filename in which this action is located, relative to the workspace root. */
|
|
169
171
|
filePath?: string;
|
|
172
|
+
/** 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. */
|
|
173
|
+
internalMetadata?: string;
|
|
170
174
|
/** The notebook executed by this action. */
|
|
171
175
|
notebook?: Notebook;
|
|
172
176
|
/** The database operations executed by this action. */
|
|
@@ -396,11 +400,11 @@ declare namespace gapi.client {
|
|
|
396
400
|
interface NotebookAction {
|
|
397
401
|
/** Output only. The code contents of a Notebook to be run. */
|
|
398
402
|
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
|
|
403
|
+
/** 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
404
|
jobId?: string;
|
|
401
405
|
}
|
|
402
406
|
interface NotebookRuntimeOptions {
|
|
403
|
-
/** Optional. The
|
|
407
|
+
/** Optional. The Google Cloud Storage location to upload the result to. Format: `gs://bucket-name`. */
|
|
404
408
|
gcsOutputBucket?: string;
|
|
405
409
|
}
|
|
406
410
|
interface OperationMetadata {
|
|
@@ -530,6 +534,8 @@ declare namespace gapi.client {
|
|
|
530
534
|
disabled?: boolean;
|
|
531
535
|
/** 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
536
|
gitCommitish?: string;
|
|
537
|
+
/** 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. */
|
|
538
|
+
internalMetadata?: string;
|
|
533
539
|
/** Identifier. The release config's name. */
|
|
534
540
|
name?: string;
|
|
535
541
|
/** 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 +562,8 @@ declare namespace gapi.client {
|
|
|
556
562
|
displayName?: string;
|
|
557
563
|
/** Optional. If set, configures this repository to be linked to a Git remote. */
|
|
558
564
|
gitRemoteSettings?: GitRemoteSettings;
|
|
565
|
+
/** 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. */
|
|
566
|
+
internalMetadata?: string;
|
|
559
567
|
/** 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
568
|
kmsKeyName?: string;
|
|
561
569
|
/** Optional. Repository user labels. */
|
|
@@ -650,6 +658,8 @@ declare namespace gapi.client {
|
|
|
650
658
|
createTime?: string;
|
|
651
659
|
/** Optional. Optional schedule (in cron format) for automatic execution of this workflow config. */
|
|
652
660
|
cronSchedule?: string;
|
|
661
|
+
/** 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. */
|
|
662
|
+
internalMetadata?: string;
|
|
653
663
|
/** Optional. If left unset, a default InvocationConfig will be used. */
|
|
654
664
|
invocationConfig?: InvocationConfig;
|
|
655
665
|
/** Identifier. The workflow config's name. */
|
|
@@ -668,6 +678,8 @@ declare namespace gapi.client {
|
|
|
668
678
|
compilationResult?: string;
|
|
669
679
|
/** Output only. Only set if the repository has a KMS Key. */
|
|
670
680
|
dataEncryptionState?: DataEncryptionState;
|
|
681
|
+
/** 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. */
|
|
682
|
+
internalMetadata?: string;
|
|
671
683
|
/** Immutable. If left unset, a default InvocationConfig will be used. */
|
|
672
684
|
invocationConfig?: InvocationConfig;
|
|
673
685
|
/** Output only. This workflow invocation's timing details. */
|
|
@@ -688,6 +700,8 @@ declare namespace gapi.client {
|
|
|
688
700
|
canonicalTarget?: Target;
|
|
689
701
|
/** Output only. If and only if action's state is FAILED a failure reason is set. */
|
|
690
702
|
failureReason?: string;
|
|
703
|
+
/** 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. */
|
|
704
|
+
internalMetadata?: string;
|
|
691
705
|
/** 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
706
|
invocationTiming?: Interval;
|
|
693
707
|
/** Output only. The workflow action's notebook action details. */
|
|
@@ -702,6 +716,8 @@ declare namespace gapi.client {
|
|
|
702
716
|
createTime?: string;
|
|
703
717
|
/** Output only. A data encryption state of a Git repository if this Workspace is protected by a KMS key. */
|
|
704
718
|
dataEncryptionState?: DataEncryptionState;
|
|
719
|
+
/** 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. */
|
|
720
|
+
internalMetadata?: string;
|
|
705
721
|
/** Identifier. The workspace's name. */
|
|
706
722
|
name?: string;
|
|
707
723
|
}
|
|
@@ -1027,7 +1043,7 @@ declare namespace gapi.client {
|
|
|
1027
1043
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1028
1044
|
uploadType?: string;
|
|
1029
1045
|
}): Request<ListReleaseConfigsResponse>;
|
|
1030
|
-
/** Updates a single ReleaseConfig.
|
|
1046
|
+
/** 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
1047
|
patch(request: {
|
|
1032
1048
|
/** V1 error format. */
|
|
1033
1049
|
'$.xgafv'?: string;
|
|
@@ -1238,7 +1254,7 @@ declare namespace gapi.client {
|
|
|
1238
1254
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1239
1255
|
uploadType?: string;
|
|
1240
1256
|
}): Request<ListWorkflowConfigsResponse>;
|
|
1241
|
-
/** Updates a single WorkflowConfig.
|
|
1257
|
+
/** 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
1258
|
patch(request: {
|
|
1243
1259
|
/** V1 error format. */
|
|
1244
1260
|
'$.xgafv'?: string;
|
|
@@ -2927,7 +2943,7 @@ declare namespace gapi.client {
|
|
|
2927
2943
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2928
2944
|
uploadType?: string;
|
|
2929
2945
|
}): Request<ListRepositoriesResponse>;
|
|
2930
|
-
/** Updates a single Repository.
|
|
2946
|
+
/** 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
2947
|
patch(request: {
|
|
2932
2948
|
/** V1 error format. */
|
|
2933
2949
|
'$.xgafv'?: string;
|
|
@@ -3209,7 +3225,7 @@ declare namespace gapi.client {
|
|
|
3209
3225
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3210
3226
|
uploadType?: string;
|
|
3211
3227
|
}): Request<ListLocationsResponse>;
|
|
3212
|
-
/** Update default config for a given project and location.
|
|
3228
|
+
/** 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
3229
|
updateConfig(request: {
|
|
3214
3230
|
/** V1 error format. */
|
|
3215
3231
|
'$.xgafv'?: string;
|