Skip to content

Commit 0ec97e1

Browse files
feat(dataform): update the api
#### dataform:v1beta1 The following keys were added: - schemas.CompilationResult.properties.createTime (Total Keys: 3) - schemas.WorkflowConfig.properties.createTime (Total Keys: 3) - schemas.WorkflowConfig.properties.updateTime (Total Keys: 3)
1 parent 8d07b6c commit 0ec97e1

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

docs/dyn/dataform_v1beta1.projects.locations.repositories.compilationResults.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ <h3>Method Details</h3>
138138
&quot;stack&quot;: &quot;A String&quot;, # Output only. The error&#x27;s full stack trace.
139139
},
140140
],
141+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp of when the compilation result was created.
141142
&quot;dataEncryptionState&quot;: { # Describes encryption state of a resource. # Output only. Only set if the repository has a KMS Key.
142143
&quot;kmsKeyVersionName&quot;: &quot;A String&quot;, # The KMS key version name with which data of a resource is encrypted.
143144
},
@@ -185,6 +186,7 @@ <h3>Method Details</h3>
185186
&quot;stack&quot;: &quot;A String&quot;, # Output only. The error&#x27;s full stack trace.
186187
},
187188
],
189+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp of when the compilation result was created.
188190
&quot;dataEncryptionState&quot;: { # Describes encryption state of a resource. # Output only. Only set if the repository has a KMS Key.
189191
&quot;kmsKeyVersionName&quot;: &quot;A String&quot;, # The KMS key version name with which data of a resource is encrypted.
190192
},
@@ -239,6 +241,7 @@ <h3>Method Details</h3>
239241
&quot;stack&quot;: &quot;A String&quot;, # Output only. The error&#x27;s full stack trace.
240242
},
241243
],
244+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp of when the compilation result was created.
242245
&quot;dataEncryptionState&quot;: { # Describes encryption state of a resource. # Output only. Only set if the repository has a KMS Key.
243246
&quot;kmsKeyVersionName&quot;: &quot;A String&quot;, # The KMS key version name with which data of a resource is encrypted.
244247
},
@@ -299,6 +302,7 @@ <h3>Method Details</h3>
299302
&quot;stack&quot;: &quot;A String&quot;, # Output only. The error&#x27;s full stack trace.
300303
},
301304
],
305+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp of when the compilation result was created.
302306
&quot;dataEncryptionState&quot;: { # Describes encryption state of a resource. # Output only. Only set if the repository has a KMS Key.
303307
&quot;kmsKeyVersionName&quot;: &quot;A String&quot;, # The KMS key version name with which data of a resource is encrypted.
304308
},

docs/dyn/dataform_v1beta1.projects.locations.repositories.workflowConfigs.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ <h3>Method Details</h3>
111111
The object takes the form of:
112112

113113
{ # Represents a Dataform workflow configuration.
114+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp of when the WorkflowConfig was created.
114115
&quot;cronSchedule&quot;: &quot;A String&quot;, # Optional. Optional schedule (in cron format) for automatic execution of this workflow config.
115116
&quot;invocationConfig&quot;: { # Includes various configuration options for a workflow invocation. If both `included_targets` and `included_tags` are unset, all actions will be included. # Optional. If left unset, a default InvocationConfig will be used.
116117
&quot;fullyRefreshIncrementalTablesEnabled&quot;: True or False, # Optional. When set to true, any incremental tables will be fully refreshed.
@@ -146,6 +147,7 @@ <h3>Method Details</h3>
146147
],
147148
&quot;releaseConfig&quot;: &quot;A String&quot;, # Required. The name of the release config whose release_compilation_result should be executed. Must be in the format `projects/*/locations/*/repositories/*/releaseConfigs/*`.
148149
&quot;timeZone&quot;: &quot;A String&quot;, # 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.
150+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp of when the WorkflowConfig was last updated.
149151
}
150152

151153
workflowConfigId: string, Required. The ID to use for the workflow config, which will become the final component of the workflow config&#x27;s resource name.
@@ -158,6 +160,7 @@ <h3>Method Details</h3>
158160
An object of the form:
159161

160162
{ # Represents a Dataform workflow configuration.
163+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp of when the WorkflowConfig was created.
161164
&quot;cronSchedule&quot;: &quot;A String&quot;, # Optional. Optional schedule (in cron format) for automatic execution of this workflow config.
162165
&quot;invocationConfig&quot;: { # Includes various configuration options for a workflow invocation. If both `included_targets` and `included_tags` are unset, all actions will be included. # Optional. If left unset, a default InvocationConfig will be used.
163166
&quot;fullyRefreshIncrementalTablesEnabled&quot;: True or False, # Optional. When set to true, any incremental tables will be fully refreshed.
@@ -193,6 +196,7 @@ <h3>Method Details</h3>
193196
],
194197
&quot;releaseConfig&quot;: &quot;A String&quot;, # Required. The name of the release config whose release_compilation_result should be executed. Must be in the format `projects/*/locations/*/repositories/*/releaseConfigs/*`.
195198
&quot;timeZone&quot;: &quot;A String&quot;, # 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.
199+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp of when the WorkflowConfig was last updated.
196200
}</pre>
197201
</div>
198202

@@ -229,6 +233,7 @@ <h3>Method Details</h3>
229233
An object of the form:
230234

231235
{ # Represents a Dataform workflow configuration.
236+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp of when the WorkflowConfig was created.
232237
&quot;cronSchedule&quot;: &quot;A String&quot;, # Optional. Optional schedule (in cron format) for automatic execution of this workflow config.
233238
&quot;invocationConfig&quot;: { # Includes various configuration options for a workflow invocation. If both `included_targets` and `included_tags` are unset, all actions will be included. # Optional. If left unset, a default InvocationConfig will be used.
234239
&quot;fullyRefreshIncrementalTablesEnabled&quot;: True or False, # Optional. When set to true, any incremental tables will be fully refreshed.
@@ -264,6 +269,7 @@ <h3>Method Details</h3>
264269
],
265270
&quot;releaseConfig&quot;: &quot;A String&quot;, # Required. The name of the release config whose release_compilation_result should be executed. Must be in the format `projects/*/locations/*/repositories/*/releaseConfigs/*`.
266271
&quot;timeZone&quot;: &quot;A String&quot;, # 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.
272+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp of when the WorkflowConfig was last updated.
267273
}</pre>
268274
</div>
269275

@@ -290,6 +296,7 @@ <h3>Method Details</h3>
290296
],
291297
&quot;workflowConfigs&quot;: [ # List of workflow configs.
292298
{ # Represents a Dataform workflow configuration.
299+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp of when the WorkflowConfig was created.
293300
&quot;cronSchedule&quot;: &quot;A String&quot;, # Optional. Optional schedule (in cron format) for automatic execution of this workflow config.
294301
&quot;invocationConfig&quot;: { # Includes various configuration options for a workflow invocation. If both `included_targets` and `included_tags` are unset, all actions will be included. # Optional. If left unset, a default InvocationConfig will be used.
295302
&quot;fullyRefreshIncrementalTablesEnabled&quot;: True or False, # Optional. When set to true, any incremental tables will be fully refreshed.
@@ -325,6 +332,7 @@ <h3>Method Details</h3>
325332
],
326333
&quot;releaseConfig&quot;: &quot;A String&quot;, # Required. The name of the release config whose release_compilation_result should be executed. Must be in the format `projects/*/locations/*/repositories/*/releaseConfigs/*`.
327334
&quot;timeZone&quot;: &quot;A String&quot;, # 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.
335+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp of when the WorkflowConfig was last updated.
328336
},
329337
],
330338
}</pre>
@@ -354,6 +362,7 @@ <h3>Method Details</h3>
354362
The object takes the form of:
355363

356364
{ # Represents a Dataform workflow configuration.
365+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp of when the WorkflowConfig was created.
357366
&quot;cronSchedule&quot;: &quot;A String&quot;, # Optional. Optional schedule (in cron format) for automatic execution of this workflow config.
358367
&quot;invocationConfig&quot;: { # Includes various configuration options for a workflow invocation. If both `included_targets` and `included_tags` are unset, all actions will be included. # Optional. If left unset, a default InvocationConfig will be used.
359368
&quot;fullyRefreshIncrementalTablesEnabled&quot;: True or False, # Optional. When set to true, any incremental tables will be fully refreshed.
@@ -389,6 +398,7 @@ <h3>Method Details</h3>
389398
],
390399
&quot;releaseConfig&quot;: &quot;A String&quot;, # Required. The name of the release config whose release_compilation_result should be executed. Must be in the format `projects/*/locations/*/repositories/*/releaseConfigs/*`.
391400
&quot;timeZone&quot;: &quot;A String&quot;, # 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.
401+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp of when the WorkflowConfig was last updated.
392402
}
393403

394404
updateMask: string, Optional. Specifies the fields to be updated in the workflow config. If left unset, all fields will be updated.
@@ -401,6 +411,7 @@ <h3>Method Details</h3>
401411
An object of the form:
402412

403413
{ # Represents a Dataform workflow configuration.
414+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The timestamp of when the WorkflowConfig was created.
404415
&quot;cronSchedule&quot;: &quot;A String&quot;, # Optional. Optional schedule (in cron format) for automatic execution of this workflow config.
405416
&quot;invocationConfig&quot;: { # Includes various configuration options for a workflow invocation. If both `included_targets` and `included_tags` are unset, all actions will be included. # Optional. If left unset, a default InvocationConfig will be used.
406417
&quot;fullyRefreshIncrementalTablesEnabled&quot;: True or False, # Optional. When set to true, any incremental tables will be fully refreshed.
@@ -436,6 +447,7 @@ <h3>Method Details</h3>
436447
],
437448
&quot;releaseConfig&quot;: &quot;A String&quot;, # Required. The name of the release config whose release_compilation_result should be executed. Must be in the format `projects/*/locations/*/repositories/*/releaseConfigs/*`.
438449
&quot;timeZone&quot;: &quot;A String&quot;, # 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.
450+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The timestamp of when the WorkflowConfig was last updated.
439451
}</pre>
440452
</div>
441453

googleapiclient/discovery_cache/documents/dataform.v1beta1.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2236,7 +2236,7 @@
22362236
}
22372237
}
22382238
},
2239-
"revision": "20240621",
2239+
"revision": "20240629",
22402240
"rootUrl": "https://dataform.googleapis.com/",
22412241
"schemas": {
22422242
"Assertion": {
@@ -2543,6 +2543,12 @@
25432543
"readOnly": true,
25442544
"type": "array"
25452545
},
2546+
"createTime": {
2547+
"description": "Output only. The timestamp of when the compilation result was created.",
2548+
"format": "google-datetime",
2549+
"readOnly": true,
2550+
"type": "string"
2551+
},
25462552
"dataEncryptionState": {
25472553
"$ref": "DataEncryptionState",
25482554
"description": "Output only. Only set if the repository has a KMS Key.",
@@ -3983,6 +3989,12 @@
39833989
"description": "Represents a Dataform workflow configuration.",
39843990
"id": "WorkflowConfig",
39853991
"properties": {
3992+
"createTime": {
3993+
"description": "Output only. The timestamp of when the WorkflowConfig was created.",
3994+
"format": "google-datetime",
3995+
"readOnly": true,
3996+
"type": "string"
3997+
},
39863998
"cronSchedule": {
39873999
"description": "Optional. Optional schedule (in cron format) for automatic execution of this workflow config.",
39884000
"type": "string"
@@ -4010,6 +4022,12 @@
40104022
"timeZone": {
40114023
"description": "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.",
40124024
"type": "string"
4025+
},
4026+
"updateTime": {
4027+
"description": "Output only. The timestamp of when the WorkflowConfig was last updated.",
4028+
"format": "google-datetime",
4029+
"readOnly": true,
4030+
"type": "string"
40134031
}
40144032
},
40154033
"type": "object"

0 commit comments

Comments
 (0)