Skip to content

Commit ac6cc4c

Browse files
feat: Automated regeneration of BigQuery client (googleapis#12501)
Auto-created at 2024-11-10 13:09:37 +0000 using the toys pull request generator.
1 parent 5fa032b commit ac6cc4c

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

clients/big_query/lib/google_api/big_query/v2/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.BigQuery.V2 do
2020
API client metadata for GoogleApi.BigQuery.V2.
2121
"""
2222

23-
@discovery_revision "20241013"
23+
@discovery_revision "20241027"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/big_query/lib/google_api/big_query/v2/model/argument.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defmodule GoogleApi.BigQuery.V2.Model.Argument do
2222
## Attributes
2323
2424
* `argumentKind` (*type:* `String.t`, *default:* `nil`) - Optional. Defaults to FIXED_TYPE.
25-
* `dataType` (*type:* `GoogleApi.BigQuery.V2.Model.StandardSqlDataType.t`, *default:* `nil`) - Required unless argument_kind = ANY_TYPE.
25+
* `dataType` (*type:* `GoogleApi.BigQuery.V2.Model.StandardSqlDataType.t`, *default:* `nil`) - Set if argument_kind == FIXED_TYPE.
2626
* `isAggregate` (*type:* `boolean()`, *default:* `nil`) - Optional. Whether the argument is an aggregate function parameter. Must be Unset for routine types other than AGGREGATE_FUNCTION. For AGGREGATE_FUNCTION, if set to false, it is equivalent to adding "NOT AGGREGATE" clause in DDL; Otherwise, it is equivalent to omitting "NOT AGGREGATE" clause in DDL.
2727
* `mode` (*type:* `String.t`, *default:* `nil`) - Optional. Specifies whether the argument is input or output. Can be set for procedures only.
2828
* `name` (*type:* `String.t`, *default:* `nil`) - Optional. The name of this argument. Can be absent for function return argument.

clients/big_query/lib/google_api/big_query/v2/model/big_lake_configuration.ex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ defmodule GoogleApi.BigQuery.V2.Model.BigLakeConfiguration do
2121
2222
## Attributes
2323
24-
* `connectionId` (*type:* `String.t`, *default:* `nil`) - Required. The connection specifying the credentials to be used to read and write to external storage, such as Cloud Storage. The connection_id can have the form `{project}.{location}.{connection_id}` or `projects/{project}/locations/{location}/connections/{connection_id}".
25-
* `fileFormat` (*type:* `String.t`, *default:* `nil`) - Required. The file format the table data is stored in.
26-
* `storageUri` (*type:* `String.t`, *default:* `nil`) - Required. The fully qualified location prefix of the external folder where table data is stored. The '*' wildcard character is not allowed. The URI should be in the format `gs://bucket/path_to_table/`
27-
* `tableFormat` (*type:* `String.t`, *default:* `nil`) - Required. The table format the metadata only snapshots are stored in.
24+
* `connectionId` (*type:* `String.t`, *default:* `nil`) - Optional. The connection specifying the credentials to be used to read and write to external storage, such as Cloud Storage. The connection_id can have the form `{project}.{location}.{connection_id}` or `projects/{project}/locations/{location}/connections/{connection_id}".
25+
* `fileFormat` (*type:* `String.t`, *default:* `nil`) - Optional. The file format the table data is stored in.
26+
* `storageUri` (*type:* `String.t`, *default:* `nil`) - Optional. The fully qualified location prefix of the external folder where table data is stored. The '*' wildcard character is not allowed. The URI should be in the format `gs://bucket/path_to_table/`
27+
* `tableFormat` (*type:* `String.t`, *default:* `nil`) - Optional. The table format the metadata only snapshots are stored in.
2828
"""
2929

3030
use GoogleApi.Gax.ModelBase

clients/big_query/lib/google_api/big_query/v2/model/training_options.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ defmodule GoogleApi.BigQuery.V2.Model.TrainingOptions do
8585
* `autoClassWeights` (*type:* `boolean()`, *default:* `nil`) - Whether to calculate class weights automatically based on the popularity of each label.
8686
* `optimizer` (*type:* `String.t`, *default:* `nil`) - Optimizer used for training the neural nets.
8787
* `colsampleBynode` (*type:* `float()`, *default:* `nil`) - Subsample ratio of columns for each node(split) for boosted tree models.
88-
* `contributionMetric` (*type:* `String.t`, *default:* `nil`) - The contribution metric. Applies to contribution analysis models. Allowed formats supported are for summable and summable ratio contribution metrics. These include expressions such as "SUM(x)" or "SUM(x)/SUM(y)", where x and y are column names from the base table.
88+
* `contributionMetric` (*type:* `String.t`, *default:* `nil`) - The contribution metric. Applies to contribution analysis models. Allowed formats supported are for summable and summable ratio contribution metrics. These include expressions such as `SUM(x)` or `SUM(x)/SUM(y)`, where x and y are column names from the base table.
8989
* `modelUri` (*type:* `String.t`, *default:* `nil`) - Google Cloud Storage URI from which the model was imported. Only applicable for imported models.
9090
* `sampledShapleyNumPaths` (*type:* `String.t`, *default:* `nil`) - Number of paths for the sampled Shapley explain method.
9191
* `initialLearnRate` (*type:* `float()`, *default:* `nil`) - Specifies the initial learning rate for the line search learn rate strategy.

clients/big_query/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.BigQuery.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.86.0"
21+
@version "0.86.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)