-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,replay.CloudReplay.ReplayInfoOrBuilder
public final class CloudReplay.ReplayInfo extends GeneratedMessageLite<CloudReplay.ReplayInfo, CloudReplay.ReplayInfo.Builder> implements CloudReplay.ReplayInfoOrBuilder
Protobuf type
{@code replay.ReplayInfo}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCloudReplay.ReplayInfo.BuilderProtobuf type
{@code replay.ReplayInfo}
-
Field Summary
Fields Modifier and Type Field Description public final static intREPLAY_ID_FIELD_NUMBERpublic final static intROOM_NAME_FIELD_NUMBERpublic final static intSTART_TIME_FIELD_NUMBERpublic final static intDURATION_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description StringgetReplayId()string replay_id = 1;ByteStringgetReplayIdBytes()string replay_id = 1;StringgetRoomName()string room_name = 2;ByteStringgetRoomNameBytes()string room_name = 2;longgetStartTime()int64 start_time = 3;longgetDuration()int64 duration = 4;static CloudReplay.ReplayInfoparseFrom(ByteBuffer data)static CloudReplay.ReplayInfoparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static CloudReplay.ReplayInfoparseFrom(ByteString data)static CloudReplay.ReplayInfoparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static CloudReplay.ReplayInfoparseFrom(Array<byte> data)static CloudReplay.ReplayInfoparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static CloudReplay.ReplayInfoparseFrom(InputStream input)static CloudReplay.ReplayInfoparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static CloudReplay.ReplayInfoparseDelimitedFrom(InputStream input)static CloudReplay.ReplayInfoparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static CloudReplay.ReplayInfoparseFrom(CodedInputStream input)static CloudReplay.ReplayInfoparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static CloudReplay.ReplayInfo.BuildernewBuilder()static CloudReplay.ReplayInfo.BuildernewBuilder(CloudReplay.ReplayInfo prototype)static CloudReplay.ReplayInfogetDefaultInstance()static Parser<CloudReplay.ReplayInfo>parser()-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, toBuilder, toString, writeTo -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType, newBuilderForType, toBuilder -
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
-
getReplayId
String getReplayId()
string replay_id = 1;
-
getReplayIdBytes
ByteString getReplayIdBytes()
string replay_id = 1;
-
getRoomName
String getRoomName()
string room_name = 2;
-
getRoomNameBytes
ByteString getRoomNameBytes()
string room_name = 2;
-
getStartTime
long getStartTime()
int64 start_time = 3;
-
getDuration
long getDuration()
int64 duration = 4;
-
parseFrom
static CloudReplay.ReplayInfo parseFrom(ByteBuffer data)
-
parseFrom
static CloudReplay.ReplayInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static CloudReplay.ReplayInfo parseFrom(ByteString data)
-
parseFrom
static CloudReplay.ReplayInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static CloudReplay.ReplayInfo parseFrom(Array<byte> data)
-
parseFrom
static CloudReplay.ReplayInfo parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static CloudReplay.ReplayInfo parseFrom(InputStream input)
-
parseFrom
static CloudReplay.ReplayInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static CloudReplay.ReplayInfo parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static CloudReplay.ReplayInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static CloudReplay.ReplayInfo parseFrom(CodedInputStream input)
-
parseFrom
static CloudReplay.ReplayInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static CloudReplay.ReplayInfo.Builder newBuilder()
-
newBuilder
static CloudReplay.ReplayInfo.Builder newBuilder(CloudReplay.ReplayInfo prototype)
-
getDefaultInstance
static CloudReplay.ReplayInfo getDefaultInstance()
-
parser
static Parser<CloudReplay.ReplayInfo> parser()
-
-
-
-