Skip to content

Commit

Permalink
feat: Automated regeneration of realtimebidding v1 client (googleapis…
Browse files Browse the repository at this point in the history
…#15960)

Auto-created at 2023-08-27 10:20:18 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Aug 27, 2023
1 parent 2766d7e commit 361e358
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 13 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-realtimebidding_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-realtimebidding_v1

### v0.28.0 (2023-08-27)

* Regenerated from discovery document revision 20230821

### v0.27.0 (2023-03-26)

* Regenerated from discovery document revision 20230320
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,9 @@ def update!(**args)
end
end

# Response for a request to get remarketing tag.
# Deprecated. This will be removed in October 2023. For more information, see
# the release notes: https://developers.google.com/authorized-buyers/apis/
# relnotes#real-time-bidding-api Response for a request to get remarketing tag.
class GetRemarketingTagResponse
include Google::Apis::Core::Hashable

Expand Down Expand Up @@ -2101,8 +2103,10 @@ def update!(**args)
end
end

# Represents the URL restriction (for the URL captured by the pixel callback)
# for a user list.
# Deprecated. This will be removed in October 2023. For more information, see
# the release notes: https://developers.google.com/authorized-buyers/apis/
# relnotes#real-time-bidding-api Represents the URL restriction (for the URL
# captured by the pixel callback) for a user list.
class UrlRestriction
include Google::Apis::Core::Hashable

Expand Down Expand Up @@ -2192,8 +2196,10 @@ class UserList
# @return [String]
attr_accessor :status

# Represents the URL restriction (for the URL captured by the pixel callback)
# for a user list.
# Deprecated. This will be removed in October 2023. For more information, see
# the release notes: https://developers.google.com/authorized-buyers/apis/
# relnotes#real-time-bidding-api Represents the URL restriction (for the URL
# captured by the pixel callback) for a user list.
# Corresponds to the JSON property `urlRestriction`
# @return [Google::Apis::RealtimebiddingV1::UrlRestriction]
attr_accessor :url_restriction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module RealtimebiddingV1
# Version of the google-apis-realtimebidding_v1 gem
GEM_VERSION = "0.27.0"
GEM_VERSION = "0.28.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.12.0"

# Revision of the discovery document this client was generated from
REVISION = "20230320"
REVISION = "20230821"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -976,9 +976,12 @@ def get_buyer(name, fields: nil, quota_user: nil, options: nil, &block)
execute_or_queue_command(command, &block)
end

# Gets remarketing tag for a buyer. A remarketing tag is a piece of JavaScript
# code that can be placed on a web page. When a user visits a page containing a
# remarketing tag, Google adds the user to a user list.
# Deprecated. This will be removed in October 2023. For more information, see
# the release notes: https://developers.google.com/authorized-buyers/apis/
# relnotes#real-time-bidding-api Gets remarketing tag for a buyer. A remarketing
# tag is a piece of JavaScript code that can be placed on a web page. When a
# user visits a page containing a remarketing tag, Google adds the user to a
# user list.
# @param [String] name
# Required. To fetch remarketing tag for an account, name must follow the
# pattern `buyers/`accountId`` where ``accountId`` represents ID of a buyer that
Expand Down Expand Up @@ -1333,9 +1336,12 @@ def get_buyer_user_list(name, fields: nil, quota_user: nil, options: nil, &block
execute_or_queue_command(command, &block)
end

# Gets remarketing tag for a buyer. A remarketing tag is a piece of JavaScript
# code that can be placed on a web page. When a user visits a page containing a
# remarketing tag, Google adds the user to a user list.
# Deprecated. This will be removed in October 2023. For more information, see
# the release notes: https://developers.google.com/authorized-buyers/apis/
# relnotes#real-time-bidding-api Gets remarketing tag for a buyer. A remarketing
# tag is a piece of JavaScript code that can be placed on a web page. When a
# user visits a page containing a remarketing tag, Google adds the user to a
# user list.
# @param [String] name
# Required. To fetch remarketing tag for an account, name must follow the
# pattern `buyers/`accountId`` where ``accountId`` represents ID of a buyer that
Expand Down

0 comments on commit 361e358

Please sign in to comment.