Skip to content

Commit 3b2f92e

Browse files
feat: Automated regeneration of AnalyticsHub client (googleapis#12839)
Auto-created at 2025-01-18 13:12:36 +0000 using the toys pull request generator.
1 parent ef7755b commit 3b2f92e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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 "20241213"
23+
@discovery_revision "20250115"
2424

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,18 @@ defmodule GoogleApi.AnalyticsHub.V1.Model.SelectedResource do
2121
2222
## Attributes
2323
24+
* `routine` (*type:* `String.t`, *default:* `nil`) - Optional. Format: For routine: `projects/{projectId}/datasets/{datasetId}/routines/{routineId}` Example:"projects/test_project/datasets/test_dataset/routines/test_routine"
2425
* `table` (*type:* `String.t`, *default:* `nil`) - Optional. Format: For table: `projects/{projectId}/datasets/{datasetId}/tables/{tableId}` Example:"projects/test_project/datasets/test_dataset/tables/test_table"
2526
"""
2627

2728
use GoogleApi.Gax.ModelBase
2829

2930
@type t :: %__MODULE__{
31+
:routine => String.t() | nil,
3032
:table => String.t() | nil
3133
}
3234

35+
field(:routine)
3336
field(:table)
3437
end
3538

0 commit comments

Comments
 (0)