-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitCloudAgent.AgentVersionOrBuilder
public final class LivekitCloudAgent.AgentVersion extends GeneratedMessageLite<LivekitCloudAgent.AgentVersion, LivekitCloudAgent.AgentVersion.Builder> implements LivekitCloudAgent.AgentVersionOrBuilder
Protobuf type
{@code livekit.AgentVersion}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitCloudAgent.AgentVersion.BuilderProtobuf type
{@code livekit.AgentVersion}
-
Field Summary
Fields Modifier and Type Field Description public final static intVERSION_FIELD_NUMBERpublic final static intCURRENT_FIELD_NUMBERpublic final static intCREATED_AT_FIELD_NUMBERpublic final static intDEPLOYED_AT_FIELD_NUMBERpublic final static intATTRIBUTES_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description StringgetVersion()string version = 1;ByteStringgetVersionBytes()string version = 1;booleangetCurrent()bool current = 2;booleanhasCreatedAt().google.protobuf.Timestamp created_at = 3;TimestampgetCreatedAt().google.protobuf.Timestamp created_at = 3;booleanhasDeployedAt().google.protobuf.Timestamp deployed_at = 4;TimestampgetDeployedAt().google.protobuf.Timestamp deployed_at = 4;intgetAttributesCount()map<string, string> attributes = 5;booleancontainsAttributes(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;static LivekitCloudAgent.AgentVersionparseFrom(ByteBuffer data)static LivekitCloudAgent.AgentVersionparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.AgentVersionparseFrom(ByteString data)static LivekitCloudAgent.AgentVersionparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.AgentVersionparseFrom(Array<byte> data)static LivekitCloudAgent.AgentVersionparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.AgentVersionparseFrom(InputStream input)static LivekitCloudAgent.AgentVersionparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.AgentVersionparseDelimitedFrom(InputStream input)static LivekitCloudAgent.AgentVersionparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.AgentVersionparseFrom(CodedInputStream input)static LivekitCloudAgent.AgentVersionparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.AgentVersion.BuildernewBuilder()static LivekitCloudAgent.AgentVersion.BuildernewBuilder(LivekitCloudAgent.AgentVersion prototype)static LivekitCloudAgent.AgentVersiongetDefaultInstance()static Parser<LivekitCloudAgent.AgentVersion>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
-
getVersion
String getVersion()
string version = 1;
-
getVersionBytes
ByteString getVersionBytes()
string version = 1;
-
getCurrent
boolean getCurrent()
bool current = 2;
-
hasCreatedAt
boolean hasCreatedAt()
.google.protobuf.Timestamp created_at = 3;
-
getCreatedAt
Timestamp getCreatedAt()
.google.protobuf.Timestamp created_at = 3;
-
hasDeployedAt
boolean hasDeployedAt()
.google.protobuf.Timestamp deployed_at = 4;
-
getDeployedAt
Timestamp getDeployedAt()
.google.protobuf.Timestamp deployed_at = 4;
-
getAttributesCount
int getAttributesCount()
map<string, string> attributes = 5;
-
containsAttributes
boolean containsAttributes(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;
-
parseFrom
static LivekitCloudAgent.AgentVersion parseFrom(ByteBuffer data)
-
parseFrom
static LivekitCloudAgent.AgentVersion parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.AgentVersion parseFrom(ByteString data)
-
parseFrom
static LivekitCloudAgent.AgentVersion parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.AgentVersion parseFrom(Array<byte> data)
-
parseFrom
static LivekitCloudAgent.AgentVersion parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.AgentVersion parseFrom(InputStream input)
-
parseFrom
static LivekitCloudAgent.AgentVersion parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitCloudAgent.AgentVersion parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitCloudAgent.AgentVersion parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.AgentVersion parseFrom(CodedInputStream input)
-
parseFrom
static LivekitCloudAgent.AgentVersion parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitCloudAgent.AgentVersion.Builder newBuilder()
-
newBuilder
static LivekitCloudAgent.AgentVersion.Builder newBuilder(LivekitCloudAgent.AgentVersion prototype)
-
getDefaultInstance
static LivekitCloudAgent.AgentVersion getDefaultInstance()
-
parser
static Parser<LivekitCloudAgent.AgentVersion> parser()
-
-
-
-