public final class

FixedProto.FixedColor

extends <any>

implements FixedProto.FixedColorOrBuilder

 java.lang.Object

↳<any>

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

Overview

 A fixed color type.
 
Protobuf type androidx.wear.protolayout.expression.proto.FixedColor

Summary

Fields
public static final intARGB_FIELD_NUMBER

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

public intgetArgb()

 The color value, in ARGB format.

public static FixedProto.FixedColorgetDefaultInstance()

public static FixedProto.FixedColor.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static FixedProto.FixedColorparseFrom(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 ARGB_FIELD_NUMBER

Methods

public int getArgb()

 The color value, in ARGB format.
 
uint32 argb = 1;

Returns:

The argb.

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

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

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

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

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

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

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

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

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

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

public static FixedProto.FixedColor.Builder newBuilder()

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

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

public static FixedProto.FixedColor getDefaultInstance()

public static <any> parser()