public final class

ModifiersProto.ElementMetadata.Builder

extends <any>

implements ModifiersProto.ElementMetadataOrBuilder

 java.lang.Object

↳<any>

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

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

Methods
public ModifiersProto.ElementMetadata.BuilderclearTagData()

 Property describing the element with which it is associated.

public com.google.protobuf.ByteStringgetTagData()

 Property describing the element with which it is associated.

public ModifiersProto.ElementMetadata.BuildersetTagData(com.google.protobuf.ByteString value)

 Property describing the element with which it is associated.

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

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 ModifiersProto.ElementMetadata.Builder setTagData(com.google.protobuf.ByteString value)

 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;

Parameters:

value: The tagData to set.

Returns:

This builder for chaining.

 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:

This builder for chaining.