You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/bigquery_v2.routines.html
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -186,9 +186,9 @@ <h3>Method Details</h3>
186
186
"typeKind": "A String", # Required. The top level type of this field. Can be any GoogleSQL data type (e.g., "INT64", "DATE", "ARRAY").
187
187
},
188
188
"routineReference": { # Required. Reference describing the ID of this routine.
189
-
"datasetId": "A String", # [Required] The ID of the dataset containing this routine.
190
-
"projectId": "A String", # [Required] The ID of the project containing this routine.
191
-
"routineId": "A String", # [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
+
"datasetId": "A String", # Required. The ID of the dataset containing this routine.
190
+
"projectId": "A String", # Required. The ID of the project containing this routine.
191
+
"routineId": "A String", # 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.
192
192
},
193
193
"routineType": "A String", # Required. The type of routine.
194
194
"sparkOptions": { # Options for a user-defined Spark routine. # Optional. Spark specific options.
@@ -288,9 +288,9 @@ <h3>Method Details</h3>
288
288
"typeKind": "A String", # Required. The top level type of this field. Can be any GoogleSQL data type (e.g., "INT64", "DATE", "ARRAY").
289
289
},
290
290
"routineReference": { # Required. Reference describing the ID of this routine.
291
-
"datasetId": "A String", # [Required] The ID of the dataset containing this routine.
292
-
"projectId": "A String", # [Required] The ID of the project containing this routine.
293
-
"routineId": "A String", # [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
+
"datasetId": "A String", # Required. The ID of the dataset containing this routine.
292
+
"projectId": "A String", # Required. The ID of the project containing this routine.
293
+
"routineId": "A String", # 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.
294
294
},
295
295
"routineType": "A String", # Required. The type of routine.
296
296
"sparkOptions": { # Options for a user-defined Spark routine. # Optional. Spark specific options.
@@ -383,9 +383,9 @@ <h3>Method Details</h3>
383
383
"typeKind": "A String", # Required. The top level type of this field. Can be any GoogleSQL data type (e.g., "INT64", "DATE", "ARRAY").
384
384
},
385
385
"routineReference": { # Required. Reference describing the ID of this routine.
386
-
"datasetId": "A String", # [Required] The ID of the dataset containing this routine.
387
-
"projectId": "A String", # [Required] The ID of the project containing this routine.
388
-
"routineId": "A String", # [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
+
"datasetId": "A String", # Required. The ID of the dataset containing this routine.
387
+
"projectId": "A String", # Required. The ID of the project containing this routine.
388
+
"routineId": "A String", # 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.
389
389
},
390
390
"routineType": "A String", # Required. The type of routine.
391
391
"sparkOptions": { # Options for a user-defined Spark routine. # Optional. Spark specific options.
@@ -421,7 +421,7 @@ <h3>Method Details</h3>
421
421
Args:
422
422
projectId: string, Required. Project ID of the routines to list (required)
423
423
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 "routine_type:" or "routineType:", where is a RoutineType enum. Example: "routineType:SCALAR_FUNCTION".
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`.
425
425
maxResults: integer, The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.
426
426
pageToken: string, Page token, returned by a previous call, to request the next page of results
427
427
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>
493
493
"typeKind": "A String", # Required. The top level type of this field. Can be any GoogleSQL data type (e.g., "INT64", "DATE", "ARRAY").
494
494
},
495
495
"routineReference": { # Required. Reference describing the ID of this routine.
496
-
"datasetId": "A String", # [Required] The ID of the dataset containing this routine.
497
-
"projectId": "A String", # [Required] The ID of the project containing this routine.
498
-
"routineId": "A String", # [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
+
"datasetId": "A String", # Required. The ID of the dataset containing this routine.
497
+
"projectId": "A String", # Required. The ID of the project containing this routine.
498
+
"routineId": "A String", # 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.
499
499
},
500
500
"routineType": "A String", # Required. The type of routine.
501
501
"sparkOptions": { # Options for a user-defined Spark routine. # Optional. Spark specific options.
@@ -612,9 +612,9 @@ <h3>Method Details</h3>
612
612
"typeKind": "A String", # Required. The top level type of this field. Can be any GoogleSQL data type (e.g., "INT64", "DATE", "ARRAY").
613
613
},
614
614
"routineReference": { # Required. Reference describing the ID of this routine.
615
-
"datasetId": "A String", # [Required] The ID of the dataset containing this routine.
616
-
"projectId": "A String", # [Required] The ID of the project containing this routine.
617
-
"routineId": "A String", # [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
+
"datasetId": "A String", # Required. The ID of the dataset containing this routine.
616
+
"projectId": "A String", # Required. The ID of the project containing this routine.
617
+
"routineId": "A String", # 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.
618
618
},
619
619
"routineType": "A String", # Required. The type of routine.
620
620
"sparkOptions": { # Options for a user-defined Spark routine. # Optional. Spark specific options.
@@ -707,9 +707,9 @@ <h3>Method Details</h3>
707
707
"typeKind": "A String", # Required. The top level type of this field. Can be any GoogleSQL data type (e.g., "INT64", "DATE", "ARRAY").
708
708
},
709
709
"routineReference": { # Required. Reference describing the ID of this routine.
710
-
"datasetId": "A String", # [Required] The ID of the dataset containing this routine.
711
-
"projectId": "A String", # [Required] The ID of the project containing this routine.
712
-
"routineId": "A String", # [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
+
"datasetId": "A String", # Required. The ID of the dataset containing this routine.
711
+
"projectId": "A String", # Required. The ID of the project containing this routine.
712
+
"routineId": "A String", # 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.
713
713
},
714
714
"routineType": "A String", # Required. The type of routine.
715
715
"sparkOptions": { # Options for a user-defined Spark routine. # Optional. Spark specific options.
Copy file name to clipboardExpand all lines: docs/dyn/bigquery_v2.rowAccessPolicies.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -173,10 +173,10 @@ <h3>Method Details</h3>
173
173
"filterPredicate": "A String", # 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="EU" date_field = CAST('2019-9-27' as DATE) nullable_field is not NULL numeric_field BETWEEN 1.0 AND 5.0
174
174
"lastModifiedTime": "A String", # Output only. The time when this row access policy was last modified, in milliseconds since the epoch.
175
175
"rowAccessPolicyReference": { # Required. Reference describing the ID of this row access policy.
176
-
"datasetId": "A String", # [Required] The ID of the dataset containing this row access policy.
177
-
"policyId": "A String", # [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
-
"projectId": "A String", # [Required] The ID of the project containing this row access policy.
179
-
"tableId": "A String", # [Required] The ID of the table containing this row access policy.
176
+
"datasetId": "A String", # Required. The ID of the dataset containing this row access policy.
177
+
"policyId": "A String", # 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
+
"projectId": "A String", # Required. The ID of the project containing this row access policy.
179
+
"tableId": "A String", # Required. The ID of the table containing this row access policy.
0 commit comments