Packages
google_api_big_query
0.23.0
0.88.0
0.87.1
0.87.0
0.86.1
0.86.0
0.85.0
0.84.2
0.84.1
0.84.0
0.83.0
0.82.0
0.81.0
0.80.0
0.79.0
0.78.0
0.77.0
0.76.0
0.75.0
0.74.0
0.73.0
0.72.0
0.71.0
0.70.1
0.70.0
0.69.0
0.68.0
0.67.0
0.66.1
0.66.0
0.65.0
0.64.0
0.63.0
0.62.0
0.61.1
0.61.0
0.60.0
0.59.0
0.58.0
0.57.0
0.56.0
0.55.0
0.54.0
0.53.0
0.52.0
0.51.0
0.50.0
0.49.0
0.48.0
0.47.0
0.46.0
0.45.0
0.44.0
0.43.0
0.42.0
0.41.0
0.40.0
0.39.0
0.38.0
0.37.0
0.36.0
0.35.0
0.34.0
0.33.0
0.32.0
0.31.0
0.30.0
0.29.0
0.28.0
0.27.0
0.26.0
0.25.0
0.24.0
0.23.0
0.22.0
0.21.0
0.20.0
0.19.0
0.18.0
0.17.0
0.16.0
0.15.0
0.13.0
0.12.0
0.9.0
0.8.0
0.7.0
0.6.0
0.4.0
0.3.0
0.2.0
0.1.0
0.0.1
BigQuery API client library. A data platform for customers to create, manage, share and query data.
Current section
92 Versions
Jump to
Current section
92 Versions
Compare versions
8
files changed
+41
additions
-42
deletions
| @@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding | |
| 11 11 | |
| 12 12 | ```elixir |
| 13 13 | def deps do |
| 14 | - [{:google_api_big_query, "~> 0.22"}] |
| 14 | + [{:google_api_big_query, "~> 0.23"}] |
| 15 15 | end |
| 16 16 | ``` |
| @@ -132,4 +132,4 @@ | |
| 132 132 | {<<"optional">>,false}, |
| 133 133 | {<<"repository">>,<<"hexpm">>}, |
| 134 134 | {<<"requirement">>,<<"~> 0.2">>}]]}. |
| 135 | - {<<"version">>,<<"0.22.0">>}. |
| 135 | + {<<"version">>,<<"0.23.0">>}. |
| @@ -31,9 +31,9 @@ defmodule GoogleApi.BigQuery.V2.Api.Models do | |
| 31 31 | ## Parameters |
| 32 32 | |
| 33 33 | * `connection` (*type:* `GoogleApi.BigQuery.V2.Connection.t`) - Connection to server |
| 34 | - * `project_id` (*type:* `String.t`) - Project ID of the model to delete. |
| 35 | - * `dataset_id` (*type:* `String.t`) - Dataset ID of the model to delete. |
| 36 | - * `model_id` (*type:* `String.t`) - Model ID of the model to delete. |
| 34 | + * `project_id` (*type:* `String.t`) - Required. Project ID of the model to delete. |
| 35 | + * `dataset_id` (*type:* `String.t`) - Required. Dataset ID of the model to delete. |
| 36 | + * `model_id` (*type:* `String.t`) - Required. Model ID of the model to delete. |
| 37 37 | * `optional_params` (*type:* `keyword()`) - Optional parameters |
| 38 38 | * `:alt` (*type:* `String.t`) - Data format for the response. |
| 39 39 | * `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response. |
| @@ -100,9 +100,9 @@ defmodule GoogleApi.BigQuery.V2.Api.Models do | |
| 100 100 | ## Parameters |
| 101 101 | |
| 102 102 | * `connection` (*type:* `GoogleApi.BigQuery.V2.Connection.t`) - Connection to server |
| 103 | - * `project_id` (*type:* `String.t`) - Project ID of the requested model. |
| 104 | - * `dataset_id` (*type:* `String.t`) - Dataset ID of the requested model. |
| 105 | - * `model_id` (*type:* `String.t`) - Model ID of the requested model. |
| 103 | + * `project_id` (*type:* `String.t`) - Required. Project ID of the requested model. |
| 104 | + * `dataset_id` (*type:* `String.t`) - Required. Dataset ID of the requested model. |
| 105 | + * `model_id` (*type:* `String.t`) - Required. Model ID of the requested model. |
| 106 106 | * `optional_params` (*type:* `keyword()`) - Optional parameters |
| 107 107 | * `:alt` (*type:* `String.t`) - Data format for the response. |
| 108 108 | * `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response. |
| @@ -170,8 +170,8 @@ defmodule GoogleApi.BigQuery.V2.Api.Models do | |
| 170 170 | ## Parameters |
| 171 171 | |
| 172 172 | * `connection` (*type:* `GoogleApi.BigQuery.V2.Connection.t`) - Connection to server |
| 173 | - * `project_id` (*type:* `String.t`) - Project ID of the models to list. |
| 174 | - * `dataset_id` (*type:* `String.t`) - Dataset ID of the models to list. |
| 173 | + * `project_id` (*type:* `String.t`) - Required. Project ID of the models to list. |
| 174 | + * `dataset_id` (*type:* `String.t`) - Required. Dataset ID of the models to list. |
| 175 175 | * `optional_params` (*type:* `keyword()`) - Optional parameters |
| 176 176 | * `:alt` (*type:* `String.t`) - Data format for the response. |
| 177 177 | * `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response. |
| @@ -227,9 +227,9 @@ defmodule GoogleApi.BigQuery.V2.Api.Models do | |
| 227 227 | ## Parameters |
| 228 228 | |
| 229 229 | * `connection` (*type:* `GoogleApi.BigQuery.V2.Connection.t`) - Connection to server |
| 230 | - * `project_id` (*type:* `String.t`) - Project ID of the model to patch. |
| 231 | - * `dataset_id` (*type:* `String.t`) - Dataset ID of the model to patch. |
| 232 | - * `model_id` (*type:* `String.t`) - Model ID of the model to patch. |
| 230 | + * `project_id` (*type:* `String.t`) - Required. Project ID of the model to patch. |
| 231 | + * `dataset_id` (*type:* `String.t`) - Required. Dataset ID of the model to patch. |
| 232 | + * `model_id` (*type:* `String.t`) - Required. Model ID of the model to patch. |
| 233 233 | * `optional_params` (*type:* `keyword()`) - Optional parameters |
| 234 234 | * `:alt` (*type:* `String.t`) - Data format for the response. |
| 235 235 | * `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response. |
| @@ -31,9 +31,9 @@ defmodule GoogleApi.BigQuery.V2.Api.Routines do | |
| 31 31 | ## Parameters |
| 32 32 | |
| 33 33 | * `connection` (*type:* `GoogleApi.BigQuery.V2.Connection.t`) - Connection to server |
| 34 | - * `project_id` (*type:* `String.t`) - Project ID of the routine to delete |
| 35 | - * `dataset_id` (*type:* `String.t`) - Dataset ID of the routine to delete |
| 36 | - * `routine_id` (*type:* `String.t`) - Routine ID of the routine to delete |
| 34 | + * `project_id` (*type:* `String.t`) - Required. Project ID of the routine to delete |
| 35 | + * `dataset_id` (*type:* `String.t`) - Required. Dataset ID of the routine to delete |
| 36 | + * `routine_id` (*type:* `String.t`) - Required. Routine ID of the routine to delete |
| 37 37 | * `optional_params` (*type:* `keyword()`) - Optional parameters |
| 38 38 | * `:alt` (*type:* `String.t`) - Data format for the response. |
| 39 39 | * `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response. |
| @@ -100,9 +100,9 @@ defmodule GoogleApi.BigQuery.V2.Api.Routines do | |
| 100 100 | ## Parameters |
| 101 101 | |
| 102 102 | * `connection` (*type:* `GoogleApi.BigQuery.V2.Connection.t`) - Connection to server |
| 103 | - * `project_id` (*type:* `String.t`) - Project ID of the requested routine |
| 104 | - * `dataset_id` (*type:* `String.t`) - Dataset ID of the requested routine |
| 105 | - * `routine_id` (*type:* `String.t`) - Routine ID of the requested routine |
| 103 | + * `project_id` (*type:* `String.t`) - Required. Project ID of the requested routine |
| 104 | + * `dataset_id` (*type:* `String.t`) - Required. Dataset ID of the requested routine |
| 105 | + * `routine_id` (*type:* `String.t`) - Required. Routine ID of the requested routine |
| 106 106 | * `optional_params` (*type:* `keyword()`) - Optional parameters |
| 107 107 | * `:alt` (*type:* `String.t`) - Data format for the response. |
| 108 108 | * `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response. |
| @@ -172,8 +172,8 @@ defmodule GoogleApi.BigQuery.V2.Api.Routines do | |
| 172 172 | ## Parameters |
| 173 173 | |
| 174 174 | * `connection` (*type:* `GoogleApi.BigQuery.V2.Connection.t`) - Connection to server |
| 175 | - * `project_id` (*type:* `String.t`) - Project ID of the new routine |
| 176 | - * `dataset_id` (*type:* `String.t`) - Dataset ID of the new routine |
| 175 | + * `project_id` (*type:* `String.t`) - Required. Project ID of the new routine |
| 176 | + * `dataset_id` (*type:* `String.t`) - Required. Dataset ID of the new routine |
| 177 177 | * `optional_params` (*type:* `keyword()`) - Optional parameters |
| 178 178 | * `:alt` (*type:* `String.t`) - Data format for the response. |
| 179 179 | * `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response. |
| @@ -232,8 +232,8 @@ defmodule GoogleApi.BigQuery.V2.Api.Routines do | |
| 232 232 | ## Parameters |
| 233 233 | |
| 234 234 | * `connection` (*type:* `GoogleApi.BigQuery.V2.Connection.t`) - Connection to server |
| 235 | - * `project_id` (*type:* `String.t`) - Project ID of the routines to list |
| 236 | - * `dataset_id` (*type:* `String.t`) - Dataset ID of the routines to list |
| 235 | + * `project_id` (*type:* `String.t`) - Required. Project ID of the routines to list |
| 236 | + * `dataset_id` (*type:* `String.t`) - Required. Dataset ID of the routines to list |
| 237 237 | * `optional_params` (*type:* `keyword()`) - Optional parameters |
| 238 238 | * `:alt` (*type:* `String.t`) - Data format for the response. |
| 239 239 | * `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response. |
| @@ -296,9 +296,9 @@ defmodule GoogleApi.BigQuery.V2.Api.Routines do | |
| 296 296 | ## Parameters |
| 297 297 | |
| 298 298 | * `connection` (*type:* `GoogleApi.BigQuery.V2.Connection.t`) - Connection to server |
| 299 | - * `project_id` (*type:* `String.t`) - Project ID of the routine to update |
| 300 | - * `dataset_id` (*type:* `String.t`) - Dataset ID of the routine to update |
| 301 | - * `routine_id` (*type:* `String.t`) - Routine ID of the routine to update |
| 299 | + * `project_id` (*type:* `String.t`) - Required. Project ID of the routine to update |
| 300 | + * `dataset_id` (*type:* `String.t`) - Required. Dataset ID of the routine to update |
| 301 | + * `routine_id` (*type:* `String.t`) - Required. Routine ID of the routine to update |
| 302 302 | * `optional_params` (*type:* `keyword()`) - Optional parameters |
| 303 303 | * `:alt` (*type:* `String.t`) - Data format for the response. |
| 304 304 | * `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response. |
| @@ -25,8 +25,7 @@ defmodule GoogleApi.BigQuery.V2.Model.Argument do | |
| 25 25 | * `dataType` (*type:* `GoogleApi.BigQuery.V2.Model.StandardSqlDataType.t`, *default:* `nil`) - Required unless argument_kind = ANY_TYPE. |
| 26 26 | * `mode` (*type:* `String.t`, *default:* `nil`) - Optional. Specifies whether the argument is input or output. |
| 27 27 | Can be set for procedures only. |
| 28 | - * `name` (*type:* `String.t`, *default:* `nil`) - Optional. The name of this argument. Can be absent for function return |
| 29 | - argument. |
| 28 | + * `name` (*type:* `String.t`, *default:* `nil`) - Optional. The name of this argument. Can be absent for function return argument. |
| 30 29 | """ |
| 31 30 | |
| 32 31 | use GoogleApi.Gax.ModelBase |
Loading more files…