google-apis-adexchangebuyer2_v2beta1 0.23.0 → 0.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4fa4812cdc1fd11361230d04555d08bd18c7359bc2f6272a2d39dae5523108f2
4
- data.tar.gz: c4a8e7a3069820917f796762e851bdc1a733e3188a2b5c5aa7eced762dcb7bd4
3
+ metadata.gz: 8bac1aaaa938339063ce981b12d5a2402f1343d44cb2e072fbe6159025204119
4
+ data.tar.gz: dc27007e0d85a276fa212a58d47781dac56e7ca84e79d6fc9c6be9f54ca03b02
5
5
  SHA512:
6
- metadata.gz: de65dc5a1024cb76a29604f71ec04f81af30c6e855914dbd4f308d0f2b2f34f5bfbacee28957278609978346647979526c8b5c598aa56b201274356b3e53820c
7
- data.tar.gz: 91873d3e902b23aaf40e9022189c51c15dd1e77c78d032576a231f831e2d79302a3341463a4dd74859b7c6aca8fb13a74e876a1cd4d838e8cc408b893d69caac
6
+ metadata.gz: 40af36e74cb614107e669a1dfdb2e45c9d10e4d59b6e885a97925e5ea03e1d86883e37a21af5efbdab8ce694ab496b19da50b9bc7228e72e688e52cd7960888c
7
+ data.tar.gz: a5c45e31960deab7937662e645c1a591688c341314dcd64bf82919b96767d5e1a788032cb7ba8a65bc7db084a697ba751992baf8863ba1755b451cb8fda66604
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-adexchangebuyer2_v2beta1
2
2
 
3
+ ### v0.24.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231206
6
+
3
7
  ### v0.23.0 (2023-05-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20230502
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module Adexchangebuyer2V2beta1
18
18
  # Version of the google-apis-adexchangebuyer2_v2beta1 gem
19
- GEM_VERSION = "0.23.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230502"
25
+ REVISION = "20231206"
26
26
  end
27
27
  end
28
28
  end
@@ -2712,6 +2712,620 @@ module Google
2712
2712
  command.query['quotaUser'] = quota_user unless quota_user.nil?
2713
2713
  execute_or_queue_command(command, &block)
2714
2714
  end
2715
+
2716
+ # Creates the specified filter set for the account with the given account ID.
2717
+ # @param [String] owner_name
2718
+ # Name of the owner (bidder or account) of the filter set to be created. For
2719
+ # example: - For a bidder-level filter set for bidder 123: `bidders/123` - For
2720
+ # an account-level filter set for the buyer account representing bidder 123: `
2721
+ # bidders/123/accounts/123` - For an account-level filter set for the child seat
2722
+ # buyer account 456 whose bidder is 123: `bidders/123/accounts/456`
2723
+ # @param [Google::Apis::Adexchangebuyer2V2beta1::FilterSet] filter_set_object
2724
+ # @param [Boolean] is_transient
2725
+ # Whether the filter set is transient, or should be persisted indefinitely. By
2726
+ # default, filter sets are not transient. If transient, it will be available for
2727
+ # at least 1 hour after creation.
2728
+ # @param [String] fields
2729
+ # Selector specifying which fields to include in a partial response.
2730
+ # @param [String] quota_user
2731
+ # Available to use for quota purposes for server-side applications. Can be any
2732
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
2733
+ # @param [Google::Apis::RequestOptions] options
2734
+ # Request-specific options
2735
+ #
2736
+ # @yield [result, err] Result & error if block supplied
2737
+ # @yieldparam result [Google::Apis::Adexchangebuyer2V2beta1::FilterSet] parsed result object
2738
+ # @yieldparam err [StandardError] error object if request failed
2739
+ #
2740
+ # @return [Google::Apis::Adexchangebuyer2V2beta1::FilterSet]
2741
+ #
2742
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2743
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2744
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
2745
+ def create_buyer_filter_set(owner_name, filter_set_object = nil, is_transient: nil, fields: nil, quota_user: nil, options: nil, &block)
2746
+ command = make_simple_command(:post, 'v2beta1/{+ownerName}/filterSets', options)
2747
+ command.request_representation = Google::Apis::Adexchangebuyer2V2beta1::FilterSet::Representation
2748
+ command.request_object = filter_set_object
2749
+ command.response_representation = Google::Apis::Adexchangebuyer2V2beta1::FilterSet::Representation
2750
+ command.response_class = Google::Apis::Adexchangebuyer2V2beta1::FilterSet
2751
+ command.params['ownerName'] = owner_name unless owner_name.nil?
2752
+ command.query['isTransient'] = is_transient unless is_transient.nil?
2753
+ command.query['fields'] = fields unless fields.nil?
2754
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
2755
+ execute_or_queue_command(command, &block)
2756
+ end
2757
+
2758
+ # Deletes the requested filter set from the account with the given account ID.
2759
+ # @param [String] name
2760
+ # Full name of the resource to delete. For example: - For a bidder-level filter
2761
+ # set for bidder 123: `bidders/123/filterSets/abc` - For an account-level filter
2762
+ # set for the buyer account representing bidder 123: `bidders/123/accounts/123/
2763
+ # filterSets/abc` - For an account-level filter set for the child seat buyer
2764
+ # account 456 whose bidder is 123: `bidders/123/accounts/456/filterSets/abc`
2765
+ # @param [String] fields
2766
+ # Selector specifying which fields to include in a partial response.
2767
+ # @param [String] quota_user
2768
+ # Available to use for quota purposes for server-side applications. Can be any
2769
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
2770
+ # @param [Google::Apis::RequestOptions] options
2771
+ # Request-specific options
2772
+ #
2773
+ # @yield [result, err] Result & error if block supplied
2774
+ # @yieldparam result [Google::Apis::Adexchangebuyer2V2beta1::Empty] parsed result object
2775
+ # @yieldparam err [StandardError] error object if request failed
2776
+ #
2777
+ # @return [Google::Apis::Adexchangebuyer2V2beta1::Empty]
2778
+ #
2779
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2780
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2781
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
2782
+ def delete_buyer_filter_set(name, fields: nil, quota_user: nil, options: nil, &block)
2783
+ command = make_simple_command(:delete, 'v2beta1/{+name}', options)
2784
+ command.response_representation = Google::Apis::Adexchangebuyer2V2beta1::Empty::Representation
2785
+ command.response_class = Google::Apis::Adexchangebuyer2V2beta1::Empty
2786
+ command.params['name'] = name unless name.nil?
2787
+ command.query['fields'] = fields unless fields.nil?
2788
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
2789
+ execute_or_queue_command(command, &block)
2790
+ end
2791
+
2792
+ # Retrieves the requested filter set for the account with the given account ID.
2793
+ # @param [String] name
2794
+ # Full name of the resource being requested. For example: - For a bidder-level
2795
+ # filter set for bidder 123: `bidders/123/filterSets/abc` - For an account-level
2796
+ # filter set for the buyer account representing bidder 123: `bidders/123/
2797
+ # accounts/123/filterSets/abc` - For an account-level filter set for the child
2798
+ # seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456/
2799
+ # filterSets/abc`
2800
+ # @param [String] fields
2801
+ # Selector specifying which fields to include in a partial response.
2802
+ # @param [String] quota_user
2803
+ # Available to use for quota purposes for server-side applications. Can be any
2804
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
2805
+ # @param [Google::Apis::RequestOptions] options
2806
+ # Request-specific options
2807
+ #
2808
+ # @yield [result, err] Result & error if block supplied
2809
+ # @yieldparam result [Google::Apis::Adexchangebuyer2V2beta1::FilterSet] parsed result object
2810
+ # @yieldparam err [StandardError] error object if request failed
2811
+ #
2812
+ # @return [Google::Apis::Adexchangebuyer2V2beta1::FilterSet]
2813
+ #
2814
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2815
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2816
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
2817
+ def get_buyer_filter_set(name, fields: nil, quota_user: nil, options: nil, &block)
2818
+ command = make_simple_command(:get, 'v2beta1/{+name}', options)
2819
+ command.response_representation = Google::Apis::Adexchangebuyer2V2beta1::FilterSet::Representation
2820
+ command.response_class = Google::Apis::Adexchangebuyer2V2beta1::FilterSet
2821
+ command.params['name'] = name unless name.nil?
2822
+ command.query['fields'] = fields unless fields.nil?
2823
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
2824
+ execute_or_queue_command(command, &block)
2825
+ end
2826
+
2827
+ # Lists all filter sets for the account with the given account ID.
2828
+ # @param [String] owner_name
2829
+ # Name of the owner (bidder or account) of the filter sets to be listed. For
2830
+ # example: - For a bidder-level filter set for bidder 123: `bidders/123` - For
2831
+ # an account-level filter set for the buyer account representing bidder 123: `
2832
+ # bidders/123/accounts/123` - For an account-level filter set for the child seat
2833
+ # buyer account 456 whose bidder is 123: `bidders/123/accounts/456`
2834
+ # @param [Fixnum] page_size
2835
+ # Requested page size. The server may return fewer results than requested. If
2836
+ # unspecified, the server will pick an appropriate default.
2837
+ # @param [String] page_token
2838
+ # A token identifying a page of results the server should return. Typically,
2839
+ # this is the value of ListFilterSetsResponse.nextPageToken returned from the
2840
+ # previous call to the accounts.filterSets.list method.
2841
+ # @param [String] fields
2842
+ # Selector specifying which fields to include in a partial response.
2843
+ # @param [String] quota_user
2844
+ # Available to use for quota purposes for server-side applications. Can be any
2845
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
2846
+ # @param [Google::Apis::RequestOptions] options
2847
+ # Request-specific options
2848
+ #
2849
+ # @yield [result, err] Result & error if block supplied
2850
+ # @yieldparam result [Google::Apis::Adexchangebuyer2V2beta1::ListFilterSetsResponse] parsed result object
2851
+ # @yieldparam err [StandardError] error object if request failed
2852
+ #
2853
+ # @return [Google::Apis::Adexchangebuyer2V2beta1::ListFilterSetsResponse]
2854
+ #
2855
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2856
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2857
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
2858
+ def list_buyer_filter_sets(owner_name, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
2859
+ command = make_simple_command(:get, 'v2beta1/{+ownerName}/filterSets', options)
2860
+ command.response_representation = Google::Apis::Adexchangebuyer2V2beta1::ListFilterSetsResponse::Representation
2861
+ command.response_class = Google::Apis::Adexchangebuyer2V2beta1::ListFilterSetsResponse
2862
+ command.params['ownerName'] = owner_name unless owner_name.nil?
2863
+ command.query['pageSize'] = page_size unless page_size.nil?
2864
+ command.query['pageToken'] = page_token unless page_token.nil?
2865
+ command.query['fields'] = fields unless fields.nil?
2866
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
2867
+ execute_or_queue_command(command, &block)
2868
+ end
2869
+
2870
+ # Lists all metrics that are measured in terms of number of bids.
2871
+ # @param [String] filter_set_name
2872
+ # Name of the filter set that should be applied to the requested metrics. For
2873
+ # example: - For a bidder-level filter set for bidder 123: `bidders/123/
2874
+ # filterSets/abc` - For an account-level filter set for the buyer account
2875
+ # representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an
2876
+ # account-level filter set for the child seat buyer account 456 whose bidder is
2877
+ # 123: `bidders/123/accounts/456/filterSets/abc`
2878
+ # @param [Fixnum] page_size
2879
+ # Requested page size. The server may return fewer results than requested. If
2880
+ # unspecified, the server will pick an appropriate default.
2881
+ # @param [String] page_token
2882
+ # A token identifying a page of results the server should return. Typically,
2883
+ # this is the value of ListBidMetricsResponse.nextPageToken returned from the
2884
+ # previous call to the bidMetrics.list method.
2885
+ # @param [String] fields
2886
+ # Selector specifying which fields to include in a partial response.
2887
+ # @param [String] quota_user
2888
+ # Available to use for quota purposes for server-side applications. Can be any
2889
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
2890
+ # @param [Google::Apis::RequestOptions] options
2891
+ # Request-specific options
2892
+ #
2893
+ # @yield [result, err] Result & error if block supplied
2894
+ # @yieldparam result [Google::Apis::Adexchangebuyer2V2beta1::ListBidMetricsResponse] parsed result object
2895
+ # @yieldparam err [StandardError] error object if request failed
2896
+ #
2897
+ # @return [Google::Apis::Adexchangebuyer2V2beta1::ListBidMetricsResponse]
2898
+ #
2899
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2900
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2901
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
2902
+ def list_buyer_filter_set_bid_metrics(filter_set_name, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
2903
+ command = make_simple_command(:get, 'v2beta1/{+filterSetName}/bidMetrics', options)
2904
+ command.response_representation = Google::Apis::Adexchangebuyer2V2beta1::ListBidMetricsResponse::Representation
2905
+ command.response_class = Google::Apis::Adexchangebuyer2V2beta1::ListBidMetricsResponse
2906
+ command.params['filterSetName'] = filter_set_name unless filter_set_name.nil?
2907
+ command.query['pageSize'] = page_size unless page_size.nil?
2908
+ command.query['pageToken'] = page_token unless page_token.nil?
2909
+ command.query['fields'] = fields unless fields.nil?
2910
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
2911
+ execute_or_queue_command(command, &block)
2912
+ end
2913
+
2914
+ # List all errors that occurred in bid responses, with the number of bid
2915
+ # responses affected for each reason.
2916
+ # @param [String] filter_set_name
2917
+ # Name of the filter set that should be applied to the requested metrics. For
2918
+ # example: - For a bidder-level filter set for bidder 123: `bidders/123/
2919
+ # filterSets/abc` - For an account-level filter set for the buyer account
2920
+ # representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an
2921
+ # account-level filter set for the child seat buyer account 456 whose bidder is
2922
+ # 123: `bidders/123/accounts/456/filterSets/abc`
2923
+ # @param [Fixnum] page_size
2924
+ # Requested page size. The server may return fewer results than requested. If
2925
+ # unspecified, the server will pick an appropriate default.
2926
+ # @param [String] page_token
2927
+ # A token identifying a page of results the server should return. Typically,
2928
+ # this is the value of ListBidResponseErrorsResponse.nextPageToken returned from
2929
+ # the previous call to the bidResponseErrors.list method.
2930
+ # @param [String] fields
2931
+ # Selector specifying which fields to include in a partial response.
2932
+ # @param [String] quota_user
2933
+ # Available to use for quota purposes for server-side applications. Can be any
2934
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
2935
+ # @param [Google::Apis::RequestOptions] options
2936
+ # Request-specific options
2937
+ #
2938
+ # @yield [result, err] Result & error if block supplied
2939
+ # @yieldparam result [Google::Apis::Adexchangebuyer2V2beta1::ListBidResponseErrorsResponse] parsed result object
2940
+ # @yieldparam err [StandardError] error object if request failed
2941
+ #
2942
+ # @return [Google::Apis::Adexchangebuyer2V2beta1::ListBidResponseErrorsResponse]
2943
+ #
2944
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2945
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2946
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
2947
+ def list_buyer_filter_set_bid_response_errors(filter_set_name, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
2948
+ command = make_simple_command(:get, 'v2beta1/{+filterSetName}/bidResponseErrors', options)
2949
+ command.response_representation = Google::Apis::Adexchangebuyer2V2beta1::ListBidResponseErrorsResponse::Representation
2950
+ command.response_class = Google::Apis::Adexchangebuyer2V2beta1::ListBidResponseErrorsResponse
2951
+ command.params['filterSetName'] = filter_set_name unless filter_set_name.nil?
2952
+ command.query['pageSize'] = page_size unless page_size.nil?
2953
+ command.query['pageToken'] = page_token unless page_token.nil?
2954
+ command.query['fields'] = fields unless fields.nil?
2955
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
2956
+ execute_or_queue_command(command, &block)
2957
+ end
2958
+
2959
+ # List all reasons for which bid responses were considered to have no applicable
2960
+ # bids, with the number of bid responses affected for each reason.
2961
+ # @param [String] filter_set_name
2962
+ # Name of the filter set that should be applied to the requested metrics. For
2963
+ # example: - For a bidder-level filter set for bidder 123: `bidders/123/
2964
+ # filterSets/abc` - For an account-level filter set for the buyer account
2965
+ # representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an
2966
+ # account-level filter set for the child seat buyer account 456 whose bidder is
2967
+ # 123: `bidders/123/accounts/456/filterSets/abc`
2968
+ # @param [Fixnum] page_size
2969
+ # Requested page size. The server may return fewer results than requested. If
2970
+ # unspecified, the server will pick an appropriate default.
2971
+ # @param [String] page_token
2972
+ # A token identifying a page of results the server should return. Typically,
2973
+ # this is the value of ListBidResponsesWithoutBidsResponse.nextPageToken
2974
+ # returned from the previous call to the bidResponsesWithoutBids.list method.
2975
+ # @param [String] fields
2976
+ # Selector specifying which fields to include in a partial response.
2977
+ # @param [String] quota_user
2978
+ # Available to use for quota purposes for server-side applications. Can be any
2979
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
2980
+ # @param [Google::Apis::RequestOptions] options
2981
+ # Request-specific options
2982
+ #
2983
+ # @yield [result, err] Result & error if block supplied
2984
+ # @yieldparam result [Google::Apis::Adexchangebuyer2V2beta1::ListBidResponsesWithoutBidsResponse] parsed result object
2985
+ # @yieldparam err [StandardError] error object if request failed
2986
+ #
2987
+ # @return [Google::Apis::Adexchangebuyer2V2beta1::ListBidResponsesWithoutBidsResponse]
2988
+ #
2989
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2990
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2991
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
2992
+ def list_buyer_filter_set_bid_responses_without_bids(filter_set_name, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
2993
+ command = make_simple_command(:get, 'v2beta1/{+filterSetName}/bidResponsesWithoutBids', options)
2994
+ command.response_representation = Google::Apis::Adexchangebuyer2V2beta1::ListBidResponsesWithoutBidsResponse::Representation
2995
+ command.response_class = Google::Apis::Adexchangebuyer2V2beta1::ListBidResponsesWithoutBidsResponse
2996
+ command.params['filterSetName'] = filter_set_name unless filter_set_name.nil?
2997
+ command.query['pageSize'] = page_size unless page_size.nil?
2998
+ command.query['pageToken'] = page_token unless page_token.nil?
2999
+ command.query['fields'] = fields unless fields.nil?
3000
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3001
+ execute_or_queue_command(command, &block)
3002
+ end
3003
+
3004
+ # List all reasons that caused a bid request not to be sent for an impression,
3005
+ # with the number of bid requests not sent for each reason.
3006
+ # @param [String] filter_set_name
3007
+ # Name of the filter set that should be applied to the requested metrics. For
3008
+ # example: - For a bidder-level filter set for bidder 123: `bidders/123/
3009
+ # filterSets/abc` - For an account-level filter set for the buyer account
3010
+ # representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an
3011
+ # account-level filter set for the child seat buyer account 456 whose bidder is
3012
+ # 123: `bidders/123/accounts/456/filterSets/abc`
3013
+ # @param [Fixnum] page_size
3014
+ # Requested page size. The server may return fewer results than requested. If
3015
+ # unspecified, the server will pick an appropriate default.
3016
+ # @param [String] page_token
3017
+ # A token identifying a page of results the server should return. Typically,
3018
+ # this is the value of ListFilteredBidRequestsResponse.nextPageToken returned
3019
+ # from the previous call to the filteredBidRequests.list method.
3020
+ # @param [String] fields
3021
+ # Selector specifying which fields to include in a partial response.
3022
+ # @param [String] quota_user
3023
+ # Available to use for quota purposes for server-side applications. Can be any
3024
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3025
+ # @param [Google::Apis::RequestOptions] options
3026
+ # Request-specific options
3027
+ #
3028
+ # @yield [result, err] Result & error if block supplied
3029
+ # @yieldparam result [Google::Apis::Adexchangebuyer2V2beta1::ListFilteredBidRequestsResponse] parsed result object
3030
+ # @yieldparam err [StandardError] error object if request failed
3031
+ #
3032
+ # @return [Google::Apis::Adexchangebuyer2V2beta1::ListFilteredBidRequestsResponse]
3033
+ #
3034
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3035
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3036
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3037
+ def list_buyer_filter_set_filtered_bid_requests(filter_set_name, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
3038
+ command = make_simple_command(:get, 'v2beta1/{+filterSetName}/filteredBidRequests', options)
3039
+ command.response_representation = Google::Apis::Adexchangebuyer2V2beta1::ListFilteredBidRequestsResponse::Representation
3040
+ command.response_class = Google::Apis::Adexchangebuyer2V2beta1::ListFilteredBidRequestsResponse
3041
+ command.params['filterSetName'] = filter_set_name unless filter_set_name.nil?
3042
+ command.query['pageSize'] = page_size unless page_size.nil?
3043
+ command.query['pageToken'] = page_token unless page_token.nil?
3044
+ command.query['fields'] = fields unless fields.nil?
3045
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3046
+ execute_or_queue_command(command, &block)
3047
+ end
3048
+
3049
+ # List all reasons for which bids were filtered, with the number of bids
3050
+ # filtered for each reason.
3051
+ # @param [String] filter_set_name
3052
+ # Name of the filter set that should be applied to the requested metrics. For
3053
+ # example: - For a bidder-level filter set for bidder 123: `bidders/123/
3054
+ # filterSets/abc` - For an account-level filter set for the buyer account
3055
+ # representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an
3056
+ # account-level filter set for the child seat buyer account 456 whose bidder is
3057
+ # 123: `bidders/123/accounts/456/filterSets/abc`
3058
+ # @param [Fixnum] page_size
3059
+ # Requested page size. The server may return fewer results than requested. If
3060
+ # unspecified, the server will pick an appropriate default.
3061
+ # @param [String] page_token
3062
+ # A token identifying a page of results the server should return. Typically,
3063
+ # this is the value of ListFilteredBidsResponse.nextPageToken returned from the
3064
+ # previous call to the filteredBids.list method.
3065
+ # @param [String] fields
3066
+ # Selector specifying which fields to include in a partial response.
3067
+ # @param [String] quota_user
3068
+ # Available to use for quota purposes for server-side applications. Can be any
3069
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3070
+ # @param [Google::Apis::RequestOptions] options
3071
+ # Request-specific options
3072
+ #
3073
+ # @yield [result, err] Result & error if block supplied
3074
+ # @yieldparam result [Google::Apis::Adexchangebuyer2V2beta1::ListFilteredBidsResponse] parsed result object
3075
+ # @yieldparam err [StandardError] error object if request failed
3076
+ #
3077
+ # @return [Google::Apis::Adexchangebuyer2V2beta1::ListFilteredBidsResponse]
3078
+ #
3079
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3080
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3081
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3082
+ def list_buyer_filter_set_filtered_bids(filter_set_name, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
3083
+ command = make_simple_command(:get, 'v2beta1/{+filterSetName}/filteredBids', options)
3084
+ command.response_representation = Google::Apis::Adexchangebuyer2V2beta1::ListFilteredBidsResponse::Representation
3085
+ command.response_class = Google::Apis::Adexchangebuyer2V2beta1::ListFilteredBidsResponse
3086
+ command.params['filterSetName'] = filter_set_name unless filter_set_name.nil?
3087
+ command.query['pageSize'] = page_size unless page_size.nil?
3088
+ command.query['pageToken'] = page_token unless page_token.nil?
3089
+ command.query['fields'] = fields unless fields.nil?
3090
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3091
+ execute_or_queue_command(command, &block)
3092
+ end
3093
+
3094
+ # List all creatives associated with a specific reason for which bids were
3095
+ # filtered, with the number of bids filtered for each creative.
3096
+ # @param [String] filter_set_name
3097
+ # Name of the filter set that should be applied to the requested metrics. For
3098
+ # example: - For a bidder-level filter set for bidder 123: `bidders/123/
3099
+ # filterSets/abc` - For an account-level filter set for the buyer account
3100
+ # representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an
3101
+ # account-level filter set for the child seat buyer account 456 whose bidder is
3102
+ # 123: `bidders/123/accounts/456/filterSets/abc`
3103
+ # @param [Fixnum] creative_status_id
3104
+ # The ID of the creative status for which to retrieve a breakdown by creative.
3105
+ # See [creative-status-codes](https://developers.google.com/authorized-buyers/
3106
+ # rtb/downloads/creative-status-codes).
3107
+ # @param [Fixnum] page_size
3108
+ # Requested page size. The server may return fewer results than requested. If
3109
+ # unspecified, the server will pick an appropriate default.
3110
+ # @param [String] page_token
3111
+ # A token identifying a page of results the server should return. Typically,
3112
+ # this is the value of ListCreativeStatusBreakdownByCreativeResponse.
3113
+ # nextPageToken returned from the previous call to the filteredBids.creatives.
3114
+ # list method.
3115
+ # @param [String] fields
3116
+ # Selector specifying which fields to include in a partial response.
3117
+ # @param [String] quota_user
3118
+ # Available to use for quota purposes for server-side applications. Can be any
3119
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3120
+ # @param [Google::Apis::RequestOptions] options
3121
+ # Request-specific options
3122
+ #
3123
+ # @yield [result, err] Result & error if block supplied
3124
+ # @yieldparam result [Google::Apis::Adexchangebuyer2V2beta1::ListCreativeStatusBreakdownByCreativeResponse] parsed result object
3125
+ # @yieldparam err [StandardError] error object if request failed
3126
+ #
3127
+ # @return [Google::Apis::Adexchangebuyer2V2beta1::ListCreativeStatusBreakdownByCreativeResponse]
3128
+ #
3129
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3130
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3131
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3132
+ def list_buyer_filter_set_filtered_bid_creatives(filter_set_name, creative_status_id, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
3133
+ command = make_simple_command(:get, 'v2beta1/{+filterSetName}/filteredBids/{creativeStatusId}/creatives', options)
3134
+ command.response_representation = Google::Apis::Adexchangebuyer2V2beta1::ListCreativeStatusBreakdownByCreativeResponse::Representation
3135
+ command.response_class = Google::Apis::Adexchangebuyer2V2beta1::ListCreativeStatusBreakdownByCreativeResponse
3136
+ command.params['filterSetName'] = filter_set_name unless filter_set_name.nil?
3137
+ command.params['creativeStatusId'] = creative_status_id unless creative_status_id.nil?
3138
+ command.query['pageSize'] = page_size unless page_size.nil?
3139
+ command.query['pageToken'] = page_token unless page_token.nil?
3140
+ command.query['fields'] = fields unless fields.nil?
3141
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3142
+ execute_or_queue_command(command, &block)
3143
+ end
3144
+
3145
+ # List all details associated with a specific reason for which bids were
3146
+ # filtered, with the number of bids filtered for each detail.
3147
+ # @param [String] filter_set_name
3148
+ # Name of the filter set that should be applied to the requested metrics. For
3149
+ # example: - For a bidder-level filter set for bidder 123: `bidders/123/
3150
+ # filterSets/abc` - For an account-level filter set for the buyer account
3151
+ # representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an
3152
+ # account-level filter set for the child seat buyer account 456 whose bidder is
3153
+ # 123: `bidders/123/accounts/456/filterSets/abc`
3154
+ # @param [Fixnum] creative_status_id
3155
+ # The ID of the creative status for which to retrieve a breakdown by detail. See
3156
+ # [creative-status-codes](https://developers.google.com/authorized-buyers/rtb/
3157
+ # downloads/creative-status-codes). Details are only available for statuses 10,
3158
+ # 14, 15, 17, 18, 19, 86, and 87.
3159
+ # @param [Fixnum] page_size
3160
+ # Requested page size. The server may return fewer results than requested. If
3161
+ # unspecified, the server will pick an appropriate default.
3162
+ # @param [String] page_token
3163
+ # A token identifying a page of results the server should return. Typically,
3164
+ # this is the value of ListCreativeStatusBreakdownByDetailResponse.nextPageToken
3165
+ # returned from the previous call to the filteredBids.details.list method.
3166
+ # @param [String] fields
3167
+ # Selector specifying which fields to include in a partial response.
3168
+ # @param [String] quota_user
3169
+ # Available to use for quota purposes for server-side applications. Can be any
3170
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3171
+ # @param [Google::Apis::RequestOptions] options
3172
+ # Request-specific options
3173
+ #
3174
+ # @yield [result, err] Result & error if block supplied
3175
+ # @yieldparam result [Google::Apis::Adexchangebuyer2V2beta1::ListCreativeStatusBreakdownByDetailResponse] parsed result object
3176
+ # @yieldparam err [StandardError] error object if request failed
3177
+ #
3178
+ # @return [Google::Apis::Adexchangebuyer2V2beta1::ListCreativeStatusBreakdownByDetailResponse]
3179
+ #
3180
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3181
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3182
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3183
+ def list_buyer_filter_set_filtered_bid_details(filter_set_name, creative_status_id, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
3184
+ command = make_simple_command(:get, 'v2beta1/{+filterSetName}/filteredBids/{creativeStatusId}/details', options)
3185
+ command.response_representation = Google::Apis::Adexchangebuyer2V2beta1::ListCreativeStatusBreakdownByDetailResponse::Representation
3186
+ command.response_class = Google::Apis::Adexchangebuyer2V2beta1::ListCreativeStatusBreakdownByDetailResponse
3187
+ command.params['filterSetName'] = filter_set_name unless filter_set_name.nil?
3188
+ command.params['creativeStatusId'] = creative_status_id unless creative_status_id.nil?
3189
+ command.query['pageSize'] = page_size unless page_size.nil?
3190
+ command.query['pageToken'] = page_token unless page_token.nil?
3191
+ command.query['fields'] = fields unless fields.nil?
3192
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3193
+ execute_or_queue_command(command, &block)
3194
+ end
3195
+
3196
+ # Lists all metrics that are measured in terms of number of impressions.
3197
+ # @param [String] filter_set_name
3198
+ # Name of the filter set that should be applied to the requested metrics. For
3199
+ # example: - For a bidder-level filter set for bidder 123: `bidders/123/
3200
+ # filterSets/abc` - For an account-level filter set for the buyer account
3201
+ # representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an
3202
+ # account-level filter set for the child seat buyer account 456 whose bidder is
3203
+ # 123: `bidders/123/accounts/456/filterSets/abc`
3204
+ # @param [Fixnum] page_size
3205
+ # Requested page size. The server may return fewer results than requested. If
3206
+ # unspecified, the server will pick an appropriate default.
3207
+ # @param [String] page_token
3208
+ # A token identifying a page of results the server should return. Typically,
3209
+ # this is the value of ListImpressionMetricsResponse.nextPageToken returned from
3210
+ # the previous call to the impressionMetrics.list method.
3211
+ # @param [String] fields
3212
+ # Selector specifying which fields to include in a partial response.
3213
+ # @param [String] quota_user
3214
+ # Available to use for quota purposes for server-side applications. Can be any
3215
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3216
+ # @param [Google::Apis::RequestOptions] options
3217
+ # Request-specific options
3218
+ #
3219
+ # @yield [result, err] Result & error if block supplied
3220
+ # @yieldparam result [Google::Apis::Adexchangebuyer2V2beta1::ListImpressionMetricsResponse] parsed result object
3221
+ # @yieldparam err [StandardError] error object if request failed
3222
+ #
3223
+ # @return [Google::Apis::Adexchangebuyer2V2beta1::ListImpressionMetricsResponse]
3224
+ #
3225
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3226
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3227
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3228
+ def list_buyer_filter_set_impression_metrics(filter_set_name, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
3229
+ command = make_simple_command(:get, 'v2beta1/{+filterSetName}/impressionMetrics', options)
3230
+ command.response_representation = Google::Apis::Adexchangebuyer2V2beta1::ListImpressionMetricsResponse::Representation
3231
+ command.response_class = Google::Apis::Adexchangebuyer2V2beta1::ListImpressionMetricsResponse
3232
+ command.params['filterSetName'] = filter_set_name unless filter_set_name.nil?
3233
+ command.query['pageSize'] = page_size unless page_size.nil?
3234
+ command.query['pageToken'] = page_token unless page_token.nil?
3235
+ command.query['fields'] = fields unless fields.nil?
3236
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3237
+ execute_or_queue_command(command, &block)
3238
+ end
3239
+
3240
+ # List all reasons for which bids lost in the auction, with the number of bids
3241
+ # that lost for each reason.
3242
+ # @param [String] filter_set_name
3243
+ # Name of the filter set that should be applied to the requested metrics. For
3244
+ # example: - For a bidder-level filter set for bidder 123: `bidders/123/
3245
+ # filterSets/abc` - For an account-level filter set for the buyer account
3246
+ # representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an
3247
+ # account-level filter set for the child seat buyer account 456 whose bidder is
3248
+ # 123: `bidders/123/accounts/456/filterSets/abc`
3249
+ # @param [Fixnum] page_size
3250
+ # Requested page size. The server may return fewer results than requested. If
3251
+ # unspecified, the server will pick an appropriate default.
3252
+ # @param [String] page_token
3253
+ # A token identifying a page of results the server should return. Typically,
3254
+ # this is the value of ListLosingBidsResponse.nextPageToken returned from the
3255
+ # previous call to the losingBids.list method.
3256
+ # @param [String] fields
3257
+ # Selector specifying which fields to include in a partial response.
3258
+ # @param [String] quota_user
3259
+ # Available to use for quota purposes for server-side applications. Can be any
3260
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3261
+ # @param [Google::Apis::RequestOptions] options
3262
+ # Request-specific options
3263
+ #
3264
+ # @yield [result, err] Result & error if block supplied
3265
+ # @yieldparam result [Google::Apis::Adexchangebuyer2V2beta1::ListLosingBidsResponse] parsed result object
3266
+ # @yieldparam err [StandardError] error object if request failed
3267
+ #
3268
+ # @return [Google::Apis::Adexchangebuyer2V2beta1::ListLosingBidsResponse]
3269
+ #
3270
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3271
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3272
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3273
+ def list_buyer_filter_set_losing_bids(filter_set_name, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
3274
+ command = make_simple_command(:get, 'v2beta1/{+filterSetName}/losingBids', options)
3275
+ command.response_representation = Google::Apis::Adexchangebuyer2V2beta1::ListLosingBidsResponse::Representation
3276
+ command.response_class = Google::Apis::Adexchangebuyer2V2beta1::ListLosingBidsResponse
3277
+ command.params['filterSetName'] = filter_set_name unless filter_set_name.nil?
3278
+ command.query['pageSize'] = page_size unless page_size.nil?
3279
+ command.query['pageToken'] = page_token unless page_token.nil?
3280
+ command.query['fields'] = fields unless fields.nil?
3281
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3282
+ execute_or_queue_command(command, &block)
3283
+ end
3284
+
3285
+ # List all reasons for which winning bids were not billable, with the number of
3286
+ # bids not billed for each reason.
3287
+ # @param [String] filter_set_name
3288
+ # Name of the filter set that should be applied to the requested metrics. For
3289
+ # example: - For a bidder-level filter set for bidder 123: `bidders/123/
3290
+ # filterSets/abc` - For an account-level filter set for the buyer account
3291
+ # representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an
3292
+ # account-level filter set for the child seat buyer account 456 whose bidder is
3293
+ # 123: `bidders/123/accounts/456/filterSets/abc`
3294
+ # @param [Fixnum] page_size
3295
+ # Requested page size. The server may return fewer results than requested. If
3296
+ # unspecified, the server will pick an appropriate default.
3297
+ # @param [String] page_token
3298
+ # A token identifying a page of results the server should return. Typically,
3299
+ # this is the value of ListNonBillableWinningBidsResponse.nextPageToken returned
3300
+ # from the previous call to the nonBillableWinningBids.list method.
3301
+ # @param [String] fields
3302
+ # Selector specifying which fields to include in a partial response.
3303
+ # @param [String] quota_user
3304
+ # Available to use for quota purposes for server-side applications. Can be any
3305
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3306
+ # @param [Google::Apis::RequestOptions] options
3307
+ # Request-specific options
3308
+ #
3309
+ # @yield [result, err] Result & error if block supplied
3310
+ # @yieldparam result [Google::Apis::Adexchangebuyer2V2beta1::ListNonBillableWinningBidsResponse] parsed result object
3311
+ # @yieldparam err [StandardError] error object if request failed
3312
+ #
3313
+ # @return [Google::Apis::Adexchangebuyer2V2beta1::ListNonBillableWinningBidsResponse]
3314
+ #
3315
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3316
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3317
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3318
+ def list_buyer_filter_set_non_billable_winning_bids(filter_set_name, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
3319
+ command = make_simple_command(:get, 'v2beta1/{+filterSetName}/nonBillableWinningBids', options)
3320
+ command.response_representation = Google::Apis::Adexchangebuyer2V2beta1::ListNonBillableWinningBidsResponse::Representation
3321
+ command.response_class = Google::Apis::Adexchangebuyer2V2beta1::ListNonBillableWinningBidsResponse
3322
+ command.params['filterSetName'] = filter_set_name unless filter_set_name.nil?
3323
+ command.query['pageSize'] = page_size unless page_size.nil?
3324
+ command.query['pageToken'] = page_token unless page_token.nil?
3325
+ command.query['fields'] = fields unless fields.nil?
3326
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3327
+ execute_or_queue_command(command, &block)
3328
+ end
2715
3329
 
2716
3330
  protected
2717
3331
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-adexchangebuyer2_v2beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.24.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: 2023-05-07 00:00:00.000000000 Z
11
+ date: 2023-12-10 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/main/generated/google-apis-adexchangebuyer2_v2beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-adexchangebuyer2_v2beta1/v0.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-adexchangebuyer2_v2beta1/v0.24.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-adexchangebuyer2_v2beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Ad Exchange Buyer API II V2beta1