public final class

DynamicProto.StateInt32Source

extends <any>

implements DynamicProto.StateInt32SourceOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.expression.proto.DynamicProto.StateInt32Source

Overview

 A dynamic Int32 which sources its data from the tile's state.
 
Protobuf type androidx.wear.protolayout.expression.proto.StateInt32Source

Summary

Fields
public static final intSOURCE_KEY_FIELD_NUMBER

public static final intSOURCE_NAMESPACE_FIELD_NUMBER

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

public static DynamicProto.StateInt32SourcegetDefaultInstance()

public java.lang.StringgetSourceKey()

 The key in the state to bind to.

public com.google.protobuf.ByteStringgetSourceKeyBytes()

 The key in the state to bind to.

public java.lang.StringgetSourceNamespace()

 The namespace for the state key.

public com.google.protobuf.ByteStringgetSourceNamespaceBytes()

 The namespace for the state key.

public static DynamicProto.StateInt32Source.BuildernewBuilder()

public static DynamicProto.StateInt32Source.BuildernewBuilder(DynamicProto.StateInt32Source prototype)

public static DynamicProto.StateInt32SourceparseDelimitedFrom(java.io.InputStream input)

public static DynamicProto.StateInt32SourceparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DynamicProto.StateInt32SourceparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DynamicProto.StateInt32SourceparseFrom(java.nio.ByteBuffer data)

public static DynamicProto.StateInt32SourceparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DynamicProto.StateInt32SourceparseFrom(com.google.protobuf.ByteString data)

public static DynamicProto.StateInt32SourceparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DynamicProto.StateInt32SourceparseFrom(com.google.protobuf.CodedInputStream input)

public static DynamicProto.StateInt32SourceparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DynamicProto.StateInt32SourceparseFrom(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 SOURCE_KEY_FIELD_NUMBER

public static final int SOURCE_NAMESPACE_FIELD_NUMBER

Methods

public java.lang.String getSourceKey()

 The key in the state to bind to.
 
string source_key = 1;

Returns:

The sourceKey.

public com.google.protobuf.ByteString getSourceKeyBytes()

 The key in the state to bind to.
 
string source_key = 1;

Returns:

The bytes for sourceKey.

public java.lang.String getSourceNamespace()

 The namespace for the state key.
 
string source_namespace = 2;

Returns:

The sourceNamespace.

public com.google.protobuf.ByteString getSourceNamespaceBytes()

 The namespace for the state key.
 
string source_namespace = 2;

Returns:

The bytes for sourceNamespace.

public static DynamicProto.StateInt32Source parseFrom(java.nio.ByteBuffer data)

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

public static DynamicProto.StateInt32Source parseFrom(com.google.protobuf.ByteString data)

public static DynamicProto.StateInt32Source parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

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

public static DynamicProto.StateInt32Source parseDelimitedFrom(java.io.InputStream input)

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

public static DynamicProto.StateInt32Source parseFrom(com.google.protobuf.CodedInputStream input)

public static DynamicProto.StateInt32Source parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static DynamicProto.StateInt32Source.Builder newBuilder()

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

public static DynamicProto.StateInt32Source getDefaultInstance()

public static <any> parser()