public final class

LayoutElementProto.Layout

extends <any>

implements LayoutElementProto.LayoutOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.LayoutElementProto.Layout

Overview

 A complete layout.
 
Protobuf type androidx.wear.protolayout.proto.Layout

Summary

Fields
public static final intFINGERPRINT_FIELD_NUMBER

public static final intROOT_FIELD_NUMBER

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

public static LayoutElementProto.LayoutgetDefaultInstance()

public FingerprintProto.TreeFingerprintgetFingerprint()

 The fingerprint for the tree starting at "root".

public LayoutElementProto.LayoutElementgetRoot()

 The root element in the layout.

public booleanhasFingerprint()

 The fingerprint for the tree starting at "root".

public booleanhasRoot()

 The root element in the layout.

public static LayoutElementProto.Layout.BuildernewBuilder()

public static LayoutElementProto.Layout.BuildernewBuilder(LayoutElementProto.Layout prototype)

public static LayoutElementProto.LayoutparseDelimitedFrom(java.io.InputStream input)

public static LayoutElementProto.LayoutparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static LayoutElementProto.LayoutparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static LayoutElementProto.LayoutparseFrom(java.nio.ByteBuffer data)

public static LayoutElementProto.LayoutparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static LayoutElementProto.LayoutparseFrom(com.google.protobuf.ByteString data)

public static LayoutElementProto.LayoutparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static LayoutElementProto.LayoutparseFrom(com.google.protobuf.CodedInputStream input)

public static LayoutElementProto.LayoutparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static LayoutElementProto.LayoutparseFrom(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 ROOT_FIELD_NUMBER

public static final int FINGERPRINT_FIELD_NUMBER

Methods

public boolean hasRoot()

 The root element in the layout.
 
.androidx.wear.protolayout.proto.LayoutElement root = 1;

 The root element in the layout.
 
.androidx.wear.protolayout.proto.LayoutElement root = 1;

public boolean hasFingerprint()

 The fingerprint for the tree starting at "root".
 
.androidx.wear.protolayout.proto.TreeFingerprint fingerprint = 1000;

public FingerprintProto.TreeFingerprint getFingerprint()

 The fingerprint for the tree starting at "root".
 
.androidx.wear.protolayout.proto.TreeFingerprint fingerprint = 1000;

public static LayoutElementProto.Layout parseFrom(java.nio.ByteBuffer data)

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

public static LayoutElementProto.Layout parseFrom(com.google.protobuf.ByteString data)

public static LayoutElementProto.Layout parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

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

public static LayoutElementProto.Layout parseDelimitedFrom(java.io.InputStream input)

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

public static LayoutElementProto.Layout parseFrom(com.google.protobuf.CodedInputStream input)

public static LayoutElementProto.Layout parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static LayoutElementProto.Layout.Builder newBuilder()

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

public static LayoutElementProto.Layout getDefaultInstance()

public static <any> parser()