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: clients/big_query/lib/google_api/big_query/v2/api/jobs.ex
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ defmodule GoogleApi.BigQuery.V2.Api.Jobs do
45
45
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
46
46
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
47
47
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
48
-
* `:location` (*type:* `String.t`) - The geographic location of the job. You must specify the location to run the job for the following scenarios: * If the location to run a job is not in the `us` or the `eu` multi-regional location * If the job's location is in a single region (for example, `us-central1`) For more information, see https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
48
+
* `:location` (*type:* `String.t`) - The geographic location of the job. You must [specify the location](https://cloud.google.com/bigquery/docs/locations#specify_locations) to run the job for the following scenarios: * If the location to run a job is not in the `us` or the `eu` multi-regional location * If the job's location is in a single region (for example, `us-central1`)
49
49
* `opts` (*type:* `keyword()`) - Call options
50
50
51
51
## Returns
@@ -109,7 +109,7 @@ defmodule GoogleApi.BigQuery.V2.Api.Jobs do
109
109
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
110
110
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
111
111
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
112
-
* `:location` (*type:* `String.t`) - The geographic location of the job. Required. See details at: https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
112
+
* `:location` (*type:* `String.t`) - The geographic location of the job. Required. For more information, see how to [specify locations](https://cloud.google.com/bigquery/docs/locations#specify_locations).
113
113
* `opts` (*type:* `keyword()`) - Call options
114
114
115
115
## Returns
@@ -170,7 +170,7 @@ defmodule GoogleApi.BigQuery.V2.Api.Jobs do
170
170
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
171
171
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
172
172
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
173
-
* `:location` (*type:* `String.t`) - The geographic location of the job. You must specify the location to run the job for the following scenarios: * If the location to run a job is not in the `us` or the `eu` multi-regional location * If the job's location is in a single region (for example, `us-central1`) For more information, see https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
173
+
* `:location` (*type:* `String.t`) - The geographic location of the job. You must specify the location to run the job for the following scenarios: * If the location to run a job is not in the `us` or the `eu` multi-regional location * If the job's location is in a single region (for example, `us-central1`) For more information, see how to [specify locations](https://cloud.google.com/bigquery/docs/locations#specify_locations).
174
174
* `opts` (*type:* `keyword()`) - Call options
175
175
176
176
## Returns
@@ -235,7 +235,7 @@ defmodule GoogleApi.BigQuery.V2.Api.Jobs do
235
235
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
236
236
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
237
237
* `:"formatOptions.useInt64Timestamp"` (*type:* `boolean()`) - Optional. Output timestamp as usec int64. Default is false.
238
-
* `:location` (*type:* `String.t`) - The geographic location of the job. You must specify the location to run the job for the following scenarios: * If the location to run a job is not in the `us` or the `eu` multi-regional location * If the job's location is in a single region (for example, `us-central1`) For more information, see https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
238
+
* `:location` (*type:* `String.t`) - The geographic location of the job. You must specify the location to run the job for the following scenarios: * If the location to run a job is not in the `us` or the `eu` multi-regional location * If the job's location is in a single region (for example, `us-central1`) For more information, see how to [specify locations](https://cloud.google.com/bigquery/docs/locations#specify_locations).
239
239
* `:maxResults` (*type:* `integer()`) - Maximum number of results to read.
240
240
* `:pageToken` (*type:* `String.t`) - Page token, returned by a previous call, to request the next page of results.
241
241
* `:startIndex` (*type:* `String.t`) - Zero-based index of the starting row.
Copy file name to clipboardExpand all lines: clients/big_query/lib/google_api/big_query/v2/model/clustering.ex
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.BigQuery.V2.Model.Clustering do
21
21
22
22
## Attributes
23
23
24
-
* `fields` (*type:* `list(String.t)`, *default:* `nil`) - One or more fields on which data should be clustered. Only top-level, non-repeated, simple-type fields are supported. The ordering of the clustering fields should be prioritized from most to least important for filtering purposes. Additional information on limitations can be found here: https://cloud.google.com/bigquery/docs/creating-clustered-tables#limitations
24
+
* `fields` (*type:* `list(String.t)`, *default:* `nil`) - One or more fields on which data should be clustered. Only top-level, non-repeated, simple-type fields are supported. The ordering of the clustering fields should be prioritized from most to least important for filtering purposes. For additional information, see [Introduction to clustered tables](https://cloud.google.com/bigquery/docs/clustered-tables#limitations).
Options defining open source compatible datasets living in the BigQuery catalog. Contains metadata of open source database, schema or namespace represented by the current dataset.
20
+
Options defining open source compatible datasets living in the BigQuery catalog. Contains metadata of open source database, schema, or namespace represented by the current dataset.
21
21
22
22
## Attributes
23
23
24
24
* `defaultStorageLocationUri` (*type:* `String.t`, *default:* `nil`) - Optional. The storage location URI for all tables in the dataset. Equivalent to hive metastore's database locationUri. Maximum length of 1024 characters.
25
-
* `parameters` (*type:* `map()`, *default:* `nil`) - Optional. A map of key value pairs defining the parameters and properties of the open source schema. Maximum size of 2Mib.
25
+
* `parameters` (*type:* `map()`, *default:* `nil`) - Optional. A map of key value pairs defining the parameters and properties of the open source schema. Maximum size of 2MiB.
Metadata about open source compatible table. The fields contained in these options correspond to hive metastore's tablelevel properties.
20
+
Metadata about open source compatible table. The fields contained in these options correspond to Hive metastore's table-level properties.
21
21
22
22
## Attributes
23
23
24
-
* `connectionId` (*type:* `String.t`, *default:* `nil`) - Optional. The connection specifying the credentials to be used to read external storage, such as Azure Blob, Cloud Storage, or S3. The connection is needed to read the open source table from BigQuery Engine. The connection_id can have the form `..` or `projects//locations//connections/`.
25
-
* `parameters` (*type:* `map()`, *default:* `nil`) - Optional. A map of key value pairs defining the parameters and properties of the open source table. Corresponds with hive meta store table parameters. Maximum size of 4Mib.
24
+
* `connectionId` (*type:* `String.t`, *default:* `nil`) - Optional. A connection ID that specifies the credentials to be used to read external storage, such as Azure Blob, Cloud Storage, or Amazon S3. This connection is needed to read the open source table from BigQuery. The connection_id format must be either `..` or `projects//locations//connections/`.
25
+
* `parameters` (*type:* `map()`, *default:* `nil`) - Optional. A map of the key-value pairs defining the parameters and properties of the open source table. Corresponds with Hive metastore table parameters. Maximum size of 4MiB.
26
26
* `storageDescriptor` (*type:* `GoogleApi.BigQuery.V2.Model.StorageDescriptor.t`, *default:* `nil`) - Optional. A storage descriptor containing information about the physical storage of this table.
0 commit comments