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

Commit f557c55

Browse files
yoshi-automationchingor13
authored andcommitted
docs(regen): fix javadoc return annotation (#60)
1 parent 364ed72 commit f557c55

File tree

4 files changed

+394
-394
lines changed

4 files changed

+394
-394
lines changed

proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/CloudStorageOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1484,7 +1484,7 @@ public java.util.List<com.google.privacy.dlp.v2.FileType> getFileTypesList() {
14841484
*
14851485
* <code>repeated .google.privacy.dlp.v2.FileType file_types = 5;</code>
14861486
*
1487-
* @param value The fileTypes to add.
1487+
* @return The count of fileTypes.
14881488
*/
14891489
public int getFileTypesCount() {
14901490
return fileTypes_.size();

proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InfoTypeDescription.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ public java.util.List<com.google.privacy.dlp.v2.InfoTypeSupportedBy> getSupporte
292292
*
293293
* <code>repeated .google.privacy.dlp.v2.InfoTypeSupportedBy supported_by = 3;</code>
294294
*
295-
* @param value The supportedBy to add.
295+
* @return The count of supportedBy.
296296
*/
297297
public int getSupportedByCount() {
298298
return supportedBy_.size();

proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InspectConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2789,7 +2789,7 @@ public java.util.List<com.google.privacy.dlp.v2.ContentOption> getContentOptions
27892789
*
27902790
* <code>repeated .google.privacy.dlp.v2.ContentOption content_options = 8;</code>
27912791
*
2792-
* @param value The contentOptions to add.
2792+
* @return The count of contentOptions.
27932793
*/
27942794
public int getContentOptionsCount() {
27952795
return contentOptions_.size();

0 commit comments

Comments
 (0)