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
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ <h3>Method Details</h3>
150
150
"importedLibraries": [ # Optional. If language = "JAVASCRIPT", this field stores the path of the imported JAVASCRIPT libraries.
151
151
"A String",
152
152
],
153
-
"language": "A String", # Optional. Defaults to "SQL".
153
+
"language": "A String", # Optional. Defaults to "SQL" if remote_function_options field is absent, not set otherwise.
154
154
"lastModifiedTime": "A String", # Output only. The time when this routine was last modified, in milliseconds since the epoch.
155
155
"remoteFunctionOptions": { # Options for a remote user-defined function. # Optional. Remote function specific options.
156
156
"connection": "A String", # Fully qualified name of the user-provided connection object which holds the authentication information to send requests to the remote service. Format: ```"projects/{projectId}/locations/{locationId}/connections/{connectionId}"```
@@ -160,7 +160,7 @@ <h3>Method Details</h3>
160
160
"a_key": "A String",
161
161
},
162
162
},
163
-
"returnTableType": { # A table type # Optional. Can be set only if routine_type = "TABLE_VALUED_FUNCTION". If absent, the return table type is inferred from definition_body at query time in each query that references this routine. If present, then the columns in the evaluated table result will be cast to match the column types specificed in return table type, at query time.
163
+
"returnTableType": { # A table type # Optional. Can be set only if routine_type = "TABLE_VALUED_FUNCTION". If absent, the return table type is inferred from definition_body at query time in each query that references this routine. If present, then the columns in the evaluated table result will be cast to match the column types specified in return table type, at query time.
164
164
"columns": [ # The columns in this table type
165
165
{ # A field or a column.
166
166
"name": "A String", # Optional. The name of this field. Can be absent for struct fields.
@@ -251,7 +251,7 @@ <h3>Method Details</h3>
251
251
"importedLibraries": [ # Optional. If language = "JAVASCRIPT", this field stores the path of the imported JAVASCRIPT libraries.
252
252
"A String",
253
253
],
254
-
"language": "A String", # Optional. Defaults to "SQL".
254
+
"language": "A String", # Optional. Defaults to "SQL" if remote_function_options field is absent, not set otherwise.
255
255
"lastModifiedTime": "A String", # Output only. The time when this routine was last modified, in milliseconds since the epoch.
256
256
"remoteFunctionOptions": { # Options for a remote user-defined function. # Optional. Remote function specific options.
257
257
"connection": "A String", # Fully qualified name of the user-provided connection object which holds the authentication information to send requests to the remote service. Format: ```"projects/{projectId}/locations/{locationId}/connections/{connectionId}"```
@@ -261,7 +261,7 @@ <h3>Method Details</h3>
261
261
"a_key": "A String",
262
262
},
263
263
},
264
-
"returnTableType": { # A table type # Optional. Can be set only if routine_type = "TABLE_VALUED_FUNCTION". If absent, the return table type is inferred from definition_body at query time in each query that references this routine. If present, then the columns in the evaluated table result will be cast to match the column types specificed in return table type, at query time.
264
+
"returnTableType": { # A table type # Optional. Can be set only if routine_type = "TABLE_VALUED_FUNCTION". If absent, the return table type is inferred from definition_body at query time in each query that references this routine. If present, then the columns in the evaluated table result will be cast to match the column types specified in return table type, at query time.
265
265
"columns": [ # The columns in this table type
266
266
{ # A field or a column.
267
267
"name": "A String", # Optional. The name of this field. Can be absent for struct fields.
@@ -345,7 +345,7 @@ <h3>Method Details</h3>
345
345
"importedLibraries": [ # Optional. If language = "JAVASCRIPT", this field stores the path of the imported JAVASCRIPT libraries.
346
346
"A String",
347
347
],
348
-
"language": "A String", # Optional. Defaults to "SQL".
348
+
"language": "A String", # Optional. Defaults to "SQL" if remote_function_options field is absent, not set otherwise.
349
349
"lastModifiedTime": "A String", # Output only. The time when this routine was last modified, in milliseconds since the epoch.
350
350
"remoteFunctionOptions": { # Options for a remote user-defined function. # Optional. Remote function specific options.
351
351
"connection": "A String", # Fully qualified name of the user-provided connection object which holds the authentication information to send requests to the remote service. Format: ```"projects/{projectId}/locations/{locationId}/connections/{connectionId}"```
@@ -355,7 +355,7 @@ <h3>Method Details</h3>
355
355
"a_key": "A String",
356
356
},
357
357
},
358
-
"returnTableType": { # A table type # Optional. Can be set only if routine_type = "TABLE_VALUED_FUNCTION". If absent, the return table type is inferred from definition_body at query time in each query that references this routine. If present, then the columns in the evaluated table result will be cast to match the column types specificed in return table type, at query time.
358
+
"returnTableType": { # A table type # Optional. Can be set only if routine_type = "TABLE_VALUED_FUNCTION". If absent, the return table type is inferred from definition_body at query time in each query that references this routine. If present, then the columns in the evaluated table result will be cast to match the column types specified in return table type, at query time.
359
359
"columns": [ # The columns in this table type
360
360
{ # A field or a column.
361
361
"name": "A String", # Optional. The name of this field. Can be absent for struct fields.
@@ -428,7 +428,7 @@ <h3>Method Details</h3>
428
428
429
429
{
430
430
"nextPageToken": "A String", # A token to request the next page of results.
431
-
"routines": [ # Routines in the requested dataset. Unless read_mask is set in the request, only the following fields are populated: etag, project_id, dataset_id, routine_id, routine_type, creation_time, last_modified_time, and language.
431
+
"routines": [ # Routines in the requested dataset. Unless read_mask is set in the request, only the following fields are populated: etag, project_id, dataset_id, routine_id, routine_type, creation_time, last_modified_time, language, and remote_function_options.
432
432
{ # A user-defined function or a stored procedure.
433
433
"arguments": [ # Optional.
434
434
{ # Input/output argument of a function or a stored procedure.
@@ -454,7 +454,7 @@ <h3>Method Details</h3>
454
454
"importedLibraries": [ # Optional. If language = "JAVASCRIPT", this field stores the path of the imported JAVASCRIPT libraries.
455
455
"A String",
456
456
],
457
-
"language": "A String", # Optional. Defaults to "SQL".
457
+
"language": "A String", # Optional. Defaults to "SQL" if remote_function_options field is absent, not set otherwise.
458
458
"lastModifiedTime": "A String", # Output only. The time when this routine was last modified, in milliseconds since the epoch.
459
459
"remoteFunctionOptions": { # Options for a remote user-defined function. # Optional. Remote function specific options.
460
460
"connection": "A String", # Fully qualified name of the user-provided connection object which holds the authentication information to send requests to the remote service. Format: ```"projects/{projectId}/locations/{locationId}/connections/{connectionId}"```
@@ -464,7 +464,7 @@ <h3>Method Details</h3>
464
464
"a_key": "A String",
465
465
},
466
466
},
467
-
"returnTableType": { # A table type # Optional. Can be set only if routine_type = "TABLE_VALUED_FUNCTION". If absent, the return table type is inferred from definition_body at query time in each query that references this routine. If present, then the columns in the evaluated table result will be cast to match the column types specificed in return table type, at query time.
467
+
"returnTableType": { # A table type # Optional. Can be set only if routine_type = "TABLE_VALUED_FUNCTION". If absent, the return table type is inferred from definition_body at query time in each query that references this routine. If present, then the columns in the evaluated table result will be cast to match the column types specified in return table type, at query time.
468
468
"columns": [ # The columns in this table type
469
469
{ # A field or a column.
470
470
"name": "A String", # Optional. The name of this field. Can be absent for struct fields.
@@ -572,7 +572,7 @@ <h3>Method Details</h3>
572
572
"importedLibraries": [ # Optional. If language = "JAVASCRIPT", this field stores the path of the imported JAVASCRIPT libraries.
573
573
"A String",
574
574
],
575
-
"language": "A String", # Optional. Defaults to "SQL".
575
+
"language": "A String", # Optional. Defaults to "SQL" if remote_function_options field is absent, not set otherwise.
576
576
"lastModifiedTime": "A String", # Output only. The time when this routine was last modified, in milliseconds since the epoch.
577
577
"remoteFunctionOptions": { # Options for a remote user-defined function. # Optional. Remote function specific options.
578
578
"connection": "A String", # Fully qualified name of the user-provided connection object which holds the authentication information to send requests to the remote service. Format: ```"projects/{projectId}/locations/{locationId}/connections/{connectionId}"```
@@ -582,7 +582,7 @@ <h3>Method Details</h3>
582
582
"a_key": "A String",
583
583
},
584
584
},
585
-
"returnTableType": { # A table type # Optional. Can be set only if routine_type = "TABLE_VALUED_FUNCTION". If absent, the return table type is inferred from definition_body at query time in each query that references this routine. If present, then the columns in the evaluated table result will be cast to match the column types specificed in return table type, at query time.
585
+
"returnTableType": { # A table type # Optional. Can be set only if routine_type = "TABLE_VALUED_FUNCTION". If absent, the return table type is inferred from definition_body at query time in each query that references this routine. If present, then the columns in the evaluated table result will be cast to match the column types specified in return table type, at query time.
586
586
"columns": [ # The columns in this table type
587
587
{ # A field or a column.
588
588
"name": "A String", # Optional. The name of this field. Can be absent for struct fields.
@@ -666,7 +666,7 @@ <h3>Method Details</h3>
666
666
"importedLibraries": [ # Optional. If language = "JAVASCRIPT", this field stores the path of the imported JAVASCRIPT libraries.
667
667
"A String",
668
668
],
669
-
"language": "A String", # Optional. Defaults to "SQL".
669
+
"language": "A String", # Optional. Defaults to "SQL" if remote_function_options field is absent, not set otherwise.
670
670
"lastModifiedTime": "A String", # Output only. The time when this routine was last modified, in milliseconds since the epoch.
671
671
"remoteFunctionOptions": { # Options for a remote user-defined function. # Optional. Remote function specific options.
672
672
"connection": "A String", # Fully qualified name of the user-provided connection object which holds the authentication information to send requests to the remote service. Format: ```"projects/{projectId}/locations/{locationId}/connections/{connectionId}"```
@@ -676,7 +676,7 @@ <h3>Method Details</h3>
676
676
"a_key": "A String",
677
677
},
678
678
},
679
-
"returnTableType": { # A table type # Optional. Can be set only if routine_type = "TABLE_VALUED_FUNCTION". If absent, the return table type is inferred from definition_body at query time in each query that references this routine. If present, then the columns in the evaluated table result will be cast to match the column types specificed in return table type, at query time.
679
+
"returnTableType": { # A table type # Optional. Can be set only if routine_type = "TABLE_VALUED_FUNCTION". If absent, the return table type is inferred from definition_body at query time in each query that references this routine. If present, then the columns in the evaluated table result will be cast to match the column types specified in return table type, at query time.
680
680
"columns": [ # The columns in this table type
681
681
{ # A field or a column.
682
682
"name": "A String", # Optional. The name of this field. Can be absent for struct fields.
0 commit comments