-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitCloudAgent.AgentVersionOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetVersion()string version = 1;abstract ByteStringgetVersionBytes()string version = 1;abstract booleangetCurrent()bool current = 2;abstract booleanhasCreatedAt().google.protobuf.Timestamp created_at = 3;abstract TimestampgetCreatedAt().google.protobuf.Timestamp created_at = 3;abstract booleanhasDeployedAt().google.protobuf.Timestamp deployed_at = 4;abstract TimestampgetDeployedAt().google.protobuf.Timestamp deployed_at = 4;abstract intgetAttributesCount()map<string, string> attributes = 5;abstract booleancontainsAttributes(String key)map<string, string> attributes = 5;abstract Map<String, String>getAttributes()Use getAttributesMap instead. abstract Map<String, String>getAttributesMap()map<string, string> attributes = 5;abstract StringgetAttributesOrDefault(String key, String defaultValue)map<string, string> attributes = 5;abstract StringgetAttributesOrThrow(String key)map<string, string> attributes = 5;-
-
Method Detail
-
getVersion
abstract String getVersion()
string version = 1;
-
getVersionBytes
abstract ByteString getVersionBytes()
string version = 1;
-
getCurrent
abstract boolean getCurrent()
bool current = 2;
-
hasCreatedAt
abstract boolean hasCreatedAt()
.google.protobuf.Timestamp created_at = 3;
-
getCreatedAt
abstract Timestamp getCreatedAt()
.google.protobuf.Timestamp created_at = 3;
-
hasDeployedAt
abstract boolean hasDeployedAt()
.google.protobuf.Timestamp deployed_at = 4;
-
getDeployedAt
abstract Timestamp getDeployedAt()
.google.protobuf.Timestamp deployed_at = 4;
-
getAttributesCount
abstract int getAttributesCount()
map<string, string> attributes = 5;
-
containsAttributes
abstract boolean containsAttributes(String key)
map<string, string> attributes = 5;
-
getAttributes
@Deprecated() abstract Map<String, String> getAttributes()
Use getAttributesMap instead.
-
getAttributesMap
abstract Map<String, String> getAttributesMap()
map<string, string> attributes = 5;
-
getAttributesOrDefault
abstract String getAttributesOrDefault(String key, String defaultValue)
map<string, string> attributes = 5;
-
getAttributesOrThrow
abstract String getAttributesOrThrow(String key)
map<string, string> attributes = 5;
-
-
-
-