@maxim_mazurok/gapi.client.dataform-v1beta1 0.2.20260615 → 0.3.20260621
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 +17 -20
- 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: 20260621
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -162,7 +162,7 @@ declare namespace gapi.client {
|
|
|
162
162
|
}
|
|
163
163
|
interface CommitWorkspaceChangesResponse {}
|
|
164
164
|
interface CompilationError {
|
|
165
|
-
/** Output only. The identifier of the action where this error occurred, if available.
|
|
165
|
+
/** Output only. The identifier of the action where this error occurred, if available. */
|
|
166
166
|
actionTarget?: Target;
|
|
167
167
|
/** Output only. The error's top level message. */
|
|
168
168
|
message?: string;
|
|
@@ -375,20 +375,17 @@ declare namespace gapi.client {
|
|
|
375
375
|
interface GitRemoteSettings {
|
|
376
376
|
/** Optional. The name of the Secret Manager secret version to use as an authentication token for Git operations. Must be in the format `projects/*/secrets/*/versions/*`. */
|
|
377
377
|
authenticationTokenSecretVersion?: string;
|
|
378
|
-
/** Optional. The Git remote's default branch name. If not set `main` will be used. */
|
|
378
|
+
/** Optional. The Git remote's default branch name. If not set, `main` will be used. */
|
|
379
379
|
defaultBranch?: string;
|
|
380
380
|
/** Output only. The Git remote's effective default branch name. This is the default branch name of the Git remote if it is set, otherwise it is `main`. */
|
|
381
381
|
effectiveDefaultBranch?: string;
|
|
382
|
-
/** Optional. Resource name for the GitRepositoryLink used for machine credentials. Must be in the format `projects/*/locations/*/connections/*/gitRepositoryLinks/*` */
|
|
382
|
+
/** Optional. Resource name for the `GitRepositoryLink` used for machine credentials. Must be in the format `projects/*/locations/*/connections/*/gitRepositoryLinks/*` */
|
|
383
383
|
gitRepositoryLink?: string;
|
|
384
384
|
/** Optional. Authentication fields for remote uris using SSH protocol. */
|
|
385
385
|
sshAuthenticationConfig?: SshAuthenticationConfig;
|
|
386
386
|
/** Output only. Deprecated: The field does not contain any token status information. Instead use https://cloud.google.com/dataform/reference/rest/v1beta1/projects.locations.repositories/computeAccessTokenStatus */
|
|
387
387
|
tokenStatus?:
|
|
388
|
-
| '
|
|
389
|
-
| 'NOT_FOUND'
|
|
390
|
-
| 'INVALID'
|
|
391
|
-
| 'VALID';
|
|
388
|
+
'TOKEN_STATUS_UNSPECIFIED' | 'NOT_FOUND' | 'INVALID' | 'VALID';
|
|
392
389
|
/** Required. The Git remote's URL. */
|
|
393
390
|
url?: string;
|
|
394
391
|
}
|
|
@@ -445,7 +442,7 @@ declare namespace gapi.client {
|
|
|
445
442
|
compilationResults?: CompilationResult[];
|
|
446
443
|
/** A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. */
|
|
447
444
|
nextPageToken?: string;
|
|
448
|
-
/** Locations which could not be reached.
|
|
445
|
+
/** Locations which could not be reached. */
|
|
449
446
|
unreachable?: string[];
|
|
450
447
|
}
|
|
451
448
|
interface ListLocationsResponse {
|
|
@@ -467,7 +464,7 @@ declare namespace gapi.client {
|
|
|
467
464
|
nextPageToken?: string;
|
|
468
465
|
/** List of release configs. */
|
|
469
466
|
releaseConfigs?: ReleaseConfig[];
|
|
470
|
-
/** Locations which could not be reached.
|
|
467
|
+
/** Locations which could not be reached. */
|
|
471
468
|
unreachable?: string[];
|
|
472
469
|
}
|
|
473
470
|
interface ListRepositoriesResponse {
|
|
@@ -757,7 +754,7 @@ declare namespace gapi.client {
|
|
|
757
754
|
disabled?: boolean;
|
|
758
755
|
/** 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` */
|
|
759
756
|
gitCommitish?: string;
|
|
760
|
-
/** 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.
|
|
757
|
+
/** 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. */
|
|
761
758
|
internalMetadata?: string;
|
|
762
759
|
/** Identifier. The release config's name. */
|
|
763
760
|
name?: string;
|
|
@@ -1717,7 +1714,7 @@ declare namespace gapi.client {
|
|
|
1717
1714
|
fields?: string;
|
|
1718
1715
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1719
1716
|
key?: string;
|
|
1720
|
-
/** Required. The compilation result's name.
|
|
1717
|
+
/** Required. The compilation result's name. */
|
|
1721
1718
|
name: string;
|
|
1722
1719
|
/** OAuth 2.0 token for the current user. */
|
|
1723
1720
|
oauth_token?: string;
|
|
@@ -1742,7 +1739,7 @@ declare namespace gapi.client {
|
|
|
1742
1739
|
callback?: string;
|
|
1743
1740
|
/** Selector specifying which fields to include in a partial response. */
|
|
1744
1741
|
fields?: string;
|
|
1745
|
-
/** Optional. Filter for the returned list.
|
|
1742
|
+
/** Optional. Filter for the returned list. */
|
|
1746
1743
|
filter?: string;
|
|
1747
1744
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1748
1745
|
key?: string;
|
|
@@ -1822,7 +1819,7 @@ declare namespace gapi.client {
|
|
|
1822
1819
|
prettyPrint?: boolean;
|
|
1823
1820
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1824
1821
|
quotaUser?: string;
|
|
1825
|
-
/** Required. The ID to use for the release config, which will become the final component of the release config's resource name.
|
|
1822
|
+
/** Required. The ID to use for the release config, which will become the final component of the release config's resource name. */
|
|
1826
1823
|
releaseConfigId?: string;
|
|
1827
1824
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1828
1825
|
upload_protocol?: string;
|
|
@@ -1853,7 +1850,7 @@ declare namespace gapi.client {
|
|
|
1853
1850
|
prettyPrint?: boolean;
|
|
1854
1851
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1855
1852
|
quotaUser?: string;
|
|
1856
|
-
/** Required. The ID to use for the release config, which will become the final component of the release config's resource name.
|
|
1853
|
+
/** Required. The ID to use for the release config, which will become the final component of the release config's resource name. */
|
|
1857
1854
|
releaseConfigId?: string;
|
|
1858
1855
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1859
1856
|
upload_protocol?: string;
|
|
@@ -1876,7 +1873,7 @@ declare namespace gapi.client {
|
|
|
1876
1873
|
fields?: string;
|
|
1877
1874
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1878
1875
|
key?: string;
|
|
1879
|
-
/** Required. The release config's name.
|
|
1876
|
+
/** Required. The release config's name. */
|
|
1880
1877
|
name: string;
|
|
1881
1878
|
/** OAuth 2.0 token for the current user. */
|
|
1882
1879
|
oauth_token?: string;
|
|
@@ -1903,7 +1900,7 @@ declare namespace gapi.client {
|
|
|
1903
1900
|
fields?: string;
|
|
1904
1901
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1905
1902
|
key?: string;
|
|
1906
|
-
/** Required. The release config's name.
|
|
1903
|
+
/** Required. The release config's name. */
|
|
1907
1904
|
name: string;
|
|
1908
1905
|
/** OAuth 2.0 token for the current user. */
|
|
1909
1906
|
oauth_token?: string;
|
|
@@ -1934,7 +1931,7 @@ declare namespace gapi.client {
|
|
|
1934
1931
|
oauth_token?: string;
|
|
1935
1932
|
/** Optional. Maximum number of release configs to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default. */
|
|
1936
1933
|
pageSize?: number;
|
|
1937
|
-
/** Optional. Page token received from a previous `ListReleaseConfigs` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListReleaseConfigs`, with the exception of `page_size`, must match the call that provided the page token.
|
|
1934
|
+
/** Optional. Page token received from a previous `ListReleaseConfigs` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListReleaseConfigs`, with the exception of `page_size`, must match the call that provided the page token. */
|
|
1938
1935
|
pageToken?: string;
|
|
1939
1936
|
/** Required. The repository in which to list release configs. Must be in the format `projects/*/locations/*/repositories/*`. */
|
|
1940
1937
|
parent: string;
|
|
@@ -3703,7 +3700,7 @@ declare namespace gapi.client {
|
|
|
3703
3700
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3704
3701
|
uploadType?: string;
|
|
3705
3702
|
}): Request<{}>;
|
|
3706
|
-
/** Deletes a single
|
|
3703
|
+
/** Deletes a single repository asynchronously. */
|
|
3707
3704
|
deleteLongRunning(request: {
|
|
3708
3705
|
/** V1 error format. */
|
|
3709
3706
|
'$.xgafv'?: '1' | '2';
|
|
@@ -4485,7 +4482,7 @@ declare namespace gapi.client {
|
|
|
4485
4482
|
oauth_token?: string;
|
|
4486
4483
|
/** Optional. Field to additionally sort results by. Supported keywords: `display_name` (default), `create_time`, `last_modified_time`. Examples: * `orderBy="display_name"` * `orderBy="display_name desc"` */
|
|
4487
4484
|
orderBy?: string;
|
|
4488
|
-
/** Optional. Maximum number of TeamFolders to return. The server may return fewer items than requested. If unspecified, the server will pick a default of page_size = 50. */
|
|
4485
|
+
/** Optional. Maximum number of `TeamFolders` to return. The server may return fewer items than requested. If unspecified, the server will pick a default of `page_size` = 50. */
|
|
4489
4486
|
pageSize?: number;
|
|
4490
4487
|
/** Optional. Page token received from a previous `SearchTeamFolders` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchTeamFolders`, with the exception of `page_size`, must match the call that provided the page token. */
|
|
4491
4488
|
pageToken?: string;
|