@maxim_mazurok/gapi.client.dataform-v1beta1 0.0.20241028 → 0.0.20241203
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 -222
- 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: 20241203
|
|
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;
|
|
@@ -724,220 +724,6 @@ declare namespace gapi.client {
|
|
|
724
724
|
path?: string;
|
|
725
725
|
}
|
|
726
726
|
interface WriteFileResponse {}
|
|
727
|
-
interface CollectionsResource {
|
|
728
|
-
/** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
|
|
729
|
-
getIamPolicy(request?: {
|
|
730
|
-
/** V1 error format. */
|
|
731
|
-
'$.xgafv'?: string;
|
|
732
|
-
/** OAuth access token. */
|
|
733
|
-
access_token?: string;
|
|
734
|
-
/** Data format for response. */
|
|
735
|
-
alt?: string;
|
|
736
|
-
/** JSONP */
|
|
737
|
-
callback?: string;
|
|
738
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
739
|
-
fields?: string;
|
|
740
|
-
/** 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. */
|
|
741
|
-
key?: string;
|
|
742
|
-
/** OAuth 2.0 token for the current user. */
|
|
743
|
-
oauth_token?: string;
|
|
744
|
-
/** Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */
|
|
745
|
-
'options.requestedPolicyVersion'?: number;
|
|
746
|
-
/** Returns response with indentations and line breaks. */
|
|
747
|
-
prettyPrint?: boolean;
|
|
748
|
-
/** 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. */
|
|
749
|
-
quotaUser?: string;
|
|
750
|
-
/** REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. */
|
|
751
|
-
resource: string;
|
|
752
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
753
|
-
upload_protocol?: string;
|
|
754
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
755
|
-
uploadType?: string;
|
|
756
|
-
}): Request<Policy>;
|
|
757
|
-
/** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
|
|
758
|
-
setIamPolicy(
|
|
759
|
-
request: {
|
|
760
|
-
/** V1 error format. */
|
|
761
|
-
'$.xgafv'?: string;
|
|
762
|
-
/** OAuth access token. */
|
|
763
|
-
access_token?: string;
|
|
764
|
-
/** Data format for response. */
|
|
765
|
-
alt?: string;
|
|
766
|
-
/** JSONP */
|
|
767
|
-
callback?: string;
|
|
768
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
769
|
-
fields?: string;
|
|
770
|
-
/** 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. */
|
|
771
|
-
key?: string;
|
|
772
|
-
/** OAuth 2.0 token for the current user. */
|
|
773
|
-
oauth_token?: string;
|
|
774
|
-
/** Returns response with indentations and line breaks. */
|
|
775
|
-
prettyPrint?: boolean;
|
|
776
|
-
/** 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. */
|
|
777
|
-
quotaUser?: string;
|
|
778
|
-
/** REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. */
|
|
779
|
-
resource: string;
|
|
780
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
781
|
-
upload_protocol?: string;
|
|
782
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
783
|
-
uploadType?: string;
|
|
784
|
-
},
|
|
785
|
-
body: SetIamPolicyRequest
|
|
786
|
-
): Request<Policy>;
|
|
787
|
-
/** Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning. */
|
|
788
|
-
testIamPermissions(
|
|
789
|
-
request: {
|
|
790
|
-
/** V1 error format. */
|
|
791
|
-
'$.xgafv'?: string;
|
|
792
|
-
/** OAuth access token. */
|
|
793
|
-
access_token?: string;
|
|
794
|
-
/** Data format for response. */
|
|
795
|
-
alt?: string;
|
|
796
|
-
/** JSONP */
|
|
797
|
-
callback?: string;
|
|
798
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
799
|
-
fields?: string;
|
|
800
|
-
/** 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. */
|
|
801
|
-
key?: string;
|
|
802
|
-
/** OAuth 2.0 token for the current user. */
|
|
803
|
-
oauth_token?: string;
|
|
804
|
-
/** Returns response with indentations and line breaks. */
|
|
805
|
-
prettyPrint?: boolean;
|
|
806
|
-
/** 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. */
|
|
807
|
-
quotaUser?: string;
|
|
808
|
-
/** REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. */
|
|
809
|
-
resource: string;
|
|
810
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
811
|
-
upload_protocol?: string;
|
|
812
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
813
|
-
uploadType?: string;
|
|
814
|
-
},
|
|
815
|
-
body: TestIamPermissionsRequest
|
|
816
|
-
): Request<TestIamPermissionsResponse>;
|
|
817
|
-
}
|
|
818
|
-
interface CommentsResource {
|
|
819
|
-
/** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
|
|
820
|
-
getIamPolicy(request?: {
|
|
821
|
-
/** V1 error format. */
|
|
822
|
-
'$.xgafv'?: string;
|
|
823
|
-
/** OAuth access token. */
|
|
824
|
-
access_token?: string;
|
|
825
|
-
/** Data format for response. */
|
|
826
|
-
alt?: string;
|
|
827
|
-
/** JSONP */
|
|
828
|
-
callback?: string;
|
|
829
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
830
|
-
fields?: string;
|
|
831
|
-
/** 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. */
|
|
832
|
-
key?: string;
|
|
833
|
-
/** OAuth 2.0 token for the current user. */
|
|
834
|
-
oauth_token?: string;
|
|
835
|
-
/** Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */
|
|
836
|
-
'options.requestedPolicyVersion'?: number;
|
|
837
|
-
/** Returns response with indentations and line breaks. */
|
|
838
|
-
prettyPrint?: boolean;
|
|
839
|
-
/** 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. */
|
|
840
|
-
quotaUser?: string;
|
|
841
|
-
/** REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. */
|
|
842
|
-
resource: string;
|
|
843
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
844
|
-
upload_protocol?: string;
|
|
845
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
846
|
-
uploadType?: string;
|
|
847
|
-
}): Request<Policy>;
|
|
848
|
-
/** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
|
|
849
|
-
setIamPolicy(
|
|
850
|
-
request: {
|
|
851
|
-
/** V1 error format. */
|
|
852
|
-
'$.xgafv'?: string;
|
|
853
|
-
/** OAuth access token. */
|
|
854
|
-
access_token?: string;
|
|
855
|
-
/** Data format for response. */
|
|
856
|
-
alt?: string;
|
|
857
|
-
/** JSONP */
|
|
858
|
-
callback?: string;
|
|
859
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
860
|
-
fields?: string;
|
|
861
|
-
/** 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. */
|
|
862
|
-
key?: string;
|
|
863
|
-
/** OAuth 2.0 token for the current user. */
|
|
864
|
-
oauth_token?: string;
|
|
865
|
-
/** Returns response with indentations and line breaks. */
|
|
866
|
-
prettyPrint?: boolean;
|
|
867
|
-
/** 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. */
|
|
868
|
-
quotaUser?: string;
|
|
869
|
-
/** REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. */
|
|
870
|
-
resource: string;
|
|
871
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
872
|
-
upload_protocol?: string;
|
|
873
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
874
|
-
uploadType?: string;
|
|
875
|
-
},
|
|
876
|
-
body: SetIamPolicyRequest
|
|
877
|
-
): Request<Policy>;
|
|
878
|
-
}
|
|
879
|
-
interface CommentThreadsResource {
|
|
880
|
-
/** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
|
|
881
|
-
getIamPolicy(request?: {
|
|
882
|
-
/** V1 error format. */
|
|
883
|
-
'$.xgafv'?: string;
|
|
884
|
-
/** OAuth access token. */
|
|
885
|
-
access_token?: string;
|
|
886
|
-
/** Data format for response. */
|
|
887
|
-
alt?: string;
|
|
888
|
-
/** JSONP */
|
|
889
|
-
callback?: string;
|
|
890
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
891
|
-
fields?: string;
|
|
892
|
-
/** 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. */
|
|
893
|
-
key?: string;
|
|
894
|
-
/** OAuth 2.0 token for the current user. */
|
|
895
|
-
oauth_token?: string;
|
|
896
|
-
/** Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */
|
|
897
|
-
'options.requestedPolicyVersion'?: number;
|
|
898
|
-
/** Returns response with indentations and line breaks. */
|
|
899
|
-
prettyPrint?: boolean;
|
|
900
|
-
/** 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. */
|
|
901
|
-
quotaUser?: string;
|
|
902
|
-
/** REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. */
|
|
903
|
-
resource: string;
|
|
904
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
905
|
-
upload_protocol?: string;
|
|
906
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
907
|
-
uploadType?: string;
|
|
908
|
-
}): Request<Policy>;
|
|
909
|
-
/** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
|
|
910
|
-
setIamPolicy(
|
|
911
|
-
request: {
|
|
912
|
-
/** V1 error format. */
|
|
913
|
-
'$.xgafv'?: string;
|
|
914
|
-
/** OAuth access token. */
|
|
915
|
-
access_token?: string;
|
|
916
|
-
/** Data format for response. */
|
|
917
|
-
alt?: string;
|
|
918
|
-
/** JSONP */
|
|
919
|
-
callback?: string;
|
|
920
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
921
|
-
fields?: string;
|
|
922
|
-
/** 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. */
|
|
923
|
-
key?: string;
|
|
924
|
-
/** OAuth 2.0 token for the current user. */
|
|
925
|
-
oauth_token?: string;
|
|
926
|
-
/** Returns response with indentations and line breaks. */
|
|
927
|
-
prettyPrint?: boolean;
|
|
928
|
-
/** 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. */
|
|
929
|
-
quotaUser?: string;
|
|
930
|
-
/** REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. */
|
|
931
|
-
resource: string;
|
|
932
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
933
|
-
upload_protocol?: string;
|
|
934
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
935
|
-
uploadType?: string;
|
|
936
|
-
},
|
|
937
|
-
body: SetIamPolicyRequest
|
|
938
|
-
): Request<Policy>;
|
|
939
|
-
comments: CommentsResource;
|
|
940
|
-
}
|
|
941
727
|
interface CompilationResultsResource {
|
|
942
728
|
/** Creates a new CompilationResult in a given project and location. */
|
|
943
729
|
create(request: {
|
|
@@ -1241,7 +1027,7 @@ declare namespace gapi.client {
|
|
|
1241
1027
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1242
1028
|
uploadType?: string;
|
|
1243
1029
|
}): Request<ListReleaseConfigsResponse>;
|
|
1244
|
-
/** Updates a single ReleaseConfig. */
|
|
1030
|
+
/** 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
1031
|
patch(request: {
|
|
1246
1032
|
/** V1 error format. */
|
|
1247
1033
|
'$.xgafv'?: string;
|
|
@@ -1452,7 +1238,7 @@ declare namespace gapi.client {
|
|
|
1452
1238
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1453
1239
|
uploadType?: string;
|
|
1454
1240
|
}): Request<ListWorkflowConfigsResponse>;
|
|
1455
|
-
/** Updates a single WorkflowConfig. */
|
|
1241
|
+
/** 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
1242
|
patch(request: {
|
|
1457
1243
|
/** V1 error format. */
|
|
1458
1244
|
'$.xgafv'?: string;
|
|
@@ -3141,7 +2927,7 @@ declare namespace gapi.client {
|
|
|
3141
2927
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3142
2928
|
uploadType?: string;
|
|
3143
2929
|
}): Request<ListRepositoriesResponse>;
|
|
3144
|
-
/** Updates a single Repository. */
|
|
2930
|
+
/** 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
2931
|
patch(request: {
|
|
3146
2932
|
/** V1 error format. */
|
|
3147
2933
|
'$.xgafv'?: string;
|
|
@@ -3329,7 +3115,6 @@ declare namespace gapi.client {
|
|
|
3329
3115
|
},
|
|
3330
3116
|
body: TestIamPermissionsRequest
|
|
3331
3117
|
): Request<TestIamPermissionsResponse>;
|
|
3332
|
-
commentThreads: CommentThreadsResource;
|
|
3333
3118
|
compilationResults: CompilationResultsResource;
|
|
3334
3119
|
releaseConfigs: ReleaseConfigsResource;
|
|
3335
3120
|
workflowConfigs: WorkflowConfigsResource;
|
|
@@ -3424,7 +3209,7 @@ declare namespace gapi.client {
|
|
|
3424
3209
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3425
3210
|
uploadType?: string;
|
|
3426
3211
|
}): Request<ListLocationsResponse>;
|
|
3427
|
-
/** Update default config for a given project and location. */
|
|
3212
|
+
/** 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
3213
|
updateConfig(request: {
|
|
3429
3214
|
/** V1 error format. */
|
|
3430
3215
|
'$.xgafv'?: string;
|
|
@@ -3486,7 +3271,6 @@ declare namespace gapi.client {
|
|
|
3486
3271
|
},
|
|
3487
3272
|
body: Config
|
|
3488
3273
|
): Request<Config>;
|
|
3489
|
-
collections: CollectionsResource;
|
|
3490
3274
|
repositories: RepositoriesResource;
|
|
3491
3275
|
}
|
|
3492
3276
|
interface ProjectsResource {
|