@maxim_mazurok/gapi.client.bigquery-v2 0.0.20241027 → 0.0.20241115
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 +10 -8
- 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://bigquery.googleapis.com/$discovery/rest?version=v2
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20241115
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -2186,6 +2186,8 @@ declare namespace gapi.client {
|
|
|
2186
2186
|
lastModifiedTime?: string;
|
|
2187
2187
|
/** Output only. The geographic location where the table resides. This value is inherited from the dataset. */
|
|
2188
2188
|
location?: string;
|
|
2189
|
+
/** Optional. If set, overrides the default managed table type configured in the dataset. */
|
|
2190
|
+
managedTableType?: string;
|
|
2189
2191
|
/** Optional. The materialized view definition. */
|
|
2190
2192
|
materializedView?: MaterializedViewDefinition;
|
|
2191
2193
|
/** Output only. The materialized view status. */
|
|
@@ -2752,7 +2754,7 @@ declare namespace gapi.client {
|
|
|
2752
2754
|
'$.xgafv'?: string;
|
|
2753
2755
|
/** OAuth access token. */
|
|
2754
2756
|
access_token?: string;
|
|
2755
|
-
/** Optional. The version of the access policy schema to fetch. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for conditional access policy binding in datasets must specify version 3. Dataset with no conditional role bindings in access policy may specify any valid value or leave the field unset. This field will be
|
|
2757
|
+
/** Optional. The version of the access policy schema to fetch. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for conditional access policy binding in datasets must specify version 3. Dataset with no conditional role bindings in access policy may specify any valid value or leave the field unset. This field will be mapped to [IAM Policy version] (https://cloud.google.com/iam/docs/policies#versions) and will be used to fetch policy from IAM. If unset or if 0 or 1 value is used for dataset with conditional bindings, access entry with condition will have role string appended by 'withcond' string followed by a hash value. For example : { "access": [ { "role": "roles/bigquery.dataViewer_with_conditionalbinding_7a34awqsda", "userByEmail": "user@example.com", } ] } Please refer https://cloud.google.com/iam/docs/troubleshooting-withcond for more details. */
|
|
2756
2758
|
accessPolicyVersion?: number;
|
|
2757
2759
|
/** Data format for response. */
|
|
2758
2760
|
alt?: string;
|
|
@@ -2785,7 +2787,7 @@ declare namespace gapi.client {
|
|
|
2785
2787
|
'$.xgafv'?: string;
|
|
2786
2788
|
/** OAuth access token. */
|
|
2787
2789
|
access_token?: string;
|
|
2788
|
-
/** Optional. The version of the provided access policy schema. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. This version refers to the schema version of the access policy and not the version of access policy. This field's value can be equal or more than the access policy schema provided in the request. For example, * Requests with conditional access policy binding in datasets must specify version 3. * But dataset with no conditional role bindings in access policy may specify any valid value or leave the field unset. If unset or if 0 or 1 value is used for dataset with conditional bindings, request will be rejected. This field will be
|
|
2790
|
+
/** Optional. The version of the provided access policy schema. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. This version refers to the schema version of the access policy and not the version of access policy. This field's value can be equal or more than the access policy schema provided in the request. For example, * Requests with conditional access policy binding in datasets must specify version 3. * But dataset with no conditional role bindings in access policy may specify any valid value or leave the field unset. If unset or if 0 or 1 value is used for dataset with conditional bindings, request will be rejected. This field will be mapped to IAM Policy version (https://cloud.google.com/iam/docs/policies#versions) and will be used to set policy in IAM. */
|
|
2789
2791
|
accessPolicyVersion?: number;
|
|
2790
2792
|
/** Data format for response. */
|
|
2791
2793
|
alt?: string;
|
|
@@ -2816,7 +2818,7 @@ declare namespace gapi.client {
|
|
|
2816
2818
|
'$.xgafv'?: string;
|
|
2817
2819
|
/** OAuth access token. */
|
|
2818
2820
|
access_token?: string;
|
|
2819
|
-
/** Optional. The version of the provided access policy schema. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. This version refers to the schema version of the access policy and not the version of access policy. This field's value can be equal or more than the access policy schema provided in the request. For example, * Requests with conditional access policy binding in datasets must specify version 3. * But dataset with no conditional role bindings in access policy may specify any valid value or leave the field unset. If unset or if 0 or 1 value is used for dataset with conditional bindings, request will be rejected. This field will be
|
|
2821
|
+
/** Optional. The version of the provided access policy schema. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. This version refers to the schema version of the access policy and not the version of access policy. This field's value can be equal or more than the access policy schema provided in the request. For example, * Requests with conditional access policy binding in datasets must specify version 3. * But dataset with no conditional role bindings in access policy may specify any valid value or leave the field unset. If unset or if 0 or 1 value is used for dataset with conditional bindings, request will be rejected. This field will be mapped to IAM Policy version (https://cloud.google.com/iam/docs/policies#versions) and will be used to set policy in IAM. */
|
|
2820
2822
|
accessPolicyVersion?: number;
|
|
2821
2823
|
/** Data format for response. */
|
|
2822
2824
|
alt?: string;
|
|
@@ -2882,7 +2884,7 @@ declare namespace gapi.client {
|
|
|
2882
2884
|
'$.xgafv'?: string;
|
|
2883
2885
|
/** OAuth access token. */
|
|
2884
2886
|
access_token?: string;
|
|
2885
|
-
/** Optional. The version of the provided access policy schema. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. This version refers to the schema version of the access policy and not the version of access policy. This field's value can be equal or more than the access policy schema provided in the request. For example, * Operations updating conditional access policy binding in datasets must specify version 3. Some of the operations are : - Adding a new access policy entry with condition. - Removing an access policy entry with condition. - Updating an access policy entry with condition. * But dataset with no conditional role bindings in access policy may specify any valid value or leave the field unset. If unset or if 0 or 1 value is used for dataset with conditional bindings, request will be rejected. This field will be
|
|
2887
|
+
/** Optional. The version of the provided access policy schema. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. This version refers to the schema version of the access policy and not the version of access policy. This field's value can be equal or more than the access policy schema provided in the request. For example, * Operations updating conditional access policy binding in datasets must specify version 3. Some of the operations are : - Adding a new access policy entry with condition. - Removing an access policy entry with condition. - Updating an access policy entry with condition. * But dataset with no conditional role bindings in access policy may specify any valid value or leave the field unset. If unset or if 0 or 1 value is used for dataset with conditional bindings, request will be rejected. This field will be mapped to IAM Policy version (https://cloud.google.com/iam/docs/policies#versions) and will be used to set policy in IAM. */
|
|
2886
2888
|
accessPolicyVersion?: number;
|
|
2887
2889
|
/** Data format for response. */
|
|
2888
2890
|
alt?: string;
|
|
@@ -2915,7 +2917,7 @@ declare namespace gapi.client {
|
|
|
2915
2917
|
'$.xgafv'?: string;
|
|
2916
2918
|
/** OAuth access token. */
|
|
2917
2919
|
access_token?: string;
|
|
2918
|
-
/** Optional. The version of the provided access policy schema. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. This version refers to the schema version of the access policy and not the version of access policy. This field's value can be equal or more than the access policy schema provided in the request. For example, * Operations updating conditional access policy binding in datasets must specify version 3. Some of the operations are : - Adding a new access policy entry with condition. - Removing an access policy entry with condition. - Updating an access policy entry with condition. * But dataset with no conditional role bindings in access policy may specify any valid value or leave the field unset. If unset or if 0 or 1 value is used for dataset with conditional bindings, request will be rejected. This field will be
|
|
2920
|
+
/** Optional. The version of the provided access policy schema. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. This version refers to the schema version of the access policy and not the version of access policy. This field's value can be equal or more than the access policy schema provided in the request. For example, * Operations updating conditional access policy binding in datasets must specify version 3. Some of the operations are : - Adding a new access policy entry with condition. - Removing an access policy entry with condition. - Updating an access policy entry with condition. * But dataset with no conditional role bindings in access policy may specify any valid value or leave the field unset. If unset or if 0 or 1 value is used for dataset with conditional bindings, request will be rejected. This field will be mapped to IAM Policy version (https://cloud.google.com/iam/docs/policies#versions) and will be used to set policy in IAM. */
|
|
2919
2921
|
accessPolicyVersion?: number;
|
|
2920
2922
|
/** Data format for response. */
|
|
2921
2923
|
alt?: string;
|
|
@@ -3010,7 +3012,7 @@ declare namespace gapi.client {
|
|
|
3010
3012
|
'$.xgafv'?: string;
|
|
3011
3013
|
/** OAuth access token. */
|
|
3012
3014
|
access_token?: string;
|
|
3013
|
-
/** Optional. The version of the provided access policy schema. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. This version refers to the schema version of the access policy and not the version of access policy. This field's value can be equal or more than the access policy schema provided in the request. For example, * Operations updating conditional access policy binding in datasets must specify version 3. Some of the operations are : - Adding a new access policy entry with condition. - Removing an access policy entry with condition. - Updating an access policy entry with condition. * But dataset with no conditional role bindings in access policy may specify any valid value or leave the field unset. If unset or if 0 or 1 value is used for dataset with conditional bindings, request will be rejected. This field will be
|
|
3015
|
+
/** Optional. The version of the provided access policy schema. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. This version refers to the schema version of the access policy and not the version of access policy. This field's value can be equal or more than the access policy schema provided in the request. For example, * Operations updating conditional access policy binding in datasets must specify version 3. Some of the operations are : - Adding a new access policy entry with condition. - Removing an access policy entry with condition. - Updating an access policy entry with condition. * But dataset with no conditional role bindings in access policy may specify any valid value or leave the field unset. If unset or if 0 or 1 value is used for dataset with conditional bindings, request will be rejected. This field will be mapped to IAM Policy version (https://cloud.google.com/iam/docs/policies#versions) and will be used to set policy in IAM. */
|
|
3014
3016
|
accessPolicyVersion?: number;
|
|
3015
3017
|
/** Data format for response. */
|
|
3016
3018
|
alt?: string;
|
|
@@ -3043,7 +3045,7 @@ declare namespace gapi.client {
|
|
|
3043
3045
|
'$.xgafv'?: string;
|
|
3044
3046
|
/** OAuth access token. */
|
|
3045
3047
|
access_token?: string;
|
|
3046
|
-
/** Optional. The version of the provided access policy schema. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. This version refers to the schema version of the access policy and not the version of access policy. This field's value can be equal or more than the access policy schema provided in the request. For example, * Operations updating conditional access policy binding in datasets must specify version 3. Some of the operations are : - Adding a new access policy entry with condition. - Removing an access policy entry with condition. - Updating an access policy entry with condition. * But dataset with no conditional role bindings in access policy may specify any valid value or leave the field unset. If unset or if 0 or 1 value is used for dataset with conditional bindings, request will be rejected. This field will be
|
|
3048
|
+
/** Optional. The version of the provided access policy schema. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. This version refers to the schema version of the access policy and not the version of access policy. This field's value can be equal or more than the access policy schema provided in the request. For example, * Operations updating conditional access policy binding in datasets must specify version 3. Some of the operations are : - Adding a new access policy entry with condition. - Removing an access policy entry with condition. - Updating an access policy entry with condition. * But dataset with no conditional role bindings in access policy may specify any valid value or leave the field unset. If unset or if 0 or 1 value is used for dataset with conditional bindings, request will be rejected. This field will be mapped to IAM Policy version (https://cloud.google.com/iam/docs/policies#versions) and will be used to set policy in IAM. */
|
|
3047
3049
|
accessPolicyVersion?: number;
|
|
3048
3050
|
/** Data format for response. */
|
|
3049
3051
|
alt?: string;
|