public final class Window extends com.google.protobuf.GeneratedMessageV3 implements WindowOrBuilder
Window information.Protobuf type
kaikosdk.Window
Modifier and Type | Class and Description |
---|---|
static class |
Window.Builder
Window information.
|
Modifier and Type | Field and Description |
---|---|
static int |
DURATION_FIELD_NUMBER |
static int |
END_TIME_FIELD_NUMBER |
static int |
START_TIME_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static Window |
getDefaultInstance() |
Window |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Duration |
getDuration()
duration
|
com.google.protobuf.DurationOrBuilder |
getDurationOrBuilder()
duration
|
com.google.protobuf.Timestamp |
getEndTime()
End time of the aggregation window.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
End time of the aggregation window.
|
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.Timestamp |
getStartTime()
Start time of the aggregation window.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Start time of the aggregation window.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDuration()
duration
|
boolean |
hasEndTime()
End time of the aggregation window.
|
int |
hashCode() |
boolean |
hasStartTime()
Start time of the aggregation window.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Window.Builder |
newBuilder() |
static Window.Builder |
newBuilder(Window prototype) |
Window.Builder |
newBuilderForType() |
protected Window.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static Window |
parseDelimitedFrom(java.io.InputStream input) |
static Window |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Window |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Window |
parseFrom(java.nio.ByteBuffer data) |
static Window |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Window |
parseFrom(com.google.protobuf.ByteString data) |
static Window |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Window |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Window |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Window |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Window.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int START_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
public static final int DURATION_FIELD_NUMBER
protected java.lang.Object newInstance(UnusedPrivateParameter unused)
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public boolean hasStartTime()
Start time of the aggregation window.
.google.protobuf.Timestamp start_time = 1;
hasStartTime
in interface WindowOrBuilder
public com.google.protobuf.Timestamp getStartTime()
Start time of the aggregation window.
.google.protobuf.Timestamp start_time = 1;
getStartTime
in interface WindowOrBuilder
public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Start time of the aggregation window.
.google.protobuf.Timestamp start_time = 1;
getStartTimeOrBuilder
in interface WindowOrBuilder
public boolean hasEndTime()
End time of the aggregation window.
.google.protobuf.Timestamp end_time = 2;
hasEndTime
in interface WindowOrBuilder
public com.google.protobuf.Timestamp getEndTime()
End time of the aggregation window.
.google.protobuf.Timestamp end_time = 2;
getEndTime
in interface WindowOrBuilder
public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
End time of the aggregation window.
.google.protobuf.Timestamp end_time = 2;
getEndTimeOrBuilder
in interface WindowOrBuilder
public boolean hasDuration()
duration
.google.protobuf.Duration duration = 3;
hasDuration
in interface WindowOrBuilder
public com.google.protobuf.Duration getDuration()
duration
.google.protobuf.Duration duration = 3;
getDuration
in interface WindowOrBuilder
public com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
duration
.google.protobuf.Duration duration = 3;
getDurationOrBuilder
in interface WindowOrBuilder
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
java.io.IOException
public int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static Window parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Window parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Window parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Window parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Window parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Window parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Window parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Window parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Window parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Window parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Window.Builder newBuilderForType()
public static Window.Builder newBuilder()
public static Window.Builder newBuilder(Window prototype)
public Window.Builder toBuilder()
protected Window.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Window getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Window getDefaultInstanceForType()