-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitCloudAgent.UpdateAgentSecretsRequestOrBuilder
public final class LivekitCloudAgent.UpdateAgentSecretsRequest extends GeneratedMessageLite<LivekitCloudAgent.UpdateAgentSecretsRequest, LivekitCloudAgent.UpdateAgentSecretsRequest.Builder> implements LivekitCloudAgent.UpdateAgentSecretsRequestOrBuilder
Protobuf type
{@code livekit.UpdateAgentSecretsRequest}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitCloudAgent.UpdateAgentSecretsRequest.BuilderProtobuf type
{@code livekit.UpdateAgentSecretsRequest}
-
Field Summary
Fields Modifier and Type Field Description public final static intAGENT_ID_FIELD_NUMBERpublic final static intAGENT_NAME_FIELD_NUMBERpublic final static intOVERWRITE_FIELD_NUMBERpublic final static intSECRETS_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;
-
getOverwrite
boolean getOverwrite()
bool overwrite = 3;
-
getSecretsList
List<LivekitCloudAgent.AgentSecret> getSecretsList()
repeated .livekit.AgentSecret secrets = 4;
-
getSecretsOrBuilderList
List<out LivekitCloudAgent.AgentSecretOrBuilder> getSecretsOrBuilderList()
repeated .livekit.AgentSecret secrets = 4;
-
getSecretsCount
int getSecretsCount()
repeated .livekit.AgentSecret secrets = 4;
-
getSecrets
LivekitCloudAgent.AgentSecret getSecrets(int index)
repeated .livekit.AgentSecret secrets = 4;
-
getSecretsOrBuilder
LivekitCloudAgent.AgentSecretOrBuilder getSecretsOrBuilder(int index)
repeated .livekit.AgentSecret secrets = 4;
-
parseFrom
static LivekitCloudAgent.UpdateAgentSecretsRequest parseFrom(ByteBuffer data)
-
parseFrom
static LivekitCloudAgent.UpdateAgentSecretsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.UpdateAgentSecretsRequest parseFrom(ByteString data)
-
parseFrom
static LivekitCloudAgent.UpdateAgentSecretsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.UpdateAgentSecretsRequest parseFrom(Array<byte> data)
-
parseFrom
static LivekitCloudAgent.UpdateAgentSecretsRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.UpdateAgentSecretsRequest parseFrom(InputStream input)
-
parseFrom
static LivekitCloudAgent.UpdateAgentSecretsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitCloudAgent.UpdateAgentSecretsRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitCloudAgent.UpdateAgentSecretsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.UpdateAgentSecretsRequest parseFrom(CodedInputStream input)
-
parseFrom
static LivekitCloudAgent.UpdateAgentSecretsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitCloudAgent.UpdateAgentSecretsRequest.Builder newBuilder()
-
newBuilder
static LivekitCloudAgent.UpdateAgentSecretsRequest.Builder newBuilder(LivekitCloudAgent.UpdateAgentSecretsRequest prototype)
-
getDefaultInstance
static LivekitCloudAgent.UpdateAgentSecretsRequest getDefaultInstance()
-
parser
static Parser<LivekitCloudAgent.UpdateAgentSecretsRequest> parser()
-
-
-
-