Package 

Class TileInfo.Builder

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

    
    public final class TileInfo.Builder
    extends GeneratedMessageLite.Builder<TileInfo, TileInfo.Builder> implements TileInfoOrBuilder
                        

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

    • Method Summary

      Modifier and Type Method Description
      String getName() string name = 2;
      ByteString getNameBytes() string name = 2;
      TileInfo.Builder setName(String value) string name = 2;
      TileInfo.Builder clearName() string name = 2;
      TileInfo.Builder setNameBytes(ByteString value) string name = 2;
      boolean hasTimestamp() .google.protobuf.Timestamp timestamp = 3;
      Timestamp getTimestamp() .google.protobuf.Timestamp timestamp = 3;
      TileInfo.Builder setTimestamp(Timestamp value) .google.protobuf.Timestamp timestamp = 3;
      TileInfo.Builder setTimestamp(Timestamp.Builder builderForValue) .google.protobuf.Timestamp timestamp = 3;
      TileInfo.Builder mergeTimestamp(Timestamp value) .google.protobuf.Timestamp timestamp = 3;
      TileInfo.Builder clearTimestamp() .google.protobuf.Timestamp timestamp = 3;
      • 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