Interface UpdateByWindowScale.UpdateByWindowTimeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateByWindowScale.UpdateByWindowTime
,UpdateByWindowScale.UpdateByWindowTime.Builder
- Enclosing class:
- UpdateByWindowScale
public static interface UpdateByWindowScale.UpdateByWindowTimeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring column = 1;
com.google.protobuf.ByteString
string column = 1;
string duration_string = 3;
com.google.protobuf.ByteString
string duration_string = 3;
long
getNanos()
sint64 nanos = 2 [jstype = JS_STRING];
boolean
string duration_string = 3;
boolean
hasNanos()
sint64 nanos = 2 [jstype = JS_STRING];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getColumn
String getColumn()string column = 1;
- Returns:
- The column.
-
getColumnBytes
com.google.protobuf.ByteString getColumnBytes()string column = 1;
- Returns:
- The bytes for column.
-
hasNanos
boolean hasNanos()sint64 nanos = 2 [jstype = JS_STRING];
- Returns:
- Whether the nanos field is set.
-
getNanos
long getNanos()sint64 nanos = 2 [jstype = JS_STRING];
- Returns:
- The nanos.
-
hasDurationString
boolean hasDurationString()string duration_string = 3;
- Returns:
- Whether the durationString field is set.
-
getDurationString
String getDurationString()string duration_string = 3;
- Returns:
- The durationString.
-
getDurationStringBytes
com.google.protobuf.ByteString getDurationStringBytes()string duration_string = 3;
- Returns:
- The bytes for durationString.
-
getWindowCase
UpdateByWindowScale.UpdateByWindowTime.WindowCase getWindowCase()
-