-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitCloudAgent.RestartAgentRequestOrBuilder
public final class LivekitCloudAgent.RestartAgentRequest extends GeneratedMessageLite<LivekitCloudAgent.RestartAgentRequest, LivekitCloudAgent.RestartAgentRequest.Builder> implements LivekitCloudAgent.RestartAgentRequestOrBuilder
Protobuf type
{@code livekit.RestartAgentRequest}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitCloudAgent.RestartAgentRequest.BuilderProtobuf type
{@code livekit.RestartAgentRequest}
-
Field Summary
Fields Modifier and Type Field Description public final static intAGENT_ID_FIELD_NUMBER
-
Method Summary
-
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
-
getAgentId
String getAgentId()
string agent_id = 1;
-
getAgentIdBytes
ByteString getAgentIdBytes()
string agent_id = 1;
-
parseFrom
static LivekitCloudAgent.RestartAgentRequest parseFrom(ByteBuffer data)
-
parseFrom
static LivekitCloudAgent.RestartAgentRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.RestartAgentRequest parseFrom(ByteString data)
-
parseFrom
static LivekitCloudAgent.RestartAgentRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.RestartAgentRequest parseFrom(Array<byte> data)
-
parseFrom
static LivekitCloudAgent.RestartAgentRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.RestartAgentRequest parseFrom(InputStream input)
-
parseFrom
static LivekitCloudAgent.RestartAgentRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitCloudAgent.RestartAgentRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitCloudAgent.RestartAgentRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.RestartAgentRequest parseFrom(CodedInputStream input)
-
parseFrom
static LivekitCloudAgent.RestartAgentRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitCloudAgent.RestartAgentRequest.Builder newBuilder()
-
newBuilder
static LivekitCloudAgent.RestartAgentRequest.Builder newBuilder(LivekitCloudAgent.RestartAgentRequest prototype)
-
getDefaultInstance
static LivekitCloudAgent.RestartAgentRequest getDefaultInstance()
-
parser
static Parser<LivekitCloudAgent.RestartAgentRequest> parser()
-
-
-
-