@maxim_mazurok/gapi.client.dataform-v1beta1 0.0.20241108 → 0.0.20241206

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -217
  2. 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: 20241108
12
+ // Revision: 20241206
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -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: {
@@ -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;
@@ -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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.dataform-v1beta1",
3
- "version": "0.0.20241108",
3
+ "version": "0.0.20241206",
4
4
  "description": "TypeScript typings for Dataform API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",