@@ -38,6 +38,8 @@ public interface AggregationOrBuilder
38
38
* </pre>
39
39
*
40
40
* <code>.google.protobuf.Duration alignment_period = 1;</code>
41
+ *
42
+ * @return Whether the alignmentPeriod field is set.
41
43
*/
42
44
boolean hasAlignmentPeriod ();
43
45
/**
@@ -55,6 +57,8 @@ public interface AggregationOrBuilder
55
57
* </pre>
56
58
*
57
59
* <code>.google.protobuf.Duration alignment_period = 1;</code>
60
+ *
61
+ * @return The alignmentPeriod.
58
62
*/
59
63
com .google .protobuf .Duration getAlignmentPeriod ();
60
64
/**
@@ -92,6 +96,8 @@ public interface AggregationOrBuilder
92
96
* </pre>
93
97
*
94
98
* <code>.google.monitoring.v3.Aggregation.Aligner per_series_aligner = 2;</code>
99
+ *
100
+ * @return The enum numeric value on the wire for perSeriesAligner.
95
101
*/
96
102
int getPerSeriesAlignerValue ();
97
103
/**
@@ -111,6 +117,8 @@ public interface AggregationOrBuilder
111
117
* </pre>
112
118
*
113
119
* <code>.google.monitoring.v3.Aggregation.Aligner per_series_aligner = 2;</code>
120
+ *
121
+ * @return The perSeriesAligner.
114
122
*/
115
123
com .google .monitoring .v3 .Aggregation .Aligner getPerSeriesAligner ();
116
124
@@ -131,6 +139,8 @@ public interface AggregationOrBuilder
131
139
* </pre>
132
140
*
133
141
* <code>.google.monitoring.v3.Aggregation.Reducer cross_series_reducer = 4;</code>
142
+ *
143
+ * @return The enum numeric value on the wire for crossSeriesReducer.
134
144
*/
135
145
int getCrossSeriesReducerValue ();
136
146
/**
@@ -150,6 +160,8 @@ public interface AggregationOrBuilder
150
160
* </pre>
151
161
*
152
162
* <code>.google.monitoring.v3.Aggregation.Reducer cross_series_reducer = 4;</code>
163
+ *
164
+ * @return The crossSeriesReducer.
153
165
*/
154
166
com .google .monitoring .v3 .Aggregation .Reducer getCrossSeriesReducer ();
155
167
@@ -174,6 +186,8 @@ public interface AggregationOrBuilder
174
186
* </pre>
175
187
*
176
188
* <code>repeated string group_by_fields = 5;</code>
189
+ *
190
+ * @return A list containing the groupByFields.
177
191
*/
178
192
java .util .List <java .lang .String > getGroupByFieldsList ();
179
193
/**
@@ -197,6 +211,8 @@ public interface AggregationOrBuilder
197
211
* </pre>
198
212
*
199
213
* <code>repeated string group_by_fields = 5;</code>
214
+ *
215
+ * @return The count of groupByFields.
200
216
*/
201
217
int getGroupByFieldsCount ();
202
218
/**
@@ -220,6 +236,9 @@ public interface AggregationOrBuilder
220
236
* </pre>
221
237
*
222
238
* <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.
223
242
*/
224
243
java .lang .String getGroupByFields (int index );
225
244
/**
@@ -243,6 +262,9 @@ public interface AggregationOrBuilder
243
262
* </pre>
244
263
*
245
264
* <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.
246
268
*/
247
269
com .google .protobuf .ByteString getGroupByFieldsBytes (int index );
248
270
}
0 commit comments