Skip to content

Commit cbe993e

Browse files
feat: Automated regeneration of AnalyticsHub client (googleapis#13218)
Auto-created at 2025-03-25 13:16:44 +0000 using the toys pull request generator.
1 parent 034a8e9 commit cbe993e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

clients/analytics_hub/lib/google_api/analytics_hub/v1/metadata.ex

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

23-
@discovery_revision "20250310"
23+
@discovery_revision "20250315"
2424

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

clients/analytics_hub/lib/google_api/analytics_hub/v1/model/destination_dataset.ex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ defmodule GoogleApi.AnalyticsHub.V1.Model.DestinationDataset do
2626
* `friendlyName` (*type:* `String.t`, *default:* `nil`) - Optional. A descriptive name for the dataset.
2727
* `labels` (*type:* `map()`, *default:* `nil`) - Optional. The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See https://cloud.google.com/resource-manager/docs/creating-managing-labels for more information.
2828
* `location` (*type:* `String.t`, *default:* `nil`) - Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
29+
* `replicaLocations` (*type:* `list(String.t)`, *default:* `nil`) - Optional. The geographic locations where the dataset should be replicated. See https://cloud.google.com/bigquery/docs/locations for supported locations.
2930
"""
3031

3132
use GoogleApi.Gax.ModelBase
@@ -36,14 +37,16 @@ defmodule GoogleApi.AnalyticsHub.V1.Model.DestinationDataset do
3637
:description => String.t() | nil,
3738
:friendlyName => String.t() | nil,
3839
:labels => map() | nil,
39-
:location => String.t() | nil
40+
:location => String.t() | nil,
41+
:replicaLocations => list(String.t()) | nil
4042
}
4143

4244
field(:datasetReference, as: GoogleApi.AnalyticsHub.V1.Model.DestinationDatasetReference)
4345
field(:description)
4446
field(:friendlyName)
4547
field(:labels, type: :map)
4648
field(:location)
49+
field(:replicaLocations, type: :list)
4750
end
4851

4952
defimpl Poison.Decoder, for: GoogleApi.AnalyticsHub.V1.Model.DestinationDataset do

0 commit comments

Comments
 (0)