public final class

FixedProto.FixedBool

extends <any>

implements FixedProto.FixedBoolOrBuilder

 java.lang.Object

↳<any>

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

Overview

 A fixed boolean type.
 
Protobuf type androidx.wear.protolayout.expression.proto.FixedBool

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

public booleangetValue()

 The value.

public static FixedProto.FixedBool.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

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

 The value.
 
bool value = 1;

Returns:

The value.

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

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

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

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

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

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

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

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

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

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

public static FixedProto.FixedBool.Builder newBuilder()

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

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

public static FixedProto.FixedBool getDefaultInstance()

public static <any> parser()