public final class

TimelineProto.TimelineEntry

extends <any>

implements TimelineProto.TimelineEntryOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.TimelineProto.TimelineEntry

Overview

 One piece of renderable content along with the time that it is valid for.
 
Protobuf type androidx.wear.protolayout.proto.TimelineEntry

Summary

Fields
public static final intLAYOUT_FIELD_NUMBER

public static final intVALIDITY_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.TimelineEntrygetDefaultInstance()

public LayoutElementProto.LayoutgetLayout()

 The contents of this timeline entry.

public TimelineProto.TimeIntervalgetValidity()

 The validity period for this timeline entry.

public booleanhasLayout()

 The contents of this timeline entry.

public booleanhasValidity()

 The validity period for this timeline entry.

public static TimelineProto.TimelineEntry.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static TimelineProto.TimelineEntryparseFrom(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 VALIDITY_FIELD_NUMBER

public static final int LAYOUT_FIELD_NUMBER

Methods

public boolean hasValidity()

 The validity period for this timeline entry.
 
.androidx.wear.protolayout.proto.TimeInterval validity = 1;

public TimelineProto.TimeInterval getValidity()

 The validity period for this timeline entry.
 
.androidx.wear.protolayout.proto.TimeInterval validity = 1;

public boolean hasLayout()

 The contents of this timeline entry.
 
.androidx.wear.protolayout.proto.Layout layout = 2;

public LayoutElementProto.Layout getLayout()

 The contents of this timeline entry.
 
.androidx.wear.protolayout.proto.Layout layout = 2;

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

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

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

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

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

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

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

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

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

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

public static TimelineProto.TimelineEntry.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.TimelineEntry getDefaultInstance()

public static <any> parser()