@maxim_mazurok/gapi.client.dataform-v1beta1 0.0.20240516 → 0.0.20240615
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 +63 -1
- 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: 20240615
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -801,6 +801,67 @@ declare namespace gapi.client {
|
|
|
801
801
|
body: TestIamPermissionsRequest
|
|
802
802
|
): Request<TestIamPermissionsResponse>;
|
|
803
803
|
}
|
|
804
|
+
interface CommentsResource {
|
|
805
|
+
/** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
|
|
806
|
+
getIamPolicy(request?: {
|
|
807
|
+
/** V1 error format. */
|
|
808
|
+
'$.xgafv'?: string;
|
|
809
|
+
/** OAuth access token. */
|
|
810
|
+
access_token?: string;
|
|
811
|
+
/** Data format for response. */
|
|
812
|
+
alt?: string;
|
|
813
|
+
/** JSONP */
|
|
814
|
+
callback?: string;
|
|
815
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
816
|
+
fields?: string;
|
|
817
|
+
/** 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. */
|
|
818
|
+
key?: string;
|
|
819
|
+
/** OAuth 2.0 token for the current user. */
|
|
820
|
+
oauth_token?: string;
|
|
821
|
+
/** 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). */
|
|
822
|
+
'options.requestedPolicyVersion'?: number;
|
|
823
|
+
/** Returns response with indentations and line breaks. */
|
|
824
|
+
prettyPrint?: boolean;
|
|
825
|
+
/** 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. */
|
|
826
|
+
quotaUser?: string;
|
|
827
|
+
/** 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. */
|
|
828
|
+
resource: string;
|
|
829
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
830
|
+
upload_protocol?: string;
|
|
831
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
832
|
+
uploadType?: string;
|
|
833
|
+
}): Request<Policy>;
|
|
834
|
+
/** Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors. */
|
|
835
|
+
setIamPolicy(
|
|
836
|
+
request: {
|
|
837
|
+
/** V1 error format. */
|
|
838
|
+
'$.xgafv'?: string;
|
|
839
|
+
/** OAuth access token. */
|
|
840
|
+
access_token?: string;
|
|
841
|
+
/** Data format for response. */
|
|
842
|
+
alt?: string;
|
|
843
|
+
/** JSONP */
|
|
844
|
+
callback?: string;
|
|
845
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
846
|
+
fields?: string;
|
|
847
|
+
/** 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. */
|
|
848
|
+
key?: string;
|
|
849
|
+
/** OAuth 2.0 token for the current user. */
|
|
850
|
+
oauth_token?: string;
|
|
851
|
+
/** Returns response with indentations and line breaks. */
|
|
852
|
+
prettyPrint?: boolean;
|
|
853
|
+
/** 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. */
|
|
854
|
+
quotaUser?: string;
|
|
855
|
+
/** 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. */
|
|
856
|
+
resource: string;
|
|
857
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
858
|
+
upload_protocol?: string;
|
|
859
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
860
|
+
uploadType?: string;
|
|
861
|
+
},
|
|
862
|
+
body: SetIamPolicyRequest
|
|
863
|
+
): Request<Policy>;
|
|
864
|
+
}
|
|
804
865
|
interface CommentThreadsResource {
|
|
805
866
|
/** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
|
|
806
867
|
getIamPolicy(request?: {
|
|
@@ -861,6 +922,7 @@ declare namespace gapi.client {
|
|
|
861
922
|
},
|
|
862
923
|
body: SetIamPolicyRequest
|
|
863
924
|
): Request<Policy>;
|
|
925
|
+
comments: CommentsResource;
|
|
864
926
|
}
|
|
865
927
|
interface CompilationResultsResource {
|
|
866
928
|
/** Creates a new CompilationResult in a given project and location. */
|