Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
docs(regen): fix javadoc return annotation (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and chingor13 committed Jan 21, 2020
1 parent 7df846f commit 68041c9
Show file tree
Hide file tree
Showing 4 changed files with 639 additions and 639 deletions.
Expand Up @@ -48007,7 +48007,7 @@ public com.google.cloud.dialogflow.v2.Intent.Message.Platform convert(
* repeated .google.cloud.dialogflow.v2.Intent.Message.Platform default_response_platforms = 15 [(.google.api.field_behavior) = OPTIONAL];
* </code>
*
* @param value The defaultResponsePlatforms to add.
* @return The count of defaultResponsePlatforms.
*/
public int getDefaultResponsePlatformsCount() {
return defaultResponsePlatforms_.size();
Expand Down
Expand Up @@ -589,7 +589,7 @@ public com.google.cloud.dialogflow.v2beta1.Document.KnowledgeType convert(
* <code>repeated .google.cloud.dialogflow.v2beta1.Document.KnowledgeType knowledge_types = 4;
* </code>
*
* @param value The knowledgeTypes to add.
* @return The count of knowledgeTypes.
*/
public int getKnowledgeTypesCount() {
return knowledgeTypes_.size();
Expand Down
Expand Up @@ -67023,7 +67023,7 @@ public com.google.cloud.dialogflow.v2beta1.Intent.Message.Platform convert(
* repeated .google.cloud.dialogflow.v2beta1.Intent.Message.Platform default_response_platforms = 15;
* </code>
*
* @param value The defaultResponsePlatforms to add.
* @return The count of defaultResponsePlatforms.
*/
public int getDefaultResponsePlatformsCount() {
return defaultResponsePlatforms_.size();
Expand Down

0 comments on commit 68041c9

Please sign in to comment.