Skip to content

Commit

Permalink
feat(ideahub): update the api
Browse files Browse the repository at this point in the history
#### ideahub:v1alpha

The following keys were deleted:
- resources.ideas.methods.list.parameters.creator.platform (Total Keys: 4)
- resources.platforms.resources.properties.resources.ideas.methods.list.parameters.creator.platform (Total Keys: 4)
  • Loading branch information
yoshi-automation committed Aug 24, 2021
1 parent ddf314e commit 942102d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 57 deletions.
10 changes: 2 additions & 8 deletions docs/dyn/ideahub_v1alpha.ideas.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#list">list(creator_platform=None, creator_platformId=None, filter=None, orderBy=None, pageSize=None, pageToken=None, parent=None, x__xgafv=None)</a></code></p>
<code><a href="#list">list(filter=None, orderBy=None, pageSize=None, pageToken=None, parent=None, x__xgafv=None)</a></code></p>
<p class="firstline">List ideas for a given Creator and filter and sort options.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
Expand All @@ -90,16 +90,10 @@ <h3>Method Details</h3>
</div>

<div class="method">
<code class="details" id="list">list(creator_platform=None, creator_platformId=None, filter=None, orderBy=None, pageSize=None, pageToken=None, parent=None, x__xgafv=None)</code>
<code class="details" id="list">list(filter=None, orderBy=None, pageSize=None, pageToken=None, parent=None, x__xgafv=None)</code>
<pre>List ideas for a given Creator and filter and sort options.

Args:
creator_platform: string, Identifies the platform from which this user is accessing Idea Hub.
Allowed values
UNKNOWN -
BLOGGER -
SITEKIT -
creator_platformId: string, Identifies the platform account (blog/site/etc.) for which to fetch Ideas.
filter: string, Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions are implicitly combined, as if the `AND` operator was always used. The `OR` operator is currently unsupported. * Supported functions: - `saved(bool)`: If set to true, fetches only saved ideas. If set to false, fetches all except saved ideas. Can&#x27;t be simultaneously used with `dismissed(bool)`. - `dismissed(bool)`: If set to true, fetches only dismissed ideas. Can&#x27;t be simultaneously used with `saved(bool)`. The `false` value is currently unsupported. Examples: * `saved(true)` * `saved(false)` * `dismissed(true)` The length of this field should be no more than 500 characters.
orderBy: string, Order semantics described below.
pageSize: integer, The maximum number of ideas per page. If unspecified, at most 10 ideas will be returned. The maximum value is 2000; values above 2000 will be coerced to 2000.
Expand Down
10 changes: 2 additions & 8 deletions docs/dyn/ideahub_v1alpha.platforms.properties.ideas.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#list">list(parent, creator_platform=None, creator_platformId=None, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">List ideas for a given Creator and filter and sort options.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
Expand All @@ -90,17 +90,11 @@ <h3>Method Details</h3>
</div>

<div class="method">
<code class="details" id="list">list(parent, creator_platform=None, creator_platformId=None, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
<code class="details" id="list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>List ideas for a given Creator and filter and sort options.

Args:
parent: string, If defined, specifies the creator for which to filter by. Format: publishers/{publisher}/properties/{property} (required)
creator_platform: string, Identifies the platform from which this user is accessing Idea Hub.
Allowed values
UNKNOWN -
BLOGGER -
SITEKIT -
creator_platformId: string, Identifies the platform account (blog/site/etc.) for which to fetch Ideas.
filter: string, Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions are implicitly combined, as if the `AND` operator was always used. The `OR` operator is currently unsupported. * Supported functions: - `saved(bool)`: If set to true, fetches only saved ideas. If set to false, fetches all except saved ideas. Can&#x27;t be simultaneously used with `dismissed(bool)`. - `dismissed(bool)`: If set to true, fetches only dismissed ideas. Can&#x27;t be simultaneously used with `saved(bool)`. The `false` value is currently unsupported. Examples: * `saved(true)` * `saved(false)` * `dismissed(true)` The length of this field should be no more than 500 characters.
orderBy: string, Order semantics described below.
pageSize: integer, The maximum number of ideas per page. If unspecified, at most 10 ideas will be returned. The maximum value is 2000; values above 2000 will be coerced to 2000.
Expand Down
42 changes: 1 addition & 41 deletions googleapiclient/discovery_cache/documents/ideahub.v1alpha.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,26 +105,6 @@
"id": "ideahub.ideas.list",
"parameterOrder": [],
"parameters": {
"creator.platform": {
"description": "Identifies the platform from which this user is accessing Idea Hub.",
"enum": [
"UNKNOWN",
"BLOGGER",
"SITEKIT"
],
"enumDescriptions": [
"",
"",
""
],
"location": "query",
"type": "string"
},
"creator.platformId": {
"description": "Identifies the platform account (blog/site/etc.) for which to fetch Ideas.",
"location": "query",
"type": "string"
},
"filter": {
"description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions are implicitly combined, as if the `AND` operator was always used. The `OR` operator is currently unsupported. * Supported functions: - `saved(bool)`: If set to true, fetches only saved ideas. If set to false, fetches all except saved ideas. Can't be simultaneously used with `dismissed(bool)`. - `dismissed(bool)`: If set to true, fetches only dismissed ideas. Can't be simultaneously used with `saved(bool)`. The `false` value is currently unsupported. Examples: * `saved(true)` * `saved(false)` * `dismissed(true)` The length of this field should be no more than 500 characters.",
"location": "query",
Expand Down Expand Up @@ -238,26 +218,6 @@
"parent"
],
"parameters": {
"creator.platform": {
"description": "Identifies the platform from which this user is accessing Idea Hub.",
"enum": [
"UNKNOWN",
"BLOGGER",
"SITEKIT"
],
"enumDescriptions": [
"",
"",
""
],
"location": "query",
"type": "string"
},
"creator.platformId": {
"description": "Identifies the platform account (blog/site/etc.) for which to fetch Ideas.",
"location": "query",
"type": "string"
},
"filter": {
"description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions are implicitly combined, as if the `AND` operator was always used. The `OR` operator is currently unsupported. * Supported functions: - `saved(bool)`: If set to true, fetches only saved ideas. If set to false, fetches all except saved ideas. Can't be simultaneously used with `dismissed(bool)`. - `dismissed(bool)`: If set to true, fetches only dismissed ideas. Can't be simultaneously used with `saved(bool)`. The `false` value is currently unsupported. Examples: * `saved(true)` * `saved(false)` * `dismissed(true)` The length of this field should be no more than 500 characters.",
"location": "query",
Expand Down Expand Up @@ -371,7 +331,7 @@
}
}
},
"revision": "20210813",
"revision": "20210822",
"rootUrl": "https://ideahub.googleapis.com/",
"schemas": {
"GoogleSearchIdeahubV1alphaAvailableLocale": {
Expand Down

0 comments on commit 942102d

Please sign in to comment.