-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitCloudAgent.AgentVersionOrBuilder
public final class LivekitCloudAgent.AgentVersion.Builder extends GeneratedMessageLite.Builder<LivekitCloudAgent.AgentVersion, LivekitCloudAgent.AgentVersion.Builder> implements LivekitCloudAgent.AgentVersionOrBuilder
Protobuf type
{@code livekit.AgentVersion}
-
-
Method Summary
Modifier and Type Method Description StringgetVersion()string version = 1;ByteStringgetVersionBytes()string version = 1;LivekitCloudAgent.AgentVersion.BuildersetVersion(String value)string version = 1;LivekitCloudAgent.AgentVersion.BuilderclearVersion()string version = 1;LivekitCloudAgent.AgentVersion.BuildersetVersionBytes(ByteString value)string version = 1;booleangetCurrent()bool current = 2;LivekitCloudAgent.AgentVersion.BuildersetCurrent(boolean value)bool current = 2;LivekitCloudAgent.AgentVersion.BuilderclearCurrent()bool current = 2;booleanhasCreatedAt().google.protobuf.Timestamp created_at = 3;TimestampgetCreatedAt().google.protobuf.Timestamp created_at = 3;LivekitCloudAgent.AgentVersion.BuildersetCreatedAt(Timestamp value).google.protobuf.Timestamp created_at = 3;LivekitCloudAgent.AgentVersion.BuildersetCreatedAt(Timestamp.Builder builderForValue).google.protobuf.Timestamp created_at = 3;LivekitCloudAgent.AgentVersion.BuildermergeCreatedAt(Timestamp value).google.protobuf.Timestamp created_at = 3;LivekitCloudAgent.AgentVersion.BuilderclearCreatedAt().google.protobuf.Timestamp created_at = 3;booleanhasDeployedAt().google.protobuf.Timestamp deployed_at = 4;TimestampgetDeployedAt().google.protobuf.Timestamp deployed_at = 4;LivekitCloudAgent.AgentVersion.BuildersetDeployedAt(Timestamp value).google.protobuf.Timestamp deployed_at = 4;LivekitCloudAgent.AgentVersion.BuildersetDeployedAt(Timestamp.Builder builderForValue).google.protobuf.Timestamp deployed_at = 4;LivekitCloudAgent.AgentVersion.BuildermergeDeployedAt(Timestamp value).google.protobuf.Timestamp deployed_at = 4;LivekitCloudAgent.AgentVersion.BuilderclearDeployedAt().google.protobuf.Timestamp deployed_at = 4;intgetAttributesCount()map<string, string> attributes = 5;booleancontainsAttributes(String key)map<string, string> attributes = 5;LivekitCloudAgent.AgentVersion.BuilderclearAttributes()LivekitCloudAgent.AgentVersion.BuilderremoveAttributes(String key)map<string, string> attributes = 5;Map<String, String>getAttributes()Use getAttributesMap instead. Map<String, String>getAttributesMap()map<string, string> attributes = 5;StringgetAttributesOrDefault(String key, String defaultValue)map<string, string> attributes = 5;StringgetAttributesOrThrow(String key)map<string, string> attributes = 5;LivekitCloudAgent.AgentVersion.BuilderputAttributes(String key, String value)map<string, string> attributes = 5;LivekitCloudAgent.AgentVersion.BuilderputAllAttributes(Map<String, String> values)map<string, string> attributes = 5;-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, getDefaultInstanceForType, isInitialized, mergeFrom -
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom -
Methods inherited from class com.google.protobuf.MessageLite.Builder
build, buildPartial, clear, clone, mergeFrom -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class livekit.LivekitCloudAgent.AgentVersionOrBuilder
containsAttributes, getAttributesOrDefault, getAttributesOrThrow -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getVersion
String getVersion()
string version = 1;
-
getVersionBytes
ByteString getVersionBytes()
string version = 1;
-
setVersion
LivekitCloudAgent.AgentVersion.Builder setVersion(String value)
string version = 1;- Parameters:
value- The version to set.
-
clearVersion
LivekitCloudAgent.AgentVersion.Builder clearVersion()
string version = 1;
-
setVersionBytes
LivekitCloudAgent.AgentVersion.Builder setVersionBytes(ByteString value)
string version = 1;- Parameters:
value- The bytes for version to set.
-
getCurrent
boolean getCurrent()
bool current = 2;
-
setCurrent
LivekitCloudAgent.AgentVersion.Builder setCurrent(boolean value)
bool current = 2;- Parameters:
value- The current to set.
-
clearCurrent
LivekitCloudAgent.AgentVersion.Builder clearCurrent()
bool current = 2;
-
hasCreatedAt
boolean hasCreatedAt()
.google.protobuf.Timestamp created_at = 3;
-
getCreatedAt
Timestamp getCreatedAt()
.google.protobuf.Timestamp created_at = 3;
-
setCreatedAt
LivekitCloudAgent.AgentVersion.Builder setCreatedAt(Timestamp value)
.google.protobuf.Timestamp created_at = 3;
-
setCreatedAt
LivekitCloudAgent.AgentVersion.Builder setCreatedAt(Timestamp.Builder builderForValue)
.google.protobuf.Timestamp created_at = 3;
-
mergeCreatedAt
LivekitCloudAgent.AgentVersion.Builder mergeCreatedAt(Timestamp value)
.google.protobuf.Timestamp created_at = 3;
-
clearCreatedAt
LivekitCloudAgent.AgentVersion.Builder clearCreatedAt()
.google.protobuf.Timestamp created_at = 3;
-
hasDeployedAt
boolean hasDeployedAt()
.google.protobuf.Timestamp deployed_at = 4;
-
getDeployedAt
Timestamp getDeployedAt()
.google.protobuf.Timestamp deployed_at = 4;
-
setDeployedAt
LivekitCloudAgent.AgentVersion.Builder setDeployedAt(Timestamp value)
.google.protobuf.Timestamp deployed_at = 4;
-
setDeployedAt
LivekitCloudAgent.AgentVersion.Builder setDeployedAt(Timestamp.Builder builderForValue)
.google.protobuf.Timestamp deployed_at = 4;
-
mergeDeployedAt
LivekitCloudAgent.AgentVersion.Builder mergeDeployedAt(Timestamp value)
.google.protobuf.Timestamp deployed_at = 4;
-
clearDeployedAt
LivekitCloudAgent.AgentVersion.Builder clearDeployedAt()
.google.protobuf.Timestamp deployed_at = 4;
-
getAttributesCount
int getAttributesCount()
map<string, string> attributes = 5;
-
containsAttributes
boolean containsAttributes(String key)
map<string, string> attributes = 5;
-
clearAttributes
LivekitCloudAgent.AgentVersion.Builder clearAttributes()
-
removeAttributes
LivekitCloudAgent.AgentVersion.Builder removeAttributes(String key)
map<string, string> attributes = 5;
-
getAttributes
@Deprecated() Map<String, String> getAttributes()
Use getAttributesMap instead.
-
getAttributesMap
Map<String, String> getAttributesMap()
map<string, string> attributes = 5;
-
getAttributesOrDefault
String getAttributesOrDefault(String key, String defaultValue)
map<string, string> attributes = 5;
-
getAttributesOrThrow
String getAttributesOrThrow(String key)
map<string, string> attributes = 5;
-
putAttributes
LivekitCloudAgent.AgentVersion.Builder putAttributes(String key, String value)
map<string, string> attributes = 5;
-
putAllAttributes
LivekitCloudAgent.AgentVersion.Builder putAllAttributes(Map<String, String> values)
map<string, string> attributes = 5;
-
-
-
-