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

Commit

Permalink
docs(regen): fix javadoc return annotation (#50)
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 c6cd096 commit 94a9a4b
Show file tree
Hide file tree
Showing 3 changed files with 414 additions and 414 deletions.
Expand Up @@ -499,7 +499,7 @@ public java.util.List<com.google.monitoring.v3.ServiceTier> getSupportedTiersLis
* <code>repeated .google.monitoring.v3.ServiceTier supported_tiers = 5 [deprecated = true];
* </code>
*
* @param value The supportedTiers to add.
* @return The count of supportedTiers.
*/
@java.lang.Deprecated
public int getSupportedTiersCount() {
Expand Down
Expand Up @@ -6319,7 +6319,7 @@ public java.util.List<com.google.monitoring.v3.UptimeCheckRegion> getSelectedReg
*
* <code>repeated .google.monitoring.v3.UptimeCheckRegion selected_regions = 10;</code>
*
* @param value The selectedRegions to add.
* @return The count of selectedRegions.
*/
public int getSelectedRegionsCount() {
return selectedRegions_.size();
Expand Down

0 comments on commit 94a9a4b

Please sign in to comment.