-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitCloudAgent.UpdateAgentRequestOrBuilder
public final class LivekitCloudAgent.UpdateAgentRequest extends GeneratedMessageLite<LivekitCloudAgent.UpdateAgentRequest, LivekitCloudAgent.UpdateAgentRequest.Builder> implements LivekitCloudAgent.UpdateAgentRequestOrBuilder
Protobuf type
{@code livekit.UpdateAgentRequest}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitCloudAgent.UpdateAgentRequest.BuilderProtobuf type
{@code livekit.UpdateAgentRequest}
-
Field Summary
Fields Modifier and Type Field Description public final static intAGENT_ID_FIELD_NUMBERpublic final static intAGENT_NAME_FIELD_NUMBERpublic final static intREPLICAS_FIELD_NUMBERpublic final static intMAX_REPLICAS_FIELD_NUMBERpublic final static intCPU_REQ_FIELD_NUMBERpublic final static intREGIONS_FIELD_NUMBERpublic final static intSECRETS_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description StringgetAgentId()string agent_id = 1;ByteStringgetAgentIdBytes()string agent_id = 1;StringgetAgentName()string agent_name = 2 [deprecated = true];ByteStringgetAgentNameBytes()string agent_name = 2 [deprecated = true];intgetReplicas()int32 replicas = 3 [deprecated = true];intgetMaxReplicas()int32 max_replicas = 4 [deprecated = true];StringgetCpuReq()string cpu_req = 5 [deprecated = true];ByteStringgetCpuReqBytes()string cpu_req = 5 [deprecated = true];List<String>getRegionsList()repeated string regions = 6;intgetRegionsCount()repeated string regions = 6;StringgetRegions(int index)repeated string regions = 6;ByteStringgetRegionsBytes(int index)repeated string regions = 6;List<LivekitCloudAgent.AgentSecret>getSecretsList()repeated .livekit.AgentSecret secrets = 7;List<out LivekitCloudAgent.AgentSecretOrBuilder>getSecretsOrBuilderList()repeated .livekit.AgentSecret secrets = 7;intgetSecretsCount()repeated .livekit.AgentSecret secrets = 7;LivekitCloudAgent.AgentSecretgetSecrets(int index)repeated .livekit.AgentSecret secrets = 7;LivekitCloudAgent.AgentSecretOrBuildergetSecretsOrBuilder(int index)repeated .livekit.AgentSecret secrets = 7;static LivekitCloudAgent.UpdateAgentRequestparseFrom(ByteBuffer data)static LivekitCloudAgent.UpdateAgentRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.UpdateAgentRequestparseFrom(ByteString data)static LivekitCloudAgent.UpdateAgentRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.UpdateAgentRequestparseFrom(Array<byte> data)static LivekitCloudAgent.UpdateAgentRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.UpdateAgentRequestparseFrom(InputStream input)static LivekitCloudAgent.UpdateAgentRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.UpdateAgentRequestparseDelimitedFrom(InputStream input)static LivekitCloudAgent.UpdateAgentRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.UpdateAgentRequestparseFrom(CodedInputStream input)static LivekitCloudAgent.UpdateAgentRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.UpdateAgentRequest.BuildernewBuilder()static LivekitCloudAgent.UpdateAgentRequest.BuildernewBuilder(LivekitCloudAgent.UpdateAgentRequest prototype)static LivekitCloudAgent.UpdateAgentRequestgetDefaultInstance()static Parser<LivekitCloudAgent.UpdateAgentRequest>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
-
getAgentId
String getAgentId()
string agent_id = 1;
-
getAgentIdBytes
ByteString getAgentIdBytes()
string agent_id = 1;
-
getAgentName
@Deprecated() String getAgentName()
string agent_name = 2 [deprecated = true];
-
getAgentNameBytes
@Deprecated() ByteString getAgentNameBytes()
string agent_name = 2 [deprecated = true];
-
getReplicas
@Deprecated() int getReplicas()
int32 replicas = 3 [deprecated = true];
-
getMaxReplicas
@Deprecated() int getMaxReplicas()
int32 max_replicas = 4 [deprecated = true];
-
getCpuReq
@Deprecated() String getCpuReq()
string cpu_req = 5 [deprecated = true];
-
getCpuReqBytes
@Deprecated() ByteString getCpuReqBytes()
string cpu_req = 5 [deprecated = true];
-
getRegionsList
List<String> getRegionsList()
repeated string regions = 6;
-
getRegionsCount
int getRegionsCount()
repeated string regions = 6;
-
getRegions
String getRegions(int index)
repeated string regions = 6;- Parameters:
index- The index of the element to return.
-
getRegionsBytes
ByteString getRegionsBytes(int index)
repeated string regions = 6;- Parameters:
index- The index of the value to return.
-
getSecretsList
List<LivekitCloudAgent.AgentSecret> getSecretsList()
repeated .livekit.AgentSecret secrets = 7;
-
getSecretsOrBuilderList
List<out LivekitCloudAgent.AgentSecretOrBuilder> getSecretsOrBuilderList()
repeated .livekit.AgentSecret secrets = 7;
-
getSecretsCount
int getSecretsCount()
repeated .livekit.AgentSecret secrets = 7;
-
getSecrets
LivekitCloudAgent.AgentSecret getSecrets(int index)
repeated .livekit.AgentSecret secrets = 7;
-
getSecretsOrBuilder
LivekitCloudAgent.AgentSecretOrBuilder getSecretsOrBuilder(int index)
repeated .livekit.AgentSecret secrets = 7;
-
parseFrom
static LivekitCloudAgent.UpdateAgentRequest parseFrom(ByteBuffer data)
-
parseFrom
static LivekitCloudAgent.UpdateAgentRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.UpdateAgentRequest parseFrom(ByteString data)
-
parseFrom
static LivekitCloudAgent.UpdateAgentRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.UpdateAgentRequest parseFrom(Array<byte> data)
-
parseFrom
static LivekitCloudAgent.UpdateAgentRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.UpdateAgentRequest parseFrom(InputStream input)
-
parseFrom
static LivekitCloudAgent.UpdateAgentRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitCloudAgent.UpdateAgentRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitCloudAgent.UpdateAgentRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.UpdateAgentRequest parseFrom(CodedInputStream input)
-
parseFrom
static LivekitCloudAgent.UpdateAgentRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitCloudAgent.UpdateAgentRequest.Builder newBuilder()
-
newBuilder
static LivekitCloudAgent.UpdateAgentRequest.Builder newBuilder(LivekitCloudAgent.UpdateAgentRequest prototype)
-
getDefaultInstance
static LivekitCloudAgent.UpdateAgentRequest getDefaultInstance()
-
parser
static Parser<LivekitCloudAgent.UpdateAgentRequest> parser()
-
-
-
-