Package 

Class UsageInfo.Builder

  • All Implemented Interfaces:
    com.google.android.horologist.data.UsageInfoOrBuilder , com.google.protobuf.MessageLite.Builder , com.google.protobuf.MessageLiteOrBuilder , java.lang.Cloneable

    
    public final class UsageInfo.Builder
    extends GeneratedMessageLite.Builder<UsageInfo, UsageInfo.Builder> implements UsageInfoOrBuilder
                        

    Protobuf type {@code com.google.android.horologist.data.UsageInfo}

    • Method Summary

      Modifier and Type Method Description
      int getUsageStatusValue() .com.google.android.horologist.data.UsageStatus usageStatus = 1;
      UsageInfo.Builder setUsageStatusValue(int value) .com.google.android.horologist.data.UsageStatus usageStatus = 1;
      UsageStatus getUsageStatus() .com.google.android.horologist.data.UsageStatus usageStatus = 1;
      UsageInfo.Builder setUsageStatus(UsageStatus value) .com.google.android.horologist.data.UsageStatus usageStatus = 1;
      UsageInfo.Builder clearUsageStatus() .com.google.android.horologist.data.UsageStatus usageStatus = 1;
      boolean hasTimestamp() .google.protobuf.Timestamp timestamp = 2;
      Timestamp getTimestamp() .google.protobuf.Timestamp timestamp = 2;
      UsageInfo.Builder setTimestamp(Timestamp value) .google.protobuf.Timestamp timestamp = 2;
      UsageInfo.Builder setTimestamp(Timestamp.Builder builderForValue) .google.protobuf.Timestamp timestamp = 2;
      UsageInfo.Builder mergeTimestamp(Timestamp value) .google.protobuf.Timestamp timestamp = 2;
      UsageInfo.Builder clearTimestamp() .google.protobuf.Timestamp timestamp = 2;
      • Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        build, buildPartial, clear, clone, getDefaultInstanceForType, isInitialized, mergeFrom
      • Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

        mergeDelimitedFrom
      • Methods inherited from class com.google.protobuf.MessageLite.Builder

        build, buildPartial, clear, clone, mergeFrom
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait