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

Commit

Permalink
Browse files Browse the repository at this point in the history
docs(regen): fix javadoc return annotation (#60)
  • Loading branch information
yoshi-automation authored and chingor13 committed Jan 21, 2020
1 parent 364ed72 commit f557c55
Show file tree
Hide file tree
Showing 4 changed files with 394 additions and 394 deletions.
Expand Up @@ -1484,7 +1484,7 @@ public java.util.List<com.google.privacy.dlp.v2.FileType> getFileTypesList() {
*
* <code>repeated .google.privacy.dlp.v2.FileType file_types = 5;</code>
*
* @param value The fileTypes to add.
* @return The count of fileTypes.
*/
public int getFileTypesCount() {
return fileTypes_.size();
Expand Down
Expand Up @@ -292,7 +292,7 @@ public java.util.List<com.google.privacy.dlp.v2.InfoTypeSupportedBy> getSupporte
*
* <code>repeated .google.privacy.dlp.v2.InfoTypeSupportedBy supported_by = 3;</code>
*
* @param value The supportedBy to add.
* @return The count of supportedBy.
*/
public int getSupportedByCount() {
return supportedBy_.size();
Expand Down
Expand Up @@ -2789,7 +2789,7 @@ public java.util.List<com.google.privacy.dlp.v2.ContentOption> getContentOptions
*
* <code>repeated .google.privacy.dlp.v2.ContentOption content_options = 8;</code>
*
* @param value The contentOptions to add.
* @return The count of contentOptions.
*/
public int getContentOptionsCount() {
return contentOptions_.size();
Expand Down

0 comments on commit f557c55

Please sign in to comment.