-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitCloudAgent.DeployAgentResponseOrBuilder
public final class LivekitCloudAgent.DeployAgentResponse extends GeneratedMessageLite<LivekitCloudAgent.DeployAgentResponse, LivekitCloudAgent.DeployAgentResponse.Builder> implements LivekitCloudAgent.DeployAgentResponseOrBuilder
Protobuf type
{@code livekit.DeployAgentResponse}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitCloudAgent.DeployAgentResponse.BuilderProtobuf type
{@code livekit.DeployAgentResponse}
-
Field Summary
Fields Modifier and Type Field Description public final static intSUCCESS_FIELD_NUMBERpublic final static intMESSAGE_FIELD_NUMBERpublic final static intAGENT_ID_FIELD_NUMBERpublic final static intPRESIGNED_URL_FIELD_NUMBERpublic final static intTAG_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
-
getSuccess
boolean getSuccess()
bool success = 1;
-
getMessage
String getMessage()
string message = 2;
-
getMessageBytes
ByteString getMessageBytes()
string message = 2;
-
getAgentId
String getAgentId()
string agent_id = 3;
-
getAgentIdBytes
ByteString getAgentIdBytes()
string agent_id = 3;
-
getPresignedUrl
String getPresignedUrl()
string presigned_url = 4;
-
getPresignedUrlBytes
ByteString getPresignedUrlBytes()
string presigned_url = 4;
-
getTagBytes
ByteString getTagBytes()
string tag = 5;
-
parseFrom
static LivekitCloudAgent.DeployAgentResponse parseFrom(ByteBuffer data)
-
parseFrom
static LivekitCloudAgent.DeployAgentResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.DeployAgentResponse parseFrom(ByteString data)
-
parseFrom
static LivekitCloudAgent.DeployAgentResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.DeployAgentResponse parseFrom(Array<byte> data)
-
parseFrom
static LivekitCloudAgent.DeployAgentResponse parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.DeployAgentResponse parseFrom(InputStream input)
-
parseFrom
static LivekitCloudAgent.DeployAgentResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitCloudAgent.DeployAgentResponse parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitCloudAgent.DeployAgentResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.DeployAgentResponse parseFrom(CodedInputStream input)
-
parseFrom
static LivekitCloudAgent.DeployAgentResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitCloudAgent.DeployAgentResponse.Builder newBuilder()
-
newBuilder
static LivekitCloudAgent.DeployAgentResponse.Builder newBuilder(LivekitCloudAgent.DeployAgentResponse prototype)
-
getDefaultInstance
static LivekitCloudAgent.DeployAgentResponse getDefaultInstance()
-
parser
static Parser<LivekitCloudAgent.DeployAgentResponse> parser()
-
-
-
-