public final class

FingerprintProto.TreeFingerprint

extends <any>

implements FingerprintProto.TreeFingerprintOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.FingerprintProto.TreeFingerprint

Overview

 Fingerprint for a layout tree that makes it efficient to compare 2 trees.
 
Protobuf type androidx.wear.protolayout.proto.TreeFingerprint

Summary

Fields
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 FingerprintProto.TreeFingerprintgetDefaultInstance()

public FingerprintProto.NodeFingerprintgetRoot()

 Fingerprint for the node at the root of the tree.

public booleanhasRoot()

 Fingerprint for the node at the root of the tree.

public static FingerprintProto.TreeFingerprint.BuildernewBuilder()

public static FingerprintProto.TreeFingerprint.BuildernewBuilder(FingerprintProto.TreeFingerprint prototype)

public static FingerprintProto.TreeFingerprintparseDelimitedFrom(java.io.InputStream input)

public static FingerprintProto.TreeFingerprintparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static FingerprintProto.TreeFingerprintparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static FingerprintProto.TreeFingerprintparseFrom(java.nio.ByteBuffer data)

public static FingerprintProto.TreeFingerprintparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static FingerprintProto.TreeFingerprintparseFrom(com.google.protobuf.ByteString data)

public static FingerprintProto.TreeFingerprintparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static FingerprintProto.TreeFingerprintparseFrom(com.google.protobuf.CodedInputStream input)

public static FingerprintProto.TreeFingerprintparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static FingerprintProto.TreeFingerprintparseFrom(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

Methods

public boolean hasRoot()

 Fingerprint for the node at the root of the tree. This must match the root
 element of the layout that this object represents.
 
.androidx.wear.protolayout.proto.NodeFingerprint root = 1;

 Fingerprint for the node at the root of the tree. This must match the root
 element of the layout that this object represents.
 
.androidx.wear.protolayout.proto.NodeFingerprint root = 1;

public static FingerprintProto.TreeFingerprint parseFrom(java.nio.ByteBuffer data)

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

public static FingerprintProto.TreeFingerprint parseFrom(com.google.protobuf.ByteString data)

public static FingerprintProto.TreeFingerprint parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

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

public static FingerprintProto.TreeFingerprint parseDelimitedFrom(java.io.InputStream input)

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

public static FingerprintProto.TreeFingerprint parseFrom(com.google.protobuf.CodedInputStream input)

public static FingerprintProto.TreeFingerprint parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static FingerprintProto.TreeFingerprint.Builder newBuilder()

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

public static FingerprintProto.TreeFingerprint getDefaultInstance()

public static <any> parser()