Skip to content

Commit 24483a4

Browse files
feat(ideahub): update the api
#### ideahub:v1alpha The following keys were deleted: - schemas.GoogleSearchIdeahubV1alphaIdeaActivity.properties.ideaIds (Total Keys: 2) - schemas.GoogleSearchIdeahubV1alphaIdeaActivity.properties.topicIds (Total Keys: 2) The following keys were added: - schemas.GoogleSearchIdeahubV1alphaIdeaActivity.properties.ideas (Total Keys: 2) - schemas.GoogleSearchIdeahubV1alphaIdeaActivity.properties.topics (Total Keys: 2) - schemas.GoogleSearchIdeahubV1alphaTopic.properties.name.type (Total Keys: 1)
1 parent b4b5903 commit 24483a4

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

docs/dyn/ideahub_v1alpha.ideas.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ <h3>Method Details</h3>
122122
{ # Represents a Topic umbrella for a list of questions that a Creator may want to respond to.
123123
&quot;displayName&quot;: &quot;A String&quot;, # String displayed to the creator indicating the name of the Topic.
124124
&quot;mid&quot;: &quot;A String&quot;, # The mID of the topic.
125+
&quot;name&quot;: &quot;A String&quot;, # Unique identifier for the topic. Format: topics/{topic}
125126
},
126127
],
127128
},

docs/dyn/ideahub_v1alpha.platforms.properties.ideaActivities.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ <h3>Method Details</h3>
9696
The object takes the form of:
9797

9898
{ # An idea activity entry.
99-
&quot;ideaIds&quot;: [ # The Idea IDs for this entry.
99+
&quot;ideas&quot;: [ # The Idea IDs for this entry.
100100
&quot;A String&quot;,
101101
],
102102
&quot;name&quot;: &quot;A String&quot;, # Unique identifier for the idea activity. Format: platforms/{platform}/properties/{property}/ideaActivities/{idea_activity}
103-
&quot;topicIds&quot;: [ # The Topic IDs for this entry.
103+
&quot;topics&quot;: [ # The Topic IDs for this entry.
104104
&quot;A String&quot;,
105105
],
106106
&quot;type&quot;: &quot;A String&quot;, # The type of activity performed.
@@ -116,11 +116,11 @@ <h3>Method Details</h3>
116116
An object of the form:
117117

118118
{ # An idea activity entry.
119-
&quot;ideaIds&quot;: [ # The Idea IDs for this entry.
119+
&quot;ideas&quot;: [ # The Idea IDs for this entry.
120120
&quot;A String&quot;,
121121
],
122122
&quot;name&quot;: &quot;A String&quot;, # Unique identifier for the idea activity. Format: platforms/{platform}/properties/{property}/ideaActivities/{idea_activity}
123-
&quot;topicIds&quot;: [ # The Topic IDs for this entry.
123+
&quot;topics&quot;: [ # The Topic IDs for this entry.
124124
&quot;A String&quot;,
125125
],
126126
&quot;type&quot;: &quot;A String&quot;, # The type of activity performed.

docs/dyn/ideahub_v1alpha.platforms.properties.ideas.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ <h3>Method Details</h3>
122122
{ # Represents a Topic umbrella for a list of questions that a Creator may want to respond to.
123123
&quot;displayName&quot;: &quot;A String&quot;, # String displayed to the creator indicating the name of the Topic.
124124
&quot;mid&quot;: &quot;A String&quot;, # The mID of the topic.
125+
&quot;name&quot;: &quot;A String&quot;, # Unique identifier for the topic. Format: topics/{topic}
125126
},
126127
],
127128
},

googleapiclient/discovery_cache/documents/ideahub.v1alpha.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371
}
372372
}
373373
},
374-
"revision": "20210723",
374+
"revision": "20210731",
375375
"rootUrl": "https://ideahub.googleapis.com/",
376376
"schemas": {
377377
"GoogleSearchIdeahubV1alphaAvailableLocale": {
@@ -415,7 +415,7 @@
415415
"description": "An idea activity entry.",
416416
"id": "GoogleSearchIdeahubV1alphaIdeaActivity",
417417
"properties": {
418-
"ideaIds": {
418+
"ideas": {
419419
"description": "The Idea IDs for this entry.",
420420
"items": {
421421
"type": "string"
@@ -426,7 +426,7 @@
426426
"description": "Unique identifier for the idea activity. Format: platforms/{platform}/properties/{property}/ideaActivities/{idea_activity}",
427427
"type": "string"
428428
},
429-
"topicIds": {
429+
"topics": {
430430
"description": "The Topic IDs for this entry.",
431431
"items": {
432432
"type": "string"
@@ -521,6 +521,10 @@
521521
"mid": {
522522
"description": "The mID of the topic.",
523523
"type": "string"
524+
},
525+
"name": {
526+
"description": "Unique identifier for the topic. Format: topics/{topic}",
527+
"type": "string"
524528
}
525529
},
526530
"type": "object"

0 commit comments

Comments
 (0)