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

Commit

Permalink
docs(regen): updated javadocs from protoc update (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and chingor13 committed Dec 18, 2019
1 parent 41e833e commit 1b750af
Show file tree
Hide file tree
Showing 202 changed files with 5,929 additions and 697 deletions.

Large diffs are not rendered by default.

Expand Up @@ -38,6 +38,8 @@ public interface AggregationOrBuilder
* </pre>
*
* <code>.google.protobuf.Duration alignment_period = 1;</code>
*
* @return Whether the alignmentPeriod field is set.
*/
boolean hasAlignmentPeriod();
/**
Expand All @@ -55,6 +57,8 @@ public interface AggregationOrBuilder
* </pre>
*
* <code>.google.protobuf.Duration alignment_period = 1;</code>
*
* @return The alignmentPeriod.
*/
com.google.protobuf.Duration getAlignmentPeriod();
/**
Expand Down Expand Up @@ -92,6 +96,8 @@ public interface AggregationOrBuilder
* </pre>
*
* <code>.google.monitoring.v3.Aggregation.Aligner per_series_aligner = 2;</code>
*
* @return The enum numeric value on the wire for perSeriesAligner.
*/
int getPerSeriesAlignerValue();
/**
Expand All @@ -111,6 +117,8 @@ public interface AggregationOrBuilder
* </pre>
*
* <code>.google.monitoring.v3.Aggregation.Aligner per_series_aligner = 2;</code>
*
* @return The perSeriesAligner.
*/
com.google.monitoring.v3.Aggregation.Aligner getPerSeriesAligner();

Expand All @@ -131,6 +139,8 @@ public interface AggregationOrBuilder
* </pre>
*
* <code>.google.monitoring.v3.Aggregation.Reducer cross_series_reducer = 4;</code>
*
* @return The enum numeric value on the wire for crossSeriesReducer.
*/
int getCrossSeriesReducerValue();
/**
Expand All @@ -150,6 +160,8 @@ public interface AggregationOrBuilder
* </pre>
*
* <code>.google.monitoring.v3.Aggregation.Reducer cross_series_reducer = 4;</code>
*
* @return The crossSeriesReducer.
*/
com.google.monitoring.v3.Aggregation.Reducer getCrossSeriesReducer();

Expand All @@ -174,6 +186,8 @@ public interface AggregationOrBuilder
* </pre>
*
* <code>repeated string group_by_fields = 5;</code>
*
* @return A list containing the groupByFields.
*/
java.util.List<java.lang.String> getGroupByFieldsList();
/**
Expand All @@ -197,6 +211,8 @@ public interface AggregationOrBuilder
* </pre>
*
* <code>repeated string group_by_fields = 5;</code>
*
* @return The count of groupByFields.
*/
int getGroupByFieldsCount();
/**
Expand All @@ -220,6 +236,9 @@ public interface AggregationOrBuilder
* </pre>
*
* <code>repeated string group_by_fields = 5;</code>
*
* @param index The index of the element to return.
* @return The groupByFields at the given index.
*/
java.lang.String getGroupByFields(int index);
/**
Expand All @@ -243,6 +262,9 @@ public interface AggregationOrBuilder
* </pre>
*
* <code>repeated string group_by_fields = 5;</code>
*
* @param index The index of the value to return.
* @return The bytes of the groupByFields at the given index.
*/
com.google.protobuf.ByteString getGroupByFieldsBytes(int index);
}

0 comments on commit 1b750af

Please sign in to comment.