public final class

LayoutElementProto.FontFeatureSetting

extends <any>

implements LayoutElementProto.FontFeatureSettingOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.LayoutElementProto.FontFeatureSetting

Overview

 A single point of customization in a font feature, with specified tag.
 
Protobuf type androidx.wear.protolayout.proto.FontFeatureSetting

Summary

Fields
public static final intTAG_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.FontFeatureSettinggetDefaultInstance()

public intgetTag()

 The feature tag.

public static LayoutElementProto.FontFeatureSetting.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static LayoutElementProto.FontFeatureSettingparseFrom(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_FIELD_NUMBER

Methods

public int getTag()

 The feature tag. This represents a 4 ASCII characters tag.
 
fixed32 tag = 1;

Returns:

The tag.

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

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

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

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

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

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

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

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

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

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

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

public static LayoutElementProto.FontFeatureSetting getDefaultInstance()

public static <any> parser()