-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitCloudAgent.AgentSecretOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetName()string name = 1;abstract ByteStringgetNameBytes()string name = 1;abstract ByteStringgetValue()bytes value = 2;abstract booleanhasCreatedAt().google.protobuf.Timestamp created_at = 3;abstract TimestampgetCreatedAt().google.protobuf.Timestamp created_at = 3;abstract booleanhasUpdatedAt().google.protobuf.Timestamp updated_at = 4;abstract TimestampgetUpdatedAt().google.protobuf.Timestamp updated_at = 4;abstract intgetKindValue().livekit.AgentSecretKind kind = 5;abstract LivekitCloudAgent.AgentSecretKindgetKind().livekit.AgentSecretKind kind = 5;-
-
Method Detail
-
getNameBytes
abstract ByteString getNameBytes()
string name = 1;
-
getValue
abstract ByteString getValue()
bytes value = 2;
-
hasCreatedAt
abstract boolean hasCreatedAt()
.google.protobuf.Timestamp created_at = 3;
-
getCreatedAt
abstract Timestamp getCreatedAt()
.google.protobuf.Timestamp created_at = 3;
-
hasUpdatedAt
abstract boolean hasUpdatedAt()
.google.protobuf.Timestamp updated_at = 4;
-
getUpdatedAt
abstract Timestamp getUpdatedAt()
.google.protobuf.Timestamp updated_at = 4;
-
getKindValue
abstract int getKindValue()
.livekit.AgentSecretKind kind = 5;
-
getKind
abstract LivekitCloudAgent.AgentSecretKind getKind()
.livekit.AgentSecretKind kind = 5;
-
-
-
-