public interface

DynamicProto.StateDurationSourceOrBuilder

 androidx.wear.protolayout.expression.proto.DynamicProto.StateDurationSourceOrBuilder

Subclasses:

DynamicProto.StateDurationSource, DynamicProto.StateDurationSource.Builder

Summary

Methods
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.

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.