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

Commit 1b750af

Browse files
yoshi-automationchingor13
authored andcommitted
docs(regen): updated javadocs from protoc update (#23)
1 parent 41e833e commit 1b750af

File tree

202 files changed

+5929
-697
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

202 files changed

+5929
-697
lines changed

proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/Aggregation.java

+109-15
Large diffs are not rendered by default.

proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/AggregationOrBuilder.java

+22
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ public interface AggregationOrBuilder
3838
* </pre>
3939
*
4040
* <code>.google.protobuf.Duration alignment_period = 1;</code>
41+
*
42+
* @return Whether the alignmentPeriod field is set.
4143
*/
4244
boolean hasAlignmentPeriod();
4345
/**
@@ -55,6 +57,8 @@ public interface AggregationOrBuilder
5557
* </pre>
5658
*
5759
* <code>.google.protobuf.Duration alignment_period = 1;</code>
60+
*
61+
* @return The alignmentPeriod.
5862
*/
5963
com.google.protobuf.Duration getAlignmentPeriod();
6064
/**
@@ -92,6 +96,8 @@ public interface AggregationOrBuilder
9296
* </pre>
9397
*
9498
* <code>.google.monitoring.v3.Aggregation.Aligner per_series_aligner = 2;</code>
99+
*
100+
* @return The enum numeric value on the wire for perSeriesAligner.
95101
*/
96102
int getPerSeriesAlignerValue();
97103
/**
@@ -111,6 +117,8 @@ public interface AggregationOrBuilder
111117
* </pre>
112118
*
113119
* <code>.google.monitoring.v3.Aggregation.Aligner per_series_aligner = 2;</code>
120+
*
121+
* @return The perSeriesAligner.
114122
*/
115123
com.google.monitoring.v3.Aggregation.Aligner getPerSeriesAligner();
116124

@@ -131,6 +139,8 @@ public interface AggregationOrBuilder
131139
* </pre>
132140
*
133141
* <code>.google.monitoring.v3.Aggregation.Reducer cross_series_reducer = 4;</code>
142+
*
143+
* @return The enum numeric value on the wire for crossSeriesReducer.
134144
*/
135145
int getCrossSeriesReducerValue();
136146
/**
@@ -150,6 +160,8 @@ public interface AggregationOrBuilder
150160
* </pre>
151161
*
152162
* <code>.google.monitoring.v3.Aggregation.Reducer cross_series_reducer = 4;</code>
163+
*
164+
* @return The crossSeriesReducer.
153165
*/
154166
com.google.monitoring.v3.Aggregation.Reducer getCrossSeriesReducer();
155167

@@ -174,6 +186,8 @@ public interface AggregationOrBuilder
174186
* </pre>
175187
*
176188
* <code>repeated string group_by_fields = 5;</code>
189+
*
190+
* @return A list containing the groupByFields.
177191
*/
178192
java.util.List<java.lang.String> getGroupByFieldsList();
179193
/**
@@ -197,6 +211,8 @@ public interface AggregationOrBuilder
197211
* </pre>
198212
*
199213
* <code>repeated string group_by_fields = 5;</code>
214+
*
215+
* @return The count of groupByFields.
200216
*/
201217
int getGroupByFieldsCount();
202218
/**
@@ -220,6 +236,9 @@ public interface AggregationOrBuilder
220236
* </pre>
221237
*
222238
* <code>repeated string group_by_fields = 5;</code>
239+
*
240+
* @param index The index of the element to return.
241+
* @return The groupByFields at the given index.
223242
*/
224243
java.lang.String getGroupByFields(int index);
225244
/**
@@ -243,6 +262,9 @@ public interface AggregationOrBuilder
243262
* </pre>
244263
*
245264
* <code>repeated string group_by_fields = 5;</code>
265+
*
266+
* @param index The index of the value to return.
267+
* @return The bytes of the groupByFields at the given index.
246268
*/
247269
com.google.protobuf.ByteString getGroupByFieldsBytes(int index);
248270
}

0 commit comments

Comments
 (0)