google-apis-searchads360_v0 0.3.0 → 0.5.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: 48fcd063c8ef42f280b6cfe92347861375ce92a12846e8441e3853fd2e3e1742
4
- data.tar.gz: bb536211ad8534b54cce4fdb28cc77dc256f60cce9d7a199f10c98f1b61cb2f8
3
+ metadata.gz: a01ff665b1d6688c8e377555b32bc55e742a5dcf8ec2cecd0baf88045f2ef7dc
4
+ data.tar.gz: 506baf8f4821dabc04f0421962cf8898a1c3ff0779e172512958b000058f4bf3
5
5
  SHA512:
6
- metadata.gz: edd02a4a94f5935dd553a45df427ab3363cd5b39087d6418409b692ac1a37f9b6e064926bd0cf083c3252f7a5f45cc7a79501c63c18826ce355e0909a0102699
7
- data.tar.gz: 89ad0fa77a75951ca6a9433b36b3a213a6bc8e23976260deb594180437aeffa858aadf5bf779e829c5bcbe4d6114551f2665abaf858fc61c13326d60ccd9b53c
6
+ metadata.gz: 16831e3a676a4b621e08d1af3752254cd181dea39365b74ff540be9970af62455e44e146c2500d7346039136d0b7ef315fd74a72cb2be02ee4517b5bd1d0e444
7
+ data.tar.gz: 1fbc1031ef0849512da16915f21d7671ccf49c3fada60babdc569c1de293cbd7901f98939fda67320f877ff1fa27c4b0d3f350d7d98a2fa74540d69de0d528d7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-searchads360_v0
2
2
 
3
+ ### v0.5.0 (2023-04-30)
4
+
5
+ * Regenerated from discovery document revision 20230425
6
+
7
+ ### v0.4.0 (2023-04-16)
8
+
9
+ * Regenerated from discovery document revision 20230405
10
+
3
11
  ### v0.3.0 (2023-04-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20230330
@@ -4716,84 +4716,6 @@ module Google
4716
4716
  @total_results_count = args[:total_results_count] if args.key?(:total_results_count)
4717
4717
  end
4718
4718
  end
4719
-
4720
- # Request message for SearchAds360Service.SearchStream.
4721
- class GoogleAdsSearchads360V0ServicesSearchSearchAds360StreamRequest
4722
- include Google::Apis::Core::Hashable
4723
-
4724
- # The number of rows that are returned in each stream response batch. When too
4725
- # large batch is requested, the server may decide to further limit the number of
4726
- # returned rows.
4727
- # Corresponds to the JSON property `batchSize`
4728
- # @return [Fixnum]
4729
- attr_accessor :batch_size
4730
-
4731
- # Required. The query string.
4732
- # Corresponds to the JSON property `query`
4733
- # @return [String]
4734
- attr_accessor :query
4735
-
4736
- # Determines whether a summary row will be returned. By default, summary row is
4737
- # not returned. If requested, the summary row will be sent in a response by
4738
- # itself after all other query results are returned.
4739
- # Corresponds to the JSON property `summaryRowSetting`
4740
- # @return [String]
4741
- attr_accessor :summary_row_setting
4742
-
4743
- def initialize(**args)
4744
- update!(**args)
4745
- end
4746
-
4747
- # Update properties of this object
4748
- def update!(**args)
4749
- @batch_size = args[:batch_size] if args.key?(:batch_size)
4750
- @query = args[:query] if args.key?(:query)
4751
- @summary_row_setting = args[:summary_row_setting] if args.key?(:summary_row_setting)
4752
- end
4753
- end
4754
-
4755
- # Response message for SearchAds360Service.SearchStream.
4756
- class GoogleAdsSearchads360V0ServicesSearchSearchAds360StreamResponse
4757
- include Google::Apis::Core::Hashable
4758
-
4759
- # The headers of the custom columns in the results.
4760
- # Corresponds to the JSON property `customColumnHeaders`
4761
- # @return [Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesCustomColumnHeader>]
4762
- attr_accessor :custom_column_headers
4763
-
4764
- # FieldMask that represents what fields were requested by the user.
4765
- # Corresponds to the JSON property `fieldMask`
4766
- # @return [String]
4767
- attr_accessor :field_mask
4768
-
4769
- # The unique id of the request that is used for debugging purposes.
4770
- # Corresponds to the JSON property `requestId`
4771
- # @return [String]
4772
- attr_accessor :request_id
4773
-
4774
- # The list of rows that matched the query.
4775
- # Corresponds to the JSON property `results`
4776
- # @return [Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesSearchAds360Row>]
4777
- attr_accessor :results
4778
-
4779
- # A returned row from the query.
4780
- # Corresponds to the JSON property `summaryRow`
4781
- # @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesSearchAds360Row]
4782
- attr_accessor :summary_row
4783
-
4784
- def initialize(**args)
4785
- update!(**args)
4786
- end
4787
-
4788
- # Update properties of this object
4789
- def update!(**args)
4790
- @custom_column_headers = args[:custom_column_headers] if args.key?(:custom_column_headers)
4791
- @field_mask = args[:field_mask] if args.key?(:field_mask)
4792
- @request_id = args[:request_id] if args.key?(:request_id)
4793
- @results = args[:results] if args.key?(:results)
4794
- @summary_row = args[:summary_row] if args.key?(:summary_row)
4795
- end
4796
- end
4797
4719
  end
4798
4720
  end
4799
4721
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module Searchads360V0
18
18
  # Version of the google-apis-searchads360_v0 gem
19
- GEM_VERSION = "0.3.0"
19
+ GEM_VERSION = "0.5.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 = "20230330"
25
+ REVISION = "20230425"
26
26
  end
27
27
  end
28
28
  end
@@ -568,18 +568,6 @@ module Google
568
568
  include Google::Apis::Core::JsonObjectSupport
569
569
  end
570
570
 
571
- class GoogleAdsSearchads360V0ServicesSearchSearchAds360StreamRequest
572
- class Representation < Google::Apis::Core::JsonRepresentation; end
573
-
574
- include Google::Apis::Core::JsonObjectSupport
575
- end
576
-
577
- class GoogleAdsSearchads360V0ServicesSearchSearchAds360StreamResponse
578
- class Representation < Google::Apis::Core::JsonRepresentation; end
579
-
580
- include Google::Apis::Core::JsonObjectSupport
581
- end
582
-
583
571
  class GoogleAdsSearchads360V0CommonAgeRangeInfo
584
572
  # @private
585
573
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1720,29 +1708,6 @@ module Google
1720
1708
  property :total_results_count, :numeric_string => true, as: 'totalResultsCount'
1721
1709
  end
1722
1710
  end
1723
-
1724
- class GoogleAdsSearchads360V0ServicesSearchSearchAds360StreamRequest
1725
- # @private
1726
- class Representation < Google::Apis::Core::JsonRepresentation
1727
- property :batch_size, as: 'batchSize'
1728
- property :query, as: 'query'
1729
- property :summary_row_setting, as: 'summaryRowSetting'
1730
- end
1731
- end
1732
-
1733
- class GoogleAdsSearchads360V0ServicesSearchSearchAds360StreamResponse
1734
- # @private
1735
- class Representation < Google::Apis::Core::JsonRepresentation
1736
- collection :custom_column_headers, as: 'customColumnHeaders', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesCustomColumnHeader, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesCustomColumnHeader::Representation
1737
-
1738
- property :field_mask, as: 'fieldMask'
1739
- property :request_id, as: 'requestId'
1740
- collection :results, as: 'results', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesSearchAds360Row, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesSearchAds360Row::Representation
1741
-
1742
- property :summary_row, as: 'summaryRow', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesSearchAds360Row, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesSearchAds360Row::Representation
1743
-
1744
- end
1745
- end
1746
1711
  end
1747
1712
  end
1748
1713
  end
@@ -145,41 +145,6 @@ module Google
145
145
  execute_or_queue_command(command, &block)
146
146
  end
147
147
 
148
- # Returns all rows that match the search stream query. List of thrown errors: [
149
- # AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]()
150
- # [QueryError]() [QuotaError]() [RequestError]()
151
- # @param [String] customer_id
152
- # Required. The ID of the customer being queried.
153
- # @param [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesSearchSearchAds360StreamRequest] google_ads_searchads360_v0_services__search_search_ads360_stream_request_object
154
- # @param [String] fields
155
- # Selector specifying which fields to include in a partial response.
156
- # @param [String] quota_user
157
- # Available to use for quota purposes for server-side applications. Can be any
158
- # arbitrary string assigned to a user, but should not exceed 40 characters.
159
- # @param [Google::Apis::RequestOptions] options
160
- # Request-specific options
161
- #
162
- # @yield [result, err] Result & error if block supplied
163
- # @yieldparam result [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesSearchSearchAds360StreamResponse] parsed result object
164
- # @yieldparam err [StandardError] error object if request failed
165
- #
166
- # @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesSearchSearchAds360StreamResponse]
167
- #
168
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
169
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
170
- # @raise [Google::Apis::AuthorizationError] Authorization is required
171
- def search_customer_search_ads360_stream(customer_id, google_ads_searchads360_v0_services__search_search_ads360_stream_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
172
- command = make_simple_command(:post, 'v0/customers/{+customerId}/searchAds360:searchStream', options)
173
- command.request_representation = Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesSearchSearchAds360StreamRequest::Representation
174
- command.request_object = google_ads_searchads360_v0_services__search_search_ads360_stream_request_object
175
- command.response_representation = Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesSearchSearchAds360StreamResponse::Representation
176
- command.response_class = Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesSearchSearchAds360StreamResponse
177
- command.params['customerId'] = customer_id unless customer_id.nil?
178
- command.query['fields'] = fields unless fields.nil?
179
- command.query['quotaUser'] = quota_user unless quota_user.nil?
180
- execute_or_queue_command(command, &block)
181
- end
182
-
183
148
  # Returns just the requested field. List of thrown errors: [AuthenticationError](
184
149
  # ) [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [
185
150
  # RequestError]()
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-searchads360_v0
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.5.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-04-02 00:00:00.000000000 Z
11
+ date: 2023-04-30 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-searchads360_v0/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-searchads360_v0/v0.3.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-searchads360_v0/v0.5.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-searchads360_v0
63
63
  post_install_message:
64
64
  rdoc_options: []