@maxim_mazurok/gapi.client.dataform-v1beta1 0.0.20240121 → 0.0.20240203
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 -3
- 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: 20240203
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -140,7 +140,7 @@ declare namespace gapi.client {
|
|
|
140
140
|
gitCommitish?: string;
|
|
141
141
|
/** Output only. The compilation result's name. */
|
|
142
142
|
name?: string;
|
|
143
|
-
/** Immutable. The name of the release config to compile.
|
|
143
|
+
/** Immutable. The name of the release config to compile. Must be in the format `projects/*/locations/*/repositories/*/releaseConfigs/*`. */
|
|
144
144
|
releaseConfig?: string;
|
|
145
145
|
/** Output only. The fully resolved Git commit SHA of the code that was compiled. Not set for compilation results whose source is a workspace. */
|
|
146
146
|
resolvedGitCommitSha?: string;
|
|
@@ -491,7 +491,7 @@ declare namespace gapi.client {
|
|
|
491
491
|
name?: string;
|
|
492
492
|
/** Output only. Records of the 10 most recent scheduled release attempts, ordered in in descending order of `release_time`. Updated whenever automatic creation of a compilation result is triggered by cron_schedule. */
|
|
493
493
|
recentScheduledReleaseRecords?: ScheduledReleaseRecord[];
|
|
494
|
-
/** Optional. The name of the currently released compilation result for this release config. This value is updated when a compilation result is created from this release config, or when this resource is updated by API call (perhaps to roll back to an earlier release). The compilation result must have been created using this release config. Must be in the format `projects/*/locations/*/repositories/*/compilationResults/*`. */
|
|
494
|
+
/** Optional. The name of the currently released compilation result for this release config. This value is updated when a compilation result is automatically created from this release config (using cron_schedule), or when this resource is updated by API call (perhaps to roll back to an earlier release). The compilation result must have been created using this release config. Must be in the format `projects/*/locations/*/repositories/*/compilationResults/*`. */
|
|
495
495
|
releaseCompilationResult?: string;
|
|
496
496
|
/** 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. */
|
|
497
497
|
timeZone?: string;
|
|
@@ -505,6 +505,8 @@ declare namespace gapi.client {
|
|
|
505
505
|
path?: string;
|
|
506
506
|
}
|
|
507
507
|
interface Repository {
|
|
508
|
+
/** Output only. The timestamp of when the repository was created. */
|
|
509
|
+
createTime?: string;
|
|
508
510
|
/** Optional. The repository's user-friendly name. */
|
|
509
511
|
displayName?: string;
|
|
510
512
|
/** Optional. If set, configures this repository to be linked to a Git remote. */
|