google-apis-ideahub_v1alpha 0.5.0 → 0.6.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: 786c87ace9c02591f11ab81a511645c202da148245277a4ce76a5cfb1945fb14
4
- data.tar.gz: c053bc618706b3e2828e205835471df2252f943a095487337f0ec3859e5e394c
3
+ metadata.gz: e4328cff73aa934815d747b0b572433aebfaeb6b1676e5acd2b0858c15b44669
4
+ data.tar.gz: e98c556c93da260a668dab9b0470d4d53c37d6fe8cd7cd71a026c0230294df62
5
5
  SHA512:
6
- metadata.gz: c96fa8760c5b43140866277dd4d6af0a1c8750258bc4454ace0ef05e297f75adc6485faefb7a329f7295bb5e4f39f17ca327dbc1ce4d3b846e20ac935a4b9356
7
- data.tar.gz: e41b72d49f4079436bee01624864d772b6b07fe637f252eed6c1e23e60cfdfd1e9ea842668d8f1c6d607f83df1b49d118ba15c09921a721f89eefa64927cf52f
6
+ metadata.gz: f35589494f2fe4c581e6a7e11fa2b36f388498210ee1e78e21bbc09de144759f3c138aa1468822f8b9782cba45f295051770491b02f85450c8b16cb04bd6f03f
7
+ data.tar.gz: 7c77f568769fd90a91c722dd032cb7f7c742b27c1347fbb99e2d9a14231abbe22a084377d3898c691e256b05a38321a512c49b5329a96a652a4976b3050e2de5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-ideahub_v1alpha
2
2
 
3
+ ### v0.6.0 (2021-08-19)
4
+
5
+ * Regenerated from discovery document revision 20210818
6
+
3
7
  ### v0.5.0 (2021-07-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20210728
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IdeahubV1alpha
18
18
  # Version of the google-apis-ideahub_v1alpha gem
19
- GEM_VERSION = "0.5.0"
19
+ GEM_VERSION = "0.6.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 = "20210728"
25
+ REVISION = "20210818"
26
26
  end
27
27
  end
28
28
  end
@@ -50,10 +50,6 @@ module Google
50
50
  end
51
51
 
52
52
  # List ideas for a given Creator and filter and sort options.
53
- # @param [String] creator_platform
54
- # Identifies the platform from which this user is accessing Idea Hub.
55
- # @param [String] creator_platform_id
56
- # Identifies the platform account (blog/site/etc.) for which to fetch Ideas.
57
53
  # @param [String] filter
58
54
  # Allows filtering. Supported syntax: * Filter expressions are made up of one or
59
55
  # more restrictions. * Restrictions are implicitly combined, as if the `AND`
@@ -92,12 +88,10 @@ module Google
92
88
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
93
89
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
94
90
  # @raise [Google::Apis::AuthorizationError] Authorization is required
95
- def list_ideas(creator_platform: nil, creator_platform_id: nil, filter: nil, order_by: nil, page_size: nil, page_token: nil, parent: nil, fields: nil, quota_user: nil, options: nil, &block)
91
+ def list_ideas(filter: nil, order_by: nil, page_size: nil, page_token: nil, parent: nil, fields: nil, quota_user: nil, options: nil, &block)
96
92
  command = make_simple_command(:get, 'v1alpha/ideas', options)
97
93
  command.response_representation = Google::Apis::IdeahubV1alpha::GoogleSearchIdeahubV1alphaListIdeasResponse::Representation
98
94
  command.response_class = Google::Apis::IdeahubV1alpha::GoogleSearchIdeahubV1alphaListIdeasResponse
99
- command.query['creator.platform'] = creator_platform unless creator_platform.nil?
100
- command.query['creator.platformId'] = creator_platform_id unless creator_platform_id.nil?
101
95
  command.query['filter'] = filter unless filter.nil?
102
96
  command.query['orderBy'] = order_by unless order_by.nil?
103
97
  command.query['pageSize'] = page_size unless page_size.nil?
@@ -183,10 +177,6 @@ module Google
183
177
  # @param [String] parent
184
178
  # If defined, specifies the creator for which to filter by. Format: publishers/`
185
179
  # publisher`/properties/`property`
186
- # @param [String] creator_platform
187
- # Identifies the platform from which this user is accessing Idea Hub.
188
- # @param [String] creator_platform_id
189
- # Identifies the platform account (blog/site/etc.) for which to fetch Ideas.
190
180
  # @param [String] filter
191
181
  # Allows filtering. Supported syntax: * Filter expressions are made up of one or
192
182
  # more restrictions. * Restrictions are implicitly combined, as if the `AND`
@@ -222,13 +212,11 @@ module Google
222
212
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
223
213
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
224
214
  # @raise [Google::Apis::AuthorizationError] Authorization is required
225
- def list_platform_property_ideas(parent, creator_platform: nil, creator_platform_id: nil, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
215
+ def list_platform_property_ideas(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
226
216
  command = make_simple_command(:get, 'v1alpha/{+parent}/ideas', options)
227
217
  command.response_representation = Google::Apis::IdeahubV1alpha::GoogleSearchIdeahubV1alphaListIdeasResponse::Representation
228
218
  command.response_class = Google::Apis::IdeahubV1alpha::GoogleSearchIdeahubV1alphaListIdeasResponse
229
219
  command.params['parent'] = parent unless parent.nil?
230
- command.query['creator.platform'] = creator_platform unless creator_platform.nil?
231
- command.query['creator.platformId'] = creator_platform_id unless creator_platform_id.nil?
232
220
  command.query['filter'] = filter unless filter.nil?
233
221
  command.query['orderBy'] = order_by unless order_by.nil?
234
222
  command.query['pageSize'] = page_size unless page_size.nil?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-ideahub_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.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-08-02 00:00:00.000000000 Z
11
+ date: 2021-08-23 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-ideahub_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-ideahub_v1alpha/v0.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-ideahub_v1alpha/v0.6.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-ideahub_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []