Skip to content

Commit d909f01

Browse files
feat: Automated regeneration of AnalyticsAdmin client (googleapis#12245)
Auto-created at 2024-10-01 13:12:33 +0000 using the toys pull request generator.
1 parent e494b55 commit d909f01

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/analytics_admin/lib/google_api/analytics_admin/v1alpha/metadata.ex

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

23-
@discovery_revision "20240916"
23+
@discovery_revision "20240929"
2424

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

clients/analytics_admin/lib/google_api/analytics_admin/v1alpha/model/google_analytics_admin_v1alpha_big_query_link.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ defmodule GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaBigQ
2929
* `freshDailyExportEnabled` (*type:* `boolean()`, *default:* `nil`) - If set true, enables fresh daily export to the linked Google Cloud project.
3030
* `includeAdvertisingId` (*type:* `boolean()`, *default:* `nil`) - If set true, exported data will include advertising identifiers for mobile app streams.
3131
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. Resource name of this BigQuery link. Format: 'properties/{property_id}/bigQueryLinks/{bigquery_link_id}' Format: 'properties/1234/bigQueryLinks/abc567'
32-
* `project` (*type:* `String.t`, *default:* `nil`) - Immutable. The linked Google Cloud project resource name. Currently, this API always uses a project number, but may use project IDs in the future. Format: 'projects/{project number}' Example: 'projects/1234'
32+
* `project` (*type:* `String.t`, *default:* `nil`) - Immutable. The linked Google Cloud project. When creating a BigQueryLink, you may provide this resource name using either a project number or project ID. Once this resource has been created, the returned project will always have a project that contains a project number. Format: 'projects/{project number}' Example: 'projects/1234'
3333
* `streamingExportEnabled` (*type:* `boolean()`, *default:* `nil`) - If set true, enables streaming export to the linked Google Cloud project.
3434
"""
3535

clients/analytics_admin/mix.exs

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

21-
@version "0.25.3"
21+
@version "0.25.4"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)