public final class

FixedProto.FixedInt32

extends <any>

implements FixedProto.FixedInt32OrBuilder

 java.lang.Object

↳<any>

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

Overview

 A fixed int32 type.
 
Protobuf type androidx.wear.protolayout.expression.proto.FixedInt32

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.FixedInt32getDefaultInstance()

public intgetValue()

 The value.

public static FixedProto.FixedInt32.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

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

 The value.
 
int32 value = 1;

Returns:

The value.

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

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

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

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

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

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

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

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

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

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

public static FixedProto.FixedInt32.Builder newBuilder()

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

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

public static FixedProto.FixedInt32 getDefaultInstance()

public static <any> parser()