@maxim_mazurok/gapi.client.dataform-v1beta1 0.0.20241028 → 0.0.20241108
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 +6 -6
- 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: 20241108
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -406,7 +406,7 @@ declare namespace gapi.client {
|
|
|
406
406
|
interface OperationMetadata {
|
|
407
407
|
/** Output only. API version used to start the operation. */
|
|
408
408
|
apiVersion?: string;
|
|
409
|
-
/** Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1
|
|
409
|
+
/** Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have google.longrunning.Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. */
|
|
410
410
|
cancelRequested?: boolean;
|
|
411
411
|
/** Output only. The time the operation was created. */
|
|
412
412
|
createTime?: string;
|
|
@@ -1241,7 +1241,7 @@ declare namespace gapi.client {
|
|
|
1241
1241
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1242
1242
|
uploadType?: string;
|
|
1243
1243
|
}): Request<ListReleaseConfigsResponse>;
|
|
1244
|
-
/** Updates a single ReleaseConfig. */
|
|
1244
|
+
/** Updates a single ReleaseConfig. *Note:* This method does not fully implement AIP/134. In particular: 1. The wildcard entry (***) is treated as a bad request 2. When the *field_mask* is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields */
|
|
1245
1245
|
patch(request: {
|
|
1246
1246
|
/** V1 error format. */
|
|
1247
1247
|
'$.xgafv'?: string;
|
|
@@ -1452,7 +1452,7 @@ declare namespace gapi.client {
|
|
|
1452
1452
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1453
1453
|
uploadType?: string;
|
|
1454
1454
|
}): Request<ListWorkflowConfigsResponse>;
|
|
1455
|
-
/** Updates a single WorkflowConfig. */
|
|
1455
|
+
/** Updates a single WorkflowConfig. *Note:* This method does not fully implement AIP/134. In particular: 1. The wildcard entry (***) is treated as a bad request 2. When the *field_mask* is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields */
|
|
1456
1456
|
patch(request: {
|
|
1457
1457
|
/** V1 error format. */
|
|
1458
1458
|
'$.xgafv'?: string;
|
|
@@ -3141,7 +3141,7 @@ declare namespace gapi.client {
|
|
|
3141
3141
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3142
3142
|
uploadType?: string;
|
|
3143
3143
|
}): Request<ListRepositoriesResponse>;
|
|
3144
|
-
/** Updates a single Repository. */
|
|
3144
|
+
/** Updates a single Repository. *Note:* This method does not fully implement AIP/134. In particular: 1. The wildcard entry (***) is treated as a bad request 2. When the *field_mask* is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields */
|
|
3145
3145
|
patch(request: {
|
|
3146
3146
|
/** V1 error format. */
|
|
3147
3147
|
'$.xgafv'?: string;
|
|
@@ -3424,7 +3424,7 @@ declare namespace gapi.client {
|
|
|
3424
3424
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3425
3425
|
uploadType?: string;
|
|
3426
3426
|
}): Request<ListLocationsResponse>;
|
|
3427
|
-
/** Update default config for a given project and location. */
|
|
3427
|
+
/** Update default config for a given project and location. *Note:* This method does not fully implement AIP/134. In particular: 1. The wildcard entry (***) is treated as a bad request 2. When the *field_mask* is omitted, instead of only updating the set fields, the request is treated as a full update on all modifiable fields */
|
|
3428
3428
|
updateConfig(request: {
|
|
3429
3429
|
/** V1 error format. */
|
|
3430
3430
|
'$.xgafv'?: string;
|