Package 

Interface LivekitCloudAgent.AgentSecretOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getName() string name = 1;
      abstract ByteString getNameBytes() string name = 1;
      abstract ByteString getValue() bytes value = 2;
      abstract boolean hasCreatedAt() .google.protobuf.Timestamp created_at = 3;
      abstract Timestamp getCreatedAt() .google.protobuf.Timestamp created_at = 3;
      abstract boolean hasUpdatedAt() .google.protobuf.Timestamp updated_at = 4;
      abstract Timestamp getUpdatedAt() .google.protobuf.Timestamp updated_at = 4;
      abstract int getKindValue() .livekit.AgentSecretKind kind = 5;
      abstract LivekitCloudAgent.AgentSecretKind getKind() .livekit.AgentSecretKind kind = 5;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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;