@maxim_mazurok/gapi.client.dataform-v1beta1 0.1.20250822 → 0.1.20250917
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 +2 -402
- 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: 20250917
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -77,14 +77,6 @@ declare namespace gapi.client {
|
|
|
77
77
|
/** Output only. The generated BigQuery SQL script that will be executed. */
|
|
78
78
|
sqlScript?: string;
|
|
79
79
|
}
|
|
80
|
-
interface Binding {
|
|
81
|
-
/** The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */
|
|
82
|
-
condition?: Expr;
|
|
83
|
-
/** Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workforce identity pool. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All workforce identities in a group. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All workforce identities with a specific attribute value. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a workforce identity pool. * `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workload identity pool. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool group. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All identities in a workload identity pool with a certain attribute. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: Deleted single identity in a workforce identity pool. For example, `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`. */
|
|
84
|
-
members?: string[];
|
|
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
|
-
role?: string;
|
|
87
|
-
}
|
|
88
80
|
interface CancelOperationRequest {}
|
|
89
81
|
interface CancelWorkflowInvocationRequest {}
|
|
90
82
|
interface CancelWorkflowInvocationResponse {}
|
|
@@ -275,16 +267,6 @@ declare namespace gapi.client {
|
|
|
275
267
|
/** Error Table target. */
|
|
276
268
|
target?: Target;
|
|
277
269
|
}
|
|
278
|
-
interface Expr {
|
|
279
|
-
/** Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI. */
|
|
280
|
-
description?: string;
|
|
281
|
-
/** Textual representation of an expression in Common Expression Language syntax. */
|
|
282
|
-
expression?: string;
|
|
283
|
-
/** Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file. */
|
|
284
|
-
location?: string;
|
|
285
|
-
/** Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression. */
|
|
286
|
-
title?: string;
|
|
287
|
-
}
|
|
288
270
|
interface FetchFileDiffResponse {
|
|
289
271
|
/** The raw formatted Git diff for the file. */
|
|
290
272
|
formattedDiff?: string;
|
|
@@ -542,14 +524,6 @@ declare namespace gapi.client {
|
|
|
542
524
|
/** Arbitrary, user-defined tags on this action. */
|
|
543
525
|
tags?: string[];
|
|
544
526
|
}
|
|
545
|
-
interface Policy {
|
|
546
|
-
/** Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`. */
|
|
547
|
-
bindings?: Binding[];
|
|
548
|
-
/** `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. */
|
|
549
|
-
etag?: string;
|
|
550
|
-
/** Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */
|
|
551
|
-
version?: number;
|
|
552
|
-
}
|
|
553
527
|
interface PolicyName {
|
|
554
528
|
/** Identifies an instance of the type. ID format varies by type. The ID format is defined in the IAM .service file that defines the type, either in path_mapping or in a comment. */
|
|
555
529
|
id?: string;
|
|
@@ -731,10 +705,6 @@ declare namespace gapi.client {
|
|
|
731
705
|
/** Details when search result is a file. */
|
|
732
706
|
file?: FileSearchResult;
|
|
733
707
|
}
|
|
734
|
-
interface SetIamPolicyRequest {
|
|
735
|
-
/** REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might reject them. */
|
|
736
|
-
policy?: Policy;
|
|
737
|
-
}
|
|
738
708
|
interface SimpleLoadMode {}
|
|
739
709
|
interface SqlDefinition {
|
|
740
710
|
/** Error table configuration, */
|
|
@@ -766,14 +736,6 @@ declare namespace gapi.client {
|
|
|
766
736
|
/** Optional. The action's schema (BigQuery dataset ID), within `database`. */
|
|
767
737
|
schema?: string;
|
|
768
738
|
}
|
|
769
|
-
interface TestIamPermissionsRequest {
|
|
770
|
-
/** The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions). */
|
|
771
|
-
permissions?: string[];
|
|
772
|
-
}
|
|
773
|
-
interface TestIamPermissionsResponse {
|
|
774
|
-
/** A subset of `TestPermissionsRequest.permissions` that the caller is allowed. */
|
|
775
|
-
permissions?: string[];
|
|
776
|
-
}
|
|
777
739
|
interface UncommittedFileChange {
|
|
778
740
|
/** The file's full path including filename, relative to the workspace root. */
|
|
779
741
|
path?: string;
|
|
@@ -871,97 +833,6 @@ declare namespace gapi.client {
|
|
|
871
833
|
path?: string;
|
|
872
834
|
}
|
|
873
835
|
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
836
|
interface OperationsResource {
|
|
966
837
|
/** 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
838
|
cancel(request: {
|
|
@@ -2184,35 +2055,6 @@ declare namespace gapi.client {
|
|
|
2184
2055
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2185
2056
|
uploadType?: string;
|
|
2186
2057
|
}): Request<Workspace>;
|
|
2187
|
-
/** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
|
|
2188
|
-
getIamPolicy(request?: {
|
|
2189
|
-
/** V1 error format. */
|
|
2190
|
-
'$.xgafv'?: string;
|
|
2191
|
-
/** OAuth access token. */
|
|
2192
|
-
access_token?: string;
|
|
2193
|
-
/** Data format for response. */
|
|
2194
|
-
alt?: string;
|
|
2195
|
-
/** JSONP */
|
|
2196
|
-
callback?: string;
|
|
2197
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2198
|
-
fields?: string;
|
|
2199
|
-
/** 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. */
|
|
2200
|
-
key?: string;
|
|
2201
|
-
/** OAuth 2.0 token for the current user. */
|
|
2202
|
-
oauth_token?: string;
|
|
2203
|
-
/** 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). */
|
|
2204
|
-
'options.requestedPolicyVersion'?: number;
|
|
2205
|
-
/** Returns response with indentations and line breaks. */
|
|
2206
|
-
prettyPrint?: boolean;
|
|
2207
|
-
/** 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. */
|
|
2208
|
-
quotaUser?: string;
|
|
2209
|
-
/** 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. */
|
|
2210
|
-
resource: string;
|
|
2211
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2212
|
-
upload_protocol?: string;
|
|
2213
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2214
|
-
uploadType?: string;
|
|
2215
|
-
}): Request<Policy>;
|
|
2216
2058
|
/** Installs dependency NPM packages (inside a Workspace). */
|
|
2217
2059
|
installNpmPackages(request: {
|
|
2218
2060
|
/** V1 error format. */
|
|
@@ -2867,66 +2709,6 @@ declare namespace gapi.client {
|
|
|
2867
2709
|
/** Required. The workspace's name. */
|
|
2868
2710
|
workspace: string;
|
|
2869
2711
|
}): Request<SearchFilesResponse>;
|
|
2870
|
-
/** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
|
|
2871
|
-
setIamPolicy(
|
|
2872
|
-
request: {
|
|
2873
|
-
/** V1 error format. */
|
|
2874
|
-
'$.xgafv'?: string;
|
|
2875
|
-
/** OAuth access token. */
|
|
2876
|
-
access_token?: string;
|
|
2877
|
-
/** Data format for response. */
|
|
2878
|
-
alt?: string;
|
|
2879
|
-
/** JSONP */
|
|
2880
|
-
callback?: string;
|
|
2881
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2882
|
-
fields?: string;
|
|
2883
|
-
/** 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. */
|
|
2884
|
-
key?: string;
|
|
2885
|
-
/** OAuth 2.0 token for the current user. */
|
|
2886
|
-
oauth_token?: string;
|
|
2887
|
-
/** Returns response with indentations and line breaks. */
|
|
2888
|
-
prettyPrint?: boolean;
|
|
2889
|
-
/** 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. */
|
|
2890
|
-
quotaUser?: string;
|
|
2891
|
-
/** 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. */
|
|
2892
|
-
resource: string;
|
|
2893
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2894
|
-
upload_protocol?: string;
|
|
2895
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2896
|
-
uploadType?: string;
|
|
2897
|
-
},
|
|
2898
|
-
body: SetIamPolicyRequest,
|
|
2899
|
-
): Request<Policy>;
|
|
2900
|
-
/** 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. */
|
|
2901
|
-
testIamPermissions(
|
|
2902
|
-
request: {
|
|
2903
|
-
/** V1 error format. */
|
|
2904
|
-
'$.xgafv'?: string;
|
|
2905
|
-
/** OAuth access token. */
|
|
2906
|
-
access_token?: string;
|
|
2907
|
-
/** Data format for response. */
|
|
2908
|
-
alt?: string;
|
|
2909
|
-
/** JSONP */
|
|
2910
|
-
callback?: string;
|
|
2911
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2912
|
-
fields?: string;
|
|
2913
|
-
/** 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. */
|
|
2914
|
-
key?: string;
|
|
2915
|
-
/** OAuth 2.0 token for the current user. */
|
|
2916
|
-
oauth_token?: string;
|
|
2917
|
-
/** Returns response with indentations and line breaks. */
|
|
2918
|
-
prettyPrint?: boolean;
|
|
2919
|
-
/** 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. */
|
|
2920
|
-
quotaUser?: string;
|
|
2921
|
-
/** 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. */
|
|
2922
|
-
resource: string;
|
|
2923
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2924
|
-
upload_protocol?: string;
|
|
2925
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2926
|
-
uploadType?: string;
|
|
2927
|
-
},
|
|
2928
|
-
body: TestIamPermissionsRequest,
|
|
2929
|
-
): Request<TestIamPermissionsResponse>;
|
|
2930
2712
|
/** Writes to a file (inside a Workspace). */
|
|
2931
2713
|
writeFile(request: {
|
|
2932
2714
|
/** V1 error format. */
|
|
@@ -3248,35 +3030,6 @@ declare namespace gapi.client {
|
|
|
3248
3030
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3249
3031
|
uploadType?: string;
|
|
3250
3032
|
}): Request<Repository>;
|
|
3251
|
-
/** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
|
|
3252
|
-
getIamPolicy(request?: {
|
|
3253
|
-
/** V1 error format. */
|
|
3254
|
-
'$.xgafv'?: string;
|
|
3255
|
-
/** OAuth access token. */
|
|
3256
|
-
access_token?: string;
|
|
3257
|
-
/** Data format for response. */
|
|
3258
|
-
alt?: string;
|
|
3259
|
-
/** JSONP */
|
|
3260
|
-
callback?: string;
|
|
3261
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
3262
|
-
fields?: string;
|
|
3263
|
-
/** 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. */
|
|
3264
|
-
key?: string;
|
|
3265
|
-
/** OAuth 2.0 token for the current user. */
|
|
3266
|
-
oauth_token?: string;
|
|
3267
|
-
/** 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). */
|
|
3268
|
-
'options.requestedPolicyVersion'?: number;
|
|
3269
|
-
/** Returns response with indentations and line breaks. */
|
|
3270
|
-
prettyPrint?: boolean;
|
|
3271
|
-
/** 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. */
|
|
3272
|
-
quotaUser?: string;
|
|
3273
|
-
/** 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. */
|
|
3274
|
-
resource: string;
|
|
3275
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3276
|
-
upload_protocol?: string;
|
|
3277
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3278
|
-
uploadType?: string;
|
|
3279
|
-
}): Request<Policy>;
|
|
3280
3033
|
/** Lists Repositories in a given project and location. **Note:** *This method can return repositories not shown in the [Dataform UI](https://console.cloud.google.com/bigquery/dataform)*. */
|
|
3281
3034
|
list(request?: {
|
|
3282
3035
|
/** V1 error format. */
|
|
@@ -3440,163 +3193,12 @@ declare namespace gapi.client {
|
|
|
3440
3193
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3441
3194
|
uploadType?: string;
|
|
3442
3195
|
}): Request<ReadRepositoryFileResponse>;
|
|
3443
|
-
/** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
|
|
3444
|
-
setIamPolicy(
|
|
3445
|
-
request: {
|
|
3446
|
-
/** V1 error format. */
|
|
3447
|
-
'$.xgafv'?: string;
|
|
3448
|
-
/** OAuth access token. */
|
|
3449
|
-
access_token?: string;
|
|
3450
|
-
/** Data format for response. */
|
|
3451
|
-
alt?: string;
|
|
3452
|
-
/** JSONP */
|
|
3453
|
-
callback?: string;
|
|
3454
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
3455
|
-
fields?: string;
|
|
3456
|
-
/** 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. */
|
|
3457
|
-
key?: string;
|
|
3458
|
-
/** OAuth 2.0 token for the current user. */
|
|
3459
|
-
oauth_token?: string;
|
|
3460
|
-
/** Returns response with indentations and line breaks. */
|
|
3461
|
-
prettyPrint?: boolean;
|
|
3462
|
-
/** 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. */
|
|
3463
|
-
quotaUser?: string;
|
|
3464
|
-
/** 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. */
|
|
3465
|
-
resource: string;
|
|
3466
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3467
|
-
upload_protocol?: string;
|
|
3468
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3469
|
-
uploadType?: string;
|
|
3470
|
-
},
|
|
3471
|
-
body: SetIamPolicyRequest,
|
|
3472
|
-
): Request<Policy>;
|
|
3473
|
-
/** 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. */
|
|
3474
|
-
testIamPermissions(
|
|
3475
|
-
request: {
|
|
3476
|
-
/** V1 error format. */
|
|
3477
|
-
'$.xgafv'?: string;
|
|
3478
|
-
/** OAuth access token. */
|
|
3479
|
-
access_token?: string;
|
|
3480
|
-
/** Data format for response. */
|
|
3481
|
-
alt?: string;
|
|
3482
|
-
/** JSONP */
|
|
3483
|
-
callback?: string;
|
|
3484
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
3485
|
-
fields?: string;
|
|
3486
|
-
/** 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. */
|
|
3487
|
-
key?: string;
|
|
3488
|
-
/** OAuth 2.0 token for the current user. */
|
|
3489
|
-
oauth_token?: string;
|
|
3490
|
-
/** Returns response with indentations and line breaks. */
|
|
3491
|
-
prettyPrint?: boolean;
|
|
3492
|
-
/** 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. */
|
|
3493
|
-
quotaUser?: string;
|
|
3494
|
-
/** 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. */
|
|
3495
|
-
resource: string;
|
|
3496
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3497
|
-
upload_protocol?: string;
|
|
3498
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
3499
|
-
uploadType?: string;
|
|
3500
|
-
},
|
|
3501
|
-
body: TestIamPermissionsRequest,
|
|
3502
|
-
): Request<TestIamPermissionsResponse>;
|
|
3503
3196
|
compilationResults: CompilationResultsResource;
|
|
3504
3197
|
releaseConfigs: ReleaseConfigsResource;
|
|
3505
3198
|
workflowConfigs: WorkflowConfigsResource;
|
|
3506
3199
|
workflowInvocations: WorkflowInvocationsResource;
|
|
3507
3200
|
workspaces: WorkspacesResource;
|
|
3508
3201
|
}
|
|
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
|
-
}
|
|
3600
3202
|
interface LocationsResource {
|
|
3601
3203
|
/** Gets information about a location. */
|
|
3602
3204
|
get(request?: {
|
|
@@ -3662,7 +3264,7 @@ declare namespace gapi.client {
|
|
|
3662
3264
|
alt?: string;
|
|
3663
3265
|
/** JSONP */
|
|
3664
3266
|
callback?: string;
|
|
3665
|
-
/** Optional.
|
|
3267
|
+
/** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage. */
|
|
3666
3268
|
extraLocationTypes?: string | string[];
|
|
3667
3269
|
/** Selector specifying which fields to include in a partial response. */
|
|
3668
3270
|
fields?: string;
|
|
@@ -3749,10 +3351,8 @@ declare namespace gapi.client {
|
|
|
3749
3351
|
},
|
|
3750
3352
|
body: Config,
|
|
3751
3353
|
): Request<Config>;
|
|
3752
|
-
folders: FoldersResource;
|
|
3753
3354
|
operations: OperationsResource;
|
|
3754
3355
|
repositories: RepositoriesResource;
|
|
3755
|
-
teamFolders: TeamFoldersResource;
|
|
3756
3356
|
}
|
|
3757
3357
|
interface ProjectsResource {
|
|
3758
3358
|
locations: LocationsResource;
|