public final class

ModifiersProto.ElementMetadata

extends <any>

implements ModifiersProto.ElementMetadataOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.ModifiersProto.ElementMetadata

Overview

 Metadata about an element. For use by libraries building higher-level
 components only. This can be used to track component metadata.
 
Protobuf type androidx.wear.protolayout.proto.ElementMetadata

Summary

Fields
public static final intTAG_DATA_FIELD_NUMBER

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

public static ModifiersProto.ElementMetadatagetDefaultInstance()

public com.google.protobuf.ByteStringgetTagData()

 Property describing the element with which it is associated.

public static ModifiersProto.ElementMetadata.BuildernewBuilder()

public static ModifiersProto.ElementMetadata.BuildernewBuilder(ModifiersProto.ElementMetadata prototype)

public static ModifiersProto.ElementMetadataparseDelimitedFrom(java.io.InputStream input)

public static ModifiersProto.ElementMetadataparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.ElementMetadataparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.ElementMetadataparseFrom(java.nio.ByteBuffer data)

public static ModifiersProto.ElementMetadataparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.ElementMetadataparseFrom(com.google.protobuf.ByteString data)

public static ModifiersProto.ElementMetadataparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.ElementMetadataparseFrom(com.google.protobuf.CodedInputStream input)

public static ModifiersProto.ElementMetadataparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.ElementMetadataparseFrom(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 TAG_DATA_FIELD_NUMBER

Methods

public com.google.protobuf.ByteString getTagData()

 Property describing the element with which it is associated. For use by
 libraries building higher-level components only. This can be used to track
 component metadata.
 
bytes tag_data = 1;

Returns:

The tagData.

public static ModifiersProto.ElementMetadata parseFrom(java.nio.ByteBuffer data)

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

public static ModifiersProto.ElementMetadata parseFrom(com.google.protobuf.ByteString data)

public static ModifiersProto.ElementMetadata parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

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

public static ModifiersProto.ElementMetadata parseDelimitedFrom(java.io.InputStream input)

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

public static ModifiersProto.ElementMetadata parseFrom(com.google.protobuf.CodedInputStream input)

public static ModifiersProto.ElementMetadata parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.ElementMetadata.Builder newBuilder()

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

public static ModifiersProto.ElementMetadata getDefaultInstance()

public static <any> parser()