Interface UpdatePasswordRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCurrentPassword()
      string current_password = 1 [json_name = "currentPassword"];
      com.google.protobuf.ByteString getCurrentPasswordBytes()
      string current_password = 1 [json_name = "currentPassword"];
      java.lang.String getNewPassword()
      string new_password = 2 [json_name = "newPassword"];
      com.google.protobuf.ByteString getNewPasswordBytes()
      string new_password = 2 [json_name = "newPassword"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getCurrentPassword

        java.lang.String getCurrentPassword()
        string current_password = 1 [json_name = "currentPassword"];
        Returns:
        The currentPassword.
      • getCurrentPasswordBytes

        com.google.protobuf.ByteString getCurrentPasswordBytes()
        string current_password = 1 [json_name = "currentPassword"];
        Returns:
        The bytes for currentPassword.
      • getNewPassword

        java.lang.String getNewPassword()
        string new_password = 2 [json_name = "newPassword"];
        Returns:
        The newPassword.
      • getNewPasswordBytes

        com.google.protobuf.ByteString getNewPasswordBytes()
        string new_password = 2 [json_name = "newPassword"];
        Returns:
        The bytes for newPassword.