-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitCloudAgent.CreateAgentResponseOrBuilder
public final class LivekitCloudAgent.CreateAgentResponse extends GeneratedMessageLite<LivekitCloudAgent.CreateAgentResponse, LivekitCloudAgent.CreateAgentResponse.Builder> implements LivekitCloudAgent.CreateAgentResponseOrBuilder
Protobuf type
{@code livekit.CreateAgentResponse}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitCloudAgent.CreateAgentResponse.BuilderProtobuf type
{@code livekit.CreateAgentResponse}
-
Field Summary
Fields Modifier and Type Field Description public final static intAGENT_ID_FIELD_NUMBERpublic final static intAGENT_NAME_FIELD_NUMBERpublic final static intSTATUS_FIELD_NUMBERpublic final static intVERSION_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
-
getAgentId
String getAgentId()
string agent_id = 1;
-
getAgentIdBytes
ByteString getAgentIdBytes()
string agent_id = 1;
-
getAgentName
String getAgentName()
string agent_name = 2;
-
getAgentNameBytes
ByteString getAgentNameBytes()
string agent_name = 2;
-
getStatusBytes
ByteString getStatusBytes()
string status = 3;
-
getVersion
String getVersion()
string version = 4;
-
getVersionBytes
ByteString getVersionBytes()
string version = 4;
-
getPresignedUrl
String getPresignedUrl()
string presigned_url = 5;
-
getPresignedUrlBytes
ByteString getPresignedUrlBytes()
string presigned_url = 5;
-
getTagBytes
ByteString getTagBytes()
string tag = 6;
-
parseFrom
static LivekitCloudAgent.CreateAgentResponse parseFrom(ByteBuffer data)
-
parseFrom
static LivekitCloudAgent.CreateAgentResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.CreateAgentResponse parseFrom(ByteString data)
-
parseFrom
static LivekitCloudAgent.CreateAgentResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.CreateAgentResponse parseFrom(Array<byte> data)
-
parseFrom
static LivekitCloudAgent.CreateAgentResponse parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.CreateAgentResponse parseFrom(InputStream input)
-
parseFrom
static LivekitCloudAgent.CreateAgentResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitCloudAgent.CreateAgentResponse parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitCloudAgent.CreateAgentResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.CreateAgentResponse parseFrom(CodedInputStream input)
-
parseFrom
static LivekitCloudAgent.CreateAgentResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitCloudAgent.CreateAgentResponse.Builder newBuilder()
-
newBuilder
static LivekitCloudAgent.CreateAgentResponse.Builder newBuilder(LivekitCloudAgent.CreateAgentResponse prototype)
-
getDefaultInstance
static LivekitCloudAgent.CreateAgentResponse getDefaultInstance()
-
parser
static Parser<LivekitCloudAgent.CreateAgentResponse> parser()
-
-
-
-