Interface UpdateCredentialRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    UpdateCredentialRequest, UpdateCredentialRequest.Builder

    public interface UpdateCredentialRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasBase

        boolean hasBase()
         Not useful for now
         
        .milvus.proto.common.MsgBase base = 1;
        Returns:
        Whether the base field is set.
      • getBase

        MsgBase getBase()
         Not useful for now
         
        .milvus.proto.common.MsgBase base = 1;
        Returns:
        The base.
      • getBaseOrBuilder

        MsgBaseOrBuilder getBaseOrBuilder()
         Not useful for now
         
        .milvus.proto.common.MsgBase base = 1;
      • getUsername

        String getUsername()
         username
         
        string username = 2;
        Returns:
        The username.
      • getUsernameBytes

        com.google.protobuf.ByteString getUsernameBytes()
         username
         
        string username = 2;
        Returns:
        The bytes for username.
      • getOldPassword

        String getOldPassword()
         old password
         
        string oldPassword = 3;
        Returns:
        The oldPassword.
      • getOldPasswordBytes

        com.google.protobuf.ByteString getOldPasswordBytes()
         old password
         
        string oldPassword = 3;
        Returns:
        The bytes for oldPassword.
      • getNewPassword

        String getNewPassword()
         new password
         
        string newPassword = 4;
        Returns:
        The newPassword.
      • getNewPasswordBytes

        com.google.protobuf.ByteString getNewPasswordBytes()
         new password
         
        string newPassword = 4;
        Returns:
        The bytes for newPassword.
      • getCreatedUtcTimestamps

        long getCreatedUtcTimestamps()
         create time
         
        uint64 created_utc_timestamps = 5;
        Returns:
        The createdUtcTimestamps.
      • getModifiedUtcTimestamps

        long getModifiedUtcTimestamps()
         modify time
         
        uint64 modified_utc_timestamps = 6;
        Returns:
        The modifiedUtcTimestamps.