@maxim_mazurok/gapi.client.dataform-v1beta1 0.0.20250724 → 0.1.20250817
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 +353 -2
- package/package.json +1 -1
- package/readme.md +2 -0
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: 20250817
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -85,6 +85,7 @@ declare namespace gapi.client {
|
|
|
85
85
|
/** Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles). */
|
|
86
86
|
role?: string;
|
|
87
87
|
}
|
|
88
|
+
interface CancelOperationRequest {}
|
|
88
89
|
interface CancelWorkflowInvocationRequest {}
|
|
89
90
|
interface CancelWorkflowInvocationResponse {}
|
|
90
91
|
interface CodeCompilationConfig {
|
|
@@ -390,6 +391,12 @@ declare namespace gapi.client {
|
|
|
390
391
|
/** The standard List next-page token. */
|
|
391
392
|
nextPageToken?: string;
|
|
392
393
|
}
|
|
394
|
+
interface ListOperationsResponse {
|
|
395
|
+
/** The standard List next-page token. */
|
|
396
|
+
nextPageToken?: string;
|
|
397
|
+
/** A list of operations that matches the specified filter in the request. */
|
|
398
|
+
operations?: Operation[];
|
|
399
|
+
}
|
|
393
400
|
interface ListReleaseConfigsResponse {
|
|
394
401
|
/** A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. */
|
|
395
402
|
nextPageToken?: string;
|
|
@@ -493,6 +500,18 @@ declare namespace gapi.client {
|
|
|
493
500
|
/** Optional. The Google Cloud Storage location to upload the result to. Format: `gs://bucket-name`. */
|
|
494
501
|
gcsOutputBucket?: string;
|
|
495
502
|
}
|
|
503
|
+
interface Operation {
|
|
504
|
+
/** If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available. */
|
|
505
|
+
done?: boolean;
|
|
506
|
+
/** The error result of the operation in case of failure or cancellation. */
|
|
507
|
+
error?: Status;
|
|
508
|
+
/** Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any. */
|
|
509
|
+
metadata?: {[P in string]: any};
|
|
510
|
+
/** The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`. */
|
|
511
|
+
name?: string;
|
|
512
|
+
/** The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`. */
|
|
513
|
+
response?: {[P in string]: any};
|
|
514
|
+
}
|
|
496
515
|
interface OperationMetadata {
|
|
497
516
|
/** Output only. API version used to start the operation. */
|
|
498
517
|
apiVersion?: string;
|
|
@@ -852,6 +871,244 @@ declare namespace gapi.client {
|
|
|
852
871
|
path?: string;
|
|
853
872
|
}
|
|
854
873
|
interface WriteFileResponse {}
|
|
874
|
+
interface FoldersResource {
|
|
875
|
+
/** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
|
|
876
|
+
getIamPolicy(request?: {
|
|
877
|
+
/** V1 error format. */
|
|
878
|
+
'$.xgafv'?: string;
|
|
879
|
+
/** OAuth access token. */
|
|
880
|
+
access_token?: string;
|
|
881
|
+
/** Data format for response. */
|
|
882
|
+
alt?: string;
|
|
883
|
+
/** JSONP */
|
|
884
|
+
callback?: string;
|
|
885
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
886
|
+
fields?: string;
|
|
887
|
+
/** 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. */
|
|
888
|
+
key?: string;
|
|
889
|
+
/** OAuth 2.0 token for the current user. */
|
|
890
|
+
oauth_token?: string;
|
|
891
|
+
/** 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). */
|
|
892
|
+
'options.requestedPolicyVersion'?: number;
|
|
893
|
+
/** Returns response with indentations and line breaks. */
|
|
894
|
+
prettyPrint?: boolean;
|
|
895
|
+
/** 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. */
|
|
896
|
+
quotaUser?: string;
|
|
897
|
+
/** 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. */
|
|
898
|
+
resource: string;
|
|
899
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
900
|
+
upload_protocol?: string;
|
|
901
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
902
|
+
uploadType?: string;
|
|
903
|
+
}): Request<Policy>;
|
|
904
|
+
/** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
|
|
905
|
+
setIamPolicy(
|
|
906
|
+
request: {
|
|
907
|
+
/** V1 error format. */
|
|
908
|
+
'$.xgafv'?: string;
|
|
909
|
+
/** OAuth access token. */
|
|
910
|
+
access_token?: string;
|
|
911
|
+
/** Data format for response. */
|
|
912
|
+
alt?: string;
|
|
913
|
+
/** JSONP */
|
|
914
|
+
callback?: string;
|
|
915
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
916
|
+
fields?: string;
|
|
917
|
+
/** 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. */
|
|
918
|
+
key?: string;
|
|
919
|
+
/** OAuth 2.0 token for the current user. */
|
|
920
|
+
oauth_token?: string;
|
|
921
|
+
/** Returns response with indentations and line breaks. */
|
|
922
|
+
prettyPrint?: boolean;
|
|
923
|
+
/** 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. */
|
|
924
|
+
quotaUser?: string;
|
|
925
|
+
/** 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. */
|
|
926
|
+
resource: string;
|
|
927
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
928
|
+
upload_protocol?: string;
|
|
929
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
930
|
+
uploadType?: string;
|
|
931
|
+
},
|
|
932
|
+
body: SetIamPolicyRequest,
|
|
933
|
+
): Request<Policy>;
|
|
934
|
+
/** 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. */
|
|
935
|
+
testIamPermissions(
|
|
936
|
+
request: {
|
|
937
|
+
/** V1 error format. */
|
|
938
|
+
'$.xgafv'?: string;
|
|
939
|
+
/** OAuth access token. */
|
|
940
|
+
access_token?: string;
|
|
941
|
+
/** Data format for response. */
|
|
942
|
+
alt?: string;
|
|
943
|
+
/** JSONP */
|
|
944
|
+
callback?: string;
|
|
945
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
946
|
+
fields?: string;
|
|
947
|
+
/** 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. */
|
|
948
|
+
key?: string;
|
|
949
|
+
/** OAuth 2.0 token for the current user. */
|
|
950
|
+
oauth_token?: string;
|
|
951
|
+
/** Returns response with indentations and line breaks. */
|
|
952
|
+
prettyPrint?: boolean;
|
|
953
|
+
/** 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. */
|
|
954
|
+
quotaUser?: string;
|
|
955
|
+
/** 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. */
|
|
956
|
+
resource: string;
|
|
957
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
958
|
+
upload_protocol?: string;
|
|
959
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
960
|
+
uploadType?: string;
|
|
961
|
+
},
|
|
962
|
+
body: TestIamPermissionsRequest,
|
|
963
|
+
): Request<TestIamPermissionsResponse>;
|
|
964
|
+
}
|
|
965
|
+
interface OperationsResource {
|
|
966
|
+
/** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. */
|
|
967
|
+
cancel(request: {
|
|
968
|
+
/** V1 error format. */
|
|
969
|
+
'$.xgafv'?: string;
|
|
970
|
+
/** OAuth access token. */
|
|
971
|
+
access_token?: string;
|
|
972
|
+
/** Data format for response. */
|
|
973
|
+
alt?: string;
|
|
974
|
+
/** JSONP */
|
|
975
|
+
callback?: string;
|
|
976
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
977
|
+
fields?: string;
|
|
978
|
+
/** 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. */
|
|
979
|
+
key?: string;
|
|
980
|
+
/** The name of the operation resource to be cancelled. */
|
|
981
|
+
name: string;
|
|
982
|
+
/** OAuth 2.0 token for the current user. */
|
|
983
|
+
oauth_token?: string;
|
|
984
|
+
/** Returns response with indentations and line breaks. */
|
|
985
|
+
prettyPrint?: boolean;
|
|
986
|
+
/** 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. */
|
|
987
|
+
quotaUser?: string;
|
|
988
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
989
|
+
upload_protocol?: string;
|
|
990
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
991
|
+
uploadType?: string;
|
|
992
|
+
/** Request body */
|
|
993
|
+
resource: CancelOperationRequest;
|
|
994
|
+
}): Request<{}>;
|
|
995
|
+
cancel(
|
|
996
|
+
request: {
|
|
997
|
+
/** V1 error format. */
|
|
998
|
+
'$.xgafv'?: string;
|
|
999
|
+
/** OAuth access token. */
|
|
1000
|
+
access_token?: string;
|
|
1001
|
+
/** Data format for response. */
|
|
1002
|
+
alt?: string;
|
|
1003
|
+
/** JSONP */
|
|
1004
|
+
callback?: string;
|
|
1005
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1006
|
+
fields?: string;
|
|
1007
|
+
/** 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. */
|
|
1008
|
+
key?: string;
|
|
1009
|
+
/** The name of the operation resource to be cancelled. */
|
|
1010
|
+
name: string;
|
|
1011
|
+
/** OAuth 2.0 token for the current user. */
|
|
1012
|
+
oauth_token?: string;
|
|
1013
|
+
/** Returns response with indentations and line breaks. */
|
|
1014
|
+
prettyPrint?: boolean;
|
|
1015
|
+
/** 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. */
|
|
1016
|
+
quotaUser?: string;
|
|
1017
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1018
|
+
upload_protocol?: string;
|
|
1019
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1020
|
+
uploadType?: string;
|
|
1021
|
+
},
|
|
1022
|
+
body: CancelOperationRequest,
|
|
1023
|
+
): Request<{}>;
|
|
1024
|
+
/** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */
|
|
1025
|
+
delete(request?: {
|
|
1026
|
+
/** V1 error format. */
|
|
1027
|
+
'$.xgafv'?: string;
|
|
1028
|
+
/** OAuth access token. */
|
|
1029
|
+
access_token?: string;
|
|
1030
|
+
/** Data format for response. */
|
|
1031
|
+
alt?: string;
|
|
1032
|
+
/** JSONP */
|
|
1033
|
+
callback?: string;
|
|
1034
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1035
|
+
fields?: string;
|
|
1036
|
+
/** 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. */
|
|
1037
|
+
key?: string;
|
|
1038
|
+
/** The name of the operation resource to be deleted. */
|
|
1039
|
+
name: string;
|
|
1040
|
+
/** OAuth 2.0 token for the current user. */
|
|
1041
|
+
oauth_token?: string;
|
|
1042
|
+
/** Returns response with indentations and line breaks. */
|
|
1043
|
+
prettyPrint?: boolean;
|
|
1044
|
+
/** 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. */
|
|
1045
|
+
quotaUser?: string;
|
|
1046
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1047
|
+
upload_protocol?: string;
|
|
1048
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1049
|
+
uploadType?: string;
|
|
1050
|
+
}): Request<{}>;
|
|
1051
|
+
/** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
|
|
1052
|
+
get(request?: {
|
|
1053
|
+
/** V1 error format. */
|
|
1054
|
+
'$.xgafv'?: string;
|
|
1055
|
+
/** OAuth access token. */
|
|
1056
|
+
access_token?: string;
|
|
1057
|
+
/** Data format for response. */
|
|
1058
|
+
alt?: string;
|
|
1059
|
+
/** JSONP */
|
|
1060
|
+
callback?: string;
|
|
1061
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1062
|
+
fields?: string;
|
|
1063
|
+
/** 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. */
|
|
1064
|
+
key?: string;
|
|
1065
|
+
/** The name of the operation resource. */
|
|
1066
|
+
name: string;
|
|
1067
|
+
/** OAuth 2.0 token for the current user. */
|
|
1068
|
+
oauth_token?: string;
|
|
1069
|
+
/** Returns response with indentations and line breaks. */
|
|
1070
|
+
prettyPrint?: boolean;
|
|
1071
|
+
/** 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. */
|
|
1072
|
+
quotaUser?: string;
|
|
1073
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1074
|
+
upload_protocol?: string;
|
|
1075
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1076
|
+
uploadType?: string;
|
|
1077
|
+
}): Request<Operation>;
|
|
1078
|
+
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
|
|
1079
|
+
list(request?: {
|
|
1080
|
+
/** V1 error format. */
|
|
1081
|
+
'$.xgafv'?: string;
|
|
1082
|
+
/** OAuth access token. */
|
|
1083
|
+
access_token?: string;
|
|
1084
|
+
/** Data format for response. */
|
|
1085
|
+
alt?: string;
|
|
1086
|
+
/** JSONP */
|
|
1087
|
+
callback?: string;
|
|
1088
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1089
|
+
fields?: string;
|
|
1090
|
+
/** The standard list filter. */
|
|
1091
|
+
filter?: string;
|
|
1092
|
+
/** 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. */
|
|
1093
|
+
key?: string;
|
|
1094
|
+
/** The name of the operation's parent resource. */
|
|
1095
|
+
name: string;
|
|
1096
|
+
/** OAuth 2.0 token for the current user. */
|
|
1097
|
+
oauth_token?: string;
|
|
1098
|
+
/** The standard list page size. */
|
|
1099
|
+
pageSize?: number;
|
|
1100
|
+
/** The standard list page token. */
|
|
1101
|
+
pageToken?: string;
|
|
1102
|
+
/** Returns response with indentations and line breaks. */
|
|
1103
|
+
prettyPrint?: boolean;
|
|
1104
|
+
/** 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. */
|
|
1105
|
+
quotaUser?: string;
|
|
1106
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1107
|
+
upload_protocol?: string;
|
|
1108
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1109
|
+
uploadType?: string;
|
|
1110
|
+
}): Request<ListOperationsResponse>;
|
|
1111
|
+
}
|
|
855
1112
|
interface CompilationResultsResource {
|
|
856
1113
|
/** Creates a new CompilationResult in a given project and location. */
|
|
857
1114
|
create(request: {
|
|
@@ -3249,6 +3506,97 @@ declare namespace gapi.client {
|
|
|
3249
3506
|
workflowInvocations: WorkflowInvocationsResource;
|
|
3250
3507
|
workspaces: WorkspacesResource;
|
|
3251
3508
|
}
|
|
3509
|
+
interface TeamFoldersResource {
|
|
3510
|
+
/** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
|
|
3511
|
+
getIamPolicy(request?: {
|
|
3512
|
+
/** V1 error format. */
|
|
3513
|
+
'$.xgafv'?: string;
|
|
3514
|
+
/** OAuth access token. */
|
|
3515
|
+
access_token?: string;
|
|
3516
|
+
/** Data format for response. */
|
|
3517
|
+
alt?: string;
|
|
3518
|
+
/** JSONP */
|
|
3519
|
+
callback?: string;
|
|
3520
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
3521
|
+
fields?: string;
|
|
3522
|
+
/** 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. */
|
|
3523
|
+
key?: string;
|
|
3524
|
+
/** OAuth 2.0 token for the current user. */
|
|
3525
|
+
oauth_token?: string;
|
|
3526
|
+
/** 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). */
|
|
3527
|
+
'options.requestedPolicyVersion'?: number;
|
|
3528
|
+
/** Returns response with indentations and line breaks. */
|
|
3529
|
+
prettyPrint?: boolean;
|
|
3530
|
+
/** 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. */
|
|
3531
|
+
quotaUser?: string;
|
|
3532
|
+
/** 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. */
|
|
3533
|
+
resource: string;
|
|
3534
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3535
|
+
upload_protocol?: string;
|
|
3536
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3537
|
+
uploadType?: string;
|
|
3538
|
+
}): Request<Policy>;
|
|
3539
|
+
/** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
|
|
3540
|
+
setIamPolicy(
|
|
3541
|
+
request: {
|
|
3542
|
+
/** V1 error format. */
|
|
3543
|
+
'$.xgafv'?: string;
|
|
3544
|
+
/** OAuth access token. */
|
|
3545
|
+
access_token?: string;
|
|
3546
|
+
/** Data format for response. */
|
|
3547
|
+
alt?: string;
|
|
3548
|
+
/** JSONP */
|
|
3549
|
+
callback?: string;
|
|
3550
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
3551
|
+
fields?: string;
|
|
3552
|
+
/** 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. */
|
|
3553
|
+
key?: string;
|
|
3554
|
+
/** OAuth 2.0 token for the current user. */
|
|
3555
|
+
oauth_token?: string;
|
|
3556
|
+
/** Returns response with indentations and line breaks. */
|
|
3557
|
+
prettyPrint?: boolean;
|
|
3558
|
+
/** 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. */
|
|
3559
|
+
quotaUser?: string;
|
|
3560
|
+
/** 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. */
|
|
3561
|
+
resource: string;
|
|
3562
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3563
|
+
upload_protocol?: string;
|
|
3564
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3565
|
+
uploadType?: string;
|
|
3566
|
+
},
|
|
3567
|
+
body: SetIamPolicyRequest,
|
|
3568
|
+
): Request<Policy>;
|
|
3569
|
+
/** 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. */
|
|
3570
|
+
testIamPermissions(
|
|
3571
|
+
request: {
|
|
3572
|
+
/** V1 error format. */
|
|
3573
|
+
'$.xgafv'?: string;
|
|
3574
|
+
/** OAuth access token. */
|
|
3575
|
+
access_token?: string;
|
|
3576
|
+
/** Data format for response. */
|
|
3577
|
+
alt?: string;
|
|
3578
|
+
/** JSONP */
|
|
3579
|
+
callback?: string;
|
|
3580
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
3581
|
+
fields?: string;
|
|
3582
|
+
/** 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. */
|
|
3583
|
+
key?: string;
|
|
3584
|
+
/** OAuth 2.0 token for the current user. */
|
|
3585
|
+
oauth_token?: string;
|
|
3586
|
+
/** Returns response with indentations and line breaks. */
|
|
3587
|
+
prettyPrint?: boolean;
|
|
3588
|
+
/** 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. */
|
|
3589
|
+
quotaUser?: string;
|
|
3590
|
+
/** 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. */
|
|
3591
|
+
resource: string;
|
|
3592
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3593
|
+
upload_protocol?: string;
|
|
3594
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3595
|
+
uploadType?: string;
|
|
3596
|
+
},
|
|
3597
|
+
body: TestIamPermissionsRequest,
|
|
3598
|
+
): Request<TestIamPermissionsResponse>;
|
|
3599
|
+
}
|
|
3252
3600
|
interface LocationsResource {
|
|
3253
3601
|
/** Gets information about a location. */
|
|
3254
3602
|
get(request?: {
|
|
@@ -3314,7 +3662,7 @@ declare namespace gapi.client {
|
|
|
3314
3662
|
alt?: string;
|
|
3315
3663
|
/** JSONP */
|
|
3316
3664
|
callback?: string;
|
|
3317
|
-
/** Optional.
|
|
3665
|
+
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. */
|
|
3318
3666
|
extraLocationTypes?: string | string[];
|
|
3319
3667
|
/** Selector specifying which fields to include in a partial response. */
|
|
3320
3668
|
fields?: string;
|
|
@@ -3401,7 +3749,10 @@ declare namespace gapi.client {
|
|
|
3401
3749
|
},
|
|
3402
3750
|
body: Config,
|
|
3403
3751
|
): Request<Config>;
|
|
3752
|
+
folders: FoldersResource;
|
|
3753
|
+
operations: OperationsResource;
|
|
3404
3754
|
repositories: RepositoriesResource;
|
|
3755
|
+
teamFolders: TeamFoldersResource;
|
|
3405
3756
|
}
|
|
3406
3757
|
interface ProjectsResource {
|
|
3407
3758
|
locations: LocationsResource;
|
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -74,3 +74,5 @@ After that you can use Dataform API resources: <!-- TODO: make this work for mul
|
|
|
74
74
|
```typescript
|
|
75
75
|
|
|
76
76
|
```
|
|
77
|
+
|
|
78
|
+
For provenance information see [Provenance section on NPM](https://www.npmjs.com/package/@maxim_mazurok/gapi.client.dataform-v1beta1#Provenance:~:text=none-,Provenance,-Built%20and%20signed)
|