@maxim_mazurok/gapi.client.workflowexecutions-v1 0.0.20250128 → 0.0.20250211
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://workflowexecutions.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250211
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -68,7 +68,7 @@ declare namespace gapi.client {
|
|
|
68
68
|
endTime?: string;
|
|
69
69
|
/** Output only. The error which caused the execution to finish prematurely. The value is only present if the execution's state is `FAILED` or `CANCELLED`. */
|
|
70
70
|
error?: Error;
|
|
71
|
-
/** Optional. Describes the
|
|
71
|
+
/** Optional. Describes the execution history level to apply to this execution. If not specified, the execution history level is determined by its workflow's execution history level. If the levels are different, the executionHistoryLevel overrides the workflow's execution history level for this execution. */
|
|
72
72
|
executionHistoryLevel?: string;
|
|
73
73
|
/** Labels associated with this execution. Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores, and dashes. Label keys must start with a letter. International characters are allowed. By default, labels are inherited from the workflow but are overridden by any labels associated with the execution. */
|
|
74
74
|
labels?: {[P in string]: string};
|
|
@@ -178,7 +178,7 @@ declare namespace gapi.client {
|
|
|
178
178
|
exception?: Exception;
|
|
179
179
|
/** Output only. The full resource name of the step entry. Each step entry has a unique entry ID, which is a monotonically increasing counter. Step entry names have the format: `projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}/stepEntries/{step_entry}`. */
|
|
180
180
|
name?: string;
|
|
181
|
-
/** Output only. The NavigationInfo associated
|
|
181
|
+
/** Output only. The NavigationInfo associated with this step. */
|
|
182
182
|
navigationInfo?: NavigationInfo;
|
|
183
183
|
/** Output only. The name of the routine this step entry belongs to. A routine name is the subworkflow name defined in the YAML source code. The top level routine name is `main`. */
|
|
184
184
|
routine?: string;
|
|
@@ -186,13 +186,13 @@ declare namespace gapi.client {
|
|
|
186
186
|
state?: string;
|
|
187
187
|
/** Output only. The name of the step this step entry belongs to. */
|
|
188
188
|
step?: string;
|
|
189
|
-
/** Output only. The StepEntryMetadata associated
|
|
189
|
+
/** Output only. The StepEntryMetadata associated with this step. */
|
|
190
190
|
stepEntryMetadata?: StepEntryMetadata;
|
|
191
191
|
/** Output only. The type of the step this step entry belongs to. */
|
|
192
192
|
stepType?: string;
|
|
193
193
|
/** Output only. The most recently updated time of the step entry. */
|
|
194
194
|
updateTime?: string;
|
|
195
|
-
/** Output only. The VariableData associated
|
|
195
|
+
/** Output only. The VariableData associated with this step. */
|
|
196
196
|
variableData?: VariableData;
|
|
197
197
|
}
|
|
198
198
|
interface StepEntryMetadata {
|