@maxim_mazurok/gapi.client.dataform-v1beta1 0.0.20240621 → 0.0.20240706
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 +7 -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: 20240706
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -141,6 +141,8 @@ declare namespace gapi.client {
|
|
|
141
141
|
codeCompilationConfig?: CodeCompilationConfig;
|
|
142
142
|
/** Output only. Errors encountered during project compilation. */
|
|
143
143
|
compilationErrors?: CompilationError[];
|
|
144
|
+
/** Output only. The timestamp of when the compilation result was created. */
|
|
145
|
+
createTime?: string;
|
|
144
146
|
/** Output only. Only set if the repository has a KMS Key. */
|
|
145
147
|
dataEncryptionState?: DataEncryptionState;
|
|
146
148
|
/** Output only. The version of `@dataform/core` that was used for compilation. */
|
|
@@ -638,6 +640,8 @@ declare namespace gapi.client {
|
|
|
638
640
|
state?: string;
|
|
639
641
|
}
|
|
640
642
|
interface WorkflowConfig {
|
|
643
|
+
/** Output only. The timestamp of when the WorkflowConfig was created. */
|
|
644
|
+
createTime?: string;
|
|
641
645
|
/** Optional. Optional schedule (in cron format) for automatic execution of this workflow config. */
|
|
642
646
|
cronSchedule?: string;
|
|
643
647
|
/** Optional. If left unset, a default InvocationConfig will be used. */
|
|
@@ -650,6 +654,8 @@ declare namespace gapi.client {
|
|
|
650
654
|
releaseConfig?: string;
|
|
651
655
|
/** Optional. Specifies the time zone to be used when interpreting cron_schedule. Must be a time zone name from the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If left unspecified, the default is UTC. */
|
|
652
656
|
timeZone?: string;
|
|
657
|
+
/** Output only. The timestamp of when the WorkflowConfig was last updated. */
|
|
658
|
+
updateTime?: string;
|
|
653
659
|
}
|
|
654
660
|
interface WorkflowInvocation {
|
|
655
661
|
/** Immutable. The name of the compilation result to use for this invocation. Must be in the format `projects/*/locations/*/repositories/*/compilationResults/*`. */
|