-
- 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 StringgetName()string name = 2;ByteStringgetNameBytes()string name = 2;TileInfo.BuildersetName(String value)string name = 2;TileInfo.BuilderclearName()string name = 2;TileInfo.BuildersetNameBytes(ByteString value)string name = 2;booleanhasTimestamp().google.protobuf.Timestamp timestamp = 3;TimestampgetTimestamp().google.protobuf.Timestamp timestamp = 3;TileInfo.BuildersetTimestamp(Timestamp value).google.protobuf.Timestamp timestamp = 3;TileInfo.BuildersetTimestamp(Timestamp.Builder builderForValue).google.protobuf.Timestamp timestamp = 3;TileInfo.BuildermergeTimestamp(Timestamp value).google.protobuf.Timestamp timestamp = 3;TileInfo.BuilderclearTimestamp().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
-
-
Method Detail
-
getNameBytes
ByteString getNameBytes()
string name = 2;
-
setName
TileInfo.Builder setName(String value)
string name = 2;- Parameters:
value- The name to set.
-
clearName
TileInfo.Builder clearName()
string name = 2;
-
setNameBytes
TileInfo.Builder setNameBytes(ByteString value)
string name = 2;- Parameters:
value- The bytes for name to set.
-
hasTimestamp
boolean hasTimestamp()
.google.protobuf.Timestamp timestamp = 3;
-
getTimestamp
Timestamp getTimestamp()
.google.protobuf.Timestamp timestamp = 3;
-
setTimestamp
TileInfo.Builder setTimestamp(Timestamp value)
.google.protobuf.Timestamp timestamp = 3;
-
setTimestamp
TileInfo.Builder setTimestamp(Timestamp.Builder builderForValue)
.google.protobuf.Timestamp timestamp = 3;
-
mergeTimestamp
TileInfo.Builder mergeTimestamp(Timestamp value)
.google.protobuf.Timestamp timestamp = 3;
-
clearTimestamp
TileInfo.Builder clearTimestamp()
.google.protobuf.Timestamp timestamp = 3;
-
-
-
-