Interface TimeWindowProto.TimeWindowPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TimeWindowProto.TimeWindowPB
,TimeWindowProto.TimeWindowPB.Builder
- Enclosing class:
- TimeWindowProto
public static interface TimeWindowProto.TimeWindowPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getSize
long getSize()int64 size = 1;
- Returns:
- The size.
-
getUnitValue
int getUnitValue().common.protobuf.WindowUnit unit = 2;
- Returns:
- The enum numeric value on the wire for unit.
-
getUnit
TimeWindowProto.WindowUnit getUnit().common.protobuf.WindowUnit unit = 2;
- Returns:
- The unit.
-