public final class

TimelineProto.TimeInterval

extends <any>

implements TimelineProto.TimeIntervalOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.TimelineProto.TimeInterval

Overview

 A time interval, typically used to describe the validity period of a
 TimelineEntry
 
Protobuf type androidx.wear.protolayout.proto.TimeInterval

Summary

Fields
public static final intEND_MILLIS_FIELD_NUMBER

public static final intSTART_MILLIS_FIELD_NUMBER

Methods
protected final java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public static TimelineProto.TimeIntervalgetDefaultInstance()

public longgetEndMillis()

 End point of the time interval, in milliseconds since the Unix epoch.

public longgetStartMillis()

 Starting point of the time interval, in milliseconds since the Unix epoch.

public static TimelineProto.TimeInterval.BuildernewBuilder()

public static TimelineProto.TimeInterval.BuildernewBuilder(TimelineProto.TimeInterval prototype)

public static TimelineProto.TimeIntervalparseDelimitedFrom(java.io.InputStream input)

public static TimelineProto.TimeIntervalparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TimelineProto.TimeIntervalparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TimelineProto.TimeIntervalparseFrom(java.nio.ByteBuffer data)

public static TimelineProto.TimeIntervalparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TimelineProto.TimeIntervalparseFrom(com.google.protobuf.ByteString data)

public static TimelineProto.TimeIntervalparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TimelineProto.TimeIntervalparseFrom(com.google.protobuf.CodedInputStream input)

public static TimelineProto.TimeIntervalparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TimelineProto.TimeIntervalparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static <any>parser()

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Fields

public static final int START_MILLIS_FIELD_NUMBER

public static final int END_MILLIS_FIELD_NUMBER

Methods

public long getStartMillis()

 Starting point of the time interval, in milliseconds since the Unix epoch.
 
int64 start_millis = 1;

Returns:

The startMillis.

public long getEndMillis()

 End point of the time interval, in milliseconds since the Unix epoch.
 
int64 end_millis = 2;

Returns:

The endMillis.

public static TimelineProto.TimeInterval parseFrom(java.nio.ByteBuffer data)

public static TimelineProto.TimeInterval parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TimelineProto.TimeInterval parseFrom(com.google.protobuf.ByteString data)

public static TimelineProto.TimeInterval parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TimelineProto.TimeInterval parseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TimelineProto.TimeInterval parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TimelineProto.TimeInterval parseDelimitedFrom(java.io.InputStream input)

public static TimelineProto.TimeInterval parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TimelineProto.TimeInterval parseFrom(com.google.protobuf.CodedInputStream input)

public static TimelineProto.TimeInterval parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TimelineProto.TimeInterval.Builder newBuilder()

protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public static TimelineProto.TimeInterval getDefaultInstance()

public static <any> parser()