public interface UpdateCredentialRequestOrBuilder
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 = 5; |
long |
getModifiedUtcTimestamps()
modify time
uint64 modified_utc_timestamps = 6; |
String |
getNewPassword()
new password
string newPassword = 4; |
com.google.protobuf.ByteString |
getNewPasswordBytes()
new password
string newPassword = 4; |
String |
getOldPassword()
old password
string oldPassword = 3; |
com.google.protobuf.ByteString |
getOldPasswordBytes()
old password
string oldPassword = 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 getOldPassword()
old password
string oldPassword = 3;com.google.protobuf.ByteString getOldPasswordBytes()
old password
string oldPassword = 3;String getNewPassword()
new password
string newPassword = 4;com.google.protobuf.ByteString getNewPasswordBytes()
new password
string newPassword = 4;long getCreatedUtcTimestamps()
create time
uint64 created_utc_timestamps = 5;long getModifiedUtcTimestamps()
modify time
uint64 modified_utc_timestamps = 6;Copyright © 2023. All rights reserved.