Package 

Interface UsageInfoOrBuilder

  • All Implemented Interfaces:
    com.google.protobuf.MessageLiteOrBuilder

    
    public interface UsageInfoOrBuilder
     implements MessageLiteOrBuilder
                        
    • Method Summary

      Modifier and Type Method Description
      abstract int getUsageStatusValue() .com.google.android.horologist.data.UsageStatus usageStatus = 1;
      abstract UsageStatus getUsageStatus() .com.google.android.horologist.data.UsageStatus usageStatus = 1;
      abstract boolean hasTimestamp() .google.protobuf.Timestamp timestamp = 2;
      abstract Timestamp getTimestamp() .google.protobuf.Timestamp timestamp = 2;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getUsageStatusValue

         abstract int getUsageStatusValue()

        .com.google.android.horologist.data.UsageStatus usageStatus = 1;

      • hasTimestamp

         abstract boolean hasTimestamp()

        .google.protobuf.Timestamp timestamp = 2;

      • getTimestamp

         abstract Timestamp getTimestamp()

        .google.protobuf.Timestamp timestamp = 2;