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

docs(regen): updated javadocs from protoc update #23

Merged
merged 1 commit into from Dec 18, 2019
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

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);
}