public final class

FixedProto.FixedFloat

extends <any>

implements FixedProto.FixedFloatOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.expression.proto.FixedProto.FixedFloat

Overview

 A fixed float type.
 
Protobuf type androidx.wear.protolayout.expression.proto.FixedFloat

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 FixedProto.FixedFloatgetDefaultInstance()

public floatgetValue()

 The value.

public static FixedProto.FixedFloat.BuildernewBuilder()

public static FixedProto.FixedFloat.BuildernewBuilder(FixedProto.FixedFloat prototype)

public static FixedProto.FixedFloatparseDelimitedFrom(java.io.InputStream input)

public static FixedProto.FixedFloatparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static FixedProto.FixedFloatparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static FixedProto.FixedFloatparseFrom(java.nio.ByteBuffer data)

public static FixedProto.FixedFloatparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static FixedProto.FixedFloatparseFrom(com.google.protobuf.ByteString data)

public static FixedProto.FixedFloatparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static FixedProto.FixedFloatparseFrom(com.google.protobuf.CodedInputStream input)

public static FixedProto.FixedFloatparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static FixedProto.FixedFloatparseFrom(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 float getValue()

 The value. Note that a NAN value is considered invalid and any expression
 with this node will have an invalid value.
 
float value = 1;

Returns:

The value.

public static FixedProto.FixedFloat parseFrom(java.nio.ByteBuffer data)

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

public static FixedProto.FixedFloat parseFrom(com.google.protobuf.ByteString data)

public static FixedProto.FixedFloat parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

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

public static FixedProto.FixedFloat parseDelimitedFrom(java.io.InputStream input)

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

public static FixedProto.FixedFloat parseFrom(com.google.protobuf.CodedInputStream input)

public static FixedProto.FixedFloat parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static FixedProto.FixedFloat.Builder newBuilder()

public static FixedProto.FixedFloat.Builder newBuilder(FixedProto.FixedFloat prototype)

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

public static FixedProto.FixedFloat getDefaultInstance()

public static <any> parser()