Skip to content

Commit 68e0c0e

Browse files
feat: Automated regeneration of BigQuery client (googleapis#12608)
Auto-created at 2024-11-21 13:25:14 +0000 using the toys pull request generator.
1 parent 47a4685 commit 68e0c0e

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

clients/big_query/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_big_query, "~> 0.86"}]
14+
[{:google_api_big_query, "~> 0.87"}]
1515
end
1616
```
1717

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 "20241027"
23+
@discovery_revision "20241111"
2424

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ defmodule GoogleApi.BigQuery.V2.Model.Table do
2828
* `snapshotDefinition` (*type:* `GoogleApi.BigQuery.V2.Model.SnapshotDefinition.t`, *default:* `nil`) - Output only. Contains information about the snapshot. This value is set via snapshot creation.
2929
* `cloneDefinition` (*type:* `GoogleApi.BigQuery.V2.Model.CloneDefinition.t`, *default:* `nil`) - Output only. Contains information about the clone. This value is set via the clone operation.
3030
* `lastModifiedTime` (*type:* `String.t`, *default:* `nil`) - Output only. The time when this table was last modified, in milliseconds since the epoch.
31+
* `managedTableType` (*type:* `String.t`, *default:* `nil`) - Optional. If set, overrides the default managed table type configured in the dataset.
3132
* `numLongTermLogicalBytes` (*type:* `String.t`, *default:* `nil`) - Output only. Number of logical bytes that are more than 90 days old.
3233
* `view` (*type:* `GoogleApi.BigQuery.V2.Model.ViewDefinition.t`, *default:* `nil`) - Optional. The view definition.
3334
* `kind` (*type:* `String.t`, *default:* `bigquery#table`) - The type of resource ID.
@@ -85,6 +86,7 @@ defmodule GoogleApi.BigQuery.V2.Model.Table do
8586
:snapshotDefinition => GoogleApi.BigQuery.V2.Model.SnapshotDefinition.t() | nil,
8687
:cloneDefinition => GoogleApi.BigQuery.V2.Model.CloneDefinition.t() | nil,
8788
:lastModifiedTime => String.t() | nil,
89+
:managedTableType => String.t() | nil,
8890
:numLongTermLogicalBytes => String.t() | nil,
8991
:view => GoogleApi.BigQuery.V2.Model.ViewDefinition.t() | nil,
9092
:kind => String.t() | nil,
@@ -140,6 +142,7 @@ defmodule GoogleApi.BigQuery.V2.Model.Table do
140142
field(:snapshotDefinition, as: GoogleApi.BigQuery.V2.Model.SnapshotDefinition)
141143
field(:cloneDefinition, as: GoogleApi.BigQuery.V2.Model.CloneDefinition)
142144
field(:lastModifiedTime)
145+
field(:managedTableType)
143146
field(:numLongTermLogicalBytes)
144147
field(:view, as: GoogleApi.BigQuery.V2.Model.ViewDefinition)
145148
field(:kind)

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.1"
21+
@version "0.87.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)