-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,io.sentry.android.core.internal.tombstone.TombstoneProtos.FDOrBuilder,java.lang.Cloneable
public final class TombstoneProtos.FD.Builder extends GeneratedMessageLite.Builder<TombstoneProtos.FD, TombstoneProtos.FD.Builder> implements TombstoneProtos.FDOrBuilder
Protobuf type
{@code FD}
-
-
Method Summary
Modifier and Type Method Description intgetFd()int32 fd = 1;TombstoneProtos.FD.BuildersetFd(int value)int32 fd = 1;TombstoneProtos.FD.BuilderclearFd()int32 fd = 1;StringgetPath()string path = 2;ByteStringgetPathBytes()string path = 2;TombstoneProtos.FD.BuildersetPath(String value)string path = 2;TombstoneProtos.FD.BuilderclearPath()string path = 2;TombstoneProtos.FD.BuildersetPathBytes(ByteString value)string path = 2;StringgetOwner()string owner = 3;ByteStringgetOwnerBytes()string owner = 3;TombstoneProtos.FD.BuildersetOwner(String value)string owner = 3;TombstoneProtos.FD.BuilderclearOwner()string owner = 3;TombstoneProtos.FD.BuildersetOwnerBytes(ByteString value)string owner = 3;longgetTag()uint64 tag = 4;TombstoneProtos.FD.BuildersetTag(long value)uint64 tag = 4;TombstoneProtos.FD.BuilderclearTag()uint64 tag = 4;-
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
-
getFd
int getFd()
int32 fd = 1;
-
setFd
TombstoneProtos.FD.Builder setFd(int value)
int32 fd = 1;- Parameters:
value- The fd to set.
-
clearFd
TombstoneProtos.FD.Builder clearFd()
int32 fd = 1;
-
getPathBytes
ByteString getPathBytes()
string path = 2;
-
setPath
TombstoneProtos.FD.Builder setPath(String value)
string path = 2;- Parameters:
value- The path to set.
-
clearPath
TombstoneProtos.FD.Builder clearPath()
string path = 2;
-
setPathBytes
TombstoneProtos.FD.Builder setPathBytes(ByteString value)
string path = 2;- Parameters:
value- The bytes for path to set.
-
getOwnerBytes
ByteString getOwnerBytes()
string owner = 3;
-
setOwner
TombstoneProtos.FD.Builder setOwner(String value)
string owner = 3;- Parameters:
value- The owner to set.
-
clearOwner
TombstoneProtos.FD.Builder clearOwner()
string owner = 3;
-
setOwnerBytes
TombstoneProtos.FD.Builder setOwnerBytes(ByteString value)
string owner = 3;- Parameters:
value- The bytes for owner to set.
-
getTag
long getTag()
uint64 tag = 4;
-
setTag
TombstoneProtos.FD.Builder setTag(long value)
uint64 tag = 4;- Parameters:
value- The tag to set.
-
clearTag
TombstoneProtos.FD.Builder clearTag()
uint64 tag = 4;
-
-
-
-