Skip to content

Commit

Permalink
feat: Automated regeneration of AnalyticsHub client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jan 18, 2025
1 parent b59c57f commit 0a57df7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.AnalyticsHub.V1 do
API client metadata for GoogleApi.AnalyticsHub.V1.
"""

@discovery_revision "20241213"
@discovery_revision "20250115"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,18 @@ defmodule GoogleApi.AnalyticsHub.V1.Model.SelectedResource do
## Attributes
* `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"
* `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"
"""

use GoogleApi.Gax.ModelBase

@type t :: %__MODULE__{
:routine => String.t() | nil,
:table => String.t() | nil
}

field(:routine)
field(:table)
end

Expand Down

0 comments on commit 0a57df7

Please sign in to comment.