public final class

DynamicProto.BetweenDuration

extends <any>

implements DynamicProto.BetweenDurationOrBuilder

 java.lang.Object

↳<any>

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

Overview

 A dynamic duration type that represents the duration between two dynamic time
 instants.
 
Protobuf type androidx.wear.protolayout.expression.proto.BetweenDuration

Summary

Fields
public static final intEND_EXCLUSIVE_FIELD_NUMBER

public static final intSTART_INCLUSIVE_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.BetweenDurationgetDefaultInstance()

public DynamicProto.DynamicInstantgetEndExclusive()

 The time instant value marking the end of the duration.

public DynamicProto.DynamicInstantgetStartInclusive()

 The time instant value marking the start of the duration.

public booleanhasEndExclusive()

 The time instant value marking the end of the duration.

public booleanhasStartInclusive()

 The time instant value marking the start of the duration.

public static DynamicProto.BetweenDuration.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static DynamicProto.BetweenDurationparseFrom(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 START_INCLUSIVE_FIELD_NUMBER

public static final int END_EXCLUSIVE_FIELD_NUMBER

Methods

public boolean hasStartInclusive()

 The time instant value marking the start of the duration.
 
.androidx.wear.protolayout.expression.proto.DynamicInstant start_inclusive = 1;

public DynamicProto.DynamicInstant getStartInclusive()

 The time instant value marking the start of the duration.
 
.androidx.wear.protolayout.expression.proto.DynamicInstant start_inclusive = 1;

public boolean hasEndExclusive()

 The time instant value marking the end of the duration.
 
.androidx.wear.protolayout.expression.proto.DynamicInstant end_exclusive = 2;

public DynamicProto.DynamicInstant getEndExclusive()

 The time instant value marking the end of the duration.
 
.androidx.wear.protolayout.expression.proto.DynamicInstant end_exclusive = 2;

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

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

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

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

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

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

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

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

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

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

public static DynamicProto.BetweenDuration.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.BetweenDuration getDefaultInstance()

public static <any> parser()