@maxim_mazurok/gapi.client.dataform-v1beta1 0.2.20260615 → 0.2.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 +16 -16
- 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,11 +375,11 @@ 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;
|
|
@@ -445,7 +445,7 @@ declare namespace gapi.client {
|
|
|
445
445
|
compilationResults?: CompilationResult[];
|
|
446
446
|
/** 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
447
|
nextPageToken?: string;
|
|
448
|
-
/** Locations which could not be reached.
|
|
448
|
+
/** Locations which could not be reached. */
|
|
449
449
|
unreachable?: string[];
|
|
450
450
|
}
|
|
451
451
|
interface ListLocationsResponse {
|
|
@@ -467,7 +467,7 @@ declare namespace gapi.client {
|
|
|
467
467
|
nextPageToken?: string;
|
|
468
468
|
/** List of release configs. */
|
|
469
469
|
releaseConfigs?: ReleaseConfig[];
|
|
470
|
-
/** Locations which could not be reached.
|
|
470
|
+
/** Locations which could not be reached. */
|
|
471
471
|
unreachable?: string[];
|
|
472
472
|
}
|
|
473
473
|
interface ListRepositoriesResponse {
|
|
@@ -757,7 +757,7 @@ declare namespace gapi.client {
|
|
|
757
757
|
disabled?: boolean;
|
|
758
758
|
/** 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
759
|
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.
|
|
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. */
|
|
761
761
|
internalMetadata?: string;
|
|
762
762
|
/** Identifier. The release config's name. */
|
|
763
763
|
name?: string;
|
|
@@ -1717,7 +1717,7 @@ declare namespace gapi.client {
|
|
|
1717
1717
|
fields?: string;
|
|
1718
1718
|
/** 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
1719
|
key?: string;
|
|
1720
|
-
/** Required. The compilation result's name.
|
|
1720
|
+
/** Required. The compilation result's name. */
|
|
1721
1721
|
name: string;
|
|
1722
1722
|
/** OAuth 2.0 token for the current user. */
|
|
1723
1723
|
oauth_token?: string;
|
|
@@ -1742,7 +1742,7 @@ declare namespace gapi.client {
|
|
|
1742
1742
|
callback?: string;
|
|
1743
1743
|
/** Selector specifying which fields to include in a partial response. */
|
|
1744
1744
|
fields?: string;
|
|
1745
|
-
/** Optional. Filter for the returned list.
|
|
1745
|
+
/** Optional. Filter for the returned list. */
|
|
1746
1746
|
filter?: string;
|
|
1747
1747
|
/** 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
1748
|
key?: string;
|
|
@@ -1822,7 +1822,7 @@ declare namespace gapi.client {
|
|
|
1822
1822
|
prettyPrint?: boolean;
|
|
1823
1823
|
/** 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
1824
|
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.
|
|
1825
|
+
/** Required. The ID to use for the release config, which will become the final component of the release config's resource name. */
|
|
1826
1826
|
releaseConfigId?: string;
|
|
1827
1827
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1828
1828
|
upload_protocol?: string;
|
|
@@ -1853,7 +1853,7 @@ declare namespace gapi.client {
|
|
|
1853
1853
|
prettyPrint?: boolean;
|
|
1854
1854
|
/** 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
1855
|
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.
|
|
1856
|
+
/** Required. The ID to use for the release config, which will become the final component of the release config's resource name. */
|
|
1857
1857
|
releaseConfigId?: string;
|
|
1858
1858
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1859
1859
|
upload_protocol?: string;
|
|
@@ -1876,7 +1876,7 @@ declare namespace gapi.client {
|
|
|
1876
1876
|
fields?: string;
|
|
1877
1877
|
/** 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
1878
|
key?: string;
|
|
1879
|
-
/** Required. The release config's name.
|
|
1879
|
+
/** Required. The release config's name. */
|
|
1880
1880
|
name: string;
|
|
1881
1881
|
/** OAuth 2.0 token for the current user. */
|
|
1882
1882
|
oauth_token?: string;
|
|
@@ -1903,7 +1903,7 @@ declare namespace gapi.client {
|
|
|
1903
1903
|
fields?: string;
|
|
1904
1904
|
/** 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
1905
|
key?: string;
|
|
1906
|
-
/** Required. The release config's name.
|
|
1906
|
+
/** Required. The release config's name. */
|
|
1907
1907
|
name: string;
|
|
1908
1908
|
/** OAuth 2.0 token for the current user. */
|
|
1909
1909
|
oauth_token?: string;
|
|
@@ -1934,7 +1934,7 @@ declare namespace gapi.client {
|
|
|
1934
1934
|
oauth_token?: string;
|
|
1935
1935
|
/** 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
1936
|
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.
|
|
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. */
|
|
1938
1938
|
pageToken?: string;
|
|
1939
1939
|
/** Required. The repository in which to list release configs. Must be in the format `projects/*/locations/*/repositories/*`. */
|
|
1940
1940
|
parent: string;
|
|
@@ -3703,7 +3703,7 @@ declare namespace gapi.client {
|
|
|
3703
3703
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3704
3704
|
uploadType?: string;
|
|
3705
3705
|
}): Request<{}>;
|
|
3706
|
-
/** Deletes a single
|
|
3706
|
+
/** Deletes a single repository asynchronously. */
|
|
3707
3707
|
deleteLongRunning(request: {
|
|
3708
3708
|
/** V1 error format. */
|
|
3709
3709
|
'$.xgafv'?: '1' | '2';
|
|
@@ -4485,7 +4485,7 @@ declare namespace gapi.client {
|
|
|
4485
4485
|
oauth_token?: string;
|
|
4486
4486
|
/** 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
4487
|
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. */
|
|
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. */
|
|
4489
4489
|
pageSize?: number;
|
|
4490
4490
|
/** 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
4491
|
pageToken?: string;
|