-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitCloudAgent.AgentSecretOrBuilder
public final class LivekitCloudAgent.AgentSecret extends GeneratedMessageLite<LivekitCloudAgent.AgentSecret, LivekitCloudAgent.AgentSecret.Builder> implements LivekitCloudAgent.AgentSecretOrBuilder
Protobuf type
{@code livekit.AgentSecret}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitCloudAgent.AgentSecret.BuilderProtobuf type
{@code livekit.AgentSecret}
-
Field Summary
Fields Modifier and Type Field Description public final static intNAME_FIELD_NUMBERpublic final static intVALUE_FIELD_NUMBERpublic final static intCREATED_AT_FIELD_NUMBERpublic final static intUPDATED_AT_FIELD_NUMBERpublic final static intKIND_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description StringgetName()string name = 1;ByteStringgetNameBytes()string name = 1;ByteStringgetValue()bytes value = 2;booleanhasCreatedAt().google.protobuf.Timestamp created_at = 3;TimestampgetCreatedAt().google.protobuf.Timestamp created_at = 3;booleanhasUpdatedAt().google.protobuf.Timestamp updated_at = 4;TimestampgetUpdatedAt().google.protobuf.Timestamp updated_at = 4;intgetKindValue().livekit.AgentSecretKind kind = 5;LivekitCloudAgent.AgentSecretKindgetKind().livekit.AgentSecretKind kind = 5;static LivekitCloudAgent.AgentSecretparseFrom(ByteBuffer data)static LivekitCloudAgent.AgentSecretparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.AgentSecretparseFrom(ByteString data)static LivekitCloudAgent.AgentSecretparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.AgentSecretparseFrom(Array<byte> data)static LivekitCloudAgent.AgentSecretparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.AgentSecretparseFrom(InputStream input)static LivekitCloudAgent.AgentSecretparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.AgentSecretparseDelimitedFrom(InputStream input)static LivekitCloudAgent.AgentSecretparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.AgentSecretparseFrom(CodedInputStream input)static LivekitCloudAgent.AgentSecretparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.AgentSecret.BuildernewBuilder()static LivekitCloudAgent.AgentSecret.BuildernewBuilder(LivekitCloudAgent.AgentSecret prototype)static LivekitCloudAgent.AgentSecretgetDefaultInstance()static Parser<LivekitCloudAgent.AgentSecret>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
-
getNameBytes
ByteString getNameBytes()
string name = 1;
-
getValue
ByteString getValue()
bytes value = 2;
-
hasCreatedAt
boolean hasCreatedAt()
.google.protobuf.Timestamp created_at = 3;
-
getCreatedAt
Timestamp getCreatedAt()
.google.protobuf.Timestamp created_at = 3;
-
hasUpdatedAt
boolean hasUpdatedAt()
.google.protobuf.Timestamp updated_at = 4;
-
getUpdatedAt
Timestamp getUpdatedAt()
.google.protobuf.Timestamp updated_at = 4;
-
getKindValue
int getKindValue()
.livekit.AgentSecretKind kind = 5;
-
getKind
LivekitCloudAgent.AgentSecretKind getKind()
.livekit.AgentSecretKind kind = 5;
-
parseFrom
static LivekitCloudAgent.AgentSecret parseFrom(ByteBuffer data)
-
parseFrom
static LivekitCloudAgent.AgentSecret parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.AgentSecret parseFrom(ByteString data)
-
parseFrom
static LivekitCloudAgent.AgentSecret parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.AgentSecret parseFrom(Array<byte> data)
-
parseFrom
static LivekitCloudAgent.AgentSecret parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.AgentSecret parseFrom(InputStream input)
-
parseFrom
static LivekitCloudAgent.AgentSecret parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitCloudAgent.AgentSecret parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitCloudAgent.AgentSecret parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.AgentSecret parseFrom(CodedInputStream input)
-
parseFrom
static LivekitCloudAgent.AgentSecret parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitCloudAgent.AgentSecret.Builder newBuilder()
-
newBuilder
static LivekitCloudAgent.AgentSecret.Builder newBuilder(LivekitCloudAgent.AgentSecret prototype)
-
getDefaultInstance
static LivekitCloudAgent.AgentSecret getDefaultInstance()
-
parser
static Parser<LivekitCloudAgent.AgentSecret> parser()
-
-
-
-