google-apis-displayvideo_v1 0.15.0 → 0.16.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 44e473d674761f8586286b98be6bba2bfafa110d2c877300266ae98ef1a94503
4
- data.tar.gz: d03f3ca6d1d3b711cbabe35195de121f179f508de174fc08b8fd8b41844fa742
3
+ metadata.gz: ae8cc1ee97672aa35b6ad277f74592a7ec54059d27a10adfdda027397577180b
4
+ data.tar.gz: 4a17415f5272837475ac22c185fe9f00077d2d7d107f6f903a81c1f96f97a9cc
5
5
  SHA512:
6
- metadata.gz: edc0aae6ab68931a6b7471ed4cf969268b010e561b62e43e4c9bf1765cb1fa905442f9f84b50ac562fdf51eb536a1fbdad53174d1f6bfe3d6059397916a53717
7
- data.tar.gz: 4f2ba5f57ec6ba2c53f4baf3fca21fb9648093c35cc395985a6b831507234f234cafb8d2c5c05d0ed0859d2c45a6334b746984e38cb63d323f309f8d0b9761f8
6
+ metadata.gz: 6bb0d6812410696b81fcb8578d604a03abe0a5ce2bb4ee6efe32a14888ba5dc7841a6ec3d664dd20cee8933c391204fddb13e5441614325e060eeaa50f5150f1
7
+ data.tar.gz: ed33c7e5dc44106dc5b866ecceaa9c6404aac28587d86992a08ce4e71788abce9544c27643348a4fba18b327acb9073d509b507066763027f8fc2febb8ff3a9a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v1
2
2
 
3
+ ### v0.16.0 (2021-09-10)
4
+
5
+ * Regenerated from discovery document revision 20210909
6
+
3
7
  ### v0.15.0 (2021-09-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20210902
@@ -2025,14 +2025,14 @@ module Google
2025
2025
 
2026
2026
  # The search query for the desired business chain. The query must be the full
2027
2027
  # name of the business, e.g. "KFC", "mercedes-benz".
2028
- # Corresponds to the JSON property `businessChain`
2028
+ # Corresponds to the JSON property `businessChainQuery`
2029
2029
  # @return [String]
2030
- attr_accessor :business_chain
2030
+ attr_accessor :business_chain_query
2031
2031
 
2032
2032
  # The search query for the desired geo region, e.g. "Seattle", "United State".
2033
- # Corresponds to the JSON property `region`
2033
+ # Corresponds to the JSON property `regionQuery`
2034
2034
  # @return [String]
2035
- attr_accessor :region
2035
+ attr_accessor :region_query
2036
2036
 
2037
2037
  def initialize(**args)
2038
2038
  update!(**args)
@@ -2040,8 +2040,8 @@ module Google
2040
2040
 
2041
2041
  # Update properties of this object
2042
2042
  def update!(**args)
2043
- @business_chain = args[:business_chain] if args.key?(:business_chain)
2044
- @region = args[:region] if args.key?(:region)
2043
+ @business_chain_query = args[:business_chain_query] if args.key?(:business_chain_query)
2044
+ @region_query = args[:region_query] if args.key?(:region_query)
2045
2045
  end
2046
2046
  end
2047
2047
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DisplayvideoV1
18
18
  # Version of the google-apis-displayvideo_v1 gem
19
- GEM_VERSION = "0.15.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210902"
25
+ REVISION = "20210909"
26
26
  end
27
27
  end
28
28
  end
@@ -2119,8 +2119,8 @@ module Google
2119
2119
  class BusinessChainSearchTerms
2120
2120
  # @private
2121
2121
  class Representation < Google::Apis::Core::JsonRepresentation
2122
- property :business_chain, as: 'businessChain'
2123
- property :region, as: 'region'
2122
+ property :business_chain_query, as: 'businessChainQuery'
2123
+ property :region_query, as: 'regionQuery'
2124
2124
  end
2125
2125
  end
2126
2126
 
@@ -3694,37 +3694,6 @@ module Google
3694
3694
  execute_or_queue_command(command, &block)
3695
3695
  end
3696
3696
 
3697
- # Creates a new custom bidding algorithm. Returns the newly created custom
3698
- # bidding algorithm if successful.
3699
- # @param [Google::Apis::DisplayvideoV1::CustomBiddingAlgorithm] custom_bidding_algorithm_object
3700
- # @param [String] fields
3701
- # Selector specifying which fields to include in a partial response.
3702
- # @param [String] quota_user
3703
- # Available to use for quota purposes for server-side applications. Can be any
3704
- # arbitrary string assigned to a user, but should not exceed 40 characters.
3705
- # @param [Google::Apis::RequestOptions] options
3706
- # Request-specific options
3707
- #
3708
- # @yield [result, err] Result & error if block supplied
3709
- # @yieldparam result [Google::Apis::DisplayvideoV1::CustomBiddingAlgorithm] parsed result object
3710
- # @yieldparam err [StandardError] error object if request failed
3711
- #
3712
- # @return [Google::Apis::DisplayvideoV1::CustomBiddingAlgorithm]
3713
- #
3714
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3715
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3716
- # @raise [Google::Apis::AuthorizationError] Authorization is required
3717
- def create_custom_bidding_algorithm(custom_bidding_algorithm_object = nil, fields: nil, quota_user: nil, options: nil, &block)
3718
- command = make_simple_command(:post, 'v1/customBiddingAlgorithms', options)
3719
- command.request_representation = Google::Apis::DisplayvideoV1::CustomBiddingAlgorithm::Representation
3720
- command.request_object = custom_bidding_algorithm_object
3721
- command.response_representation = Google::Apis::DisplayvideoV1::CustomBiddingAlgorithm::Representation
3722
- command.response_class = Google::Apis::DisplayvideoV1::CustomBiddingAlgorithm
3723
- command.query['fields'] = fields unless fields.nil?
3724
- command.query['quotaUser'] = quota_user unless quota_user.nil?
3725
- execute_or_queue_command(command, &block)
3726
- end
3727
-
3728
3697
  # Gets a custom bidding algorithm.
3729
3698
  # @param [Fixnum] custom_bidding_algorithm_id
3730
3699
  # Required. The ID of the custom bidding algorithm to fetch.
@@ -3834,44 +3803,6 @@ module Google
3834
3803
  execute_or_queue_command(command, &block)
3835
3804
  end
3836
3805
 
3837
- # Updates an existing custom bidding algorithm. Returns the updated custom
3838
- # bidding algorithm if successful.
3839
- # @param [Fixnum] custom_bidding_algorithm_id
3840
- # Output only. The unique ID of the custom bidding algorithm. Assigned by the
3841
- # system.
3842
- # @param [Google::Apis::DisplayvideoV1::CustomBiddingAlgorithm] custom_bidding_algorithm_object
3843
- # @param [String] update_mask
3844
- # Required. The mask to control which fields to update.
3845
- # @param [String] fields
3846
- # Selector specifying which fields to include in a partial response.
3847
- # @param [String] quota_user
3848
- # Available to use for quota purposes for server-side applications. Can be any
3849
- # arbitrary string assigned to a user, but should not exceed 40 characters.
3850
- # @param [Google::Apis::RequestOptions] options
3851
- # Request-specific options
3852
- #
3853
- # @yield [result, err] Result & error if block supplied
3854
- # @yieldparam result [Google::Apis::DisplayvideoV1::CustomBiddingAlgorithm] parsed result object
3855
- # @yieldparam err [StandardError] error object if request failed
3856
- #
3857
- # @return [Google::Apis::DisplayvideoV1::CustomBiddingAlgorithm]
3858
- #
3859
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3860
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3861
- # @raise [Google::Apis::AuthorizationError] Authorization is required
3862
- def patch_custom_bidding_algorithm(custom_bidding_algorithm_id, custom_bidding_algorithm_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
3863
- command = make_simple_command(:patch, 'v1/customBiddingAlgorithms/{+customBiddingAlgorithmId}', options)
3864
- command.request_representation = Google::Apis::DisplayvideoV1::CustomBiddingAlgorithm::Representation
3865
- command.request_object = custom_bidding_algorithm_object
3866
- command.response_representation = Google::Apis::DisplayvideoV1::CustomBiddingAlgorithm::Representation
3867
- command.response_class = Google::Apis::DisplayvideoV1::CustomBiddingAlgorithm
3868
- command.params['customBiddingAlgorithmId'] = custom_bidding_algorithm_id unless custom_bidding_algorithm_id.nil?
3869
- command.query['updateMask'] = update_mask unless update_mask.nil?
3870
- command.query['fields'] = fields unless fields.nil?
3871
- command.query['quotaUser'] = quota_user unless quota_user.nil?
3872
- execute_or_queue_command(command, &block)
3873
- end
3874
-
3875
3806
  # Gets a custom list.
3876
3807
  # @param [Fixnum] custom_list_id
3877
3808
  # Required. The ID of the custom list to fetch.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-06 00:00:00.000000000 Z
11
+ date: 2021-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-displayvideo_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.16.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-displayvideo_v1
63
63
  post_install_message:
64
64
  rdoc_options: []