diff --git a/clients/double_click_bid_manager/lib/google_api/double_click_bid_manager/v2/metadata.ex b/clients/double_click_bid_manager/lib/google_api/double_click_bid_manager/v2/metadata.ex index 3d37337d82..f8bd1db27b 100644 --- a/clients/double_click_bid_manager/lib/google_api/double_click_bid_manager/v2/metadata.ex +++ b/clients/double_click_bid_manager/lib/google_api/double_click_bid_manager/v2/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.DoubleClickBidManager.V2 do API client metadata for GoogleApi.DoubleClickBidManager.V2. """ - @discovery_revision "20220707" + @discovery_revision "20240305" def discovery_revision(), do: @discovery_revision end diff --git a/clients/double_click_bid_manager/lib/google_api/double_click_bid_manager/v2/model/options.ex b/clients/double_click_bid_manager/lib/google_api/double_click_bid_manager/v2/model/options.ex index a700db34e1..1e1a277097 100644 --- a/clients/double_click_bid_manager/lib/google_api/double_click_bid_manager/v2/model/options.ex +++ b/clients/double_click_bid_manager/lib/google_api/double_click_bid_manager/v2/model/options.ex @@ -22,7 +22,7 @@ defmodule GoogleApi.DoubleClickBidManager.V2.Model.Options do ## Attributes * `includeOnlyTargetedUserLists` (*type:* `boolean()`, *default:* `nil`) - Set to true and filter your report by `FILTER_INSERTION_ORDER` or `FILTER_LINE_ITEM` to include data for audience lists specifically targeted by those items. - * `pathQueryOptions` (*type:* `GoogleApi.DoubleClickBidManager.V2.Model.PathQueryOptions.t`, *default:* `nil`) - Options that contain Path Filters and Custom Channel Groupings. + * `pathQueryOptions` (*type:* `GoogleApi.DoubleClickBidManager.V2.Model.PathQueryOptions.t`, *default:* `nil`) - Options that contain Path Filters and Custom Channel Groupings. This field is deprecated and will sunset on **May 1, 2024**. After sunset, requests using this field will return an error. """ use GoogleApi.Gax.ModelBase