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

docs(regen): fix javadoc return annotation #60

Merged
merged 1 commit into from Jan 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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