Skip to content

Commit 0d8fb1e

Browse files
feat(bigquery): update the api
#### bigquery:v2 The following keys were deleted: - schemas.Table.properties.num_active_logical_bytes (Total Keys: 2) - schemas.Table.properties.num_active_physical_bytes (Total Keys: 2) - schemas.Table.properties.num_long_term_logical_bytes (Total Keys: 2) - schemas.Table.properties.num_long_term_physical_bytes (Total Keys: 2) - schemas.Table.properties.num_partitions (Total Keys: 2) - schemas.Table.properties.num_time_travel_physical_bytes (Total Keys: 2) - schemas.Table.properties.num_total_logical_bytes (Total Keys: 2) - schemas.Table.properties.num_total_physical_bytes (Total Keys: 2) The following keys were added: - schemas.ExternalDataConfiguration.properties.jsonOptions.$ref (Total Keys: 1) - schemas.HivePartitioningOptions.properties.fields (Total Keys: 2) - schemas.JsonOptions (Total Keys: 3) - schemas.Model.properties.remoteModelInfo (Total Keys: 2) - schemas.RemoteModelInfo (Total Keys: 11) - schemas.Table.properties.numActiveLogicalBytes (Total Keys: 2) - schemas.Table.properties.numActivePhysicalBytes (Total Keys: 2) - schemas.Table.properties.numLongTermLogicalBytes (Total Keys: 2) - schemas.Table.properties.numLongTermPhysicalBytes (Total Keys: 2) - schemas.Table.properties.numPartitions (Total Keys: 2) - schemas.Table.properties.numTimeTravelPhysicalBytes (Total Keys: 2) - schemas.Table.properties.numTotalLogicalBytes (Total Keys: 2) - schemas.Table.properties.numTotalPhysicalBytes (Total Keys: 2) - schemas.Table.properties.tableConstraints.$ref (Total Keys: 1) - schemas.TableConstraints (Total Keys: 16) - schemas.TrainingOptions.properties.approxGlobalFeatureContrib.type (Total Keys: 1) - schemas.TrainingOptions.properties.instanceWeightColumn.type (Total Keys: 1) - schemas.TrainingOptions.properties.tfVersion.type (Total Keys: 1) - schemas.TrainingOptions.properties.xgboostVersion.type (Total Keys: 1)
1 parent 0076eb5 commit 0d8fb1e

7 files changed

+710
-252
lines changed

docs/dyn/bigquery_v2.datasets.html

Lines changed: 28 additions & 28 deletions
Large diffs are not rendered by default.

docs/dyn/bigquery_v2.jobs.html

Lines changed: 125 additions & 80 deletions
Large diffs are not rendered by default.

docs/dyn/bigquery_v2.models.html

Lines changed: 72 additions & 16 deletions
Large diffs are not rendered by default.

docs/dyn/bigquery_v2.routines.html

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ <h3>Method Details</h3>
186186
&quot;typeKind&quot;: &quot;A String&quot;, # Required. The top level type of this field. Can be any GoogleSQL data type (e.g., &quot;INT64&quot;, &quot;DATE&quot;, &quot;ARRAY&quot;).
187187
},
188188
&quot;routineReference&quot;: { # Required. Reference describing the ID of this routine.
189-
&quot;datasetId&quot;: &quot;A String&quot;, # [Required] The ID of the dataset containing this routine.
190-
&quot;projectId&quot;: &quot;A String&quot;, # [Required] The ID of the project containing this routine.
191-
&quot;routineId&quot;: &quot;A String&quot;, # [Required] The ID of the routine. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.
189+
&quot;datasetId&quot;: &quot;A String&quot;, # Required. The ID of the dataset containing this routine.
190+
&quot;projectId&quot;: &quot;A String&quot;, # Required. The ID of the project containing this routine.
191+
&quot;routineId&quot;: &quot;A String&quot;, # Required. The ID of the routine. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.
192192
},
193193
&quot;routineType&quot;: &quot;A String&quot;, # Required. The type of routine.
194194
&quot;sparkOptions&quot;: { # Options for a user-defined Spark routine. # Optional. Spark specific options.
@@ -288,9 +288,9 @@ <h3>Method Details</h3>
288288
&quot;typeKind&quot;: &quot;A String&quot;, # Required. The top level type of this field. Can be any GoogleSQL data type (e.g., &quot;INT64&quot;, &quot;DATE&quot;, &quot;ARRAY&quot;).
289289
},
290290
&quot;routineReference&quot;: { # Required. Reference describing the ID of this routine.
291-
&quot;datasetId&quot;: &quot;A String&quot;, # [Required] The ID of the dataset containing this routine.
292-
&quot;projectId&quot;: &quot;A String&quot;, # [Required] The ID of the project containing this routine.
293-
&quot;routineId&quot;: &quot;A String&quot;, # [Required] The ID of the routine. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.
291+
&quot;datasetId&quot;: &quot;A String&quot;, # Required. The ID of the dataset containing this routine.
292+
&quot;projectId&quot;: &quot;A String&quot;, # Required. The ID of the project containing this routine.
293+
&quot;routineId&quot;: &quot;A String&quot;, # Required. The ID of the routine. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.
294294
},
295295
&quot;routineType&quot;: &quot;A String&quot;, # Required. The type of routine.
296296
&quot;sparkOptions&quot;: { # Options for a user-defined Spark routine. # Optional. Spark specific options.
@@ -383,9 +383,9 @@ <h3>Method Details</h3>
383383
&quot;typeKind&quot;: &quot;A String&quot;, # Required. The top level type of this field. Can be any GoogleSQL data type (e.g., &quot;INT64&quot;, &quot;DATE&quot;, &quot;ARRAY&quot;).
384384
},
385385
&quot;routineReference&quot;: { # Required. Reference describing the ID of this routine.
386-
&quot;datasetId&quot;: &quot;A String&quot;, # [Required] The ID of the dataset containing this routine.
387-
&quot;projectId&quot;: &quot;A String&quot;, # [Required] The ID of the project containing this routine.
388-
&quot;routineId&quot;: &quot;A String&quot;, # [Required] The ID of the routine. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.
386+
&quot;datasetId&quot;: &quot;A String&quot;, # Required. The ID of the dataset containing this routine.
387+
&quot;projectId&quot;: &quot;A String&quot;, # Required. The ID of the project containing this routine.
388+
&quot;routineId&quot;: &quot;A String&quot;, # Required. The ID of the routine. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.
389389
},
390390
&quot;routineType&quot;: &quot;A String&quot;, # Required. The type of routine.
391391
&quot;sparkOptions&quot;: { # Options for a user-defined Spark routine. # Optional. Spark specific options.
@@ -421,7 +421,7 @@ <h3>Method Details</h3>
421421
Args:
422422
projectId: string, Required. Project ID of the routines to list (required)
423423
datasetId: string, Required. Dataset ID of the routines to list (required)
424-
filter: string, If set, then only the Routines matching this filter are returned. The current supported form is either &quot;routine_type:&quot; or &quot;routineType:&quot;, where is a RoutineType enum. Example: &quot;routineType:SCALAR_FUNCTION&quot;.
424+
filter: string, If set, then only the Routines matching this filter are returned. The supported format is `routineType:{RoutineType}`, where `{RoutineType}` is a RoutineType enum. For example: `routineType:SCALAR_FUNCTION`.
425425
maxResults: integer, The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.
426426
pageToken: string, Page token, returned by a previous call, to request the next page of results
427427
readMask: string, If set, then only the Routine fields in the field mask, as well as project_id, dataset_id and routine_id, are returned in the response. If unset, then the following Routine fields are returned: etag, project_id, dataset_id, routine_id, routine_type, creation_time, last_modified_time, and language.
@@ -493,9 +493,9 @@ <h3>Method Details</h3>
493493
&quot;typeKind&quot;: &quot;A String&quot;, # Required. The top level type of this field. Can be any GoogleSQL data type (e.g., &quot;INT64&quot;, &quot;DATE&quot;, &quot;ARRAY&quot;).
494494
},
495495
&quot;routineReference&quot;: { # Required. Reference describing the ID of this routine.
496-
&quot;datasetId&quot;: &quot;A String&quot;, # [Required] The ID of the dataset containing this routine.
497-
&quot;projectId&quot;: &quot;A String&quot;, # [Required] The ID of the project containing this routine.
498-
&quot;routineId&quot;: &quot;A String&quot;, # [Required] The ID of the routine. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.
496+
&quot;datasetId&quot;: &quot;A String&quot;, # Required. The ID of the dataset containing this routine.
497+
&quot;projectId&quot;: &quot;A String&quot;, # Required. The ID of the project containing this routine.
498+
&quot;routineId&quot;: &quot;A String&quot;, # Required. The ID of the routine. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.
499499
},
500500
&quot;routineType&quot;: &quot;A String&quot;, # Required. The type of routine.
501501
&quot;sparkOptions&quot;: { # Options for a user-defined Spark routine. # Optional. Spark specific options.
@@ -612,9 +612,9 @@ <h3>Method Details</h3>
612612
&quot;typeKind&quot;: &quot;A String&quot;, # Required. The top level type of this field. Can be any GoogleSQL data type (e.g., &quot;INT64&quot;, &quot;DATE&quot;, &quot;ARRAY&quot;).
613613
},
614614
&quot;routineReference&quot;: { # Required. Reference describing the ID of this routine.
615-
&quot;datasetId&quot;: &quot;A String&quot;, # [Required] The ID of the dataset containing this routine.
616-
&quot;projectId&quot;: &quot;A String&quot;, # [Required] The ID of the project containing this routine.
617-
&quot;routineId&quot;: &quot;A String&quot;, # [Required] The ID of the routine. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.
615+
&quot;datasetId&quot;: &quot;A String&quot;, # Required. The ID of the dataset containing this routine.
616+
&quot;projectId&quot;: &quot;A String&quot;, # Required. The ID of the project containing this routine.
617+
&quot;routineId&quot;: &quot;A String&quot;, # Required. The ID of the routine. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.
618618
},
619619
&quot;routineType&quot;: &quot;A String&quot;, # Required. The type of routine.
620620
&quot;sparkOptions&quot;: { # Options for a user-defined Spark routine. # Optional. Spark specific options.
@@ -707,9 +707,9 @@ <h3>Method Details</h3>
707707
&quot;typeKind&quot;: &quot;A String&quot;, # Required. The top level type of this field. Can be any GoogleSQL data type (e.g., &quot;INT64&quot;, &quot;DATE&quot;, &quot;ARRAY&quot;).
708708
},
709709
&quot;routineReference&quot;: { # Required. Reference describing the ID of this routine.
710-
&quot;datasetId&quot;: &quot;A String&quot;, # [Required] The ID of the dataset containing this routine.
711-
&quot;projectId&quot;: &quot;A String&quot;, # [Required] The ID of the project containing this routine.
712-
&quot;routineId&quot;: &quot;A String&quot;, # [Required] The ID of the routine. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.
710+
&quot;datasetId&quot;: &quot;A String&quot;, # Required. The ID of the dataset containing this routine.
711+
&quot;projectId&quot;: &quot;A String&quot;, # Required. The ID of the project containing this routine.
712+
&quot;routineId&quot;: &quot;A String&quot;, # Required. The ID of the routine. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.
713713
},
714714
&quot;routineType&quot;: &quot;A String&quot;, # Required. The type of routine.
715715
&quot;sparkOptions&quot;: { # Options for a user-defined Spark routine. # Optional. Spark specific options.

docs/dyn/bigquery_v2.rowAccessPolicies.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ <h3>Method Details</h3>
173173
&quot;filterPredicate&quot;: &quot;A String&quot;, # Required. A SQL boolean expression that represents the rows defined by this row access policy, similar to the boolean expression in a WHERE clause of a SELECT query on a table. References to other tables, routines, and temporary functions are not supported. Examples: region=&quot;EU&quot; date_field = CAST(&#x27;2019-9-27&#x27; as DATE) nullable_field is not NULL numeric_field BETWEEN 1.0 AND 5.0
174174
&quot;lastModifiedTime&quot;: &quot;A String&quot;, # Output only. The time when this row access policy was last modified, in milliseconds since the epoch.
175175
&quot;rowAccessPolicyReference&quot;: { # Required. Reference describing the ID of this row access policy.
176-
&quot;datasetId&quot;: &quot;A String&quot;, # [Required] The ID of the dataset containing this row access policy.
177-
&quot;policyId&quot;: &quot;A String&quot;, # [Required] The ID of the row access policy. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.
178-
&quot;projectId&quot;: &quot;A String&quot;, # [Required] The ID of the project containing this row access policy.
179-
&quot;tableId&quot;: &quot;A String&quot;, # [Required] The ID of the table containing this row access policy.
176+
&quot;datasetId&quot;: &quot;A String&quot;, # Required. The ID of the dataset containing this row access policy.
177+
&quot;policyId&quot;: &quot;A String&quot;, # Required. The ID of the row access policy. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 256 characters.
178+
&quot;projectId&quot;: &quot;A String&quot;, # Required. The ID of the project containing this row access policy.
179+
&quot;tableId&quot;: &quot;A String&quot;, # Required. The ID of the table containing this row access policy.
180180
},
181181
},
182182
],

0 commit comments

Comments
 (0)