-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,replay.CloudReplay.PlaybackResponseOrBuilder
public final class CloudReplay.PlaybackResponse.Builder extends GeneratedMessageLite.Builder<CloudReplay.PlaybackResponse, CloudReplay.PlaybackResponse.Builder> implements CloudReplay.PlaybackResponseOrBuilder
Protobuf type
{@code replay.PlaybackResponse}
-
-
Method Summary
Modifier and Type Method Description StringgetPlaybackId()string playback_id = 1;ByteStringgetPlaybackIdBytes()string playback_id = 1;CloudReplay.PlaybackResponse.BuildersetPlaybackId(String value)string playback_id = 1;CloudReplay.PlaybackResponse.BuilderclearPlaybackId()string playback_id = 1;CloudReplay.PlaybackResponse.BuildersetPlaybackIdBytes(ByteString value)string playback_id = 1;-
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
-
getPlaybackId
String getPlaybackId()
string playback_id = 1;
-
getPlaybackIdBytes
ByteString getPlaybackIdBytes()
string playback_id = 1;
-
setPlaybackId
CloudReplay.PlaybackResponse.Builder setPlaybackId(String value)
string playback_id = 1;- Parameters:
value- The playbackId to set.
-
clearPlaybackId
CloudReplay.PlaybackResponse.Builder clearPlaybackId()
string playback_id = 1;
-
setPlaybackIdBytes
CloudReplay.PlaybackResponse.Builder setPlaybackIdBytes(ByteString value)
string playback_id = 1;- Parameters:
value- The bytes for playbackId to set.
-
-
-
-