public final class

LayoutElementProto.FontVariantProp

extends <any>

implements LayoutElementProto.FontVariantPropOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.LayoutElementProto.FontVariantProp

Overview

 An extensible FontVariant property.
 
Protobuf type androidx.wear.protolayout.proto.FontVariantProp

Summary

Fields
public static final intVALUE_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.FontVariantPropgetDefaultInstance()

public LayoutElementProto.FontVariantgetValue()

 The value.

public intgetValueValue()

 The value.

public static LayoutElementProto.FontVariantProp.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static LayoutElementProto.FontVariantPropparseFrom(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 VALUE_FIELD_NUMBER

Methods

public int getValueValue()

 The value.
 
.androidx.wear.protolayout.proto.FontVariant value = 1;

Returns:

The enum numeric value on the wire for value.

 The value.
 
.androidx.wear.protolayout.proto.FontVariant value = 1;

Returns:

The value.

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

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

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

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

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

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

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

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

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

public static LayoutElementProto.FontVariantProp 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.FontVariantProp getDefaultInstance()

public static <any> parser()