public interface CreateCredentialRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
MsgBase |
getBase()
Not useful for now
.milvus.proto.common.MsgBase base = 1; |
MsgBaseOrBuilder |
getBaseOrBuilder()
Not useful for now
.milvus.proto.common.MsgBase base = 1; |
long |
getCreatedUtcTimestamps()
create time
uint64 created_utc_timestamps = 4; |
long |
getModifiedUtcTimestamps()
modify time
uint64 modified_utc_timestamps = 5; |
String |
getPassword()
ciphertext password
string password = 3; |
com.google.protobuf.ByteString |
getPasswordBytes()
ciphertext password
string password = 3; |
String |
getUsername()
username
string username = 2; |
com.google.protobuf.ByteString |
getUsernameBytes()
username
string username = 2; |
boolean |
hasBase()
Not useful for now
.milvus.proto.common.MsgBase base = 1; |
boolean hasBase()
Not useful for now
.milvus.proto.common.MsgBase base = 1;MsgBase getBase()
Not useful for now
.milvus.proto.common.MsgBase base = 1;MsgBaseOrBuilder getBaseOrBuilder()
Not useful for now
.milvus.proto.common.MsgBase base = 1;String getUsername()
username
string username = 2;com.google.protobuf.ByteString getUsernameBytes()
username
string username = 2;String getPassword()
ciphertext password
string password = 3;com.google.protobuf.ByteString getPasswordBytes()
ciphertext password
string password = 3;long getCreatedUtcTimestamps()
create time
uint64 created_utc_timestamps = 4;long getModifiedUtcTimestamps()
modify time
uint64 modified_utc_timestamps = 5;Copyright © 2023. All rights reserved.